Lifecycle of a payment deferred for more than 3 days
- Automatic validation mode
- As soon as a payment is initialized, the gateway creates a transaction with the "Waiting for payment" status (WAITING_FOR_PAYMENT).
By default, the merchant website is not notified.
- The transaction can have one of the following statuses depending on the response to the order creation request:
- "Cancelled" (CANCELLED), if the buyer abandons the payment
- "Refused" (REFUSED), if PayPal returns an error upon order creation
- "Waiting for authorization" (WAITING_AUTHORISATION), if PayPal accepts the order creation request.
- The "Waiting for authorization" (WAITING_AUTHORISATION) status changes to:
- "Refused" (REFUSED), if PayPal declines the authorization request.
- "Waiting for capture" (AUTHORISED), if PayPal accepts the authorization request..
- The "Waiting for capture" (AUTHORISED) status changes to:
- "Captured" (CAPTURED), if PayPal accepts the fund transfer
- "Control in progress" (UNDER_VERIFICATION), if PayPal places the payment on hold (due to suspected fraud or awaiting fund transfer)
The Monetico Retail gateway automatically interrogates PayPal to obtain the final result (REFUSED or CAPTURED).
Various status notifications:
Event | Notified status | Rule to configure |
---|---|---|
Initializing the payment | WAITING_FOR_PAYMENT | See: Setting up notifications |
Abandoned by the buyer | CANCELLED | Instant Payment Notification URL at the end of the payment |
Creation of a PayPal order | WAITING_AUTHORISATION, REFUSED | Instant Payment Notification URL at the end of the payment |
Response to the authorization request | REFUSED, AUTHORISED, | Instant Payment Notification URL on batch authorization |
Response to the fund transfer request | CAPTURED | Instant Payment Notification URL on batch change |
Final result after waiting for a response from PayPal | REFUSED, CAPTURED | Instant Payment Notification URL on batch change |
- Manual validation mode
- As soon as a payment is initialized, the gateway creates a transaction with the "Waiting for payment" status (WAITING_FOR_PAYMENT).
By default, the merchant website is not notified.
- The transaction can have one of the following statuses depending on the response to the order creation request:
- "Cancelled" (CANCELLED), if the buyer abandons the payment
- "Refused" (REFUSED), if PayPal returns an error upon order creation
- "To be validated and authorized" (WAITING_AUTHORISATION_TO_VALIDATE), if PayPal accepts the order creation request.
- The "To be validated and authorized" (WAITING_AUTHORISATION_TO_VALIDATE) status changes to:
- "Refused" (REFUSED), if PayPal declines the authorization request.
- "To be validated" (AUTHORISED_TO_VALIDATE), if PayPal accepts the authorization request.
- "Expired" (EXPIRED) if the merchant does not validate the transaction in time
- The "To be validated" (AUTHORISED_TO_VALIDATE) status changes to:
- "Expired" (EXPIRED) if the merchant does not validate the transaction in time
- "Waiting for capture" (AUTHORISED), if the merchant validates the transaction in time
- The "Waiting for capture" (AUTHORISED) status changes to:
- "Captured" (CAPTURED), if PayPal accepts the fund transfer
- "Control in progress" (UNDER_VERIFICATION), if PayPal places the payment on hold (due to suspected fraud or awaiting fund transfer)
The Monetico Retail gateway automatically interrogates PayPal to obtain the final result (REFUSED or CAPTURED).
Various status notifications:
Event | Notified status | Rule to configure |
---|---|---|
Initializing the payment | WAITING_FOR_PAYMENT | See: Setting up notifications |
Abandoned by the buyer | CANCELLED | Instant Payment Notification URL at the end of the payment |
Creation of a PayPal order | REFUSED, WAITING_AUTHORISATION_TO_VALIDATE | Instant Payment Notification URL at the end of the payment |
Response to the authorization request | REFUSED, AUTHORISED_TO_VALIDATE | Instant Payment Notification URL at the end of the payment |
Response to the fund transfer request | CAPTURED | Instant Payment Notification URL on batch change |
Merchant validation | WAITING_AUTHORISATION, AUTHORISED | Instant Payment Notification URL on an operation coming from the Back Office |
Transaction expiration | EXPIRED | Instant Payment Notification URL on batch change |
Final result after waiting for a response from PayPal | REFUSED, CAPTURED | Instant Payment Notification URL on batch change |