Skip to main content

Stripe

Base URL https://api.leadx.in/api/key/protected. Every request needs an apikey header — see Authentication.

1 endpoint.

POST /stripe

Create order.

Auth apikey · Success 200

:::note Used by the web app pages/Billing.jsx, pages/SeatManagement.jsx :::

Request body

FieldDefault
manualPaymentID
subscriptionID
seatsPaymentHistoryID
proof

Required: manualPaymentID, proof, subscriptionID.

Responsedata is one ResponseMessage object. (Resource deduced from the collections this handler reads, not read off an explicit return.)

Errors ManualPaymentDetailsNotFound_400 · SubscriptionNotFound_400