You can get the list of supported banks by calling dedicated endpoint. This is needed for embedded flow, where the user has to select his bank for the payment. It can be used also in redirect flow if you want to have the list of banks and show it in the UIhelpful in scenarios like:
merchant wants to display list of supported banks on his web page
merchant wants the user to select the bank for the payment directly on merchant’s page, before redirection to the pay gate (so called bank pre-selection).
Request
Code Block |
---|
GET {{everifin_url}}/api/{{version}}/banks?countryCode=SVKSVKe |
Filter
Field | Type | Optional | Description |
---|---|---|---|
countryCode | ALPHA-3 | yes | Country code |
...