POST
/
api
/
service
/
merchant
/
capabilities
/
details
curl --request POST \
  --url https://api.sand.getivy.de/api/service/merchant/capabilities/details \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "market": "AF"
}'
{
  "capabilities": [
    "pis"
  ]
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json

Response

200 - application/json
Returns the active capabilities of the requested market.

The response is of type object.