#naepostonsundays
1 messages · Page 1 of 1 (latest)
It's always safer to use webhooks. Are you only accepting card payments? Do you plan to accept any other payment method types? Like, ACH, or SEPA for example?
Only card payments, either with the card element or the express one as I mentioned there. I def agree that it's safer to use webhooks too, it could be pretty easy for a bad actor to send a request to the return route but there are practical measures I could take. I suppose I'll just leave the return_url as a payment confirmation screen for UX and resort to the webhook as payment notification
That's definitely how I would do it
Cool, thanks for your advice. Appreciate your time