Required mechanisms to authenticate a 3rd party session and trigger the integration to the API.
...
Code Block |
---|
{ "token_type": "bearer", "access_token": "2d8f373a3c2b1e61baf5a7769930ff4f0e08cdb0", "expires_in": 1200, "refresh_token": "36e0fc3d7415145f4b1d71512c459fd6eaa13aa8", "scope": "merchant" } |
...
DEPRECIATED - POST /client-id/{client_id}/merchants/login
Code Block |
---|
https://{posapi_url}/flexiti/pos-api/v2.5/client-id/{client-id}/merchants/login?lang=en |
Warning |
---|
This endpoint has been depreciated as of our 20.3 Release and is no longer necessary to authenticate the Merchant. |
This service will log in the Merchant session and provide back an updated version of the list of parameters based on the language variable provided. This is required within the session to ensure the Merchant has the latest version of all parameters.
...