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}
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
Unique identifier for the issuer
Full name of the issuer
Abbreviated name of the issuer
Unique code for the issuer
Detailed description of the issuer
Current status of the issuer
Two-letter ISO country code
Type of the issuer
Additional metadata for the issuer
Timestamp when the issuer was created (Unix timestamp in milliseconds)
Timestamp when the issuer was last updated (Unix timestamp in milliseconds)