Skip to main content

Available Banks

Take the banks we have defined specifically for you and show them to your user.

Request

GET - /api/banks/available-banks
curl -X GET "https://your-api-endpoint/api/banks/available-banks" \
-H "ApiKey: your_api_key"

Response

KeyTypeDescription
_idstringIt will be used instead of bankId in deposit and withdrawal requests.
namestringBank name
{
"data": [
{
"_id": "5fe0f093bb4f0b001b5ea63d",
"name": "Fake Bank (₺100,00 - ₺100.000,00)"
}
],
"status": 200,
"errorMessage": null
}