Skip to content

CBoensel/paypal-auth-assertion-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paypal-auth-assertion-header

This is a rough demo illustrating how the PayPal-Auth-Assertion header is composed and decomposed.

It follows the implementation docs on https://developer.paypal.com/docs/multiparty/issue-refund/.

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

npm install

...then start the app:

npm run dev

Navigate to localhost:8080. You should see your app running.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploying to the web

With Vercel

Install vercel if you haven't already:

npm install -g vercel

Then, from within your project folder:

cd public
vercel deploy --name my-project

About

Demo on how to compose / decompose the PayPal-Auth-Assertion header

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published