List funding instructions
Retrieves funding instructions for depositing into an account across all available payment rails.
Authorizations
JWT bearer token. Include as Authorization: Bearer <token>. See the Authentication guide for how to obtain one.
Headers
API version. Omit to use the default version.
"1"
Path Parameters
UUID of the account.
Query Parameters
Filter results by asset code.
ISO 4217 currency code or stablecoin ticker. The maximum decimal scale of an AmountValue paired with this asset depends on the asset:
BRL, USDT, USDC "BRL"
Filter results by payment rail. Payment rail used to fund a deposit.
PIX_KEY, PIX_STATIC_QR_CODE, PIX_DYNAMIC_QR_CODE, PIX_BANK_INSTRUCTION, BOLETO, CRYPTO, TED, WIRE, SWIFT, SEPA, ACH Response
List of funding instructions.
- PIX key
- PIX static QR code
- PIX bank instruction
- TED
- Boleto
- Crypto wallet
A funding instruction for depositing into an account. Discriminated by type.
ISO 4217 currency code or stablecoin ticker. The maximum decimal scale of an AmountValue paired with this asset depends on the asset:
BRL, USDT, USDC "BRL"
Funding instruction shape. Each value maps to one variant of FundingInstructionResponse.
PIX_KEY Payment rail used to fund a deposit.
PIX_KEY PIX key type.
CPF, CNPJ, EMAIL, PHONE, RANDOM "CNPJ"
The PIX key value.
"12345678000101"
Optional account identifier exposed by the underlying provider, useful when the same key is shared across multiple accounts.
null