Skip to main content
GET
https://api-gw.verolabs.co/api/v1
/
bank-accounts
/
{bankId}
Get bank account by ID
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/bank-accounts/{bankId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "userId": "<string>",
  "bankAccountName": "<string>",
  "bankAccountNumber": "<string>",
  "bankCode": "<string>",
  "createdAt": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

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

Authorizations

Authorization
string
header
required

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Path Parameters

bankId
string
required

Bank account ID.

Response

Saved bank account details.

id
string
required
userId
string
required
bankAccountName
string
required
bankAccountNumber
string
required
bankCode
string
required
createdAt
integer<int64>
required