Skip to main content
GET
/
bankaccounts
/
{uuid}
Get bank account
curl --request GET \
  --url https://{subdomain}.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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.truust.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your account's Secret Key as the Bearer token.

Path Parameters

uuid
string
required

Response

200 - application/json

Bank account details

id
integer
self
string
uuid
string
type
string

Account type (e.g. IBAN, ACCOUNT).

name
string | null

Account holder name.

number
string

Masked account number or IBAN.

bic
string | null
tag
string | null
metadata
object
created_at
string<date-time> | null
connections
object

Hypermedia links to related resources.