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.