#serdar4003-terminal-line-items
1 messages ยท Page 1 of 1 (latest)
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.
- serdar4003, 3 days ago, 13 messages
It's a scanner I believe: https://d37ugbyn3rpeym.cloudfront.net/terminal/product-sheets/wpe_product_sheet.pdf
If you're asking if there's a way to use that functionality with Stripe, then I don't think there is
Yes
Hmm okay? It would be amazing if we could use it with custom code or seomthing
maybe you can ask for that
Sounds like a reasonable feature request for support: https://support.stripe.com/contact
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.
Okay i understand
Unable to run test card payments against a non-simulated device.
i get this error
i thought the test card is for the test mode? ๐
Sure they are. Did you register the reader in test mode?
Otherwise, you're going to need to share some more details
let me check
yes i have created it in test mode
it also presented that i need to pay 10โฌ per card
and after putting the stripe test card on it, it gave me that error
let me try again
the device says that its okay
but in my code i get this error
Maybe it is because i have registered it wrong
We have the Model - Destination Charges
here the account id is one of my custom connected accounts to test
i think that should be fine right?
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_ZWgzQz0dyoJvmo
i think here is the problem
i used this code before with simulated device
๐
yes it was the second call
that is not needed with real devices
It worked now ! ๐
Can you explain me, how our system should capture the payment method?
Should that work over a webhook?
We have the following case:
The seller choses a ticket the customer wants to buy at the door. He selects ticket for 10โฌ .. we create in the backend a payment intent and process the payment over the terminal.
Customer puts his card on terminal to pay.
And then we need to capture it, but on which event? ๐
Manual capturing is optional now in server-driven integrations: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven#capture-payment
Yes i see i have programmed it, but is it the best practise?
To the seller needs to select a button "Finish payment" so we request to capture it?
You'd use terminal.reader.action_* events: https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven#webhooks
Thank you that was what i needed
๐
Is it somehow possible
That i can show in this device products?
Like i dont know
- Ticket A - 5โฌ
- Ticket B - 10โฌ
Or do i need to do everything over the API with an additional device?
Yep, WisePOS Es support that https://stripe.com/docs/terminal/features/display
But there is no possiblity to select products or?
Not sure what you mean. What do you mean by selecting products?
As example my seller has no additional device
And at the door a customer comes
and would like to buy the ticket for 5โฌ
Without additional device thats not possible or?
You can display these items however you want on whatever screen you want beforehand
But Stripe does not have an official SDK component to do this on, say, a web page or phone app. You'd probably want to do this through your own custom UI
but it is not possible to select one of two
ok i understand
custom UI on the stripe dvice or on our own application?
It sounds like I may have misunderstood your question
I thought you were saying that our terminal was an additional device and you were asking if one was necessary to display cart items like this
How are you trying to display these items before the purchase? And on what device?
Ok lets start from the beginning
Is there are possibility to preload the items we want to sell, so at the door the seller can just select product xy to sell?
Ah, yes but that would be something you would program yourself in your application
Stripe does not have a prebuilt dropdown menu or something for this
Do you mean with "in your application" now our own mobile app and not the terminal?
๐
I mean outside of the terminal device
The terminal device will not let your cashier pick items to then charge
That is unfortunately not supported on WisePOS Es
So you would need your own interface for your door seller can input the items for purchase
Is something like that planned on your newer terminal devices?
No