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

Query Parameters

status
enum<string>
required
Available options:
PENDING,
ACTIVE,
EXPIRED
type
enum<string>[]

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