#sleepyhead-india
1 messages · Page 1 of 1 (latest)
those requirements are specifically for Stripe merchants in India charging customers outside of India. There are other requirements/considerations for domestic transactions which are separate
https://support.stripe.com/questions/india-faq
Ok, we are using Stripe Connect and our customers was facing this issue (customer info requirement). But they are doing only local INR charges from what I can see. I will check with them again to see if they were trying to use another currency.
But if we need to collect customer address, is it possible to do that without saving a customer object in Stripe? Currently we are just making a PI with the supplied card, we do not store a customer.
I believe passing an address to payment_method_details:{billing_details} for instance should work, but I'm not actually sure