Skip to main content
GET
/
api
/
providers
/
top
Get the list of top banks
curl --request GET \
  --url https://api.stage.rocka.live/api/providers/top \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "isInstant": true,
    "name": "<string>",
    "logoUrl": "<string>",
    "iin": 123
  }
]

Authorizations

x-api-key
string
header
required

To get your own API keys, go to the Integration tab in your Rocka Hub. Use your test (not live) credentials to make API requests from this form.

Query Parameters

country
string
default:FR
required

Country's ISO 3166 code. For example, DE for Germany or FR for France.

count
integer
default:5

Number of banks to retrieve. Optional.

Response

200 - application/json
id
string
required

The bank's unique ID in Rocka's records.

isInstant
boolean
required

Indicates whether this bank supports instant payments.

name
string
required

The bank's name that is displayed to the customer.

logoUrl
string
required

Link to the bank's logo.

iin
integer

The bank's IIN.