1.0.0 • Published 4 years ago

paypal-acc-vault v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

PayPal Advance Credit Card Payments

:point_right: English :point_right: 简体中文

Advance Card Solution helps to create a customized checkout experience by adding card fields that align with your brand. This repository demonstrates the example of how to implement the solution by PayPal latest Restful API. You can also take the referene from this guideline.

Integration

Generally, it takes 4 steps to implement card payment solution: 1. Get the API credential from Restful API 2. Retrieve the data_client_token from Generate Token API 3. Add the card form to the checkout payment page 4. Capture the payment order from the server-side call by Capture API

Installation

> npm install

Run

> npm start

After the project is compiled, please access to http://localhost:3000/ucc-form to try the example.