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

Occupation

Developing
GET
/api/v1/partner/master/remittance/occupations

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/occupations?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:17:40.302+00:00",
    "data": [
        {
            "id": "0942ef7f-0207-49ca-8560-b720cf31c08d",
            "name": "Domestic Helper"
        },
        {
            "id": "31907c50-ebc3-45d2-b75d-4a227a43695f",
            "name": "Security Guard"
        },
        {
            "id": "5d9073c6-49f5-4995-bdf8-e0886cfbbdb6",
            "name": "House Wife"
        },
        {
            "id": "6923ce38-991e-4b62-993a-27670806b19f",
            "name": "Tourist"
        },
        {
            "id": "7035288a-2447-479f-a61b-388d366f28ec",
            "name": "Professional"
        },
        {
            "id": "859ef4f4-d41b-46f3-a42a-19a87459e728",
            "name": "Supervisor"
        },
        {
            "id": "b96e39e4-d636-4d51-a302-6254dcf9eef2",
            "name": "General Worker"
        },
        {
            "id": "bd12cfaa-1ac6-4962-9509-2c18eb7226fe",
            "name": "House Maid"
        },
        {
            "id": "c7d45a83-91fa-4d2c-936e-74b3b696680f",
            "name": "Others"
        },
        {
            "id": "ebf7e6e0-c52c-4e2a-994d-f11fdf78be70",
            "name": "Businessman"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 10,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/occupations?page=1&limit=20"
        }
    }
}
Modified at 2025-09-22 09:18:14
Previous
Nationalities
Next
Transaction
Built with