#dupont-Payout
1 messages · Page 1 of 1 (latest)
So, how can we test payout.created event in webhook
You can manually creating Payout: https://stripe.com/docs/api/payouts/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We want to test stripe.BalanceTransaction(payout=payout.id, limit=100, expand=['source']) endpoint
And it's written "For automatic Stripe payouts only"
Ah I see
Unfortunately I don't think there is a way to speed up the Payout. This is actually a common ask but we don't have a solution for now. Sorry
If i setup for "every day", payout will be raised for test account ?
One shot per day 😬
Yes you can. However the first Payout will still need 7 days
But once you succeessfully received the first ever Payout, it should continue on daily
Hi again @split oasis
I didn't to figure out how to fetch the concern connected account from a Payout object received in the webhook ?