RemitPro - API International Remittance
  1. Business
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
    • 8. Doc Change Log
  • 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
        • Bank Branch
        • Bank Account Type
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Identity Types
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Phone Prefix
        • Purpose of Payment
        • Recipient of Relationship
        • Source of Income
        • User Position
        • Work Status
    • Payout Cross Border
      • 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
      • Transaction
        • Create Transaction
        • Transaction Status
        • Transaction List
        • Transaction Detail
    • Onbording Member
      • Business
        • Get Business Document
          GET
        • Create Member
          POST
        • Update
          PUT
        • Deactive
          DELETE
        • Reactive
          PATCH
        • Member List
          GET
        • Member Detail
          GET
    • Wallet
      • Overview
      • Own Wallet
      • List Wallet Member
      • Detail Wallet Member
    • Virtual Account
      • Create Virtual Account
      • Top Up Simulation
    • Webhook
      • Overview
      • Webhook Category
      • Create Webhook URL
      • Webhook URL List
      • Update
      • Deactive
  1. Business

Get Business Document

Developing
GET
/api/v1/partner/members/businesses

Request

Header Params

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠401Unauthorized
🟠401Token Expired
🟠404Data Not Found
🟠401Invalid Account
🟠400Validation Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/partner/members/businesses' \
--header 'Authorization: {{token}}' \
--header 'ClientSecret: {{ClientSecret}}' \
--header 'Signature: {{signature}}' \
--header 'Date: {{dateRequest}}' \
--header 'X-User-Key: {{userKey}}'
Response Response Example
200 - Success
{
    "status": 200,
    "serviceStatus": "2001400",
    "titleCode": "success",
    "title": "Success",
    "detail": "Processed successfully",
    "responseTime": "2025-10-08T07:58:33",
    "data": [
        {
            "fieldKey": "c76b81c8-5617-4825-bfb3-8e0e5c7a3c8c",
            "fieldLabel": "Certificate of Incorporation",
            "isMandatory": true
        },
        {
            "fieldKey": "26ced7be-78a3-4cf2-98ff-eb8ecb6dad01",
            "fieldLabel": "Connected Party Photo ID",
            "isMandatory": true
        },
        {
            "fieldKey": "366054a7-ccec-4e21-a143-e325a4a5de7b",
            "fieldLabel": "Connected Party Proof of Address",
            "isMandatory": true
        },
        {
            "fieldKey": "ac11869a-c273-4a3a-9d79-215e22625b3c",
            "fieldLabel": "Memorandum & Articles of Association",
            "isMandatory": true
        },
        {
            "fieldKey": "c3849843-36c9-4ec8-877d-5b29c21609ca",
            "fieldLabel": "Organizational Structure",
            "isMandatory": true
        },
        {
            "fieldKey": "9905dbbb-feb2-4d0c-96d2-5d5662440eda",
            "fieldLabel": "Others"
        },
        {
            "fieldKey": "7607e6f0-d7cf-478d-95c4-afbe3a81b485",
            "fieldLabel": "Shareholder List",
            "isMandatory": true
        }
    ]
}
Modified at 2025-10-08 08:02:42
Previous
Transaction Detail
Next
Create Member
Built with