the problem is i have products on stripe i can create order, create payment intent, approve payment intents but don't know how i to assign that payment intent to created order?
when you created a payment order, your response will have the request identifier (id)... associate it with the current order at that point such that when the client approve and you capture the payment, you can just checkout the order
you are doing SSR, but the request will be initiated by a user...I am curious how are you gonna 🔁 link both together?
Обсуждают сегодня