#lovelock

1 messages ยท Page 1 of 1 (latest)

keen brambleBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

tender mango
#

๐Ÿ‘‹ happy to help

#

MOTO is only available when the customer isn't on session

#

so basically without using the Payment Element form

lost wagon
#

Ah okay, so we don't want to give these users access to our Stripe dashboard to take these payments - we want to keep them in our own CRM.

What do people normally do here? Stil use the API but create their own method of collecting the card details?

tender mango
#

yes exactly

#

but you still need to be PCI DSS compliant

lost wagon
#

Which is the reason for using Stripe elements really. Okay thanks,

tender mango
#

Stripe Elements is targeted for end-customers

#

I'm just thinking whether there's a way of using MOTO with Stripe Elements in the deferred flow

#

give me a couple of minutes would like to try that

lost wagon
#

Thansk!

keen brambleBOT
pallid root
#

๐Ÿ‘‹ stepping in as tarzan needed to step away

#

I'm not sure I understand... MOTO is used when a customer gives you their card details over the phone or basically isn't present in the flow to enter it themselves.

#

Why do you need MOTO in the flow you are describing?

lost wagon
#

We have a method of taking payments over the phone, but wish to use the stripe elements form so we can use our existing flow.

The Stripe form provides lots of benefits over us rolling our own

pallid root
#

What flow are you using right now?

#

The intent-first flow?

#

So you create the PaymentIntent and then send client secret to your frontend to render Payment Element?

lost wagon
#

Create Stripe Customer
Create Payment Intent
Return the view with the payment intent into Stripe elements
Customer fill in card details
Place order into our system
If no errors with our system, Capture the full amount of the payment intent. If an error, cancel the intent

pallid root
lost wagon
#

I thought it would be a case of changing the flow, thank I'll take a read

pallid root
#

๐Ÿ‘

#

So you would technically have two different flows, but this may be simpler than actually changing your whole flow altogether.

lost wagon
#

Also a good idea! A few options to progress with, thanks

#

Have a good ay