Skip to main content
GET
/
pos
/
sessions
/
banks
curl "https://secureapi.gridlog.io/api/v1/pos/sessions/banks?currency=NGN&countryCode=NG"
{
  "banks": [
    {
      "id": "access-bank-ng",
      "name": "Access Bank",
      "code": "044"
    },
    {
      "id": "gtbank-ng",
      "name": "GTBank",
      "code": "058"
    }
  ]
}
Public endpoint — no authentication required. Use the returned id as the networkId when initiating a Direct Crypto Payout.
currency
string
ISO currency code to filter banks by (e.g., "NGN")
countryCode
string
ISO country code to filter banks by (e.g., "NG")
curl "https://secureapi.gridlog.io/api/v1/pos/sessions/banks?currency=NGN&countryCode=NG"
{
  "banks": [
    {
      "id": "access-bank-ng",
      "name": "Access Bank",
      "code": "044"
    },
    {
      "id": "gtbank-ng",
      "name": "GTBank",
      "code": "058"
    }
  ]
}
banks
array
Array of bank objects
banks[].id
string
Bank network ID — use this as networkId in payout requests
banks[].name
string
Bank display name
banks[].code
string
Bank sort code