#muhammadmursil_07202
1 messages · Page 1 of 1 (latest)
Could you elaborate? Which step are you on and what it is displaying instead?
could not proceed further on tapping "Make a Payment" (custom UIButton).
Could you mention which Doc's page you are following?
Like which function/method you are calling when tapping on this button?
following this doc: https://stripe.com/docs/terminal/payments/connect-reader?reader-type=tap-to-pay
I am calling the "capturePaymentIntent API" on tapping "Make a Payment".
i require to display UI like given in stripe doc.
Have you established a connection to a reader/device from the SDK? https://stripe.com/docs/terminal/payments/connect-reader?terminal-sdk-platform=ios&reader-type=tap-to-pay
i have used this code to connect the reader.
And is it establishing a connection? Can you share the exact code your Make a Payment button calls