#adasli
1 messages · Page 1 of 1 (latest)
Hi there!
Yes! When you create the PaymentIntent set:
capture_method: manual(to place a hold) https://stripe.com/docs/api/payment_intents/create?lang=node#create_payment_intent-capture_method- And
setup_future_usage: off_session(to save the card for later) https://stripe.com/docs/api/payment_intents/create?lang=node#create_payment_intent-setup_future_usage
Happy to help 🙂