Order validation

When an order is captured by Application Server, it needs to be verified as a valid order that can be paid for, sent to the correct address, and is the order that the customer meant to enter in the front-end system.

The order validation includes the following processes:
  • Duplicate Order Validation
  • Address Verification
  • Fraud Check
  • Payment Validation