Skip to main content
GET
/
api
/
payments
/
vouchers
/
{code}
/
validate
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/payments/vouchers/{code}/validate \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": {
    "isCode": true
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Path Parameters

code
string
required

Response

200 - application/json

Successful response

data
object
required
  • Option 1
  • Option 2