---
title: "Get available payment schemes for a specific country"
method: GET
path: "/api/v1/payment-schemes"
tags: ["Payment Schemes"]
---

# Get available payment schemes for a specific country

`GET /api/v1/payment-schemes`

Get available payment schemes for a specific country

## Query parameters

- `country` string, required — ISO 3166-1 alpha-2 country code

## Response `200`

Success

- PaymentSchemeDiscoveryResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — List of payment schemes
    - `payment_schemes` object[], required — List of available payment schemes for the country
      - `id` string, uuid, required — The unique identifier of the payment scheme
      - `type` union, required — The type of payment scheme
        - 'SEPA_CREDIT_TRANSFER'
        - 'MULTIBANCO'
        - 'DANISH_DOMESTIC_CREDIT_TRANSFER'
        - 'FASTER_PAYMENTS'
        - 'BACS'
        - 'BECS'
        - 'ACH'
      - `name` string, required — The human-readable name of the payment scheme
      - `is_default` boolean, required — Whether this is the default payment scheme for the country
      - `additional_payment_method` boolean, required — Whether this scheme should be shown as a separate payment option in the UI

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
