get https://sandbox-api.readyremit.com/v1/partner/countries//states-and-provinces//cities//payers
The GET /partner/countries/{countryIso3Code}/states-and-provinces/{stateProvinceId}/cities/{cityId}/payers
endpoint retrieves the list of payers 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
, andcityId
parameters are provided to retrieve the payers accurately. - Validation: Validate the request parameters to ensure they meet the requirements for retrieving the payers.