Skip to main content

Callback Notification

Checkout service sends the callback on the merchant notification_URL as a result of an operation.

Content Type:    application/x-www-form-urlencoded
Method: POST

Sale Notification

ParameterDescription
actionSALE
resultREDIRECT
statusREDIRECT
order_idTransaction ID in the Merchant's system
trans_idTransaction ID in the Payment Platform
trans_dateTransaction date in the Payment Platform
redirect_urlURL to which the Merchant should redirect the Customer
redirect_paramsArray parameters
redirect_methodThe method of transferring parameters (POST/GET)
hashSpecial signature to validate callback. See Appendix A, Callback signature.

Refund Notification

ParameterDescription
actionCREDITVOID
resultSUCCESS
statusREFUND (full refund) / SETTLED (partial refund)
order_idTransaction ID in the Merchant system
trans_idTransaction ID in the Payment Platform
creditvoid_dateDate of the refund/reversal
amountAmount of refund
hashSpecial signature, used to validate callback. See Appendix A, Creditvoid signature.