Checkout Flows
The PazeSM Service enables merchants to tailor the Paze customer experience so it aligns with the customer journeys available on their website or mobile app.
Two common customer journeys supported through the Paze Service are:
- Express Pay – A fast, streamlined flow where the customer returns from Paze Checkout experience and the merchant immediately processes the transaction and shows the customer a confirmation page. This is the best converting flow as it eliminates the need for the customer to make an action on a merchant website/app to processes the payment.
- Review and Pay – In this flow the customer goes through the Paze Checkout experience, selects their credit or debit card and shipping information (optional) and then back to the merchant website/app to review their order details before confirming payment.
Merchants control how these experiences appear by specifying an intent within API or SDK. intent ensures that the appropriate call to action "Pay now" or "Continue to review order" is shown within the Paze Checkout experience.
Both these journeys can be invoked by
- Auto Initiated Checkout – In this flow the Paze Checkout experience is launched once a customer types their email or phone number and a matching wallet is found within the Paze Service.
- Button Initiated Checkout – In this flow the Paze Checkout experience is launched once a customer clicks a Paze button on your product, card and checkout page.
Express Pay
This intent is ideal when the merchant has finalized all order details—such as digital goods with fixed pricing, or orders where shipping fees and taxes have already been calculated.
Express Pay requires the final transaction amount to be passed in. When implementing Express Pay, merchants should call the complete() via Web SDK and /complete API after receiving a successful redirected back from the Paze Checkout experience.
Review and Pay
Review and Pay should be used when the customer goes through the Paze Checkout experience and will be given the option to confirm their order details within the merchant website / app prior to processing the payment.
Review and Pay requires does not require final transaction amount to be passed in as the customer has the opportunity to review the final amounts before they Place order. If your flow requires a customer to come back to confirm the order on your web page or app choose "Review and Pay".
Updated 13 days ago