Unterstützen
https://www.paypal.com/sdk/js?client-id=AX4wzMG89d9QvfeeCdCL5HDHGNSQbf6G3b19cGLyCfOHdmjFJ-H9NNhsIxlp9W7yZbijnjSPU3kJ-66A&vault=true&intent=subscription
paypal.Buttons({
style: {
shape: ‚rect‘,
color: ’silver‘,
layout: ‚vertical‘,
label: ’subscribe‘
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: ‚P-0R209978LV620862PMDBCF2Q‘
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render(‚#paypal-button-container-P-0R209978LV620862PMDBCF2Q‘); // Renders the PayPal button