#Jelle-pm-sfu
1 messages · Page 1 of 1 (latest)
We charge 0.05 EUR through a payment method with setup_future_usage off session
I mean I keep track of it myself, right but I was just wondering if there's any way to verify after creation
We charge 0.05 EUR through a payment method with setup_future_usage off session
To verify the card?
yes
You shouldn't really do that, that's the purpose of Setup Intents
really
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh man thanks, im glad i asked
I read that doc but for some reason I thought doing the charge was the right way, Im pretty sure I read it somewhere in the docs
Interesting! Please share if you can find it
But the best to collect and save payment details for future off/on session usage is via Setup Intents
So.. setup_future_usage is mostly used that if you have the customer already go through a payment flow for an actual product or whatever, then you can use that to save the payment method
But you shouldn't use it to actually verify a payment method?
usage field on the Setup Intent will reflect what kind of usage the resulting PM is setup for: https://stripe.com/docs/api/setup_intents/object#setup_intent_object-usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, exactly. They're making a purchase and you want to save the details for future payments. See: https://stripe.com/docs/payments/save-during-payment
Amazing, thank you very much for the insight
If you're purely saving the card for future on/off-session payments, without an initial payment, this is what you want: https://stripe.com/docs/payments/save-and-reuse