#satvikpatel_code

1 messages ยท Page 1 of 1 (latest)

pliant ventureBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1227218893840449626

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

arctic radishBOT
uncut jackal
#

๐Ÿ‘‹ happy to help

icy arrow
#

hi

uncut jackal
#

what's your use case for passing raw PANs exactly?

#

does your business handle MOTO transactions?

arctic radishBOT
icy arrow
#

i want to take payment using moto method and i want to pass moto flag from front end application is it possible ?

#

using stripe.js

wind rock
#

no, it's not possible.

#

what's the use case exactly? Who is using the frontend?

icy arrow
#

ok

#

so case is our client want to take payment over phone

#

without entering cvv info

#

so they will enter only card number and card type

#

so shouuld i use terminal approach to fullfill the requirement ?

wind rock
#

who is typing the card number?

#

the person who works for your company who is answering the phone?

icy arrow
#

yes thats correct

#

person will make call to customer and collect cc info over phone (cc number )

#

so can you guide me the correct way to take payment over phone ?

wind rock
#

you need to confirm the PaymentIntent on the backend in that case.

icy arrow
#

ok let me check

#

one more thing can i take payment without cvv ?

#

using moto payment method

#

our customer wont give cvv number over phone

wind rock
#

no, CVC is always required.

icy arrow
#

okay thanks buddy for your help

#

one more question i have , so wha is the use of stripe simulator

#

?

unreal turret
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon. What simulator are you referring to?

icy arrow
#

stripe terminal

#

i am askiing about

unreal turret
#

The simulated reader we offer is good for testing Terminal flows that are being built, in case you don't have a physical reader to test with.

icy arrow
#

so using terminal flow is it possible to take payment over phone ?

#

i mean is there any method in stripe that take cc info without using card element ?

unreal turret
icy arrow
#

ok no problem

#

so just want to know if i pass moto flag in payment intent how would stripe know that this payment is done using moto ?

#

is there any flag in stripe dashboard or any response from stripe api call ?

unreal turret
#

To process MOTO transactions, you'll want to start by writing into our Support team:
https://support.stripe.com/?contact=true

You'll want to explain your use case for needing to process MOTO transactions, so they can confirm that and determine if your account can be granted access. If so, you'll be provided with references to documentation on how to build those flows.

icy arrow
#

ok thanks mate