get https://sandbox-api.readyremit.com/v1/partner/countries//states-and-provinces
The GET /partner/countries/{countryIso3Code}/states-and-provinces
endpoint retrieves the list of states and provinces for a specified country.This operation is specifically for Cash Pickup services.
Implementation Guide:
- Prerequisite: Ensure that the
countryIso3Code
parameter is provided to retrieve the states and provinces accurately. - Validation: Validate the request parameter to ensure it meets the requirements for retrieving the states and provinces.