#_iapp_technologies_llp
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.
- _iapp_technologies_llp, 5 minutes ago, 24 messages
- _iapp_technologies_llp, 6 days ago, 15 messages
Yes earlier today I said that I am using the params to create a payment intent and you said that i need to gather the payment method through frontend
I wanted to update in that I am using tap to pay as a payment method
oh got it. then here are the documentation you should read: https://stripe.com/docs/terminal/payments/setup-reader/tap-to-pay
Okay let me check please do not close the thread.
the thread might get closed automatically, but feel free to reopen a new one if needed
I have tried to implement according to the provided document and confirm the payments at the frontend.
I am getting this error:
Value of type 'Terminal' has no member 'confirmPaymentIntent'
where do you see that error? when making an API request? if so can you share the request ID (req_xxx)?
I'm using this code after retrieve payment intent.
Error :- Value of type 'Terminal' has no member 'confirmPaymentIntent'
and where did you see that code in the doc?
From the confirm payment intent part
👋 taking over for my colleague. Let me catch up.
Still looking...
Okay.
What version of the SDK are you using?
- StripeTerminal (2.23.0)
You need at least 3.0.0 for this to work: https://github.com/stripe/stripe-terminal-ios/blob/master/CHANGELOG.md#:~:text=Update%3A Terminal.processPayment has been renamed to Terminal.confirmPaymentIntent.
Okay let me upgrade the version and try again.
Apart from the version upgrade, is everything else right?
If you copied the code from the docs then it should be it.
But please, try to upgrade to the latest version: https://github.com/stripe/stripe-terminal-ios/blob/master/CHANGELOG.md#320-2023-11-17