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

Recipient of Relationship

Developing
GET
/api/v1/partner/master/remittance/recipient-relationships

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/recipient-relationships?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-23T04:29:53.341+00:00",
    "data": [
        {
            "id": "f5d63f5f-91f6-41be-ac0a-6e4db7801ec5",
            "name": "Father"
        },
        {
            "id": "8f9ff913-3258-42cd-894d-73ae34a8b76c",
            "name": "Mother"
        },
        {
            "id": "ba3795bd-27c4-406c-9445-9f8bd6c51f88",
            "name": "Daughter"
        },
        {
            "id": "5e383052-795a-42f7-a6e4-5c7e77e960b1",
            "name": "Son"
        },
        {
            "id": "b2f73d19-3860-413c-a3d3-f74336487c1b",
            "name": "Sister"
        },
        {
            "id": "d6d04df6-7f5d-4540-98d0-eabebc721757",
            "name": "Brother"
        },
        {
            "id": "51c9bf2a-95a4-4cf4-9132-7db757f5e02a",
            "name": "Wife"
        },
        {
            "id": "afa193e3-34ad-4efd-a4c9-12fd6b291394",
            "name": "Husband"
        },
        {
            "id": "f766b6bb-9828-4f8e-9c51-08545e9f97d8",
            "name": "Father in Law"
        },
        {
            "id": "38f000c7-a859-4bb3-bc67-e39019895542",
            "name": "Mother in Law"
        },
        {
            "id": "24e99c9a-b4d5-43a9-88af-95929d29b9dc",
            "name": "Aunty"
        },
        {
            "id": "3c5e63e6-1ccd-4a96-9912-f9ce0f435f35",
            "name": "Uncle"
        },
        {
            "id": "ab94c18c-2c99-4568-ad9c-10ee8cd4a881",
            "name": "Cousin"
        },
        {
            "id": "159a0361-68b5-41db-b18c-87325c84ecab",
            "name": "Nephew"
        },
        {
            "id": "250a03ec-6e8a-4762-9045-5b31576475ab",
            "name": "Niece"
        },
        {
            "id": "1d1b56cc-e69b-43e3-aec9-5eee788a4630",
            "name": "Grand Mother"
        },
        {
            "id": "58551c38-e477-45cd-a385-9bb47ba99299",
            "name": "Grand Father"
        },
        {
            "id": "5ec347f5-1250-41f8-9e7c-22b186e48c5a",
            "name": "Grand Daughter"
        },
        {
            "id": "08c236fe-1732-413e-bfa1-c08590fa77da",
            "name": "Grand Son"
        },
        {
            "id": "bd2f9d30-f895-4689-b1bc-044889ae1b6e",
            "name": "Friend"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 23,
        "totalPages": 2,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/recipient-relationships?page=1&limit=20",
            "next": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/recipient-relationships?page=2&limit=20"
        }
    }
}
Modified at 2025-09-23 04:30:15
Previous
Purpose of Payment
Next
Source of Income
Built with