Early bird discounts live! Claim your offer

payment.pending

Payment initiated, awaiting provider confirmation.

When this fires

A subscriber initiates checkout and is redirected to the provider, but the charge is not yet confirmed (bank transfer, crypto settlement, hosted-checkout sessions).

Required ability

project-subscription:view — token must carry this at mint time to subscribe an endpoint to this event.

Payload

{
  "id": "evt_01HX...",
  "type": "payment.pending",
  "created_at": "2026-05-18T10:05:00Z",
  "api_version": "2026-05-01",
  "project_id": "7f3d1c92-8b45-4e6a-9d21-5c8e0a4b6f13",
  "data": {
    "provider": "stripe",
    "plan_id": "c4e82f16-93a7-4d5b-b81c-6e0f27a94d3b",
    "subscriber_id": "2a91c4e7-6f38-4b52-8e0d-9c1a7b3f5d80",
    "session_id": "cs_test_.."
  }
}

Field reference

FieldTypeNotes
idstring ULIDUnique event id, prefixed evt_. Use for idempotent processing.
typestringAlways payment.pending for this event.
created_atISO 8601Server-side emission time.
api_versionstringWebhook API contract version.
project_idstring UUIDProject this event belongs to.
data.providerstringProvider slug.
data.plan_idstring UUIDPlan being purchased.
data.subscriber_idstring UUIDSubscriber's project-scoped user id.
data.session_idstring | nullStripe only. Checkout session id; defensively null if the created session carried no id. Absent (not null) for all other providers.
data.order_idstringPaystack, Razorpay, Skrill, CeyPay, CoinPayments. Absent for Stripe.

PayPal carries neither session_id nor order_id — a PayPal payment.pending gives you only provider, plan_id, and subscriber_id, so it cannot be correlated to a specific checkout attempt. Absent keys are omitted entirely rather than sent as null — the one exception is Stripe's session_id, which is always present on the Stripe path but may be null.

Caveats

  • A pending payment is not yet a subscription. subscription_id is intentionally absent.
  • The same checkout may emit one payment.pending followed by either payment.succeeded or payment.failed. Correlate on session_id or order_id where the provider supplies one; for PayPal, fall back to subscriber_id plus plan_id.
  • Subscribers who close the provider page without completing will not produce a final outcome event — pending sessions can hang indefinitely.

How is this guide?

On this page

Subscriby is a product designed by you — for you.

No boardroom full of executives deciding what we ships next. Our roadmap always shaped by you with your feedback.

Share feedback or a request