API Reference
- Getting started
- Add-ons
- Analytics
- Billable metrics
- Billing entities
- Coupons
- Credit notes
- Customer usage
- Customers
- Events
- Fees
- Invoices
- Organizations
- Payments
- Payment receipts
- Payment requests
- Plans
- Resources
- Subscriptions
- Taxes
- Wallets
- Webhook endpoints
- Webhooks
Payment receipts
The payment receipt object
This object represents a receipt generated by Lago for the payment of one or multiple invoices.
The schema is of type object
.
Was this page helpful?
{
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"created_at": "2022-04-29T08:59:51Z",
"number": "LAG-1234-001-002",
"payment": {
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_payable_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_customer_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"status": "processing",
"external_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"provider_customer_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"payment_provider_code": "Stripe Prod",
"payment_provider_type": "stripe",
"provider_payment_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"next_action": {},
"amount_cents": 1000,
"amount_currency": "EUR"
}
}
Assistant
Responses are generated using AI and may contain mistakes.