cURL
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" }
Get payment methods by providing WHMCS account details.
Your WHMCS email address.
"yourwhmc_email"
Your WHMCS password.
"yourwhmcs_password"
A list of available payment methods.
[ "paypal", "alipay", "creditcard", "cryptomus"]
"success"
Was this page helpful?