How to set subscription every 2 Months or 3 Months in Square Payment Gateway?

We’re integrating Square Subscription API into our website. I’ve read the API Document. I’ve only find Monthly & weekly subscription. We want every 2 months, 3 months, 6 months & 12-month subscription also. Is there any provision in Square Payment gateway for this.

When you create the plan with the Catalog API you will set the SubscriptionPhase which has the cadence. :slightly_smiling_face:

if i want to create a plan for 7, 8,9,10 and 11 month than how to do ? :wink:

Currently, cadences outside of our given options you would need to build a custom solution with the Invoices API and manage the cadence. :slightly_smiling_face: