ynnoj/next-stripe

Support for recurring payment?

Closed this issue · 2 comments

As I understand, currently, recurring payments are not supported? I get an error.

It seems to be working here (at least in test mode). In createCheckoutSession make sure you updated the mode field with "subscription".

ynnoj commented

@tadinski You can create subscription mode Checkout Sessions with the library, yep. However there's no direct support for the subscriptions API.