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

Headers

accept-language
enum<string>
required

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string
required

UUID of the sales channel

Path Parameters

paymentDetailId
number
required

Response

200 - application/json

Successful response

data
object
required