Ampersand · Example Payload

Ampersand Api Billing Account Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

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

Top-level fields

iddisplayNamebillingProviderbillingProviderRefcreateTimeupdateTime

Example Payload

Raw ↑
{
  "id": "billing-account-123",
  "displayName": "Acme Inc",
  "billingProvider": "stripe",
  "billingProviderRef": "acct_1J2k3l4m5n6o7p8q9r0s",
  "createTime": "2025-03-15T14:30:00Z",
  "updateTime": "2025-03-15T14:30:00Z"
}