POST
/
kvm
/
v2
/
get
/
paymentmethods
curl --request POST \
  --url https://order.edisglobal.com/kvm/v2/get/paymentmethods \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data email=yourwhmc_email \
  --data pw=yourwhmcs_password
{
  "paymentmethods": [
    "paypal",
    "alipay",
    "creditcard",
    "cryptomus"
  ],
  "status": "success"
}

Body

application/x-www-form-urlencoded
email
string

Your WHMCS email address.

pw
string

Your WHMCS password.

Response

200
application/json
A list of available payment methods.
paymentmethods
string[]

A list of available payment methods.

status
string