Amberflo · Example Payload

Billing Invoice Example

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

Billing Invoice Example is an example object payload from Amberflo, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

invoiceIdcustomerIdstartTimeendTimetotalAmountcurrencystatus

Example Payload

Raw ↑
{
  "invoiceId": "inv-500123",
  "customerId": "customer-123456",
  "startTime": 1718100000,
  "endTime": 1718186400,
  "totalAmount": 99.5,
  "currency": "USD",
  "status": "PAID"
}