get https://sandbox-api.readyremit.com/v1/partner/countries//states-and-provinces//cities
The GET /partner/countries/{countryIso3Code}/states-and-provinces/{stateProvinceId}/cities
endpoint retrieves the list of cities within a specified state or province for a given country. This operation is specifically for Cash Pickup services.
Implementation Guide:
- Prerequisite: Ensure that the
countryIso3Code
andstateProvinceId
parameters are provided to retrieve the cities accurately. - Validation: Validate the request parameters to ensure they meet the requirements for retrieving the cities.