When your customer chooses to checkout, your server sends a request to the checkout API to create a new checkout session. A checkout session is created and it returns a token.
The UI component is instantiated in your customer’s browser using Tazapay.js library and the token of the checkout session.
The customer selects their preferred payment method. They then fill out the payment details and click on
Pay. This completes the checkout experience.
