PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, November 11, 2022

[FIXED] How to set subscription every 2 Months or 3 Months in Square Payment Gateway

 November 11, 2022     payment-gateway, square-connect, subscription     No comments   

Issue

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.


Solution

The cadence of a SUBSCRIPTION_PLAN has EVERY_TWO_WEEKS, THIRTY_DAYS, SIXTY_DAYS, and NINETY_DAYS, among many others: https://developer.squareup.com/reference/square/objects/CatalogObject#definition__property-subscription_plan_data.



Answered By - sjosey
Answer Checked By - Candace Johnson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing