Edit the payment processor configuration

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Payment Processor Configuration

Fields

Response Codes

CURL Example

curl --request PUT \
     --url https://contact/sales/to/enable/your/sandbox/accounts/account_id/payment_processor_config \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '  \
{  
  "autopay_enabled": false,  
  "autopay_configs": {  
    "autopay_method": "MIN_PAY"  
  },  
  "default_payment_processor_method": "NONE"  
}'

Note