#Kitou

1 messages · Page 1 of 1 (latest)

civic deltaBOT
maiden igloo
#

Hmm as far as I am aware, I don't think there

#

is a way

#

You're referring to the first payout delay right?

civic kernel
#

I create a payment link. Then pay it. Then it takes 7 days for it to be available on Stripe.

#

Not ideal for testing

maiden igloo
#

what event are you trying to test exactly?

civic kernel
#

When the balance.available webhook is called I want to update my data to check which payment is now available

maiden igloo
#

Are you on automatic payout schedule?

civic kernel
#

No

maiden igloo
#

Where exactly are you seeing the delay?
With the balance.available event or any other events?

civic kernel
#

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

maiden igloo
#

Gotcha. Let me double check something..

civic kernel
#

Thanks!

#

I might be able to kind of test triggering a custom event

maiden igloo
#

yeah I'm not seeing a way to workaround this unfortunately.