Skip to main content
GET
/
partner
/
wallets
/
fiat
/
banks
List supported banks
curl --request GET \
  --url https://api.stabyl.com/v1/partner/wallets/fiat/banks
{
  "data": [
    {
      "bank_code": "044",
      "institution_code": "000014",
      "institution_name": "Access Bank"
    }
  ],
  "status": "success"
}

Documentation Index

Fetch the complete documentation index at: https://stabyl.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Fiat deposit and account-verification routes prepare account records only. Reconcile credited deposits from wallet transactions.

Response

List of banks

data
object[]
required
status
enum<string>
required
Available options:
success