#mtanzi - invoices
1 messages ยท Page 1 of 1 (latest)
one second I am trying to find it ๐
what is teh best way to find the request_id form the dashbord?
there we go: req_f8SjCQVkm5JJkO
it should be this one in_1Kj7X3JfYi7qv89imCcbA4u4
mm that's odd... I just retrieved and it says paid.. ๐ค
That would do it
Could it be that is because I am using test clock?
that the paid event went through even if the draft hasn't finished yet
the invoice.create webhook is not immediate because it need to do a couple of API calls... could it be that test clock process the invoice.paid before the invoice.create is finished?
Yea it looks like you advanced the clock and the invoice advanced forward
You likely want to wait until after you handle invoice.created before advancing the clock
I am testing the subscription cycle so it's not to easy to get the right moment when the invoice.create is sent ๐
do you have any tips on how to do so?
The billing period end date should do that
the exact time of the anchor?
that's my expectation, or within 1hr following it
(assuming you reply to the created event the draft should advance after 1hr)
ok let me give it a try!
thanks a lot for the help!
The Time Clock is a life saver ๐
It worked! ๐
Woohoo!