#cbonser-automatic-payout-CLI
1 messages ยท Page 1 of 1 (latest)
This would be for a connected account.
Hello ๐
I don't think we have a specific event type that can be used to initiate an automatic payout
So... how do I generate automatic payments so I can interact with them in development?
For example... I'd like to see the response from the following for an automatic payout.
> balance_transactions = Stripe::BalanceTransaction.list({payout: payout.remote_id, type: 'payment', expand: ['data.source.source_transfer.source_transaction']})
Stripe::InvalidRequestError: Balance transaction history can only be filtered on automatic transfers, not manual.
Oh I see.
Payouts in Test mode follow the same rules as Live mode. There is unfortunately no way to speed this up today and force an *automatic Payout to happen faster.
That is terribly inconvenient. ๐ฆ Any suggested workarounds for how I can keep development moving forward or do I just have to wait days before the first automatic payment happens?
@slate meadow unfortunately only way is to wait a few days