#ebllg_api

1 messages ยท Page 1 of 1 (latest)

balmy hatchBOT
#

๐Ÿ‘‹ 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.

hallow cedar
#

Same error occurs with tok_mastercard too

balmy hatchBOT
pastel abyss
#

๐Ÿ‘‹ happy to help

#

taking a look give me a couple of minutes

hallow cedar
#

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.

pastel abyss
#

just give me a couple of minutes, I'm trying to look at the logs on my end

#

will be with you shortly

pastel abyss
#

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

#

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

hallow cedar
#

Ok thanks.

pastel abyss
#

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

hallow cedar
#

Is this a recent change?

#

Our api version is 2017-08-15

pastel abyss
#

no you even do that for other sources

hallow cedar
#

It used to work until yesterday, why it suddenly started giving error?

pastel abyss
#

could you give me a request ID where it was working before?

hallow cedar
#

We are making this requests via Stripe's nodejs sdk. We use version 8.137.0

pastel abyss
#

@hallow cedar I need a request ID where you said it was working before yesterday

hallow cedar
#

Just a sec

pastel abyss
#

take your time

balmy hatchBOT
hallow cedar
#

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?

tawny heart
#

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!

hallow cedar
#

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.