## Request
### Parameters
Parameter | Description |
merchant_token | A GUID string that is unique and private to you as a merchant. Do not share this key, keep it safe. Example `283b1550-ed02-4aee-8529-38a8ae90f10e ` |
## Response
Note that this list is different from the list of banks as returned by iDIN.
### Parameters
Parameter | Description |
country | The readable name of the country. |
issuer_id | An identifier for the bank. Used as the value of the in bank selector dropdowns. The end user selects a value and iDIN will direct the end user to that bank, so that the user can identify himself. Has the pattern `/[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}/ `. |
issuer_name | The name of the issuing bank intended for display purposes. Used as the content of in the HTML dropdowns. |
### Response codes
HTTP status | Description |
200 | List of banks |
400 | Invalid request |
403 | Authorization required |