You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have a multi tenant android app that is already publish in Google Play. Now we also want the same app to run inside the S700 reader and since the app runs within the device it needs to be discovered with the HandoffDiscoveryConfiguraton(). See official docs here from stripe.
Describe the solution you'd like
It can any of these but I prefer the second:
Add a new connect type TerminalConnectType.HandoffDiscovery and implement changes within the Terminal.getInstance().discoverReaders() method
Create a new API StripeTerminal.handoffDiscovery() that calls fun handoffDiscovery() that reuses the Terminal.getInstance().discoverReaders() but without the connect type and location ID checks and connects directly to the first discovered reader
Describe alternatives you've considered
Wasn't able to achieve this with the current implementation
Additional context
N/A
Usage Product
N/A
Product Name:
Product URL :
Using Function:
Payment Sheet / Payment Flow
Apple Pay
Google Pay
Identity (@capacitor-community/stripe-identity)
Terminal(@capacitor-community/stripe-terminal)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have a multi tenant android app that is already publish in Google Play. Now we also want the same app to run inside the S700 reader and since the app runs within the device it needs to be discovered with the
HandoffDiscoveryConfiguraton()
. See official docs here from stripe.Describe the solution you'd like
It can any of these but I prefer the second:
TerminalConnectType.HandoffDiscovery
and implement changes within theTerminal.getInstance().discoverReaders()
methodStripeTerminal.handoffDiscovery()
that callsfun handoffDiscovery()
that reuses the Terminal.getInstance().discoverReaders() but without the connect type and location ID checks and connects directly to the first discovered readerDescribe alternatives you've considered
Wasn't able to achieve this with the current implementation
Additional context
N/A
Usage Product
N/A
Product Name:
Product URL :
Using Function:
The text was updated successfully, but these errors were encountered: