Monthly
One story. 15 min. Every day
- Access all Stories of one language
- Keep track of your progress
- Newsletter
- Discount for extra language
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘white’,
layout: ‘vertical’,
label: ‘paypal’
},
createSubscription: (data, actions) => {
return actions.subscription.create({
plan_id: ‘P-8MK41628DH8934436NHP3JKA’
});
},
onApprove: function(data, actions) {
window.location.href = “/sample-page/?sub_id=” + data.subscriptionID;
}
}).render(‘#paypal-button-container-P-8MK41628DH8934436NHP3JKA’);
- You do not need a Paypal account (tick the box on the form)
- This membership will be billed monthly, if not cancelled.
- Taxes included (where applicable)
Annual
2 Months free on us
- Access all Stories of one language
- Keep track of your progress
- Newsletter
- Special offers
paypal.Buttons({
style: {
shape: ‘pill’,
color: ‘white’,
layout: ‘vertical’,
label: ‘paypal’
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‘P-3YT02264UY439252UNHPYZNY’
});
},
onApprove: function(data, actions) {
window.location.href = “https://test.digid.uk/dashboard/my-memberships/?sub_id=” + data.subscriptionID;
}
}).render(‘#paypal-button-container-P-3YT02264UY439252UNHPYZNY’); // Renders the PayPal button
- You do not need a Paypal account (tick the box on the form)
- This membership will be billed yearly, if not cancelled.
- Taxes included (where applicable)