Verify Banks

Post https://app.moneygraph.ai/api/v1/verify-bank

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

iso2* string

Country Iso2 of recipient country

routing_type string

Can be ACH_CODE or SWIFT.

routing_code uuid

Bank routing code

Response


{
    "message": "Bank Found:",
    "status": "success",
    "data": {
        "bank_name": "ZENITH BANK PLC"
    }
}