Description
API Call for settings Pay Set Authorization Status
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | OrderNr | integer | 0 | 123 | OrderNr of the order that was tried to authorized |
| 2 | Success | boolean | 0 | 0/1 | Flag if the autorization was successull |
| 3 | AuthID | string | 0 | Sample text | Authorizazion ID, will be written back into the OrderHeader to ccpPayID |
| 4 | AuthCode | string | 0 | Sample text | Return Code of the Payment Provider. will be written into OrderHeader ccpLastAuthCode |
| 5 | Message | string | 0 | Sample text | This message will be logged additionally in pixi CCP Logfile. |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/"> <soapenv:Header/> <soapenv:Body> <dem:pixiPaySetAuthorizationStatus> <dem:OrderNr>123</dem:OrderNr> <dem:Success>0/1</dem:Success> <dem:AuthID>Sample text</dem:AuthID> <dem:AuthCode>Sample text</dem:AuthCode> <dem:Message>Sample text</dem:Message> </dem:pixiPaySetAuthorizationStatus> </soapenv:Body> </soapenv:Envelope>