#KhajaTakreemUlla
1 messages · Page 1 of 1 (latest)
You are correct, this section is missing the part where the Customer object is connected to the Payment Intent.
The easiest way to accomplish this is, as you say, to create the Customer first and include the ID for the customer when creating the Payment Intent.
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-customer
Thankyou for letting me know this one more doubt if iam charging in usd and the customer adress is from India it is giving me error as `NON INR trasaction require billing/shipping adress outside of india'
For addresses located within India I believe the transactions must occur in INR. We cover that here: https://support.stripe.com/questions/failed-international-payments-from-stripe-accounts-in-india
Thankyou.