Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Response
The request was successful.
The bank account ID.
Example:
"123e4567-e89b-12d3-a456-426614174003"
JSON-formatted bank account details.
Example:
{
"beneficiary_name": "John Doe",
"beneficiary_address": "123 Main St, Anytown, USA",
"account_number": "4111111111111111",
"bank_name": "ABC Bank",
"bank_country": "USA",
"bank_address": "456 Bank Ave, Cityville, USA",
"swift_or_bic": "ABCDEFGH"
}
The creation time of the bank account, represented as a UNIX timestamp in seconds.
Example:
1744689600
The last update time of the bank account, represented as a UNIX timestamp in seconds.
Example:
1744689600