#Zashs
1 messages · Page 1 of 1 (latest)
Hi there!
i want to get the card information into the pad without having to insert the number
Can you clarify what that means? I'm not sure I understand your flow.
Once the payment is accepted, then yes you get access to a lot of information about the card in the PaymentMethod object: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card
Sorry, there was a error, PDA. It is a android PDA with internet access to a website, that is used at the airport for car check-in, in-person client, what is the flow to read the card and create a payment intent for credit block.
This payment method can be defined from the WisePOS E without having to insert the client card information in the website
This payment method can be defined from the WisePOS E without having to insert the client card information in the website
I'm sory but I don't understand. Can you give a steo by step example of what you are trying to do? Random example:
Step 1: user make a payment on terminal, and the payment is successful
Step 2: I want to save the user payment method, so I can reuse it online
Client have to pay in-person, on the website(APP on PDA) i want to click a button and process all the credit block, deposit.
I know i do it with payment intent and more less understand the process
But i dont know how o get card number, date and CVV from the WISEPOS E. Does it have to be inserted in the website?
Hey! Taking over for my colleague. Let me catch up.
Sorry if is confusing
I'm a bit confused actually, you want to accept the payment from your website or from Terminal (WISEPOS E)? the customer is entering their card details in the terminal or in the website ?
The website(moreless like a POS) is on the PAD, the worker instrument
The terminal where client will pay with the card
Do i have to enter the card information from either way? Is possible to get the info from the card? And not have to insert it?
As i say from the card, is by inserting the card on the reader and the reader get the info, if is possible?
Do i have to enter the card information from either way? Is possible to get the info from the card? And not have to insert it?
In that case you don't need terminal, you opt for a web integration :
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
is by inserting the card on the reader and the reader get the info, if is possible?
No you can't do a hybrid approach
If you want to use WisePOs to accept the Payment (insert or swap):
https://stripe.com/docs/terminal/quickstart
Ok, the second option you sent, i think it is what i want.
By what i understand, if i click a button on the website frontend to send to backend, on the backend i can do all that process to redirect to the reader without having to insert any card info. To get the card info from the WisePOS the 'payment_method' have to be always 'card_present'?