Redirect to a confirmation page after payment success - React

That looks like an API call to CreatePayment. I thought you’re using the Checkout API CreatePaymentLink? If your using the Payments API CreatePayment with the Web Payments SDK there isn’t a configurable redirect URL. When you get the payment confirmation you’ll need to build your custom redirect for the customer. :slightly_smiling_face: