Stripe : register a payment method for future use

Hello,

We want our customers to be able to register a payment method for future payments without triggering any payment at the moment of card registration.

It seems like this is exactly the purpose of the Stripe Setup Intent API : The Setup Intents API | Stripe Documentation

However the WeWeb Stripe plugin seems to be working only with the Payment Intent API, which will trigger a payment at the moment of card registration.

Is it possible to use the Setup Intent API with the Stripe plugin, using WeWeb and Xano and without writing code ? If not, is there a simple solution for that use case ?

Thank you.

Flycode

1 Like

+1 for this, how did you solve it @flycode ?

It seems like we’d need to embed the form manually?