Skip to content

Conversation

@NatElkins
Copy link
Contributor

Summary

  • Add subscription webhook payload schema with events: subscription.created, subscription.renewed, subscription.canceled, subscription.payment_failed
  • Add subscription contract with get, createRenewalCheckout, and cancel endpoints
  • Export new schemas and contracts from main index

Related

Part of MDK-401 subscriptions MVP implementation.

Add subscription support for recurring payments:
- SubscriptionSchema with status, period dates, and cancellation fields
- SubscriptionWebhookPayloadSchema for subscription.* events
- Subscription ORPC contracts (createRenewalCheckout, cancel, get)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants