post
https://api.lirium-sandbox.com/v1/customers//incoming_fiat_instructions
Create new deposit instructions for a customer
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Currency | Type | Region | Description |
|---|---|---|---|
| ARS | ar_cvu | Argentina | Virtual Uniform Key (CVU) deposits |
| MXN | mx_clabe | Mexico | CLABE interbank transfers |
Request Examples
Argentina (ARS) - CVU Deposit
{
"type": "ar_cvu",
"currency": "ARS"
}Mexico (MXN) - CLABE Deposit
{
"type": "mx_clabe",
"currency": "MXN"
}