cURL
curl --request GET \ --url https://api.truust.io/2.0/bankaccounts/{uuid} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "uuid": "<string>", "type": "<string>", "name": "<string>", "number": "<string>", "bic": "<string>", "tag": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "connections": {} }
Use your account's Secret Key as the Bearer token.
Bank account details
Account type (e.g. IBAN, ACCOUNT).
IBAN
ACCOUNT
Account holder name.
Masked account number or IBAN.
Hypermedia links to related resources.
Show child attributes