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 Classification

Developing
GET
/api/v1/partner/master/remittance/business-classifications

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/remittance/business-classifications?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:10:55.26+00:00",
    "data": [
        {
            "id": "7a8e3327-22b0-4c54-84b7-becc6554da8a",
            "name": "Administration/Clerical/Facilities Svc"
        },
        {
            "id": "97c89fda-2121-4cd9-b9d4-4e70060d6cc1",
            "name": "Advertising/Media/Communications"
        },
        {
            "id": "ff0ba2bf-f4b1-4fdd-9d77-2738f3fdd7db",
            "name": "Agriculture/Manufacturing"
        },
        {
            "id": "e6c4a981-419c-4ad5-a365-b1d40c22b593",
            "name": "Arts/Entertainment And Recreation"
        },
        {
            "id": "aa16e4f2-e836-49f5-bcfb-fa3d3afb7cb4",
            "name": "Banking/Finance/Insurance"
        },
        {
            "id": "30b78844-8ec6-41af-bfa7-88e8a30ce452",
            "name": "Construction"
        },
        {
            "id": "c93bc80c-c0be-48b8-b2a4-30304d811cb2",
            "name": "Domestic Helper/Child Care"
        },
        {
            "id": "7e65bbd7-0dae-4b57-bd62-536b31fa8d8a",
            "name": "Education/Teaching"
        },
        {
            "id": "9bb24a05-76d5-4703-b0bc-0125d99c4a9b",
            "name": "Government/Civil Servant"
        },
        {
            "id": "6d2d0a96-ddd2-4dd7-8b17-f255728baac3",
            "name": "Hotel/Restaurant"
        },
        {
            "id": "cf066c77-ff86-4a29-b7a4-3d5e3e3cb9c3",
            "name": "Information Technology"
        },
        {
            "id": "70cd9089-8773-4150-912d-9e4b7d0689f3",
            "name": "Medical & Health"
        },
        {
            "id": "b590d93c-6f15-4422-9853-57b9e6358b25",
            "name": "Military/Law Enforcement"
        },
        {
            "id": "67d297c8-f955-45ea-9c3f-2fe43d218c84",
            "name": "Mining/Oil And Gas/Energy"
        },
        {
            "id": "1d0abf4b-a744-43d1-b018-ed4319efb7c2",
            "name": "Personal Care Services"
        },
        {
            "id": "489ab5c6-4bc0-47ce-a075-8b814886cf88",
            "name": "Professional Services/Legal"
        },
        {
            "id": "9d33d392-c68b-4f85-8a75-0b641cabd503",
            "name": "Real Estate/Property"
        },
        {
            "id": "cf426b8f-4553-40cb-aa30-9b1c3edcfe7c",
            "name": "Retail/Sales"
        },
        {
            "id": "5c6d1a25-ff4f-44ac-8a49-87d4af18892f",
            "name": "Science"
        },
        {
            "id": "fb6257ef-b657-4d1a-9065-ee3897ffb439",
            "name": "Tourism/Airlines/Maritime"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 22,
        "totalPages": 2,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/business-classifications?page=1&limit=20",
            "next": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/business-classifications?page=2&limit=20"
        }
    }
}
Modified at 2025-09-22 09:11:33
Previous
Bank Account Type
Next
Business Industry
Built with