Menú

PAGO RECURRENTE PAYPAL

paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'subscribe' }, createSubscription: function(data, actions) { return actions.subscription.create({ /* Creates the subscription */ plan_id: 'P-1T702549RW2111722MKVADUA', quantity: 1 // The quantity of the product for a subscription }); }, onApprove: function(data, actions) { alert(data.subscriptionID); // You can add optional success message for the subscriber here } }).render('#paypal-button-container-P-1T702549RW2111722MKVADUA'); // Renders the PayPal button