Payment Schemes

Get available payment schemes for a specific country

Get available payment schemes for a specific country

get/api/v1/payment-schemes

Query parameters

countrystring required

ISO 3166-1 alpha-2 country code

Example:GB

ISO 3166-1 alpha-2 country code

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "payment_schemes": [
      {
        "id": "123e4567-e89b-12d3-a456-426614174001",
        "name": "SEPA Credit Transfer",
        "is_default": true
      }
    ]
  }
}

Changes

Changed in 3 of the 8 revisions of this API.212

  • b372e7d5563d111See the full diff
    • for the query request parameter country, the minLength was increased from 0 to 2

      request-parameter-min-length-increased

    • for the query request parameter country, the maxLength was set to 2

      request-parameter-max-length-set

    • added subschema #6 subschema #7 to the data/payment_schemes/items/type response property anyOf list for the response status 200

      response-property-any-of-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog