Convert stablecoins (USDC/USDT) to fiat currency (BRL)
Initiate Off-Ramp
Stablecoin Deduction
Processing
PIX Transfer
Confirmation
Parameter | Type | Required | Description |
---|---|---|---|
customerId | string | Yes | UUID of the verified customer |
sourceCurrency | string | Yes | "USDC" or "USDT" |
sourceAmount | string | Yes | Amount of stablecoins to convert |
targetCurrency | string | Yes | Must be "BRL" |
payment.rail | string | Yes | Must be "pix" |
payment.keyType | string | Yes | Type of PIX key (see below) |
payment.keyValue | string | Yes | The PIX key value |
partnerFeeId | string | No | UUID of partner fee configuration |
Parameter | Type | Required | Description |
---|---|---|---|
customerId | string | Yes | UUID of the verified customer |
exchangeRateId | string | Yes | UUID of locked exchange rate |
payment.rail | string | Yes | Must be "pix" |
payment.keyType | string | Yes | Type of PIX key |
payment.keyValue | string | Yes | The PIX key value |
Key Type | Format | Example |
---|---|---|
cpf | Brazilian individual tax ID | 123.456.789-00 |
cnpj | Brazilian business tax ID | 12.345.678/0001-00 |
email | Email address | user@example.com |
phone | Phone number with country code | +5511999999999 |
random | Random key (EVP) | 123e4567-e89b-12d3-a456-426614174000 |