Headers
Global Webshop Client Id
UUID of the sales channel
Path Parameters
Response
200 - application/json
Successful response
- Option 1
- Option 2
curl --request GET \
--url https://api.pricenow.dev/api/checkout/{checkoutId}/payment/status \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": {
"status": "FAILED",
"totalAmount": 123,
"currency": "<string>",
"errors": [
"<string>"
],
"primaryPaymentProvider": {
"type": "ON_SITE",
"status": "FAILED",
"paymentMethod": "<any>",
"amount": 123
},
"secondaryPaymentProviders": [
{
"type": "INCERT",
"status": "FAILED",
"paymentMethod": "<any>",
"amount": 123
}
]
}
}Get the payment status for a checkout
curl --request GET \
--url https://api.pricenow.dev/api/checkout/{checkoutId}/payment/status \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": {
"status": "FAILED",
"totalAmount": 123,
"currency": "<string>",
"errors": [
"<string>"
],
"primaryPaymentProvider": {
"type": "ON_SITE",
"status": "FAILED",
"paymentMethod": "<any>",
"amount": 123
},
"secondaryPaymentProviders": [
{
"type": "INCERT",
"status": "FAILED",
"paymentMethod": "<any>",
"amount": 123
}
]
}
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes