You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs say to listen for the following events from stripe:
payment_intent.succeeded
payment_intent.payment_failed
charge.refund.updated
account.update
However, it looks like stripe changed the names of some of their events:
account.updated (not account.update)
charge.refunded (not charge.refund.updated)
Also, there are other events that may be relevant to refund processing, like:
refund.created
refund.failed
refund.updated
Not sure which events are needed, but I'm trying to get refund processing working. The refunds actually go through but the orders are stuck in "pending refund" and don't progress beyond that point. As of no, only the payment_intent handlers seems to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The docs say to listen for the following events from stripe:
However, it looks like stripe changed the names of some of their events:
Also, there are other events that may be relevant to refund processing, like:
Not sure which events are needed, but I'm trying to get refund processing working. The refunds actually go through but the orders are stuck in "pending refund" and don't progress beyond that point. As of no, only the payment_intent handlers seems to work.
Am i understanding the setup correctly?
Beta Was this translation helpful? Give feedback.
All reactions