#mashrurfahim
1 messages · Page 1 of 1 (latest)
Okay. can I use My web app in the ipad or android tab to use it tap to pay feature? is there any way beside the SDK?
a web app running in a browser can not use Tap to Pay no, only a native app using our SDK can
it is quite a loss to use two devices for the app. one is for the web application and the other is for the terminal. if there's any way around, It will be a great help
also, if it's impossible, can I use the BBPOS WisePOS E interface as my web application interface? is there any way to update the appearance of the terminal with my application interface?
no that's not possible today
the way generally it works for the M2 is you have the phone that runs your POS app (using our SDK) and connects to the reader over Bluetooth.
if you have a WisePOS E, you can have a web app that connects to the Terminal and you can either do that over the local network using the JS SDK, or via the server driven integration and have your webapp connect to your server which drives the reader
or you can use your own native app as the POS and reader in one by using Tap to Pay
that's just how it works today and those are the options
okay. got it. is there any way to check my webhook is working for the terminal in local mechine?
sure you can use the CLI. https://stripe.com/docs/webhooks#test-webhook
I don't find anything there regarding terminal? like, reader update or delete hook or location update or delete hook/
not sure what you mean really
you said webhooks so that's what I mentioned CLI, I don't know what specific things you are referring to by "reader update or delete hook "
what I mean to say is that, I don't find any specific trigger for the teminal in the stirpe CLI
as location and reader is the part of the terminal. so anything related to these not found in the Stripe CLI
well it really depends what you mean, sorry.
you can test everything in testmode, and often with a simulated reader. Not everything is a webhook, and not everything uses CLI. You'd need to read the specific docs for the specific thing you're trying to test. We can try to clarify if you can give a detailed example of what you're trying to do.
I've the app where user can create location and reader and it will reflect those in the stripe dashboard via the API. Now from the dashboard if I remove or edit those records ( created location and reader) how can I reflect the update in my app as well? as now I'm developing the app and is there any way to achieve this by the stripe cli by using webhook in my local development?
Hi! I'm taking over this thread.
there's no webhook events when creating/updating new Locations. But in your app you can list all Locations with this endpoint: https://stripe.com/docs/api/terminal/locations/list
I don't need to list the location or reader, as my app does it internally. Is there any chance to add these near future?
Is there any chance to add these near future?
what do you mean by "these"?
I mean the webhook for terminal. in elaborate for the location or the reader
got it. unfortunately I have no visibility into this. for now you'll need to make your app work without this.