Skip to main content
GET
/
bankaccounts
/
validation
Get bank account validation rules
curl --request GET \
  --url https://{subdomain}.truust.io/2.0/bankaccounts/validation \
  --header 'Authorization: Bearer <token>'
{}

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.

Query Parameters

currency
string
required
Example:

"EUR"

country
string
required
Example:

"ES"

type
string
required
Example:

"IBAN"

Response

200 - application/json

Validation rules object

The response is of type object.