put https://securepayments.loanpro.io/api/processors/cybersource/
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 Cybersource ↗
{
"cybersource": {
"name": "Cybersource Processor",
"organization_id": "organization_id",
"key": "key",
"shared_secret_key": "secret_key",
"visa_debt_repayment_program": false,
"sandbox_mode": true
}
}