Stripe payments 对于所有类型的传入付款,stripe webhook事件是什么?

Stripe payments 对于所有类型的传入付款,stripe webhook事件是什么?,stripe-payments,Stripe Payments,有,但我好像找不到我要找的那个 在清单中,这三个似乎最适用: charge.succeeded: Occurs whenever a new charge is created and is successful. invoice.payment_succeeded: Occurs whenever an invoice payment attempt succeeds. order.payment_succeeded: Occurs whenever an order payment at

有,但我好像找不到我要找的那个

在清单中,这三个似乎最适用:

charge.succeeded: Occurs whenever a new charge is created and is successful.

invoice.payment_succeeded: Occurs whenever an invoice payment attempt succeeds.

order.payment_succeeded: Occurs whenever an order payment attempt succeeds.

transfer.paid: Occurs after a transfer is paid. For Instant Payouts, the event will be sent on the next business day, although the funds should be received well beforehand.
但我不确定这两者之间是否有任何重叠,我很难相信没有一个包罗万象的webhook事件让你得到了报酬


我必须为所有这些创建Webhook吗?或者已经有一个webhook事件这样做了吗?

charge.successed
将在每次您的一个客户成功充电时触发。其他的是针对更具体类型的情况,但通常情况下,成功付款会触发该命令。

charge.successed
将在每次成功向客户收费时触发。其他的是针对更具体类型的情况,但一般来说,如果你想添加一个答案,我会接受