Payment result
π§ URLβ
/payment/result
π Redis Keyβ
tenant_slug:sections:payment_result
π Descriptionβ
Page that communicates the result of a recently made payment. Allows retrying in case of an error or exiting the order flow.
π― Specific Behaviorsβ
Redirect on clicking the βBack to homeβ button is chosen based on the first of the following parameters:
thankYouPageOkRedirectfield set infeaturesoriginUrldefined during cart initialization- fallback to
homepage
πΌοΈ Imagesβ




πΎ JSON Exampleβ
{
"labels": {
"it": {
"title": "ORDINE NΒ° {0}",
"retry-payment": "RIPROVA ORA",
"exit": "TORNA ALLA HOME"
},
"en": {
"title": "ORDER NΒ° {0}",
"retry-payment": "TRY AGAIN NOW",
"exit": "GO BACK TO HOME"
}
},
"links": {},
"images": {
"payment-success": "https://mysite/assets/order-sent.png",
"payment-error": "https://mysite/assets/order-sent-error.png"
},
"colors": {
"checkout-subtitle-background": "#26251d",
"retry-payment-background": "#26251d",
"retry-payment-border": "#26251d",
"retry-payment-pay": "#fffccc",
"exit-background": "#26251d",
"exit-border": "#26251d",
"exit-pay": "#fffccc"
}
}