Setting up the Instant Payment Notification
The payment gateway notifies on the merchant website in the following cases:
- Payment accepted
- Payment refused
- Token creation or update
- Creation of a recurring payment
The Payment accepted event corresponds to the creation of a transaction in one of the statuses below:
Status | vads_trans_status redirection transactions.detailedStatus embedded |
---|---|
"Waiting for capture" | AUTHORISED |
"Waiting for payment" | WAITING_FOR_PAYMENT |
"To be validated" | AUTHORISED_TO_VALIDATE |
"Captured" | CAPTURED |
"Waiting for authorization" | WAITING_AUTHORISATION |
"To be validated and authorized" | WAITING_AUTHORISATION_TO_VALIDATE |
"Control in progress" | UNDER_VERIFICATION |
"Pre-authorized" | PRE_AUTHORISED |
"Accepted" | ACCEPTED |
This notification is required to communicate the result of the payment request.
The merchant receives the payment result even if your client has not clicked the Return to the shop button.