Consultation
Home Health/ Private Home Care Consultation
Payment
<div id="paypal-button-container-P-8VD66228LS7220021MVZCTCQ"></div>
<script src="https://www.paypal.com/sdk/js?client-id=AQarPgbK-Sr3IkTsBsuL6lgXMXE7QHumDVzzAb-hj-bfqDwy81iid3h4v9JEZEnudOQiW8cCRU4x5mCH&vault=true&intent=subscription" data-sdk-integration-source="button-factory"></script>
<script>
paypal.Buttons({
style: {
shape: 'pill',
color: 'gold',
layout: 'vertical',
label: 'subscribe'
},
createSubscription: function(data, actions) {
return actions.subscription.create({
/* Creates the subscription */
plan_id: 'P-8VD66228LS7220021MVZCTCQ'
});
},
onApprove: function(data, actions) {
alert(data.subscriptionID); // You can add optional success message for the subscriber here
}
}).render('#paypal-button-container-P-8VD66228LS7220021MVZCTCQ'); // Renders the PayPal button
</script>