An open API service indexing awesome lists of open source software.

https://github.com/paypal/paypal-applepay-components


https://github.com/paypal/paypal-applepay-components

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PayPal JS SDK Component for Applepay

[![build status][build-badge]][build]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]

[build-badge]: https://img.shields.io/github/actions/workflow/status/paypal/paypal-applepay-components/main.yml?branch=main&logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-applepay-components/actions?query=workflow%3Abuild
[version-badge]: https://img.shields.io/npm/v/@paypal/applepay-components.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/applepay-components
[license-badge]: https://img.shields.io/npm/l/@paypal/legal-components.svg?style=flat-square
[license]: https://github.com/paypal/paypal-applepay-components/blob/main/LICENSE

PayPal JS SDK Component for PayPal - ApplePay Integration

Client Library that provides the capability for PayPal Partners and Merchants to accepts ApplePay via Paypal Orders API

## Integration

For Integration Steps Please Refer to PayPal Developer Docs for Apple Pay Integration

https://developer.paypal.com/docs/checkout/apm/

## Tests

**Run the Unit Tests**

```bash
npm run test
```

## Release and Publishing

```bash
npm run release
```

## Hosted Example

See the code for Hosted Example [here](https://github.com/paypal-examples/applepay-stage/blob/main/examples/headless.html)

## Contributing Guidelines

[Guidelines](https://github.paypal.com/DigitalGoods-Payments-R/paypal-applepay-components/blob/master/CONTRIBUTING.md)