BANK_TRANSFER
POST/payouts
Argentina bank transfer payout to a CBU/CVU account. Use payoutMethod.code BANK_TRANSFER and put recipient fields in payoutMethod.bankTransfer. documentType and documentNumber must not be empty. address is optional: omission, null or an empty string means no address; a non-empty string is preserved, and other value types are invalid. The other eight recipient fields remain required. accountType accepts only the strings CBU or CVU; ALIAS, SAVINGS and numeric values are not supported. To pay a CVU account, change accountType to CVU and provide the matching account number. Keep accountNo as a digit string to preserve leading zeros. Other currencies retain their own field and account type rules.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 429
- 500
- 503
Success
INVALID_FIELD
UNAUTHORIZED
METHOD_NOT_ENABLED
IDEMPOTENCY_CONFLICT
RATE_LIMITED
INTERNAL_ERROR
SERVICE_UNAVAILABLE