Get available payment schemes for a specific country
Get available payment schemes for a specific country
Query parameters
ISO 3166-1 alpha-2 country code
ISO 3166-1 alpha-2 country code
Response
Success
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
- ▲
for the
queryrequest parametercountry, the minLength was increased from0to2request-parameter-min-length-increased
- ●
for the
queryrequest parametercountry, the maxLength was set to2request-parameter-max-length-set
- ○
added
subschema #6subschema #7to thedata/payment_schemes/items/typeresponse propertyanyOflist for the response status200response-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
- ▲