Our API uses M2M clients to authenticate your application. Each M2M client has aDocumentation Index
Fetch the complete documentation index at: https://docs.paysway.io/llms.txt
Use this file to discover all available pages before exploring further.
client_id and client_secret, and uses the OAuth2 client credentials flow to obtain a short-lived access token.
Get your credentials
Create and manage M2M clients in the Dashboard.No dashboard access yet? Contact us directly or get started here.
Obtain an access token
POST /oauth2/tokenMust be
application/x-www-form-urlencoded.Must be
client_credentials.Your M2M client ID.
Your M2M client secret.
Use the token
Include the token in theAuthorization header of every API request:
Bearer YOUR_ACCESS_TOKEN