#kalaLokia-PaymentElement
1 messages · Page 1 of 1 (latest)
Hi there, you can use you own form to collect the billing details and submit it when confirming the paymentIntent https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
It is not mandatory to provide billing details to stripe right?
"As per Indian regulations, export transactions require a customer name and address. More info here: https://stripe.com/docs/india-exports"
I am getting this error, So I need to set a customer also with payment intent with the details mentioned right. I thought submitting the details (address, name) with payment method will be fine.
Ah, that's the local regulation for India.
Also, is there a way to make a save card check mark on stripe payment element ?
When card option is selected !
make a save card check mark on stripe payment element ? -> I don't quite understand this, can you explain a bit ore?
Yes, to save the card for future reference. Show the option in stripe payment element only. And with that an option to see the saved cards on the element as well for the stripe customer
Currently no options there to see saved cards and to save the typed card.
Or do I have to do that from my end, and pass to this url only if customer is using new card details ?