Skip to main content
GET
banking - Get own bank account detail

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

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.

Path Parameters

rail_type
string
required

Rail type of the account. Use bank for Argentine CBU/CVU/alias accounts, pix for Brazilian Pix keys.

Example:

"bank"

id
integer
required

Unique identifier of the bank account.

Example:

42

Response

Bank account detail retrieved successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required