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
        • Information
        • Id Type Personal
          GET
        • Id Types Business
          GET
        • Business Classification
          GET
        • Business Industry
          GET
        • Nature of Business
          GET
        • Business Entity
          GET
        • Document Types Personal
          GET
        • Document Types Business
          GET
        • Education
          GET
        • Gender
          GET
        • Marital Status
          GET
        • Nationalities
          GET
        • Occupation
          GET
        • Purpose Account
          GET
        • Salutation
          GET
        • User Position
          GET
      • Area (IDN)
        • Information
        • Countries
        • Countries by Id
        • States
        • States by Id
  1. Onboarding

Nature of Business

Developing
GET
/api/v1/partner/master/onboard/nature-of-business/{id_business_industry)

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 -g --request GET '/api/v1/partner/master/onboard/nature-of-business/{id_business_industry)?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:28:27",
    "data": [
        {
            "id": "60e6a2f0-403f-49ac-9552-822f88078ccd",
            "name": "Grocery Store/Small Shop"
        },
        {
            "id": "8565d292-a0f6-46e0-8d16-79f78b3d7712",
            "name": "Online Shop/E-commerce Seller"
        },
        {
            "id": "c664a984-0171-4fd4-92bf-302e238c79d0",
            "name": "Market Vendor"
        },
        {
            "id": "eda854f3-1efd-4340-b56a-9c70c1f8fbf9",
            "name": "Wholesaler/Distributor"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 4,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/nature-of-business?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/nature-of-business?page=1&limit=20"
        }
    }
}
Modified at 2025-09-16 08:35:00
Previous
Business Industry
Next
Business Entity
Built with