Amberflo · Example Payload

Billing Prepaid Order Example

Usage-Based BillingMeteringFinOpsAI Cost ManagementBillingMonetization

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

Top-level fields

orderIdcustomerIdamountcurrencycreateTimeexpirationTime

Example Payload

Raw ↑
{
  "orderId": "order-a1b2c3d4",
  "customerId": "customer-123456",
  "amount": 500.0,
  "currency": "USD",
  "createTime": 1718153645993,
  "expirationTime": 1749686400000
}