Purpose
This method is used by myPOS Checkout to notify the merchant that the customer has canceled the payment. myPOS Checkout will redirect with this method when the customer chooses to cancel the pre-authorization. The call will be made on the previously supplied URL_Cancel.
Method Properties
Property |
Typical value |
Type |
Description |
---|---|---|---|
Amount |
23.45 |
Double |
Echo from IPCPreAuthorization. |
Currency |
EUR |
A(3) |
Echo from IPCPreAuthorization. |
OrderID |
201203319999999 |
string |
Echo from IPCPreAuthorization. |
Signature |
Byte[] |
BASE64 |
SHA-256 HASH for all properties in the command. Signature is ALWAYS THE LAST PARAMETER IN THE POST, as it is not used to calculate the hash. |