On This Page
REST API
Example: Deleting a Processor Using the PECS API
Request
{ "payments": { "cardProcessing": { "subscriptionInformation": { "enabled": true, "features": { "cardNotPresent": { "enabled": true }, "cardPresent": { "enabled": false } } }, "configurationInformation": { "configurations": { "common": { "processors": { "amexdirect": { "paymentTypes": { "VISA": { "enabled": false }, "MASTERCARD": { "enabled": false } } } } } } } } }, "organizationId": "amextestajtxmid1013" }
Response
For more information on response reason codes, see Reason Codes.{ "setups": { "payments": { "cardProcessing": { "configurationStatus": { "status": "SUCCESS", "message": "Configuration Instance updated successfully" }, "subscriptionStatus": { "status": "SUCCESS", "message": "success" } } } }, "status": "PROCESSED", "submitTimeUtc": "2023-11-14T06:40:15+0000" }