Criar uma Offloader Wallet para Pagamentos em Cripto
Create a new offloader wallet.
customer) um endereço on-chain dedicado vinculado a uma conta bancária (bank_account) específica. Qualquer stablecoin enviada para esse endereço é automaticamente convertida para a moeda fiat vinculada e encaminhada — nenhuma chamada de API por transferência é necessária. Cada cliente deve ter sua própria carteira; compartilhar um endereço entre clientes torna a atribuição de depósitos não confiável.Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Corpo
The customer who owns the destination bank account.
"customer_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
The crypto currency the offloader wallet accepts for deposits. See Supported Rails & Currencies.
usdc, usdt, eurc "usdc"
The blockchain network the offloader wallet is on. See Supported Rails & Currencies.
sol, ethereum, arbitrum, polygon, base, avalanche, tron "ethereum"
The bank account destination where converted funds are sent. See Bank Accounts guide.
- ACH
- Wire
- SEPA
{
"bankAccountId": "bankAccount_6221e8d4299f4a889bd882255e92f581",
"currency": "usd",
"network": "ach",
"achReference": "REF123"
}Integrator fee in basis points (0-1000).
"100"
Crypto address where funds are returned on failed transactions. Must be valid for the selected network.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"
Resposta
Unique identifier for the offloader wallet.
"wallet_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
The customer who owns the offloader wallet.
"customer_a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6"
The on-chain deposit address for the offloader wallet. Send crypto to this address to trigger automatic conversion.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"
The crypto currency the offloader wallet accepts for deposits. See Supported Rails & Currencies.
usdc, usdt, eurc "usdc"
The blockchain network the offloader wallet is on. See Supported Rails & Currencies.
sol, ethereum, arbitrum, polygon, base, avalanche, tron "ethereum"
The bank account destination where converted funds are sent. See Bank Accounts guide.
- ACH
- Wire
- SEPA
{
"bankAccountId": "bankAccount_6221e8d4299f4a889bd882255e92f581",
"currency": "usd",
"network": "ach",
"achReference": "REF123"
}Fee configuration for the offloader wallet, including integrator and platform fees.
{
"integratorFee": { "bpsRate": "100", "currency": "usdc" },
"platformFee": { "bpsRate": "30", "currency": "usdc" }
}Timestamp when the offloader wallet was created (ISO 8601).
"2024-06-15T10:30:00.000Z"
Timestamp when the offloader wallet was last updated (ISO 8601).
"2024-06-15T12:00:00.000Z"
Crypto address where funds are returned on failed transactions. Must be valid for the wallet network. Null if not configured.
"0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97"