3

I want to see what happens when a user's next billing cycle fires to make sure that my GST calculations are correct. Maybe my terminology is wrong, but I can't seem to find any clear documentation for performing this action. Cheers.

Marcel Gruber
  • 6,668
  • 6
  • 34
  • 60

1 Answers1

0

There is no way to trigger the next billing cycle for a subscription directly. What is usually recommended is to create a subscription with a trial period of a few minutes. This automatically creates a $0 invoice for the trial period. Then, once the new billing cycle starts a few minutes later, you'll get the new invoice and you can verify that the GST calculations are correct at that point.

koopajah
  • 23,792
  • 9
  • 78
  • 104