#itaied

1 messages · Page 1 of 1 (latest)

craggy needleBOT
karmic sundial
#

Hi there, you need to register the events for the webhook endpoints so that they will be notified when the events occur.

#

There are two types of webhooks. connect and account. The connect webhook endpoint will be notified when event occurs in your connected accounts, and account webhook endpoint will be notified when event occurs in your own accounts.

#

Therefore, you can listen to payment_intent.succeeded events on the connect webhook endpoint (since the charges are created on the connected account) for Direct Charge, and your account's webhook endpoint (because the charges are created on your account) for destination charge

olive junco
#

OK I got it. Thanks