Skip to main content
lago_id
string<uuid>
required

Unique identifier of the payment receipt, created by Lago.

Example:

"1a901a90-1a90-1a90-1a90-1a901a901a90"

created_at
string<date-time>
required

The date and time when the payment receipt was created. It is expressed in UTC format according to the ISO 8601 datetime standard. This field provides the timestamp for the exact moment when the payment receipt was initially created.

Example:

"2022-04-29T08:59:51Z"

number
string
required

The unique number assigned to the payment receipt.

Example:

"LAG-1234-001-002"

payment
object
required
file_url
string | null

The PDF file of the payment receipt. It is null while no PDF has been generated.

Example:

"https://getlago.com/payment_receipt/file"

xml_url
string | null

The e-invoicing XML file of the payment receipt. It is null while no XML file has been generated.

Example:

"https://getlago.com/payment_receipt/xml"