#AndyL - payment intents

1 messages · Page 1 of 1 (latest)

timid ivy
#

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

#

That param takes care of both

#

Oh I see what you're saying. The first payment is off-session

hardy pier
#

yes. that is correct

timid ivy
#

I'm not as familiar with these. Let me get a colleague to take a look

hardy pier
#

well we have Stripe Connect with thousands of accounts... and they can both take payments online and MOTO...

main mortar
#

👋

#

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?

hardy pier
#

yes

#

but also need to save them

main mortar
#

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.

hardy pier
#

ok bu tdo we need to do it for all our connected accounts?

main mortar
#

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.

hardy pier
#

ok. but will this remove SCA also from online payments?

main mortar
#

Just make sure to clarify to Support that this is a Connect use-case.

hardy pier
#

we do both

main mortar
#

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

hardy pier
#

so... is that an extra flag in the API? hidden?

main mortar
#

Yes it is private until you have access. Then docs will be provided to you.

hardy pier
#

ok great thanks. we'll contact the Stripe manager that works with us, asking to enable this feature