Zid Docs
Merchant APIPayment APIAppsThemes
Merchant APIPayment APIAppsThemes
Help Center
Slack
  1. ApplePay
  • Merchant Activation
  • Submitting
  • Webhooks
    • Link Merchant Event
    • Payment Paid Event
    • Refund Event
  • Payment
    • Direct Payment
    • Embedded Payment
  • ApplePay
    • ApplePay Checkout
    • On Payment Authorized
    • Register ApplePay Domain
      POST
    • On Providing Merchant Validation
      POST
    • Execute Payment Request
      POST
  1. ApplePay

ApplePay Checkout

Overview#

Apple Pay JS API Version 6 will be used for Apple pay in the checkout page.

Creating an Apple Pay Session#

An initial session will be initiated by Zid on the client side using the following params;
{
   currencyCode: {Merchant Currency based on country},
   countryCode: {Merchant Country},
   total: {
     label: {Store Name}, 
     amount: **
   },
   supportedNetworks: ['masterCard', 'visa', 'mada'], // Merchant Networks
   merchantCapabilities: ['supports3DS', 'supportsCredit', 'supportsDebit']
};
Previous
ApplePay
Next
On Payment Authorized
Built with