Returns the bank name and BIC associated with the specified IBAN.
GET
/api-v1/contact/bank-info
curl \
--request GET 'https://wyzio.app/api-v1/contact/bank-info?iban=string'
Response examples (200)
{
"swiftBic": "string",
"bankName": "string"
}