#jose cerrejon-payout-events

1 messages · Page 1 of 1 (latest)

halcyon flax
#

Hey! payout.paid will fire when the funds are expected to have landed in the external account

wooden cobalt
#

external account means the bank account or Stripe account?

halcyon flax
#

The bank account – Payouts are to external accounts, not Stripe accounts

wooden cobalt
#

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
            )
halcyon flax