We have developed a Poynt App that runs on the Android / Poynt terminal. This app connects, via the web, to our online services.
In the past, we’ve used Poynt’s Auth Token to authorize the Merchant into our site. It seems things have changed a lot since we last worked on this app and now Poynt rejects our authorization attempts.
We used to add the token to the end of url.and get a response which meant the Merchant was valid.
But now we get an exception as the connection is dropped, this seems to mean that our method no longer works.
We have tried using the header values (Authorization, Bearer, etc) to no avail.
Is this even still possible? If so, is there a link where we can see an example if this kind of authorization?
Thank You,
Carl