Subscribe
tab, then Settings
.
Choose your favorite payment gateway, enable it and add your credentials.Subscribe
, Offers
and create a new offer.
Name it, give it a price and features and save it.Subscribe
tab, then Subscription Journeys
,
and create a new one. To build it, you can start from a template or create it
yourself from scratch. Don't forget to include one or more subscription offers.Subscribe.js
script.getUser
method
to verify user status. If the user has authenticated through your subscription page,
the user
object will be populated with everything needed to handle premium content
access easily.getUser
method, and even auth elements, retrieve data through an iframe
loaded from our platform but using cookies set-up on your custom Poool Subscribe
subdomain, or a custom domain if applicable, so you don't have anything
to achieve authentication-wise to make it work. It will just work out of the box.Sign-in
or Subscribe
buttons related to the currently authenticated user.createAuthElement
method<div id="signin"></div>
element that will receive
the auth element when successfully loaded. Then, we created an auth element
using the createAuthElement
method and our previously created div's id as the
target.Sign-in
and a Subscribe
button that will
redirect you to your subscription site.Subscribe
button. You will then be redirected to your landing page, displaying
the wonderful offers you created a few steps ago. Click on any offer,
create an account if you don't have one or sign-in, and subscribe.preview mode
, you will
be prompted to pay with test cards (Stripe, ...) or a sandbox account (Paypal, ...).Return to the content
to return to your article.