RemitPro - API International Remittance
  1. Onboarding
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
  • Test Scenario
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Id Type Personal
          GET
        • Id Type Business
          GET
  1. Onboarding

Id Type Personal

Developing
GET
/api/v1/partner/master/onboard/personal/id-types
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-gateway-dev.remitpro.co.id/api/v1/partner/master/onboard/personal/id-types' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}'
Response Response Example
{
    "httpCode": 200,
    "responseCode": "2001400",
    "responseMessage": "Successfull",
    "responseTime": "2025-08-13T03:16:11",
    "data": {
        "data": [
            {
                "id": "450510a3-2b57-4dfb-9757-d061ed262c77",
                "description": "NRIC",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "9b97cee2-78fa-4a9a-a58e-f1a480ff5737",
                "description": "Passport",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "b51b5323-71f7-4103-8a22-88aa3315f745",
                "description": "Work Pass",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "d8716033-4132-4e67-850a-b0f3e4b7b328",
                "description": "Employee Pass",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "fb8b20c0-cfa0-415d-8e86-ac7d1be9f8f8",
                "description": "Student Pass",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            }
        ],
        "totalData": 5,
        "totalPage": 1,
        "page": 1,
        "limit": 20
    }
}

Request

Header Params

Responses

🟢200Success
application/json
Body

Modified at 2025-08-27 12:31:21
Previous
Refresh Token
Next
Id Type Business
Built with