Skip to main content
GET
/
api
/
payments
/
payment-details
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/payments/payment-details \
  --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

Query Parameters

status
enum<string>
required
Available options:
PENDING,
ACTIVE,
EXPIRED,
DECLINED
type
enum<string>[]
Available options:
TWI,
PAP,
DIB,
REK,
PFP,
PFC,
anonymous,
card,
voucher

Response

200 - application/json

Successful response

data
object[]
required