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
        • City
  1. Onboarding

Business Industry

Developing
GET
/api/v1/partner/master/onboard/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 --request GET '/api/v1/partner/master/onboard/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:25:06",
    "data": [
        {
            "id": "06760718-cd57-4777-8bba-191dbbb2bbd8",
            "name": "Trading/Commerce"
        },
        {
            "id": "0b214496-be7b-4ef4-8533-457531d9cb43",
            "name": "Manufacturing/Production"
        },
        {
            "id": "19b8dddd-7322-47e4-b365-d86344df26b1",
            "name": "Construction"
        },
        {
            "id": "2ab70f93-7625-4413-abcd-dbe85b4411a1",
            "name": "Transportation & Logistics"
        },
        {
            "id": "2e676c85-4f1e-4d85-80e1-6b4cea5e2e16",
            "name": "Hospitality & Food Services"
        },
        {
            "id": "38ff9c4a-2e18-43cd-b617-4f6dc40eb955",
            "name": "Professional & Technical Services"
        },
        {
            "id": "4d90a7be-4149-47bd-9a5c-31c7343cd713",
            "name": "Financial Services"
        },
        {
            "id": "70687daf-ed7f-458b-aed8-bdb3e94d7689",
            "name": "Education & Training"
        },
        {
            "id": "7504f990-f276-484e-a565-2a4c39631a48",
            "name": "Healthcare & Social Services"
        },
        {
            "id": "7c77188b-64a0-405e-a1ac-6ad431b8d88c",
            "name": "Household/Employment"
        },
        {
            "id": "cdc51de8-3137-4c15-9b06-db30efebdd64",
            "name": "Others"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 11,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/business-industry?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/business-industry?page=1&limit=20"
        }
    }
}
Modified at 2025-09-16 05:03:14
Previous
Business Classification
Next
Nature of Business
Built with