#praveendd25
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
Could you please share the Request ID req_xxx? https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_aAa7EEDmvNgHJ6
This seems to be a successful request. Where do you see the error?
in console it is throwing this error
pi_3N80iWSIKr3hEzQR1jg4x0ZQ see this it is still incomplete
I see. You need to collect the name for billing. If you want to have Stripe collect it for you, you can specify fields.billing_details: auto. Otherwise, you have to collect it yourself and send it when confirming a payment.
ok i changed to auto it is showing just country element
is country enuf for billing ?
The Stripe Payment Element will decide what fields are required and display the minimum. Please try confirming the payment.
Please, let me know if you have any other questions.