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
        POST
      • Refresh Token
        POST
    • 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
          GET
        • Bank Branch
          GET
        • Bank Account Type
          GET
        • Business Classification
          GET
        • Business Industry
          GET
        • Nature of Business
          GET
        • Business Entity
          GET
        • Identity Types
          GET
        • Education
          GET
        • Gender
          GET
        • Marital Status
          GET
        • Nationalities
          GET
        • Occupation
          GET
        • Phone Prefix
          GET
        • Purpose of Payment
          GET
        • Recipient of Relationship
          GET
        • Source of Income
          GET
        • User Position
          GET
        • Work Status
          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

Purpose of Payment

Developing
GET
/api/v1/partner/master/remittance/purpose-of-payments

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/purpose-of-payments?page=1&limit=5&recipient_country_code=USA&recipient_type=BUSINESS' \
--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-23T04:28:08.348+00:00",
    "data": [
        {
            "id": "0a5ac571-f746-4afb-a528-9a3a5baffe64",
            "name": "Household Maintenance"
        },
        {
            "id": "1881e044-28c4-4270-87cc-8b153b372f16",
            "name": "Funeral Expenses"
        },
        {
            "id": "18f288c4-d318-4050-b90f-61f0a8eeef7c",
            "name": "Business or Investment"
        },
        {
            "id": "23d7953a-e7aa-4f7d-8994-ae07e3e8a4ee",
            "name": "Education"
        },
        {
            "id": "29db9d27-6894-454e-a418-9f8a98bccf3d",
            "name": "Purchase of Property"
        },
        {
            "id": "2be512d9-62dc-4fb0-9400-afa4de9b3233",
            "name": "Payment of bills"
        },
        {
            "id": "3ee3f66b-be61-4677-9ede-2f4a6bfb7a07",
            "name": "Medical Expenses"
        },
        {
            "id": "60ec494f-2ab8-4095-a341-b8fe5141d5b5",
            "name": "Family Maintenance"
        },
        {
            "id": "7783cfed-d29a-4de8-9bd5-af28ef9f96cf",
            "name": "Salary"
        },
        {
            "id": "8f39cad4-e2a7-4556-bf84-f14ac4aa25e3",
            "name": "Savings"
        },
        {
            "id": "aeda7996-9f86-42e3-8b69-dc1b40574490",
            "name": "Payment of goods and services"
        },
        {
            "id": "ca5e2731-8898-4be0-a719-7bc40f3b75f5",
            "name": "Employee Colleague"
        },
        {
            "id": "d5a4fd1c-7ab2-4fb1-95c1-c639db2bdd86",
            "name": "Wedding Expenses"
        },
        {
            "id": "e0225f8e-6bae-4a73-9c43-45a9305f679c",
            "name": "Payment of Loan"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 14,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/purpose-of-payments?page=1&limit=20"
        }
    }
}
Modified at 2025-09-23 04:29:12
Previous
Phone Prefix
Next
Recipient of Relationship
Built with