Mintly Bank Account Checker
Whether your business is sending or receiving payments, you need to be confident that payment details are correct. We take the hassle away and check sort codes, account numbers and IBAN for correctness and ensure you know which payment types each account supports. - Check IBAN, sort code and account numbers are valid with our web UI or advanced API - Check sort codes and return the bank details,…
Mintly Bank Account Checker endpoints
| Method | Endpoint | Description |
|---|---|---|
| sortcode | ||
| GET |
/sortcode/{sortCode} /sortcode/{sortCode} |
Takes a sort code string as input and returns 200 if the provided sort code exists. This endpoint also returns branch details for the associated bank branch using the Branch… |
| GET |
/sortcode/{sortCode}/account/{accountNumber} /sortcode/{sortCode}/account/{accountNumber} |
Takes a sort code and account number strings as input and returns 200 if the provided sort code and account combination is valid. This endpoint also returns branch details for… |
| swift | ||
| GET |
/swift/{bic} /swift/{bic} |
Takes a BIC string as input and returns 200 if the provided branch exists. This endpoint also returns branch details for the associated bank branch using the Branch schema, as… |
| iban | ||
| GET |
/iban/{iban} /iban/{iban} |
Takes an IBAN string as input and returns 200 if the provided IBAN is valid. This endpoint also returns branch details for the associated bank branch using the Branch schema, as… |
| identity | ||
| GET |
/identity /identity |
Returns 200 if the user is allowed to use the service. Returns 403 is the user is unauthorized. |
Mintly Bank Account Checker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|