Validate bank account
Customer Management
Validate Bank Account
Validates a bank account number format for a given country and bank code, and whether the country is supported.
POST
Validate bank account
Checks a bank account before you pay it: the account number format, the bank code,
and whether the country is supported.
With name lookup enabled, the response also carries the name registered on the
account and its status — a frozen or restricted account will usually reject an
incoming payment, so it’s worth checking before you send.
Reading the result
nameLookupStatus tells you whether the name resolved, and nameLookupReason says
why when it didn’t — so you can tell an account that doesn’t exist from a corridor
that can’t resolve names from something worth retrying.
isValid reports the account number format, and flips to false once a lookup
proves the destination unusable. A name mismatch is different: the account is
real, so isValid stays true and nameMatch.matched is what tells you the
holder isn’t who you expected.
Full status meanings, retry guidance, and how these fields relate are on
Account Validation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json