Authentication

SteadyPay's API currently utlises Basic Authentication for access. This method requires the inclusion of credentials in the HTTP header for each request.

If you do not possess the partner credentials required for access, kindly reach out to the SteadyPay support team. They will provide you with the necessary partner credentials to proceed.

Upcoming Changes

To enhance security measures and ensure robust authentication, we are actively working on implementing a new authentication flow. This section will be updated accordingly once the new authentication method is in place. Stay tuned for updates on our evolving authentication process. For any immediate assistance or inquiries regarding authentication, please contact our support team.

The access token obtained from this call is intended for use in subsequent API requests.

Get Access Token

get

This request retrieves the Bearer token necessary for accessing the remaining endpoints. Without this token, access to the other endpoints is not possible.

Query parameters
client_idstringRequiredExample: 19231248-30ac-49cf-9ea4-2d351a353236
code_challenge_methodstringRequiredExample: 1760e34a-3f39-4126-99b6-49edba4acca8
code_challengestringRequiredExample: 3858fe20-22ad-4775-b9c3-595db1b467cd
Header parameters
usernamestringRequiredExample: John
passwordstringRequiredExample: xxxxx
Responses
200Success
application/json
get
/api/v1/partner/auth/authorize

Last updated