This allows you to retrieve a list of active banks eligible for fund transfers.
curl --request GET \ --url https://devapi.withedge.co/gateway/api/v1/transfer/banks \ --header 'Authorization: Bearer <token>' \ --header 'requestId: <requestid>'
{ "status": "00", "message": "Completed successfully", "data": { "banks": [] } }
Was this page helpful?