v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Banks Off Ramp

This endpoint is used to fetch banks

get/custodial/banks

Query parameters

country'NG' | 'GH'

Options are: NG, GH

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Banks successfully fetched",
  "data": [
    {
      "public_id": "21c95654-9d8a-4b3f-90db-14afb7bfd2f9",
      "code": "044",
      "name": "Access Bank",
      "created_at": "2025-03-21T22:50:30.606Z",
      "updated_at": "2025-03-21T22:50:30.606Z"
    }
  ]
}