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

Business Entity

Developing
GET
/api/v1/partner/master/onboard/business-entity

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/business-entity?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-22T09:12:16.582+00:00",
    "data": [
        {
            "id": "1b0e4e4a-f3fe-41a5-87f3-ce5df3f004b6",
            "name": "CV (Commanditaire Vennootschap)"
        },
        {
            "id": "1d7a7f07-8bea-4e77-876f-8a7a66cae9b6",
            "name": "Firma"
        },
        {
            "id": "224463e4-091a-4792-8748-bd5ee99e88ae",
            "name": "Limited Liability Company (LLC)"
        },
        {
            "id": "29730a3b-1747-4e76-9b48-77109669ba45",
            "name": "Private Limited Company (Ltd)"
        },
        {
            "id": "349a7cc3-6482-4db1-8b1e-f1a45c9f6c81",
            "name": "Public Limited Company (PLC)"
        },
        {
            "id": "3e00ff1b-6be0-49c5-9df2-861f0af0585b",
            "name": "Gesellschaft mit beschränkter Haftung"
        },
        {
            "id": "3ece116f-7672-4a55-94c8-0613d2cbde88",
            "name": "Société à Responsabilité Limitée"
        },
        {
            "id": "42cfa514-1f05-4dee-a9e3-f9c19355e53a",
            "name": "Private Limited Company"
        },
        {
            "id": "444d722b-b22a-4711-9360-10aa043d698a",
            "name": "Foundation/NPO/NGO/Association"
        },
        {
            "id": "4aa17da3-ba6d-47c4-a5a4-339a14ba56b0",
            "name": "BUMN (Badan Usaha Milik Negara)"
        },
        {
            "id": "168095a6-1a39-4897-9eca-551bc8982ffc",
            "name": "Perseroan Terbatas (PT) "
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 11,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/business-entities?page=1&limit=20"
        }
    }
}
Modified at 2025-09-22 08:46:44
Previous
Nature of Business
Next
Document Types Personal
Built with