v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Billing

Creates a manual charge billing item for a customer.

post/billing/manual-charge

Request body

namestring required

The name of the manual charge.

billingPeriodIdstring required

The billing period to add the charge to.

organizationIdstring required

The customer to charge.

customerIdstring uuid required

The member the charge is recorded against, for auditability.

customerMailstring required

The customer's email address.

amountnumber double required

The charge amount. Positive for fees, negative for refunds.

reason'PlatformFee' | 'Refund' | 'Other' | 'MinimumSpendCommitment' required
commentstring nullable

An optional comment describing the charge.

Response

OK

idstring required

The ID of the created billing item.