Support for Apple Pay payments

Payabli is excited to announce support for Apple Pay. We’ve made setup and management a breeze, so you can focus on making sales.

Activate Apple Pay

Before you can accept Apple Pay for transactions, you must set it up and activate it for your organization and paypoints. How you activate Apple Pay depends on whether you use the PartnerHub UI or the Payabli APIs.

Accepting Apple Pay for transactions

You can use the Express Checkout embedded component, hosted payment pages, or payment links to accept Apple Pay for one-time transactions.

Via the embedded component

Use the Express Checkout embedded component for a secure low-code way to accept Apple Pay.

Via hosted payment pages

Configure your payment pages for a secure, no-code way to accept Apple Pay.

To accept Apple Pay from a payment link, set paymentMethods.methods.applePay to true when you create a payment link or update an existing payment link.

1 // example truncated
2
3 "paymentMethods": {
4 "methods": {
5 "visa": true,
6 "mastercard": true,
7 "applePay": true
8 "eCheck": true
9 },
10 "enabled": true
11
12 // example truncated