Invoices
Generate a payment URL
This endpoint generates a checkout link for a specific invoice.
POST
/
invoices
/
{lago_id}
/
payment_url
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
lago_id
string
requiredUnique identifier assigned to the invoice within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the invoice's record within the Lago system.
Response
200 - application/json
.
invoice_payment_details
object
Was this page helpful?