List Ripio Deposit Accounts
Returns the list of Ripio deposit accounts (fiat funding rails) the authenticated user can use to fund their account. Each list item is a discriminated union member sharing a common core (type, account_number, account_label, currency, deposit_constraint) plus rail-specific fields.
Discriminated by type, depending on the account’s country:
country = AR→type: "cvu". Deposit by CVU (Clave Virtual Uniforme).deposit_constraintisnull(any valid CVU may deposit).country = BR→type: "pix". Deposit by Pix, withdeposit_constraint.same_holderindicating the required holder (CPF) for the originating account.
deposit_constraint is always present: null means no restriction; an object communicates a rule.
Only available for accounts with country AR or BR. Returns 403 for other countries.
Returns 404 if the authenticated user does not have a Ripio deposit account provisioned. In that case, contact support.
Authorization
- Requires a valid API key.
Headers
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.