Checkout Purchases (Hosted Mode)
Checkout Purchase can help you build the ability to receive subscriptions on your website or application
UniBee Checkout Page (UCP) provides you with a suite of optimized pre-built subscription features designed to increase conversions with no code. Simply direct your buyers to UniBee checkout page to easily and securely process first-subscription purchases.
Checkout Page: Designed for first-time purchases
-
No user authentication required
-
Available to every active Plan
-
Access Link: copy link from Plan definision page
-
Successful return: setup your successful return url at Product definision page
A Pending
subscription will be created and remain in that state for several days (3
days by default) while waiting for the user to complete the purchase.
Once the payment is successful, the subscription will transition to the active
state. At that point, you can either receive a webhook event or retrieve the subscription details via the API.
To integrate properly:
- You must set up a webhook endpoint and subscribe to webhook events such as
subscription.activate
orinvoice.paid
. - Alternatively, your system can call the OpenAPI to fetch the user’s user subscription detail directly.
Next please refer below docs for status further detail.