-
Notifications
You must be signed in to change notification settings - Fork 0
About notifications
During the payment workflow, the order status is updated only through HiPay Fullservice notifications.
The endpoint for notifications is http://yourawesomewebsite.com/hipay/notify/index
.
It is protected by an encrypted passphrase: don't forget to enter it in your Magento Admin Panel (Module configuration) and HiPay Fullservice back office (Platform configuration).
For more information, please see the process in the Notify model.
All HiPay Fullservice transaction statuses are processed, but not all of them interact with Magento order statuses.
This process only occurs when a notification is received.
When a status is in process, a Magento payment transaction is created.
Otherwise, we just add a new order history record with notification information.
- Transaction order "Denied" status is created
- Transaction order is closed
- Invoice in pending status, if any, is cancelled
- Order status changes to the status selected in configuration for the current payment method
- Transaction order "Authorization" status is created
- Transaction order is pending
- Transaction order is not closed
- Order status changes to
Pending Review
- Invoice is not created
- Transaction order is not created
- Order status changes to
Authorization Requested
- Notification details are added to order history
- Transaction order is not created
- Order is set to the status configured
- If an invoice exists, it is cancelled
- Transaction order is not created
- Order is set to the status configured
- If an invoice exists, it is cancelled
- Transaction order "Void" status is created if a parent transaction exists and is Authorization
- Order is set to status
Processing
by Magento 2
- Transaction order "Authorization" status is created
- Transaction order is open
- Order status changes to
Authorized
- Invoice is not created
If the validation status is set to Capture
:
- Transaction order is not created
- Order status changes to
Capture requested
- Notification details are added to order history
Otherwise, if the validation status is set to Capture requested
, please see Captured
Status related actions below.
- Transaction order "Captured" status is created
- Transaction order is closed
- Order status changes to
Processing
orPartially captured
- Complete/partial invoice is created
- In case of a split payment, a new transaction is saved.
- Transaction order is not created
- Order status changes to
Refund requested
- Notification details are added to order history
- Transaction order "Captured" status is created
- Transaction order is closed
- Order status changes to
Processing
orPartially refunded
- Complete/partial invoice is created
- Transaction order is not created
- Order status changes to
Refund refused
- Notification details are added to order history
-
CREATED (
101
) -
CARD HOLDER ENROLLED (
103
) -
CARD HOLDER NOT ENROLLED (
104
) -
UNABLE TO AUTHENTICATE (
105
) -
CARD HOLDER AUTHENTICATED (
106
) -
AUTHENTICATION ATTEMPTED (
107
) -
COULD NOT AUTHENTICATE (
108
) -
AUTHENTICATION FAILED (
109
) -
COLLECTED (
120
) -
PARTIALLY COLLECTED (
121
) -
SETTLED (
122
) -
PARTIALLY SETTLED (
123
) -
CHARGED BACK (
129
) -
DEBITED (
131
) -
PARTIALLY DEBITED (
132
) -
AUTHENTICATION REQUESTED (
140
) -
AUTHENTICATED (
141
) -
ACQUIRER FOUND (
150
) -
ACQUIRER NOT FOUND (
151
) -
CARD HOLDER ENROLLMENT UNKNOWN (
160
) -
RISK ACCEPTED (
161
)- Transaction order is not created
- Order status does not change
- Notification details are added to order history
Should you need help in integrating our software programs, please click here to contact HiPay’s Business IT Services for technical support.