Payscore
  • Introduction
  • Authentication
  • Sending Income Verification Requests
    • Creating a Screening Group
    • Receiving Status Updates
    • Webhooks
    • Resend Screening Request Notification
    • Force-Complete a Screening Group Request
    • Get All Screening Groups
    • Delete a Screening Group
  • Reports
    • Getting the Report Url
    • Getting the Report Data
  • Using Demo Bank Data
Powered by GitBook
On this page

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...
PreviousIntroductionNextCreating a Screening Group

Last updated 2 years ago