#Kala-PaymentIntent
1 messages · Page 1 of 1 (latest)
Hi there!
There are various places that you can collect address
You can collect is on the Customer as you said. Or, if you need a specific address for the payment you could collect it as the shipping.address: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-shipping-address
With payment data.. billing is important right.
I can do store it inside payment shipping but I am planning to store those details in my api only.
But when I tried to do a payment, due to some regulations it requires billing address in customer profile.
So, do I have to update billing address for the customer when it changes per transaction!
Let's back up a second.
Can you lay out exactly what you are trying to do and what integration flow you are using?
Then I can advise on the best path forward.
I used payment intent. Created payment intent with a stripe customer (not given, name and billing address for customer first)
Then, when I tried to make payment, that throws me to an error showing name and billing address is mandatory for customer.
Can you provide the request ID for that error?
error comes after payment method is attached and popup is shown
https://support.stripe.com/questions/finding-the-id-for-an-api-request for the request ID
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I will require my pc.. Can I check and request new help tomorrow for the same.
Yep we will be here!
Before,
For what transactions billing address in customer profile mandatory?
Is it because I used different currency options?
Customer address should not be necessary. You do need to collect Billing Address for the paymentmethod sometimes... that depends on the integration and the payment method type.
So I'm confused if you are seeing an error where the Customer address is required.
Would be much easier to see the exact error