Payments
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/issuers \ --header 'account-code: <api-key>' \ --header 'private-secret-key: <api-key>' \ --header 'public-api-key: <api-key>'
{ "issuers": [ { "name": "Banco de Bogota", "id": "1" }, { "name": "Bancolombia", "id": "2" }, { "name": "Davivienda", "id": "3" } ] }
Your public API key from the Yuno Dashboard
Your private secret key (server-side only)
Your account identifier. The alias X-Account-Code is also accepted.
ISO 3166-1 alpha-2 country code
^[A-Z]{2}$
"CO"
List of issuers for the specified country
Show child attributes