cURL
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 } ] }
Retrieves available issuers for bank transfers for the authenticated entity.
Authorization header: Bearer {jwt or Secretkey}
"Bearer {jwt or Secretkey}"
The type of issuer to filter by
The country code to filter issuers by
Successful operation
A descriptive message indicating the result of the operation
The status of the API operation (successful, error, failed, pending)
List of issuer objects
Show child attributes