Skip to main content

When it fires

Immediately after a subscriber is enrolled — either via the Enroll Subscriber API or from the merchant dashboard. The subscriber’s status is pending and a first invoice has already been created.

What to do

  • Send the customer a welcome email with payment instructions
  • Show a “complete your subscription setup” prompt in your UI if they’re mid-onboarding
  • Do not provision access yet — the customer has not paid
Do not grant product access on subscriber.enrolled. Wait for subscriber.activated, which fires only after the first payment is confirmed on-chain.

Payload


Handler example

Node.js