Subscription
Create subscription orders, query subscription orders, and subscription callback
đī¸ Create subscription link
The merchant initiates a subscription order and receives a link to the subscription page. After the user navigates to the page and completes the subscription, the system sends a subscription result notification to the callback address provided by the merchant.
đī¸ Create unsubscription link
The merchant initiates an unsubscription order and receives a link to the unsubscription page. After the user navigates to the page and completes the unsubscription, the system sends an unsubscription result notification to the callback address provided by the merchant.
đī¸ Query subscription list
Query the merchant's subscription list with pagination.
đī¸ Query chargeable subscription list
Query the merchant's list of subscriptions pending deduction with pagination.
đī¸ Subscription callback notification
After subscription-related events are triggered, the system sends a callback notification to the merchant. The merchant should distinguish the callback type using the `subscriptionType` field and handle it accordingly.