curl --request GET \
--url https://api.pricenow.dev/api/checkout/{checkoutId}/payment/status \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"status": "FAILED",
"totalAmount": 123,
"currency": "<string>",
"errors": [
"<string>"
],
"primaryPaymentProvider": {
"type": "ON_SITE",
"status": "FAILED",
"paymentMethod": "<unknown>",
"amount": 123
},
"secondaryPaymentProviders": [
{
"type": "INCERT",
"status": "FAILED",
"paymentMethod": "<unknown>",
"amount": 123
}
]
}
}Get the payment status for a checkout
curl --request GET \
--url https://api.pricenow.dev/api/checkout/{checkoutId}/payment/status \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>'{
"data": {
"status": "FAILED",
"totalAmount": 123,
"currency": "<string>",
"errors": [
"<string>"
],
"primaryPaymentProvider": {
"type": "ON_SITE",
"status": "FAILED",
"paymentMethod": "<unknown>",
"amount": 123
},
"secondaryPaymentProviders": [
{
"type": "INCERT",
"status": "FAILED",
"paymentMethod": "<unknown>",
"amount": 123
}
]
}
}Language of the response
en, de, fr, it UUID of the sales channel
Successful response
Show child attributes