I have created a Offsite Payment App Extension. I have provided the payment session URL to the extension that redirects the customers from shopify checkout to the payment portal to complete the payments.
Now I have no idea how to redirect the customer back to the payment portal to the shopify checkout with the payment details. In the payment session request we get the payment cancel URL not the checkout URL.
Kindly guide me how to complete this process.
I have followed this documentation:
https://shopify.dev/docs/apps/build/payments/request-reference#offsite-payment
Thanks