#satvikpatel_code
1 messages ยท Page 1 of 1 (latest)
๐ 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.
๐ happy to help
hi
what's your use case for passing raw PANs exactly?
does your business handle MOTO transactions?
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
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 ?
who is typing the card number?
the person who works for your company who is answering the phone?
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 ?
you need to confirm the PaymentIntent on the backend in that case.
There isn't a specific guide for this; the idea would be to use https://docs.stripe.com/js/payment_methods/create_payment_method_elements with Elements to create a Card PaymentMethod, then you can send that to your backend server where you create+confirm a PaymentIntent and pass the MOTO parameter.
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
no, CVC is always required.
okay thanks buddy for your help
one more question i have , so wha is the use of stripe simulator
?
Hi there ๐ jumping in as my teammate needs to step away soon. What simulator are you referring to?
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.
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 ?
There is a feature for processing MOTO payments via Terminal, but it's not a paid feature so it's not something my team or I know much about.
https://docs.stripe.com/terminal/features/mail-telephone-orders/overview
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 ?
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.
Find help and support for Stripe. Our support site 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.
ok thanks mate