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
      • Refresh Token
    • 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 Account Type
          GET
        • Business Classification
          GET
        • Business Industry
          GET
        • Nature of Business
          GET
        • Business Entity
          GET
        • Document Types Personal
          GET
        • Education
          GET
        • Gender
          GET
        • Marital Status
          GET
        • Nationalities
          GET
        • Occupation
          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

Document Types Personal

Developing
GET
/api/v1/partner/master/onboard/personal/document-types
This endpoint provides a list of personal document types that can be uploaded or submitted as identity support. It also includes other supporting documents required for compliance and identity verification during the onboarding or registration process.

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/onboard/personal/document-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": "2001400",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-09-15T09:43:20",
    "data": [
        {
            "id": "32b46298-63af-44b8-80b8-dfc015df412a",
            "name": "Translated Proof of Address"
        },
        {
            "id": "440f354d-08ae-4c5e-abd8-cc60138ab1b7",
            "name": "Proof of Address"
        },
        {
            "id": "4b90cff3-cc72-4d26-bdbb-77827e05158a",
            "name": "PEP Declaration"
        },
        {
            "id": "523c1578-b8a9-481d-84f0-8bfcc802d028",
            "name": "Onboarding Approval"
        },
        {
            "id": "57847378-4218-43c2-b8ef-afb5aef1ce60",
            "name": "Proof of Source of Funds"
        },
        {
            "id": "6288181d-c012-4bc8-b444-936ffe5f6d91",
            "name": "Customer Occupation Details"
        },
        {
            "id": "7aa10d87-2f35-4a43-974f-ff7e9e3dc48c",
            "name": "Translated Back of ID Document"
        },
        {
            "id": "7de64069-beb6-4dd3-aec6-4de597742914",
            "name": "Edd Questionaire"
        },
        {
            "id": "97f382b7-3935-4017-bc1e-1b11c4078100",
            "name": "Back of ID Document"
        },
        {
            "id": "9c33636e-81a8-4d46-8ffe-fef1564644af",
            "name": "Front of ID Document"
        },
        {
            "id": "9c3d6942-541b-4e54-a96b-02eef69e463f",
            "name": "Source of Wealth"
        },
        {
            "id": "a845aa2b-c564-402d-a45f-5fc2f104b567",
            "name": "Selfie"
        },
        {
            "id": "b22f53c9-b069-4903-8779-0e9c9379707a",
            "name": "Signature"
        },
        {
            "id": "b5490e02-1693-4216-b988-4da8cfcd219a",
            "name": "Translated Front of ID Document"
        },
        {
            "id": "eb925d90-972b-4a62-bcc5-13962e0eddac",
            "name": "ID Document"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 15,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/personal/document-types?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/personal/document-types?page=1&limit=20"
        }
    }
}
Modified at 2025-09-22 08:46:44
Previous
Business Entity
Next
Education
Built with