For more information about this gateway, please refer to
- Gateway type code:
cyber_source
- Production API endpoint: https://ics2wsa.ic3.com/commerce/1.x/transactionProcessor
- Sandbox API endpoint: Not Supported
- Supported payment types: Credit Card, Gateway payment method token
- Supported operations: Authorization, Capture, Charge, Void, Refund
To add a Cybersource gateway, you need to supply your CyberSource user name (merchant_id), and a SOAP Toolkit secure Transaction Key generated in the CyberSource admin:
{
"user_name" : "Your Merchant ID",
"transaction_key" : "Your Transaction Key"
}