banking - List own bank accounts
Banking
List Own Bank Accounts
Returns the list of the authenticated user’s own registered bank accounts.
Country restriction: Only available for accounts with country = AR or country = BR.
- AR — returns Argentine bank accounts (CBU, CVU, alias). Each item has
type = "bank". - BR — returns Pix keys. Each item has
type = "pix".
Both types appear in the same data array; use the type field to distinguish them.
Authorization
- Requires a valid API key.
GET
banking - List own bank accounts
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.