Thank you component
Gain a better understanding of the thank your component along with how to create and mount it
Last updated
Gain a better understanding of the thank your component along with how to create and mount it
Last updated
The thank you component confirms that the purchase was successful and displays the order's identifier.
The component can also display instructions on authorizing Konbini, Wire Transfer, and other delayed payment methods. More specifically, if the flow
of an order's primary payment.sources[]
is receiver
, then the component provides customers guidance on how to push the funds.
Refer to Handling success events on the Components checkout page for details on determining when to display this component.
To create an instance of the thank you component, pass 'thankyou'
to createComponent()
.
To attach the thank you component to your DOM, pass the id
of its container to mount()
.