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)

States

Developing
GET
/api/v1/partner/master/area/state/idn

Request

Query Params

Header Params

Responses

🟢200Success
application/json
Body

🟠400Invalid Data
🟠400Invalid Data
🟠401Unauthorized
🟠404Resource Not Found
🟠404Data Not Found
🟠401Token Expired
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/partner/master/area/state/idn?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:41:25",
    "data": [
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "06ddcfa6-6b18-4079-95c7-4ea1cd21feec",
                "name": "KALIMANTAN UTARA"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "17202cf2-9e87-4a86-a44f-702afaefa9d2",
                "name": "SUMATERA UTARA"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "22951627-2a49-4201-93cd-b9369fcedc44",
                "name": "SULAWESI TENGGARA"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "251c1d2c-b6fe-4be8-b4dd-4d78e4806397",
                "name": "JAWA TIMUR"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "2a254feb-9cf3-45d5-b64b-79a596d9470f",
                "name": "LAMPUNG"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "3de5d5db-15b2-4a20-8f4b-eb5a6d7a39f0",
                "name": "PAPUA BARAT DAYA"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "41422054-adab-48af-8511-8007f6891f52",
                "name": "BANTEN"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "5147f01a-46e9-4227-92cd-eee1e74c4787",
                "name": "SULAWESI TENGAH"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "5553fdce-c3db-4c4d-987c-1ef2c5d61a0e",
                "name": "ACEH (NAD)"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "5c64fa7d-2b68-42ba-99e8-85e85ff6cca2",
                "name": "DI YOGYAKARTA"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "5cdf23c6-2199-4da1-8daa-551e263334e4",
                "name": "NUSA TENGGARA TIMUR (NTT)"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "61b35fe1-7d83-4bd4-a290-bf9c9230364e",
                "name": "PAPUA TENGAH"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "63f17a70-339c-4d7a-b587-27b210ca6b90",
                "name": "JAWA BARAT"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "698b2a52-a6ce-44a5-8824-7bd76d70a18b",
                "name": "BENGKULU"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "6acf4cbd-344d-4adc-a656-70f994366641",
                "name": "Jawa Bali"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "6d6dbb7d-e31a-422c-9bcd-ce4702c1ea12",
                "name": "PAPUA PEGUNUNGAN"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "6d947840-4cd9-4846-9e9f-9d420924e0c0",
                "name": "SUMATERA BARAT"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "70bfbe2a-e4b1-4c9a-90f3-9e3a4cf81c19",
                "name": "SULAWESI BARAT"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "77be26de-3d62-4717-9910-ddb0e2e6885c",
                "name": "GORONTALO"
            }
        },
        {
            "country": {
                "id": "cdaa110d-9079-4573-a6a8-a428dd16a6ae",
                "name": "Indonesia",
                "code": "IDN"
            },
            "state": {
                "id": "7a14a510-0261-4e0f-a1f2-1ae4b64ef4e6",
                "name": "MALUKU UTARA"
            }
        }
    ],
    "pagination": {
        "limit": 20,
        "page": 1,
        "totalRecords": 39,
        "totalPages": 2,
        "links": {
            "self": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/area/state/idn?page=1&limit=20",
            "last": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/area/state/idn?page=2&limit=20",
            "next": "https://api-gateway-dev.remitpro.asia/api/v1/partner/master/area/state/idn?page=2&limit=20"
        }
    }
}
Modified at 2025-09-16 08:42:17
Previous
Countries by Id
Next
States by Id
Built with