Get Payment History
Returns a paginated list of all payments (auto-pay, one-time, subscription) made by the organization.
Authorizations
OAuth access token issued by Cekura for connected apps.
Query Parameters
Organization ID
Response
Currency code (e.g. USD, INR)
10Type of payment (auto_pay or one_time_payment)
auto_pay- Auto Payone_time_payment- One-Time Paymentself_serve_credits- Self-Serve Creditsself_serve_member_seat- Self-Serve Member Seatsubscription- Subscriptionsubscription_member_seat- Subscription Member Seat
auto_pay, one_time_payment, self_serve_credits, self_serve_member_seat, subscription, subscription_member_seat, null Payment description or notes
Stripe PaymentIntent ID for tracking. CAUTION: subscription renewal rows (written by StripeWebhookView.handle_invoice_paid) store the Stripe invoice id here instead of a PI id. The payment_intent.payment_failed ops alert (send_granted_before_payment_failed_alert) matches this field against PI ids and relies on renewals NOT matching — if renewals ever store real PI ids, every dunning retry on a renewal would page ops.
255