#lord-paymentelement-savecard
1 messages · Page 1 of 1 (latest)
lord-paymentelement-savecard
@chilly parcel conceptually they work the same with or without PaymentElement. The ability to re-use a card for future payments is controlled by whether the card is attached to a Customer or not
You'll want to read https://stripe.com/docs/payments/save-during-payment first
ok sick thank you
Am I able to attach the payment method to the customer post payment intent creation? I had it working with the setupintent so I'm wondering if it'd be able to work the same
yes it works fine as long as you set setup_future_usage on the PaymentIntent