/
US
uselotus
/
Lotus API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
api
21
get
/api/balance_adjustments/
post
/api/balance_adjustments/
post
/api/balance_adjustments/{adjustment_id}/update/
post
/api/balance_adjustments/{adjustment_id}/void/
post
/api/batch_create_customers/
get
/api/customer_feature_access/
get
/api/customer_metric_access/
get
/api/customers/
post
/api/customers/
get
/api/customers/{customer_id}/
get
/api/invoices/
get
/api/invoices/{invoice_number}/
patch
/api/invoices/{invoice_number}/
get
/api/plans/
get
/api/plans/{plan_id}/
get
/api/subscriptions/
post
/api/subscriptions/add/
post
/api/subscriptions/cancel/
post
/api/subscriptions/update/
post
/api/track/
post
/api/verify_idems_received/
app
84
stripe
1
api
A simple ViewSet meant only for creating CustomerBalanceAdjustments.
post
/api/balance_adjustments/{adjustment_id}/void/
Path parameters
adjustment_id
string
uuid
required
Response
CustomerBalanceAdjustment
required
adjustment_id
string
required
customer
LightweightCustomer
required
amount
number
double
required
pricing_unit
PricingUnit
required
description
string
nullable
effective_at
string
date-time
expires_at
string
date-time
nullable
status
'active'
|
'inactive'
parent_adjustment_id
string
uuid
required
amount_paid
number
double
amount_paid_currency
PricingUnit
required
Changes