Lit Protocol · Capability
lit-api-server — Billing
lit-api-server — Billing. 4 operations. Lead operation: Billing. Self-contained Naftiko capability covering one Lit Protocol business surface.
What You Can Do
GET
Billingbalance
— GET /billing/balance — returns the current credit balance for the authenticated user.
/v1/billing/balance
POST
Billingconfirmpayment
— POST /billing/confirm_payment — verifies a succeeded PaymentIntent and credits the account.
/v1/billing/confirm-payment
POST
Billingcreatepaymentintent
— POST /billing/create_payment_intent — creates a Stripe PaymentIntent and returns the client_secret for use with Stripe.js `confirmCardPayment`.
/v1/billing/create-payment-intent
GET
Billingstripeconfig
— GET /billing/stripe_config — returns the Stripe publishable key. No auth required; the publishable key is safe to expose.
/v1/billing/stripe-config
MCP Tools
get-billing-balance-returns-current
GET /billing/balance — returns the current credit balance for the authenticated user.
read-only
idempotent
post-billing-confirm-payment-verifies
POST /billing/confirm_payment — verifies a succeeded PaymentIntent and credits the account.
post-billing-create-payment-intent
POST /billing/create_payment_intent — creates a Stripe PaymentIntent and returns the client_secret for use with Stripe.js `confirmCardPayment`.
get-billing-stripe-config-returns
GET /billing/stripe_config — returns the Stripe publishable key. No auth required; the publishable key is safe to expose.
read-only
idempotent