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
        • City
        • City by Id
        • City by Id Copy
  1. Onboarding

Gender

Developing
GET
/api/v1/partner/master/onboard/gender

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/gender?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:48:50",
    "data": [
        {
            "id": "470f673e-2b9e-430a-9c03-4256f902bc67",
            "name": "Male"
        },
        {
            "id": "db5cc1b8-e43d-43a8-bc54-3deae8d4b22e",
            "name": "Female"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 2,
        "totalPages": 1,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/gender?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/onboard/gender?page=1&limit=20"
        }
    }
}
Modified at 2025-09-16 04:59:46
Previous
Education
Next
Marital Status
Built with