Logo PopinaPopina API

Get the catalog payments

Get catalog payments configured on the POS.

GET/v1/catalog/payments/
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Response Body

curl -X GET "https://api.pragma-project.dev/v1/catalog/payments/"
[
  {
    "id": "fcbe2bb9-beac-4126-a4f3-292740397f97",
    "name": "Carte de crédit",
    "enabled": true
  },
  {
    "id": "787195c3-e2e1-4a43-b4b5-23b31ab364ec",
    "name": "Resto Flash",
    "enabled": false
  },
  {
    "id": "2528fdb4-7c79-42e9-955d-22310dcc39c7",
    "name": "iZettle",
    "enabled": false
  }
]