...
...
Table of Contents |
---|
Online API Endpoints
POST /oauth/token
...
To use it add the refresh token (provided in the original /oauth/token call) and change the grant_type to refresh_token.
NOTE: The API request must be passed in the x-www-form-urlencoded format, or you will receive an error.
...
Code Block |
---|
{ "htmlRender": "...", "paymentPlan": { "monthlyPayment": "166.33", "months": "3" } } |
...
GET /online/client-id/{clientId}/notifications/order-id/{orderId}
...