Skip to main content
GET
/
issuers
Retrieves available issuers for bank transfers for the authenticated entity.
curl --request GET \
  --url https://api.nuvion.tech/issuers \
  --header 'Authorization: <authorization>'
{
  "message": "Issuers retrieved successfully",
  "status": 200,
  "data": [
    {
      "id": "01HJ5G6R7MXW5ZK2QD6YA8N9F9",
      "name": "Access Bank",
      "short_name": "ACC",
      "code": "044",
      "description": "Access Bank Nigeria",
      "status": "active",
      "country": "NG",
      "type": "bank",
      "meta": {},
      "created": 1692799432000,
      "updated": 1692799432000
    },
    {
      "id": "01HJ5G6R7MXW5ZK2QD6YA8N9G0",
      "name": "Guaranty Trust Bank",
      "short_name": "GTB",
      "code": "058",
      "description": "Guaranty Trust Bank Nigeria",
      "status": "active",
      "country": "NG",
      "type": "bank",
      "meta": {},
      "created": 1692799432000,
      "updated": 1692799432000
    },
    {
      "id": "01HJ5G6R7MXW5ZK2QD6YA8N9G1",
      "name": "First Bank of Nigeria",
      "short_name": "FBN",
      "code": "011",
      "description": "First Bank of Nigeria",
      "status": "active",
      "country": "NG",
      "type": "bank",
      "meta": {},
      "created": 1692799432000,
      "updated": 1692799432000
    }
  ]
}

Headers

Authorization
string
required

Authorization header: Bearer {jwt or Secretkey}

Query Parameters

type
string

The type of issuer to filter by

country
string

The country code to filter issuers by

Response

Successful operation

message
string
required

A descriptive message indicating the result of the operation

status
string
required

The status of the API operation (successful, error, failed, pending)

data
object
required

List of issuer objects