Get Payers
Read on populating payers available for payout
Payers are bill payment, cash pickup, and home delivery services in the destination country that is enabled for you. Based on the payer, there may be requirements for specific information and restrictions on payment amounts. For bill payment transactions, the details of each payer's services and information requirements can be obtained through the catalog.
Get payer list
GET /payers?country={{Country}}&payout_method={{payout_method}}
GET /payers?country={{Country}}&payout_method={{payout_method}}
For example, in order to get payers for Mexico, it will be {Country: MX or MEX} and for India, it will be {Country:IN or IND} and so on.
Cash Pickup
Wallet
Get Payer by ID
If you know the ID of the payer, you can use this endpoint to get the details of the specific payer.
GET /payers/{payerId}
GET /payers/{payerId}
Last updated
Was this helpful?