I need to integrate POS device to my c# .Net WPF application to verify payment which is better way? - square

I have created a WPF application and integrate checkout-api successfully for payment via payment-url. Now I want to integrate POS device so can access card payment also at same application. Please guide, suggest a proper way to integrate it
I am trying with this

You can definitely build with the Terminal API to process in person payments. Please note that your application will need to be running on another device since 3rd party apps can't be added to Square Terminal. All payments will push via API to the Terminal device where they'll be completed. 🙂

Related

I need to integrate Square Reader device to my c# .Net WPF application to send Request & verify payment which is better way?

I have created a WPF application and integrate checkout-api successfully for payment via payment-url.
Now I want to integrate Square Reader device so can access card payment also at same application. Please guide, suggest a proper way to integrate it.
Any way to send payment request from WPF application to SQUARE READER? Now this is my current requirement. If the terminal API works for it also?
At this time the only way to take in person payments using a web application is with our Terminal API. If this is a mobile app you can use either Reader SDK or Point of Sale API.

How to register an application?

Using the Outlook REST API, I want to make a browser extension (To-Do). I need graph api and the REST Task API. I make this application only for myself (maybe I will add it on github). Tell me, should I register an account as a commercial developer? Do I need to confirm for this application? Is it free? Where can I register the application? thank
I suggest you go through the Quick Start documentation, which will help you pick the appropriate platform and walk you through registering your Graph application. Also join the Office 365 Developer Program which will give you a free Office 365 developer subscription that you can use.

how to embed jitsi with my web application using REST API CALL?

I have made a web application which allows any user to chat using sockets. Now I want to use jitsi to make video calls.
All users on my application are authenticated users. When a user clicks on the call button in chat window, I want to launch Jitsi Meet Conference in a new window by using a REST API Call.
Any guidance or pointers in the right directions is highly appreciated.
For embbeded version you can follow this link and it should work perfectly if you have jitsi-meet running correctly on some domain (public or local):
https://github.com/jitsi/jitsi-meet/blob/master/doc/api.md
lib-jitsi-meet is API if you want to build your own UI and not use embbeded one.
Try and use the lib-jitsi-meet library. Jitsi Meet application is built on top of the same library. The library provides base functions to connect to Jitsi and embed the same in your custom application. By using the Jitsi Meet application API, you might not be able to customise your application to the way you want. You can follow the example at the following link:
https://github.com/jitsi/lib-jitsi-meet/blob/master/doc/example/example.js

Google Analytics in iOS Embedded Framework conflicts with hosting app?

I am building an iOS 8 Embedded Framework which will be available to our clients to integrate into their own apps. I need to track events occurring within the code of the framework, so I have added the google analytics sdk to the framework.
However, if our client is also using the google analytics framework, I run into duplicate symbol erros.
As a workaround, I have use the Google Analytics Measurement Protocol, and built the url myself for tracking events.
It was working for a while, but then stopped - I believe the issue had something to do with the Anonymous client Id parameter which needs to be properly generated unique for each device (I was using a constant value being sent every time to google's servers) ? I think?
Do I need an objective-c equivalent of creating the anonymous client id?
I've also had a look at a Cocoa Wrapper for Google Analytics Measurement Protocol but its a bit outdated, and unfinished.
How do I handle this properly and professionally? I need to track google events without causing a headache for hosting applications of my framework?

Spotify Web API for windows phone

I am developing Windows Phone 8 application, in which I want to get recommended tracks of the user of Spotify. I would like to add these tracks of the user into favourites of my application.
I need to login and get the track list and details which I can show in my application.
There is Spotify library available for Windows(Win32). Can this library be used for Windows Phone as well??
Please let me know if anyone know how to integrate spotify into Windows Phone.
Thanks,
Manmath
The Win32 libspotify library cannot be used on Windows phone, and the REST-based Web API isn't powerful to do what you're asking. Unfortunately, there isn't a full-featured API available for Windows Phone.