#sg-pushpaveni_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1306158228924792895
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sg-pushpaveni_webhooks, 5 days ago, 49 messages
Yes billing address is required, and the error about country Spain is about country code. Should be ES for Spain
Thanks for information
but on 4th and 5th nov, we have added the SEPA IBANs without address for around 10 users
event before that also, we were able to add SEPA Ibans without address property
is there any new change in the stripe so that address property is mandatory?
Um I am not sure. Could you put in 2 requests to compare? request id req_xxx from https://dashboard.stripe.com/test/logs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok sure
would you check this customer which was created yesterday without address property
cus_RCMZjPmPmnsOww
cus_RBvjd6TszVmVNZ
cus_RBhRCTfKgpJ8iu
Kindly check and let me know
are you there?
kindly reply
Hi, could you provide requets id req_xxx? The one that you have encountered the error on your question
For example https://dashboard.stripe.com/logs/req_bW2EujwZk1A4tm is the SetupIntent confirmation request on creating the payment method for cus_RCMZjPmPmnsOww
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
OK I will get it out shortly
kindly let me know that is there any new change in the stripe so that address property is mandatory?
I don't think there is a change. But we can look closer if we have 2 request ids to compare
req_Yj7lDbD9qwKwCz
Um that's the request to create a Checkout Session. Where do you see the error below?
Missing required param: payment_method_data[billing_details][address][line1].
yes
we will not store the req_xxx ids in our end, hence its very diffuclt to get it the req ids
You don't need to store it on your end, you should be able to find it in your Stripe Dashboard. https://support.stripe.com/questions/finding-the-id-for-an-api-request
HI Vanya
I got your point, we dont have connect stripe account.
hence to get the reqest id, I have to connect with our clients to get it
Im the developer who is handling the stripe intregration and supports
is it ok to share the developer account req ids for your reference
?
here is it
req_RgraiDdCdEA4u1
This still doesn't contain the error you mentioned.
What account ID did the error happen on?
Why are you not passing the address exactly?
we haven;t passed the address for last couple of months and there was no error
and on 8th november there was an error thrown and debugged, it was identified that address is missing and if we pass it, then it requires country info as ISO country code instead of country name
this is new to us
because we have passed the country name as it is in our request which was created before October month
kindly check this request - req_71wouBQwpeHlUU
there was no address property passed in this request, - req_71wouBQwpeHlUU
kindly check it out for me
Both of those are successful requests. Could you please share the Request ID that contains the error?
I need to see the exact request with the error so I can understand how it's different from the successful requests, e.g. there's a different Stripe API version.
req_bW2EujwZk1A4tm one is thrown exception