Examples from the official PayPal Developer Docs for ApplePay.
This repository contains Integration Example for ApplePay
- Advanced integration
- Build and customize Applepay Integration with the custom Applepay Component
These examples use the PayPal JavaScript SDK to display ApplePay checkout button for your buyers
The SDK has several configuration options available. The examples in this repository provide the most minimal example possible to complete a successful transaction.
To get started with standard checkout, you'll need a developer, personal, or business account.
You'll then need to visit the Developer Dashboard to obtain credentials and to make sandbox accounts.
Once you've setup a PayPal account, you'll need to obtain a Client ID and Secret. Create a sandbox application.
These examples will ask you to run commands like npm install
and npm start
.
You'll need a version of node >= 14 which can be downloaded from the Node.js website.
See a hosted version of the sample
PayPal codespaces require a client ID and client secret for your app.
- After your codespaces is ready, copy the codespaces domain URL.
- Login to the PayPal Sandbox Business Account - Payment methods.
- Click on "Manage Apple Pay" link.
- Click on "Add Domain" button.
- Add your fully qualified codespaces domain in "Add your website" textbox.
- Click on "Register Domain".
- Reload your codespaces.
You can read more about codespaces in the PayPal Developer Docs.
- To report a bug or suggest a new feature, create an issue in GitHub.
- To submit feedback, go to PayPal Developer Docs and select the "Feedback" tab