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
    • 8. Pre-Integration Steps
    • 9. Doc Change Log
  • API Reference (V1)
    • Authentication
      • Generate Token
        POST
      • Refresh Token
        POST
    • Master Data
      • Onboarding
        • Overview
        • 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
        • Phone Prefix
          GET
        • Monthly Income
          GET
      • 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
        • Bank Branch
        • Bank Account Type
        • Business Classification
        • Business Industry
        • Nature of Business
        • Business Entity
        • Identity Types
        • Education
        • Gender
        • Marital Status
        • Nationalities
        • Occupation
        • Phone Prefix
        • Purpose of Payment
        • Recipient of Relationship
        • Source of Income
        • User Position
        • Work Status
    • Payout Cross Border
      • Sender
        • Overview
        • 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
      • Transaction
        • Create Transaction
        • Transaction Status
        • Transaction List
        • Transaction Detail
    • Onbording Member
      • Overview
      • Business
        • Get Business Document
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
      • Personal
        • Create Member
        • Update
        • Deactive
        • Reactive
        • Member List
        • Member Detail
        • History List
    • Wallet
      • Overview
      • Own Wallet
      • Wallet Member List
      • Wallet Member Detail
      • Get Own Wallet Histories
      • Get Member Wallet Histories
    • Virtual Account
      • Create Virtual Account
      • Virtual Account List
      • Virtual Account Detail
      • Top Up Simulation
    • Webhook
      • Overview
      • Webhook Category
      • Webhook URL Submission
      • Get Webhook URL List
      • Update
      • Deactive
  1. Onboarding

Purpose Account

Developing
GET
/api/v1/partner/master/onboard/purpose-account

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/purpose-account?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-15T10:02:12",
    "data": [
        {
            "id": "03b2b447-b82b-4a50-8d69-a828a34ee74b",
            "name": "Others"
        },
        {
            "id": "0c8b49c1-a38d-4c1b-a764-d6709512054a",
            "name": "Family Support / Living Expenses"
        },
        {
            "id": "22453987-0585-406b-80e8-65717d6eb42b",
            "name": "Education"
        },
        {
            "id": "2329e981-1e2b-4ca2-8b01-0c6fdb46be84",
            "name": "Salary / Income"
        },
        {
            "id": "393ae945-f690-4c63-8de8-cacd3f9bed04",
            "name": "Travel / Tourism"
        },
        {
            "id": "3ad87fff-09cf-418e-9078-49d095b5ee4c",
            "name": "Loan Repayment / Debt Settlement"
        },
        {
            "id": "44ef4944-50f5-4043-82ef-fcebf9d98f2c",
            "name": "Others"
        },
        {
            "id": "4e9238b7-6883-4c78-ab88-55957d6eddd0",
            "name": "Family Support / Living Expenses"
        },
        {
            "id": "52508ac8-77af-47c3-bb31-06b3ac2dbf77",
            "name": "Healthcare"
        },
        {
            "id": "5564ea77-f32e-4804-900d-ad7b3b406d59",
            "name": "Charity / Donation"
        },
        {
            "id": "56db5c83-eada-499e-90cc-9485cf2bb6bb",
            "name": "Business Transactions"
        },
        {
            "id": "633fd4bd-ba60-41e2-8499-34e95255731a",
            "name": "Travel / Tourism"
        },
        {
            "id": "6eec3c31-772c-4220-b66a-11620ff5f486",
            "name": "Loan Repayment / Debt Settlement"
        },
        {
            "id": "7fb0216d-0339-4618-a9f4-d7ba900ff042",
            "name": "Business Transactions"
        },
        {
            "id": "8018b56a-f39d-49af-9f63-8dc655dad337",
            "name": "Salary / Income"
        },
        {
            "id": "94943fb9-8444-4da3-ad65-b67431f6160c",
            "name": "Investment / Savings"
        },
        {
            "id": "9ba3a222-f7b2-4dee-a80f-53e3a66c4f24",
            "name": "Education"
        },
        {
            "id": "a9a9d95a-c742-4ed9-a8d5-67c4f2107a0a",
            "name": "Charity / Donation"
        },
        {
            "id": "bfec84f9-1980-4a5d-9538-1f056b1954d6",
            "name": "Healthcare"
        },
        {
            "id": "d7e943c1-123c-49d6-8f6b-7575977988b9",
            "name": "Investment / Savings"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 20,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/purpose-account?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/purpose-account?page=1&limit=20"
        }
    }
}
Modified at 2025-11-03 03:34:20
Previous
Occupation
Next
Salutation
Built with