For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIwMDAwMDAwMC0wM...

Last updated