Payout Item (for a new Payout)
- Production
- Sandbox
Name | Type | Examples / Valid options | Description |
---|---|---|---|
amount | string | 1000000.50 | This value must be a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. |
full_name | string | Juan Pérez | Full name of the recipient |
token | string | COPM | Stablecoin token for this item. |
legal_identifier_type | string | NIT CC CE PP | Legal identifier type of the recipient. |
legal_identifier | string | 900123456 | Legal identifier of the recipient. This value must be a numeric string |
country_iso | string | CO | Country ISO of the recipient. This value is the same for the recipient and the recipient source. |
network | string | BANK | Network of the recipient source. |
bank_account_details | JSON | Bank Account | Required if network value is BANK .Bank account details of the recipient. |
Name | Type | Examples / Valid options | Description |
---|---|---|---|
amount | string | 1000000.50 | This value must be a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. Otherwise, the API will return an error. |
full_name | string | Juan Pérez | Full name of the recipient |
token | string | testCOPM | Stablecoin token for this item. |
legal_identifier_type | string | NIT CC CE PP | Legal identifier type of the recipient. |
legal_identifier | string | 900123456 | Legal identifier of the recipient. This value must be a numeric string |
country_iso | string | CO | Country ISO of the recipient. This value is the same for the recipient and the recipient source. |
network | string | BANK | Network of the recipient source. |
bank_account_details | JSON | Bank Account | Required if network value is BANK .Bank account details of the recipient. |