Skip to main content
POST
/
kvm
/
v2
/
get
/
paymentmethods
Get Payment Options.
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.

Example:

"yourwhmc_email"

pw
string

Your WHMCS password.

Example:

"yourwhmcs_password"

Response

A list of available payment methods.

paymentmethods
string[]

A list of available payment methods.

Example:
[
"paypal",
"alipay",
"creditcard",
"cryptomus"
]
status
string
Example:

"success"