samchanpanha / paypal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS SDK Advanced Integration example

This example follows the PayPal JS SDK Advanced Integration guide, which allows more advanced capabilities and customization. With Advanced, you are able to offer PayPal Checkout buttons and a credit card form that you can customize to match your company's branding.

Example

image

Running the example locally

  1. Clone the repo git clone git@github.com:paypal-examples/js-sdk-advanced-integration.git
  2. Run npm install
  3. Run npm start
  4. Navigate to http://127.0.0.1:3000/

Documentation:

  1. Advanced Integration: https://developer.paypal.com/docs/business/checkout/advanced-card-payments/
  2. JavaScript SDK reference: https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-reference/

About


Languages

Language:JavaScript 100.0%