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:
Since Stripe Terminal does not allow multiple simultaneous connections, it is not desirable to create a new handoffDiscovery method, and we think to add type: hand-off should be implemented in discoverReaders.
I'm going to be busy for a while and it will be a few months before I can do this implementation, but is it possible to create a pull request? I will do my best to make time for reviews.
Since Stripe Terminal does not allow multiple simultaneous connections, it is not desirable to create a new handoffDiscovery method, and we think to add type: hand-off should be implemented in discoverReaders.
I'm going to be busy for a while and it will be a few months before I can do this implementation, but is it possible to create a pull request? I will do my best to make time for reviews.
Thanks for the response and insights. I'll try to work on a pull request for this based on your desired implementation.
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: