#collincodes
1 messages · Page 1 of 1 (latest)
Hi there
Hey!
So we actually have a beta for server-side confirmation using Payment Element: https://stripe.com/docs/payments/run-custom-actions-before-confirmation
Take a look at that guide and see if that is what you are looking for
That said, you will need to request access to go live with it (you should be able to test without access)
10/4, that looks like what I need. It also looks like the integration returns a success status in the response of the attempted payment, but the docs say it requires webhooks for payment confirmation. Is the success status not indicative of the actual payment status, and we should rely on the webhook for the source of truth?
We always recommend webhooks since it is always possible for the customer to complete the next actions but then drop off before you receive success from the client.
Ah, understood. Thanks.