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

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.