This endpoint serves multiple purposes. It will grant the initial access token via the
parameter, as well as a refresh token via the
parameter.
B2B Payment API
This endpoint serves multiple purposes. It will grant the initial access token via the
For grant_type=client_credentials the client_id should be your PayTrace API username, while the client_id is your PayTrace API password.
For grant_type=refresh_token only a refresh_token is required (it should be the value of the refresh_token provided by a client_credentials call).
Example of the initial client_credentials request:
Example of the refresh_token request:
Loading...
Loading...
Loading...
Loading...