Skip to main content
Add a payment method to a beneficiary. The structure of the payment_data object varies by payment method type — retrieve the required fields for a specific payout method from the payout methods endpoint.
Requires an Idempotency-Key header.

Request body

integer
required
The ID of the payout method (gateway) to use. Obtain available IDs from the payout methods endpoint.
object
required
Key/value pairs of account details required for this payment method. The fields vary depending on the selected gateway_id.
string
required
Currency code for this payment method (e.g. CLP, MXN, BRL).
string
required
A label to identify this payment method.
string
The ID of the beneficiary to link this payment method to.

Payment data examples