Credit Card Auth
Summary:
Credit Card Auth APIs
Content (please ensure you mask any confidential information):
We will be using FiServ as the payment gateway. In our scenario, an order will be entered in CPQ and then created in Order Management using an API.
When an order is entered in CPQ, we plan to pass control to FiServ with the customer information, order amount, and whether we want to run authorization. The user can then select the customer's credit in FiServ. FiServ will return a credit card token, and if authorization is required, it should also return the auth status, auth amount, and auth expiry date to CPQ. When the order is submitted in CPQ, CPQ will send the credit card token and auth details to Order Management when the order is created using the API.