This request updates an existing Cybersource payment processor configuration.
Click here to learn more about this request
Cybersource is one of LoanPro's integrated payment gateway partners. After creating an Cybersource processor configuration, this request can be used to update existing settings. Note the following when updating a Cybersource processor configuration:
Changes made to a processor configuration will affect all transactions moving forward.
Secure Payments' update function updates only the fields included in a payload. No fields are required when updating a processor configuration, and fields not included in the payload will remain unchanged.
To learn more about LoanPro's integration with Cybersource, see our Cybersource article.
{
"cybersource": {
"name": "Cybersource Processor",
"organization_id": "organization_id",
"key": "key",
"shared_secret_key": "secret_key",
"visa_debt_repayment_program": false,
"sandbox_mode": true
}
}
Results
Returns true
after a successful Cybersource processor update. An error results in an error_v2
object with a message
and metadata
field indicating the type of error (e.g. invalid processor ID).