#AndyL - payment intents
1 messages · Page 1 of 1 (latest)
Hi there. One moment
If you set future_usage to "off_session" when confirming, "Indicates that you intend to make future payments with this PaymentIntent’s payment method." and "Providing this parameter will attach the payment method to the PaymentIntent’s Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete." from: https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-setup_future_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.
That param takes care of both
Oh I see what you're saying. The first payment is off-session
yes. that is correct
This is a MOTO scenario: https://support.stripe.com/questions/mail-order-telephone-order-(moto)-transactions-when-to-categorize-transactions-as-moto
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.
I'm not as familiar with these. Let me get a colleague to take a look
well we have Stripe Connect with thousands of accounts... and they can both take payments online and MOTO...
👋
So to be clear, there is a subset of your payments where customers are giving you their card details (most commonly over the phone) and you are inputting them?
Gotcha, then my colleague is correct, these need to be classified as MOTO to avoid SCA regulations.
Yep you can save them with MOTO as well.
You'll need to reach out to our Support team to get this enabled: https://support.stripe.com/contact/login
ok bu tdo we need to do it for all our connected accounts?
What type of charges are you using?
Mostly, no. It just needs to be enabled on your platform.
Then as long as you are the one creating the charges (PaymentIntents), only your platform needs the feature.
ok. but will this remove SCA also from online payments?
Just make sure to clarify to Support that this is a Connect use-case.
we do both
Nope, you would specify MOTO as... MOTO and the normal online ones you would not specify as MOTO.
It is a param you pass with the PaymentIntent creation request
so... is that an extra flag in the API? hidden?
Yes it is private until you have access. Then docs will be provided to you.
ok great thanks. we'll contact the Stripe manager that works with us, asking to enable this feature