Get Payment Options.

Get payment methods by providing WHMCS account details.

post/kvm/v2/get/paymentmethods

Response

A list of available payment methods.

paymentmethodsstring[]

A list of available payment methods.

statusstring

Example response

{
  "paymentmethods": [
    "paypal",
    "alipay",
    "creditcard",
    "cryptomus"
  ],
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.