Configure CyberSource

You can configure CyberSource programatically using the /gateways/cyber_source endpoint.

The CyberSource gateway object

Attribute

Type

Description

login

string

Your live or test CyberSource merchant ID

password

string

Your live or test CyberSource SOAP key

type

string

This will always be gateway

name

string

The display name of the gateway

slug

string

A unique slug for the gateway

enabled

boolean

true or false that will enable the gateway

test

boolean

true or false that will enable test mode for the gateway

Update CyberSource settings

PUT https://api.moltin.com/v2/gateways/cyber_source

Headers

NameTypeDescription

Authorization

string

The Bearer token to grant access to the API

Request Body

NameTypeDescription

enabled

boolean

true or false that will enable the gateway

test

boolean

true or false that will enable test mode for the gateway

login

string

Your live or test CyberSource merchant ID

password

string

Your live or test CyberSource SOAP key

Last updated