Endpoint
Authentication
All requests require a Bearer token in theAuthorization header.
Path parameters
The bank account ID returned when the account was registered (e.g.,
"bankAccount_ce745ef7f3df4b9a8bff1301ce24b045").Response fields
Unique identifier for the bank account.
Account status (e.g.,
"active").Name of the financial institution.
Descriptive label for the account.
ID of the customer who owns this account.
Currency code:
"usd", "eur", or "brl".Masked account details. For USD accounts, contains
accountNumber (partially redacted), routingNumber, and accountType. For EUR accounts, contains iban and bic. For BRL accounts, contains pixKey and pixKeyType.Payment networks registered for this account (e.g.,
["ach", "wire"], ["sepa"], ["pix"]).ISO 8601 timestamp of when the account was registered.
ISO 8601 timestamp of the most recent update.
Error responses
| Status | Code | Description |
|---|---|---|
400 | address/invalid | The request is malformed or the ID format is invalid. |
404 | resource/not-found | No bank account with the specified ID exists. |
422 | validation/failed | Validation failed. The response includes a per-field errors array. |