SetupIntents let you attach a reusable PaymentMethod to a Customer. Use them before creating a card-recurring subscription.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
MVP scope
- Card setup only.
- Confirming a SetupIntent attaches the PaymentMethod to the Customer.
- The saved PaymentMethod can be passed as
default_payment_methodon Subscriptions.
Endpoints
Create a SetupIntent
Creates a SetupIntent for a customer.
Confirm a SetupIntent
Confirms the setup and attaches the PaymentMethod.
List SetupIntents
Returns SetupIntents for your account.