How to do QA of recurring API events successfully?

I have Saas app with monthly/yearly subscriptions.

my flow is as the following.

  1. User buys monthly subscription.
  2. Regular API event is scheduled for the date that is “Current Date + 30 days”.
  3. Inside that API event I set monthly recurring event. Inside recurring event I have 1 action “Make changes to current user” where I change “NextPaymentDate”=“this NextPaymentDate + 30 days”.

Is there a way to test it in Bubble ? I don’t want to face issues with the first clients and want to test Stripe completely.

following!