Dynamically set Continue Url for Commerce Payment Provider
Umbraco 13 & Commerce.
Is it possible to set the Continue Url of the Stripe Payment provider (and possibly others) in code, rather than having it set in the Payment Provider config itself?
We want to have multiple payment / checkout flows but they all should ideally use the same Stripe payment provider. The problem is Commerce needs to send you to the Confirmation page in the current flow.
Dynamically set Continue Url for Commerce Payment Provider
Umbraco 13 & Commerce.
Is it possible to set the Continue Url of the Stripe Payment provider (and possibly others) in code, rather than having it set in the Payment Provider config itself?
We want to have multiple payment / checkout flows but they all should ideally use the same Stripe payment provider. The problem is Commerce needs to send you to the Confirmation page in the current flow.
So:
/checkoutflow1/
will have:
/checkoutflow1/confirmationpage/
And
/checkoutflow2/
will have:
/checkoutflow2/confirmationpage/
Is this possible?
is working on a reply...