RemitPro - API International Remittance
  1. Area (IDN)
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
        • 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 (IDN)
        • Information
        • Countries
          GET
        • Countries by Id
          GET
        • States
          GET
        • States by Id
          GET
        • City
          GET
        • City by Id
          GET
        • District
          GET
        • District by Id
          GET
        • Sub District
          GET
        • Sub District by Id
          GET
      • Transaction
        • Information
        • Sender
          • Business
            • Create Sender
  1. Area (IDN)

Countries by Id

Developing
GET
/api/v1/partner/master/general/countries/{country_id}

Request

Path Params

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/general/countries/cdaa110d-9079-4573-a6a8-a428dd16a6ae?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-16T08:32:55",
    "data": {
        "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
        "name": "Indonesia",
        "code": "IDN"
    }
}
Modified at 2025-09-16 08:40:34
Previous
Countries
Next
States
Built with