BillingPayment methodStatus

/Billing/payment-method/status

GET
/Billing/payment-method/status
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/Billing/payment-method/status"
{
  "success": true,
  "has_payment_method": true,
  "payment_provider": "string",
  "error_message": "string"
}