Is it possible to make a subscription use case using payment-API only without subscription-API?
I want to make the recurring payment on my backend system.
My scenario is that
- Request user’s card info to square’s card-API using customer Id and card Id.
- Charge payment to square’s payment-API using user’s card info.
This scenario is possible? using subscription-API seems overkill.
Currently, subscriptions can’t be paid for with the Payments API. Once you have the card saved on file you can either create a subscription with the Subscriptions API or you could programmatically handle the cadence you’d like to charge your customer in your application with the Payments API. 