Bank Account
Validate any bank account number in seconds.
GET
/
v1
/
validate
/
bank
Query
The account number to validate.
The type of account to validate. Possible values are BIC
, IBAN
, ALL
.
- ALL: Validates all account types
- BIC
- IBAN
Header
Your JigsawStack API key
Response
Indicates whether the call was successful.
The message returned by the API.
Indicates whether the BIC is valid.
Indicates whether the IBAN is valid.
Was this page helpful?