Skip to main content
DELETE
/
api
/
payments
/
payment-details
/
{paymentDetailId}
cURL
curl --request DELETE \
  --url https://api.pricenow.dev/api/payments/payment-details/{paymentDetailId} \
  --header 'pratiq-client-id: <pratiq-client-id>'
{
  "data": {
    "provider": "EGUMA",
    "type": "voucher",
    "id": 123,
    "status": "PENDING",
    "code": "<string>"
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Path Parameters

paymentDetailId
number
required

Response

200 - application/json

Successful response

data
object
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
  • Option 9
  • Option 10
  • Option 11