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. Minimum amount for COPM: 10,000 COP. Items below this amount will be automatically rejected with status REJECTED and status_code VALIDATIONS_FAILED. |
full_name | string | Juan Pérez | Full name of the third_party |
token | string | COPM | Stablecoin token for this item. |
legal_identifier_type | string | NITCCCEPP | Legal identifier type of the third_party. |
legal_identifier | string | 900123456 | Legal identifier of the third_party. This value must be a numeric string |
country_iso | string | CO | Country ISO of the third_party. This value is the same for the third_party and the third_party source. |
network | string | BANK | Network of the third_party source. |
bank_account_details | JSON | Bank Account | Required if network value is BANK.Bank account details of the third_party. |
| 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. Minimum amount for testCOPM: 10,000 COP. Items below this amount will be automatically rejected with status REJECTED and status_code VALIDATIONS_FAILED. |
full_name | string | Juan Pérez | Full name of the third_party |
token | string | testCOPM | Stablecoin token for this item. |
legal_identifier_type | string | NITCCCEPP | Legal identifier type of the third_party. |
legal_identifier | string | 900123456 | Legal identifier of the third_party. This value must be a numeric string |
country_iso | string | CO | Country ISO of the third_party. This value is the same for the third_party and the third_party source. |
network | string | BANK | Network of the third_party source. |
bank_account_details | JSON | Bank Account | Required if network value is BANK.Bank account details of the third_party. |