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

Business Classification

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

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-classification?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:23:22",
    "data": [
        {
            "id": "06124dc1-aa98-4a23-a2ab-7fcb52c75ded",
            "name": "Education/Teaching"
        },
        {
            "id": "21d9de29-6c7c-4a3a-8624-c0944e21fd32",
            "name": "Administration/Clerical/Facilities Svc"
        },
        {
            "id": "285bb7e0-4192-4d7f-8e7d-26553c4521b6",
            "name": "Military/Law Enforcement"
        },
        {
            "id": "2f33da43-adb6-4003-9c12-93a5cda29f2d",
            "name": "Government/Civil Servant"
        },
        {
            "id": "38faac4a-cb57-45b4-a8b4-c4a20d62b870",
            "name": "Information Technology"
        },
        {
            "id": "49c60dcb-2eb1-4809-90f6-3e64b2b744b2",
            "name": "Real Estate/Property"
        },
        {
            "id": "510abe99-151c-48e8-97ec-72e5db5cfbb0",
            "name": "Agriculture/Manufacturing"
        },
        {
            "id": "558759c0-6001-4d20-9c66-53db3d6dabb6",
            "name": "Hotel/Restaurant"
        },
        {
            "id": "6b184f5c-b467-44c8-aa25-32bc027e5d2f",
            "name": "Medical & Health"
        },
        {
            "id": "6f00e11c-5fbf-4efa-99d8-78eeb6da7a1e",
            "name": "Science"
        },
        {
            "id": "711c26a0-500f-4436-8a6f-9eb598b63a09",
            "name": "Transportation/Shipping"
        },
        {
            "id": "7849c168-f824-407a-b415-d0a230603dcc",
            "name": "Professional Services/Legal"
        },
        {
            "id": "95da3d01-2190-4eb4-a393-9870df31d282",
            "name": "Personal Care Services"
        },
        {
            "id": "9c08d6d0-3284-4682-85c0-e0a288fc4ff9",
            "name": "Advertising/Media/Communications"
        },
        {
            "id": "9ef21e79-7ba5-47c6-b701-95ee9978dc25",
            "name": "Arts/Entertainment And Recreation"
        },
        {
            "id": "aff83d16-22fd-487e-a576-ef1e91d6973e",
            "name": "Construction"
        },
        {
            "id": "b69a51ae-a7f2-4eba-8155-9c60750a80bb",
            "name": "Domestic Helper/Child Care"
        },
        {
            "id": "bbdb5d97-66f6-487f-9f80-75d769f16a32",
            "name": "Education/Teaching"
        },
        {
            "id": "ce4d09a2-a067-453f-9426-b2526dc62561",
            "name": "Retail/Sales"
        },
        {
            "id": "e094e501-d722-4fa8-8d13-ce046de9fbe4",
            "name": "Water/Utilities/Waste Management"
        },
        {
            "id": "e82d232b-17a3-49d4-a496-b819e8d48662",
            "name": "Tourism/Airlines/Maritime"
        },
        {
            "id": "ef5dfa06-f5fb-400a-8bcf-8f43be1ce575",
            "name": "Mining/Oil And Gas/Energy"
        },
        {
            "id": "f9057706-0743-4890-af0c-ca7afa51d331",
            "name": "Banking/Finance/Insurance"
        }
    ],
    "pagination": {
        "limit": 23,
        "page": 1,
        "totalRecords": 23,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/business-classification?page=1&limit=23",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/business-classification?page=1&limit=23"
        }
    }
}
Modified at 2025-09-16 04:38:28
Previous
Id Types Business
Next
Business Industry
Built with