Contest a receipt
info
When implementing the first version of the app, this can be omitted. If so, provide a support email in the app for users to send feedback on receipts or another simple feedback form. In the AiFi Console, the retailer can manually create a contest for a given order on the customer's behalf.
Contested orders
- Upon checking the receipt, the customer should be able to indicate incorrect products or quantities and add new products.
- When the customer submits the case, the application's back end should call the
Admin API – Contests -> Create a contest for orderAPI to contest the receipt. This will enable the review process in the AiFi Console. Refer to the AiFi Console guide for details. - The status of the customer's receipt in the app should change to Pending review.
Notes
- In the Admin API, under Contests -> Create a Contest for Order, input the same
orderIdvalue as sent by AiFi in thePush -> Checkoutwebhook. - For more details about the contest receipt flow, refer to the Contested Receipt Portal Guide.
- The message field has a 500-character limit. Retailers should add this restriction to their app to avoid API errors when calling AiFi.