Radial Integration | 2016
This topic explains what happens behind the scenes when a customer does a checkout using a credit card in a webstore.
This flow covers the system interactions that occur for the standard, happy-path credit card use case:
View the full size flow diagram
Note: For 3d secure integration, the webstore must integrate with Cardinal Commerce or some other third- party 3d secure authorization provider, and the result of the authorization should be passed in the SecureVerificationData element in the authorization API.
Response Code | Result |
---|---|
APPROVED | The order is sent to Order Management System and the customer is shown the Order Receipt page |
DECL DECLF | The customer is taken back to the Order Review page and a "credit card declined" error message is displayed. A link back to the payment page is also displayed. |
DECLR | Fraud - the order sent to Order Management System goes through a fraud check but the customer is still shown the Order Receipt page. |
AVS CSC AVSCSC | The customer is taken back to the Order Review page and asked to correct billing address and/or CSC details. After correction, the CreditCardAuth request will be submitted with the "isRequestToCorrectCVVOrAVSError" element set to true |
Copyright © 2017 Radial. All rights reserved.