Endpoints
Miscellaneous

Banks List

2min

The Banks List API uses the /open/transact/data endpoint along with specified country and data parameters to provide a list of Banks for various countries.

GET
Request
Query Parameters
country
required
String
Country for which data should be provided "gha" - Ghana
data
required
String
Data to be provided "banks" - List of Banks


Response Parameters

Parameters

Description

Data Type

status

Status of the api request

  • 1 - Success
  • 0 - Failure

Integer

code

Unique Identifier for the different possible responses

String

message

Endpoint response message

String/Array

go

Not applicable to this endpoint

null

data

An object that contains below parameters

Object

code

sublistid (Bank Id number) to be used when making transfers to bank

String

name

Name of the Bank

String



Updated 20 Nov 2023
Doc contributor
Did this page help you?