Question
SriSairam Engineering college
IN
Last activity: 12 May 2021 7:55 EDT
Approval based on different status
Hi,
I am creating a Pega online gift shopping application. I have a scenario that
The manager starts the shipment process after validating the user’s payment method and order details. At this stage, the order is given one of the three different statuses –
• Unshipped When the Payment verification is successful
• Pending When the Payment verification is initially unsuccessful or extended. In some cases, the verification process may be extended. Pending orders are not shipped until verification is successful after which their status changes to Unshipped.
• Cancelled If the payment authorization does not succeed or in some cases fraudulent. The user is notified when the order is cancelled.
When the payment is verified on an order, the following is done- • Change the status to Unshipped
how to implement this?