The Interchecks Payments API utilizes OAuth 2.0 for authentication and authorization.
Authentication Workflow
The typical flow for two-legged OAuth processing involves the following activities:
- An OAuth client initiates a request with an authorization server and receives an access token.
- The OAuth client uses the access token to access protected resources on the resource server.
Resource Interaction
Access Token Lifespan
Access tokens have a 15 minute lifespan.
When interacting with the Interchecks Payments API and a 401
HTTP Status Code is returned, its likely the access token has expired. Re-authenticate using the oauth2/token
endpoint to retreive a new access token.