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 Business

Developing
GET
/api/v1/partner/master/onboard/business/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/business/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-13T09:51:46",
    "data": {
        "data": [
            {
                "id": "1faa2154-18ef-4b64-b295-8521bcda1d06",
                "description": "Malaysian Nombor Cukai Pendapatan or Income Tax Number (ITN)",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "287eec5f-7bb1-4211-a563-816f1d8f985f",
                "description": "Nomor Pokok Wajib Pajak (NPWP)",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "743535ca-921d-4f15-8591-94fab0d81e42",
                "description": "UEN",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "7ab32828-5c97-45ae-9b5b-cb1a6bc8010d",
                "description": "brn",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "980a8ad9-7543-410f-a385-e5536949b30a",
                "description": "Employer Identification Number (EIN)",
                "clientRegexValidation": "/^[0-9]*$/",
                "serverRegexValidation": "/^[0-9]{9}$/"
            },
            {
                "id": "c88ed740-1937-481c-8eb3-735700674852",
                "description": "Tax Identification Number",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            },
            {
                "id": "d2dff947-7377-42b7-9542-867ab49a8c4f",
                "description": "Tax Identification Numbers (TINs)",
                "clientRegexValidation": "/^[a-zA-Z0-9]*$/",
                "serverRegexValidation": "/^[a-zA-Z0-9]*$/"
            }
        ],
        "totalData": 7,
        "totalPage": 1,
        "page": 1,
        "limit": 20
    }
}

Request

Header Params

Responses

🟢200Success
application/json
Body

Modified at 2025-08-27 12:31:36
Previous
Id Type Personal
Built with