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