Simple Order API

Interpreting the Response

If a TransStatus R is returned, do not authorize the transaction. Ask the customer to use another payment method.
Proceed with the order according to the validation response that you receive. The responses are similar for all card types:
  • Success: You receive a status of
    reason code 100
    , and other service requests, including authorization, are processed normally.
  • Failure: You receive a status of
    reason code 476 indicating that the authentication failed
    , so the other services in your request are not processed.
  • Error: If you receive an error from the payment card company, process the order according to your business rules. If the error occurs frequently, report it to customer supportcustomer support. If you receive a system error, determine the cause, and proceed with card authorization only if appropriate.
To verify that the enrollment and validation checks are for the same transaction, ensure that the XID in the enrollment check and validation responses are identical.