List services

List Services

GET https://tvqrh430ul.execute-api.eu-west-1.amazonaws.com/Prod/

This endpoint allows you to list all the configured services.

Headers

Name
Type
Description

X-Client

string

Paylands client uuid

[
  {
    "id": "d5c535d3-f7ed-43f9-8252-d7b6d616f198",
    "name": "::Sample::",
    "emplacement": "::sample::",
    "payment_gateway_configuration": {
      "service_uuid": "::service_uuid::",
      "apikey": "::apiKey::",
      "signature": "::signature::",
      "template_uuid": "::template_uuid::",
      "url_ok":"https://url.ok",
      "url_ko":"https://url.ko",
      "url_post":"https://url.post"
    },
    "default_amount": "1000"
  },
  {
    "id": "d5c535d3-f7ed-43f9-8252-d7b6d616f199",
    "name": "::Sample::",
    "emplacement": "::sample::",
    "payment_gateway_configuration": {
      "service_uuid": "::service_uuid::",
      "apikey": "::apiKey::",
      "signature": "::signature::",
      "template_uuid": "::template_uuid::",
      "url_ok":"https://url.ok",
      "url_ko":"https://url.ko",
      "url_post":"https://url.post"
    },
    "default_amount": "1000"
  }
]

Last updated

Was this helpful?