Create Incoming Fiat Instruction

Create new deposit instructions for a customer

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

Create new deposit instructions for a customer. This generates dedicated payment details (CVU, CLABE, ACH, etc.) that customers can use to deposit fiat currency.

The response contains a type-keyed object with the instruction details. The key matches the type field (e.g., ar_cvu, mx_clabe).

Available Deposit Rails

CurrencyTypeRegionDescription
ARSar_cvuArgentinaVirtual Uniform Key (CVU) deposits
MXNmx_clabeMexicoCLABE interbank transfers

Request Examples

Argentina (ARS) - CVU Deposit

{
  "type": "ar_cvu",
  "currency": "ARS"
}

Mexico (MXN) - CLABE Deposit

{
  "type": "mx_clabe",
  "currency": "MXN"
}
Path Params
string
required

ID of the Customer

Body Params
string
required

Type of deposit instruction (ar_cvu, mx_clabe)

string
required

Currency code (ARS, MXN)

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