Get Service

Get Service

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

This endpoint allows you to receive the service.

Path Parameters

Name
Type
Description

id

string

Service id

Headers

Name
Type
Description

X-Client

string

Paylands service 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"
}

Last updated

Was this helpful?