end? Can't go to the customer's payment portal? ( Stripe Gateway)
Which is better?
I also want to make an invoice for this
The card number that I get on the website for payment is not a user privacy problem?
Invoices are handled my stripe you'll get one from your dashboard and yes validation has to be done on the stripe website
I only use paypal, but the flow for me there: - Start Payment intent in the frontend - Save in Backend that user started the payment intent - Let user finish the payment, listen for a payment finished callback on frontend - When callback received, send to backend to check the payment is really successful and the callback from the frontend was not forged - Have a Cronjob check all started but not finished payments for completion (in case customer had an issue with his internet or something so no callback from frontend was received but payment was successful)
Обсуждают сегодня