Documentation
Request
| Parameter | Description |
|---|---|
| grant_type | client_credentials |
| client_id | This will be provided by Paystand. |
| client_secret | This will be provided by Paystand. |
| scope | auth |
Response
| Parameter | Description |
|---|---|
| access_token | The access token. This will need to be sent as part of the Authorization header. |
| expires_in | The time this token will expire. |
| scope | The scope for this access token. |
| refresh_token | |
| token_type | The token type. This will need to be sent as part of the Authorization header. |
