If you are looking for Overview, Connection Info or other modules, please click here: CP Extender
This article describes the available Authorization Event methods.
| Controller: Authorize | 
Method: Authorize/Cancel
Security: Bearer
Type: POST
URL: /Authorize/Cancel
Request Body:
{
    "Ref": "WEB-9198262557214413",
    "AuthCode": "GDA17E1614ABBA6596E5B3BA3781B339B"
}Response: HTTP Status 204. Successful, No Body.
Method: Authorize/Confirm
Security: Bearer
Type: POST
URL: /Authorize/Confirm
Request Body:
{
    "Ref": "WEB-9198262557214413",
    "AuthCode": "GDA17E1614ABBA6596E5B3BA3781B339B"
}Response: HTTP Status 204. Successful, No Body.