Apple pay is available for organisations using Stripe as their payment gateway.
If you are not currently using Stripe and would like to set up an account to take advantage of additional donation options please see the article here.
Once you have registered for your Stripe account, please get in touch with us at support@vega.works for assistance moving from your existing payment gateway.
You can turn on the option to offer Apple Pay under Admin > Payment Gateway
Please Note: Apple Pay does not currently work with an embedded iframe.
This donation option can still be provided by adding a button or link at the top of your donation page, giving the donor the option to donate via Apple Pay which will open a new window, with the vega URL.
This is done by adding a javascript function on your page as shown in the example below (replace the highlighted text with your own widget link):
<script>
function openWidget(){
window.open("https://connect.vega.works/Content/csharp/DonateFormAll.aspx?rfD3x0k=#OwnerID#&xlnse5=#widgetID#","Ratting","width=750,height=850,left=150,top=200,toolbar=0,status=0");
}
</script>
<button onclick="openWidget();">Donate with apple pay</button> - this example uses a button that could be placed anywhere on the donation page and styled as needed.
Donors who wish to donate via Credit Card or Google Pay can use the standard embedded iframe on the webpage.
If you are already using the vega donation widget URL directly on your website, donors using Safari and logged in with a payment method set up will see the option to pay using Apple Pay in the dropdown. This will also be automatically selected but can be changed to pay by credit card.
Please see the recording below of how this will look on your website:
Payments will be processed as credit card pay type as standard.
Our team will be continuing to investigate further to find a solution for Apple Pay to be used within an embedded iframe, we will update you when there is progress here.
Comments
0 comments
Please sign in to leave a comment.