Purpose

 

This method is used by myPOS Checkout API 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 payment. The call will be made on the previously supplied URL_Cancel.

 


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.