Credit Card Payment Support for Orders through CPQ
With 25D, Oracle Commerce supports Credit Card payments for Orders flowing through CPQ. Previously, only invoice type payments were supported. The payment information collected from buyers can then be passed on to Oracle Order Management by Oracle CPQ during the order creation flow.
By capturing and passing payment information for pre-priced orders from OCC into Oracle CPQ and Order Management, enterprises can streamline order booking with upfront payments, reduce revenue leakage, and improve cash flow. This ensures a seamless customer checkout experience while providing finance and operations teams with accurate, real-time payment data for faster reconciliation and order fulfilment.
Steps to Enable
You don't need to do anything to enable this feature.
Tips And Considerations
- Merchant need to uptake the 25D version of Oracle CPQ – Oracle Order Management OIC Integration to take advantage of this feature.
- Merchant can map additional payment properties with CPQ by using the below API:
URI: PUT /ccadmin/v1/merchant/selfServiceConfiguration
Payload:
{
"paymentCustomPropsToTransactionMapping": {
"responseReason": "_s_paymentResponseReason_t"
}
} - Supports creditCard, tokenizedCreditCard, and external ‘card’ payment types.
- This feature is only applicable for Commerce on CPQ customers.