v1
latestOpenAPI 3.0.12026-07-264182324.3 KBAgent SSO Token Authentication
After your PayNearMe Technical Account Manager has configured your site to allow for Agent SSO Token Authentication, you can begin submitting calls to the /agent_sso endpoint. The call returns an authenticating token and the SSO URL where the agent can access the Business Portal and/or the specific order.
post/agent_sso
Request body
Response
API Keys Revoked
Example response
{
"status": "ok",
"token": "Sklb-GelNo-mVwaEgZxkXI-uWc0oFRgOZxScNVEEePA",
"token_expires": "2023-03-21 11:26:46 -0700",
"sso_url": "https://pro.paynearme-sandbox.com/single_sign_on/Sklb-GelNo-mVwaEgZxkXI-uWc0oFRgOZxScNVEEePA"
}