Purpose
This method is used by myPOS Checkout to notify that a reversal is passed for previous successful authorization. The merchant should mark the order as not paid (in case the merchant has received IPCPurchaseNotify method). This is used when myPOS Checkout does not receive an HTTP OK from the merchant as a response for IPCPurchaseNotify method. The call will be posted to URL_Notify.
Method Properties
Property |
Typical value |
Type |
Description |
---|---|---|---|
Amount |
23.45 |
Double |
Echo from IPCPurchase. |
Currency |
EUR |
A(3) |
Echo from IPCPurchase. |
OrderID |
201203319999999 |
string |
Echo from IPCPurchase. |
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. |