#atul-webhooks
1 messages · Page 1 of 1 (latest)
Can you share your account id so that I can take a closer look ? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
acct_1LKJ0vSApUbhYhpH
can you share more on what you mean by it's not listening to it even after event is fired successfully?
checkout.session.completed
what is not listening to it?
do you mean your server hasn't received the event? or your code isn't processing it?
we_1LZ4PQSApUbhYhpHV1eTJ0Jk
this webhook is not listening to checkout.session.completed event
Stripe is sending the webhook event, but your server is returning a 500 http response code . You're going to need to trace through your own code to see which line of code is causing that error.
Try to understand
latest event is fired today 20 minute brfore, and in webhook there is no trace of that event
can you share that event id?
evt_1LeteBSApUbhYhpHoCky1qNx
there was an attempt to deliver it - https://dashboard.stripe.com/test/events/evt_1LeteBSApUbhYhpHoCky1qNx
your server responded with a 500 http response code
StripeInvalidRequestError: The price specified supports currencies of usd which doesn't include the expected currency of inr.
how to fix this error
just a moment
Hi
I have products whose pricing is in dollar
i am currently testing from india
So when customer is created on stripe, its currency is automatically of india inr.
When i am trying to upgrade subscription I am getting currency mismatch error
How can it be fixed
You can't upgrade a price to a different currency.
So you should create another inr price, so that your customer can upgrade to it.
while creating customer can we set the customer currency to usd
I mean can we pass currency while creating customer
If the customer's currency is usd, then this customer can only accept prices in usd only, not inr or any other currencies