GET
/
v1
/
validate
/
bank

Query

account_number
string
required

The account number to validate.

type
string
default: "ALL"required

The type of account to validate. Possible values are BIC, IBAN, ALL.

  • ALL: Validates all account types
  • BIC
  • IBAN
x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

message
string

The message returned by the API.

BICvalid
boolean

Indicates whether the BIC is valid.

IBANvalid
boolean

Indicates whether the IBAN is valid.