#Kitou
1 messages · Page 1 of 1 (latest)
Hmm as far as I am aware, I don't think there
is a way
You're referring to the first payout delay right?
I create a payment link. Then pay it. Then it takes 7 days for it to be available on Stripe.
Not ideal for testing
what event are you trying to test exactly?
When the balance.available webhook is called I want to update my data to check which payment is now available
Are you on automatic payout schedule?
No
Where exactly are you seeing the delay?
With the balance.available event or any other events?
I am checking the balance_transaction associated with the charge of the payment and the available_on property says 1664755200 which is the 3rd of October
So on the 3rd the balance.available will be triggered and I want to check in my code I can reconsiliate that it's for that payment
Gotcha. Let me double check something..
yeah I'm not seeing a way to workaround this unfortunately.