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
  • Test Scenario
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Information
        • 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
      • Area (IDN)
        • Information
        • Countries
        • Countries by Id
        • States
        • States by Id
  1. Onboarding

Marital Status

Developing
GET
/api/v1/partner/master/onboard/marital-status

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/marital-status?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-15T09:51:07",
    "data": [
        {
            "id": "0b4ced63-5a78-4d59-9331-bb59e4365f2d",
            "name": "Divorced"
        },
        {
            "id": "186da293-922a-4c5c-9e7d-99e03ccfaea6",
            "name": "Married"
        },
        {
            "id": "4565fdfc-f162-46ac-bace-606183b8d277",
            "name": "Widowed"
        },
        {
            "id": "6b6f68ac-9052-4232-a12b-6f3a8f89eaf3",
            "name": "NA"
        },
        {
            "id": "aaa941e9-81f3-4245-aea2-a4a416c78187",
            "name": "Single"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 5,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/marital-status?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/marital-status?page=1&limit=20"
        }
    }
}
Modified at 2025-09-16 05:01:25
Previous
Gender
Next
Nationalities
Built with