Ask Your Question
1

What is the Stripe API 2022-11-15 charge .refunds and charge.refunded webhook event about?

asked 2022-02-10 11:00:00 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-06-29 17:00:00 +0000

lalupa gravatar image

The Stripe API 2022-11-15 charge.refunds and charge.refunded webhook events are notifications sent by Stripe to inform the user about the status of a particular charge refund.

The charge.refunds event is triggered when a refund for a previously charged amount is initiated. This event will contain details such as the refund amount and currency, as well as any metadata provided at the time of refund.

The charge.refunded event, on the other hand, is triggered when a refund for a previously charged amount has been successfully processed and completed. This event will include the same information as the charge.refunds event, as well as the ID of the completed refund.

These webhook events can be used to automate various actions such as updating an accounting system, sending notifications to customers, or triggering other business logic.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-02-10 11:00:00 +0000

Seen: 10 times

Last updated: Jun 29 '21