#Francisco.Baltazar
1 messages · Page 1 of 1 (latest)
How are you making the transfer to the Connect account?
Are you using Destination Charges or Separate Charges and Transfers in your payment flow?
transfer
I think in that case, you're actually looking for the transfer.created event: https://stripe.com/docs/api/events/types#event_types-transfer.created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
not need events to check if transfer but when stripe deposit in bank account of connect
The transfer already carried out, I need that when the stripe makes the deposit or transfer to the owner of the connected account, it triggers a webhook
Yep, in that case payout.paid should work
this is a problem.. kkkkk
stripe trigger not have this event
stripe listen yes
how i can test this event?
You can create a test payout either via the API or the Stripe Dashboard in that case
can i configure the webhook in dev environment without cli?
Only if you have a server that can receive HTTP requests over the internet. Otherwise, CLI is the only way to test locally.
i try this