transaction and transactionObject with the same shape as Pay Link payload reference.
Config vs Wire Event Names
Subscribe using config event names when creating the webhook. Delivered payloads use shorter wire event names, except for pending-payment reminders:Renewal Fields
Most subscription payloads includenextChargeUrl and chargeToken — the direct link to the buyer’s payment page for the next renewal. These fields are omitted on ENDED events. Use the charge URL to prompt the buyer within your own product or notification system.
On SUBSCRIPTION_PENDING_PAYMENT, email and subscriptionState are omitted. On other events, subscriptionState is NEW, RENEWED, or EXPIRED.
Related
- Webhook request headers — delivery headers and signature verification.
- Subscriptions guide — dashboard setup and anonymous subscription flows.
