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

: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: