Bank information
Ensuring bank details are correct
To validate BSB, BIC (aka SWIFT code) or IBAN use the bankInfo query.
The bankInfo
query accepts only one of bsb
, bic
, or iban
arguments. Otherwise, it will return an error.
The below sample queries will return null
if the BSB, BIC, IBAN is not found.
Last updated