Is it possible to make a subscription use-case using payment-API only without subscription-API

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

  1. Request user’s card info to square’s card-API using customer Id and card Id.
  2. Charge payment to square’s payment-API using user’s card info.

This scenario is possible? using subscription-API seems overkill.

:wave: 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. :slightly_smiling_face: