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

Phone Prefix

Developing
GET
/api/v1/partner/master/remittance/phone-prefixs

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/phone-prefixs?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:27:21.821+00:00",
    "data": [
        {
            "id": "43",
            "name": "Austria"
        },
        {
            "id": "376",
            "name": "Andorra"
        },
        {
            "id": "971",
            "name": "United Arab Emirates"
        },
        {
            "id": "93",
            "name": "Afghanistan"
        },
        {
            "id": "1 268",
            "name": "Antigua And Barbuda"
        },
        {
            "id": "1 264",
            "name": "Anguilla"
        },
        {
            "id": "355",
            "name": "Albania"
        },
        {
            "id": "374",
            "name": "Armenia"
        },
        {
            "id": "244",
            "name": "Angola"
        },
        {
            "id": "672",
            "name": "Antarctica"
        },
        {
            "id": "54",
            "name": "Argentina"
        },
        {
            "id": "1 684",
            "name": "American Samoa"
        },
        {
            "id": "61",
            "name": "Australia"
        },
        {
            "id": "297",
            "name": "Aruba"
        },
        {
            "id": "358",
            "name": "Ã…land Islands"
        },
        {
            "id": "994",
            "name": "Azerbaijan"
        },
        {
            "id": "387",
            "name": "Bosnia & Herzegovina"
        },
        {
            "id": "1 246",
            "name": "Barbados"
        },
        {
            "id": "880",
            "name": "Bangladesh"
        },
        {
            "id": "32",
            "name": "Belgium"
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 247,
        "totalPages": 13,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/phone-prefixs?page=1&limit=20",
            "next": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/remittance/phone-prefixs?page=2&limit=20"
        }
    }
}
Modified at 2025-09-23 04:27:43
Previous
Occupation
Next
Purpose of Payment
Built with