RemitPro - API International Remittance
  1. Transaction
RemitPro - API International Remittance
  • Getting Strated Guide
    • 1. Overview
    • 2. High Level Flow
    • 3. Supported Corridors
    • 4. Authorization & Scope
    • 5. Handle Error
    • 6. Signature
    • 7. API Host
  • API Reference (V1)
    • Authentication
      • Generate Token
        POST
      • Refresh Token
        POST
    • Master Data
      • Onboarding
        • Overview
        • Id Type Personal
        • Id Types Business
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Document Types Personal
        • Document Types Business
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Purpose Account
        • Salutation
        • User Position
      • Area
        • Overview
        • Countries
        • Countries by Id
        • States
        • States by Id
        • City
        • City by Id
        • District
        • District by Id
        • Sub District
        • Sub District by Id
      • Transaction
        • Overview
        • Bank
          GET
        • Bank Branch
          GET
        • Bank Account Type
          GET
        • Business Classification
          GET
        • Business Industry
          GET
        • Nature of Business
          GET
        • Business Entity
          GET
        • Identity Types
          GET
        • Education
          GET
        • Gender
          GET
        • Marital Status
          GET
        • Nationalities
          GET
        • Occupation
          GET
        • Phone Prefix
          GET
        • Purpose of Payment
          GET
        • Recipient of Relationship
          GET
        • Source of Income
          GET
        • User Position
          GET
        • Work Status
          GET
    • Transaction
      • Sender
        • Business
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
        • Personal
          • Create Sender
          • Update Sender
          • Deactive
          • Reactive
          • Sender Detail
          • Sender List
          • History List
      • Recipient
        • Overview
        • Business
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
        • Personal
          • Recipient Form
          • Create
          • Update
          • Deactive
          • Reactive
          • Recipient Detail
          • Recipient List
          • History List
      • Quotes
        • Enquire Quotes
        • Quote List
        • Quote Detail
    • Onbording Member
      • Business
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
    • Wallet
      • Overview
      • Own Wallet
      • List Wallet Member
      • Detail Wallet Member
    • Webhook
      • Overview
      • Create/Update Status
      • KYC/KYB
      • Wallet
      • Virtual Account
  1. Transaction

Identity Types

Developing
GET
/api/v1/partner/master/remittance/id-types

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠400Invalid Data
🟠401Unauthorized
🟠404Resource not found
🟠401Token Expired
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/partner/master/remittance/id-types?page=1&limit=5' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001401",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-09-23T04:20:35.443+00:00",
    "data": [
        {
            "id": "11a6c712-4ecb-46a4-98a8-e5ccf95f5c2c",
            "name": "NRIC"
        },
        {
            "id": "93a603a6-6446-44f1-8971-6c7316aadf0f",
            "name": "Voter's photo ID card"
        },
        {
            "id": "22c0b880-0243-4786-8484-98387ac030cf",
            "name": "Driver's license"
        },
        {
            "id": "1251f9c4-194e-45ea-a592-7277eb7685b5",
            "name": "Valid passport"
        },
        {
            "id": "f5e00b75-1e5a-4a45-879e-e56a738559e2",
            "name": "PAN Card"
        },
        {
            "id": "b03e6b85-f760-4fc7-8705-f3ff33176fb9",
            "name": "Family ration card"
        },
        {
            "id": "2cf4ed53-6444-4a83-ab4a-1c942135c09e",
            "name": "Utility bill"
        },
        {
            "id": "3f3c7d9a-1042-451c-9077-05b0fc858b25",
            "name": "Shop license"
        },
        {
            "id": "629a964a-7994-4a8f-86a9-8ef763cf9ad7",
            "name": "Letter of introduction"
        },
        {
            "id": "cce22eea-de9c-42c4-aaca-97cfe56a3040",
            "name": "Aadhaar"
        },
        {
            "id": "6c78afbb-e84c-4367-96c8-71087cd2b726",
            "name": "EP FIN No."
        },
        {
            "id": "ce5ecb5f-5a41-4768-b500-1f89b0218805",
            "name": "S PASS No."
        },
        {
            "id": "dd5f0186-0639-4e2f-9150-fab3ab441918",
            "name": "Work permit"
        },
        {
            "id": "e429a513-9ef7-4f29-b268-23e82404b949",
            "name": "Chứng minh nhân dân"
        },
        {
            "id": "a7668bca-0509-42ff-97cd-558f4239ba88",
            "name": "Military Id"
        },
        {
            "id": "1020c9e5-a1c3-42e0-be58-5f07c2acaf23",
            "name": "Medicare Card"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 16,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/id-types?page=1&limit=20"
        }
    }
}
Modified at 2025-09-23 04:27:04
Previous
Business Entity
Next
Education
Built with