BillingInvoicesLagoinvoiceidPayment url

/Billing/invoices/{lagoInvoiceId}/payment-url

POST
/Billing/invoices/{lagoInvoiceId}/payment-url
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

lagoInvoiceId*string

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/Billing/invoices/string/payment-url"
{
  "success": true,
  "payment_url": "string",
  "error_message": "string"
}