Post https://app.moneygraph.ai/api/v1/verify-bank
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
iso2* string
Country Iso2 of recipient country
routing_type string
Can be ACH_CODE or SWIFT.
routing_code uuid
Bank routing code
{
"message": "Bank Found:",
"status": "success",
"data": {
"bank_name": "ZENITH BANK PLC"
}
}