#jose cerrejon-payout-events
1 messages · Page 1 of 1 (latest)
Hey! payout.paid will fire when the funds are expected to have landed in the external account
external account means the bank account or Stripe account?
The bank account – Payouts are to external accounts, not Stripe accounts
ok, so What event should I check to know I move money from my main account to custom connected account?. I use the param destination for that
stripe.Transfer.create(
amount=amount_commerce,
currency='eur',
destination=commerce_stripe_id,
transfer_group=transfer_group,
source_transaction=charge_id
)
You'd check for transfer.paid: https://stripe.com/docs/api/events/types#event_types-transfer.paid
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.