Authentication
In order to authenticate your network requests to Payscore, you are required to attach an access token to every request.
Get Access Token
POST
https://api.payscore.com/api/v1/tenants/auth
Request to get your API access token, which expires in 30 minutes. The access token will be returned in the Authorization
header.
Request Body
Name
Type
Description
client_id
string
Your client ID
secret_key
string
Your secret key
Last updated