Waiting For Shopper
This is an example of the XML code for an order notification when the order status is WAITING_FOR_SHOPPER.
Copy
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE paymentService PUBLIC "-//WorldPay//DTD WorldPay PaymentService v1//EN""http://dtd.wp.fte92.test.worldpay.com/dtd/paymentService_v1.dtd">
<paymentService version="1.4" merchantCode="CGFELICIAM2">
<notify>
<orderStatusEvent orderCode="jsxml3544346896">
<payment>
<paymentMethod>PAYPAL-SSL</paymentMethod>
<amount value="101" currencyCode="USD" exponent="2" debitCreditIndicator="credit"/>
<lastEvent>WAITING_FOR_SHOPPER</lastEvent>
<balance accountType="IN_PROCESS_AUTHORISED">
<amount value="101" currencyCode="USD" exponent="2" debitCreditIndicator="credit"/>
</balance>
<riskScore value="0"/>
</payment>
<journal journalType="WAITING_FOR_SHOPPER" description="PAYER_ACTION_REQUIRED The order requires an action from the payer.">
<bookingDate>
<date dayOfMonth="22" month="11" year="2023"/>
</bookingDate>
</journal>
</orderStatusEvent>
</notify>
</paymentService>