Overview
This document provides step-by-step instructions on how users can make payouts through our platform. All requests must be authenticated, and POST requests require a unique Idempotency-Key for each unique request.
We’d be making examples with CHL
(Chile), COL
(Colombia), PER
(Peru), ARG
(Argentina), MEX
(Mexico). Note that this does not mean that these are the only countries we support.
To make a payout, first, retrieve the available payout methods for a specific country by making a GET
request to:
GET {{host}}/payment-methods/payout?country={{country_iso3_code}}
Request Example:
GET {{host}}/payment-methods/payout?country=CHL
GET {{host}}/payment-methods/payout?country=COL
GET {{host}}/payment-methods/payout?country=PER
GET {{host}}/payment-methods/payout?country=ARG
GET {{host}}/payment-methods/payout?country=MEX
Response Example: