Solutionunvalidated
Use Stripe Setup Intents to collect and create a PaymentMethod for attaching without charging the customer, or convert the token into a PaymentMethod by using the documented `card[token]` approach before calling attach. Alternatively, use Stripe Checkout/Payment Links and webhooks to handle subscription activation.
b5a2ddd6-2906-4627-905e-6bceb78c79bf
Use Stripe Setup Intents to collect and create a PaymentMethod for attaching without charging the customer, or convert the token into a PaymentMethod by using the documented card[token] approach before calling attach. Alternatively, use Stripe Checkout/Payment Links and webhooks to handle subscription activation.