Create Outgoing Fiat Instruction

Create new withdrawal instructions for a customer

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Create new withdrawal instructions for a customer. This registers a bank account or payment destination where the customer can withdraw fiat currency.

Request Body

FieldTypeRequiredDescription
currencystringYesCurrency code (ARS, MXN)
typestringYesType of withdrawal rail (ar_cbu, ar_alias, mx_clabe)
labelstringNoUser-friendly label for the instruction
ownershipstringNoOwnership relationship. Values: own (default), third_party
beneficiary_full_namestringNoFull name of the beneficiary. Used when ownership is third_party
ar_cbuobjectConditionalCBU details (required when type is ar_cbu)
ar_aliasobjectConditionalAlias details (required when type is ar_alias)
mx_clabeobjectConditionalCLABE details (required when type is mx_clabe)

Available Withdrawal Rails

CurrencyTypeRequired FieldsDescription
ARSar_cbucbu, cuitArgentine bank account (CBU)
ARSar_aliasalias, cuitArgentine bank alias
MXNmx_clabeclabe, beneficiary_full_nameMexican CLABE transfer

Response Fields

FieldTypeDescription
idstringUnique identifier for the instruction
typestringWithdrawal rail type
currencystringCurrency code
labelstring | nullUser-friendly label
statusstringInstruction status (e.g., "active")
ownershipstring | nullOwnership relationship: own or third_party
beneficiary_full_namestring | nullFull name of the beneficiary when ownership is third_party
ar_cbuobject | nullCBU details (when type is ar_cbu)
ar_aliasobject | nullAlias details (when type is ar_alias)
mx_clabeobject | nullCLABE details (when type is mx_clabe)

Required Fields by Type

Argentina (ARS)

CBU Transfer (ar_cbu)

FieldTypeDescription
cbustringArgentine bank account number (22 digits)
cuitstringTax identification number

Alias Transfer (ar_alias)

FieldTypeDescription
aliasstringBank account alias
cuitstringTax identification number

Mexico (MXN)

CLABE Transfer (mx_clabe)

FieldTypeDescription
clabestringMexican interbank account number (18 digits)
beneficiary_full_namestringFull name of the beneficiary
recipient_legal_namestringDeprecated. Use beneficiary_full_name instead. Will be removed in a future release.
⚠️

Deprecation Notice

The recipient_legal_name field inside mx_clabe is deprecated and will be removed in a future release. Use the top-level beneficiary_full_name request field instead.

Error Responses

StatusError CodeDescription
400invalid_parametersRequest validation failed
404not_foundCustomer not found
Path Params
string
required

ID of the Customer

Body Params
string
required

Currency code (ARS, MXN)

string
required

Type of withdrawal (ar_cbu, ar_alias, mx_clabe)

string

User-friendly label for the instruction

string
enum
Defaults to own

Ownership relationship. Possible values are "own" (default) or "third_party".

Allowed:
string

Full name of the beneficiary. Used when ownership is "third_party".

ar_cbu
object

CBU details (when type is ar_cbu)

ar_alias
object

Alias details (when type is ar_alias)

mx_clabe
object

CLABE details (when type is mx_clabe)

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json