#ebllg_api
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/1275374513462448160
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Same error occurs with tok_mastercard too
thanks
We started getting this error since yesterday. We did not do any changes on our side/
It used to work.
I can share more logs if needed for the same error instance.
just give me a couple of minutes, I'm trying to look at the logs on my end
will be with you shortly
I'm terribly sorry, I'm trying to test this out while also answering other questions on discord
I think the best way is to handle this asynchronously since it would take a more significant amount of troubleshooting
if you don't mind sending us an email to https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site 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.
and select "identify your self as a developer" and mention you had been speaking to tarzan on discord, someone from my team will pick up the ticket and respond to you asynchronously
Ok thanks.
I just noticed that you are not using the correct endpoint in your call
you using POST /v1/customers/:customerId instead of POST /v1/customers/:customerId/sources
no you even do that for other sources
here's an example https://dashboard.stripe.com/test/logs/req_dGIM8925OWh7jC
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It used to work until yesterday, why it suddenly started giving error?
could you give me a request ID where it was working before?
We are making this requests via Stripe's nodejs sdk. We use version 8.137.0
@hallow cedar I need a request ID where you said it was working before yesterday
Just a sec
take your time
I'm searching for it. In the meantime, are you able to verify whether there was a recent change with POST /v1/customers/:customerId for updating source?
I reported it internally as a bug
obviously the API should never return a 500 so we'll investigate; if you want an update on when it's fixed I'd suggest opening a support ticket and we can let you know that way. Sorry for inconvencience!
Here is an example request ID that succeeded: https://dashboard.stripe.com/test/logs/req_vzhiDGAJ7MHcJb
I made this request 2 hours ago
I noticed that this error occurs if customer has ACH credit source. If I remove ACH credit source and try again with same customer, there is no problem.