Skip to main content
All CollectionsSubscriptionsNCR CounterpointCP Extender
CP Extender: API Authorization Events
CP Extender: API Authorization Events

The ways you. can. authorize with CP Extender

Updated yesterday

Controller: Authorize

Cancel

Method: Authorize/Cancel

Security: Bearer

Type: POST

URL: /Authorize/Cancel

Request Body:

{
"Ref": "WEB-9198262557214413",
"AuthCode": "GDA17E1614ABBA6596E5B3BA3781B339B"
}

Response: HTTP Status 204. Successful, No Body.


Confirm

Method: Authorize/Confirm

Security: Bearer

Type: POST

URL: /Authorize/Confirm

Request Body:

{
"Ref": "WEB-9198262557214413",
"AuthCode": "GDA17E1614ABBA6596E5B3BA3781B339B"
}

Response: HTTP Status 204. Successful, No Body.

Did this answer your question?