Skip to content

Accept GiroPay & PayPal payments for web

Notifications You must be signed in to change notification settings

rekhaabaidipati/giropay

 
 

Repository files navigation

Paying with Giropay or PayPal on the web

Giropay Logo Paypal Logo

This integration uses the JavaScript SDK to accept Giropay payments on the web

See a hosted version of the sample

How to run locally

Copy the .env.example file into a file named .env

cp .env.example .env

and configuring your .env config file with your Paypal ClientId and ClientSecret

  1. Clone the repo git clone [email protected]:paypal-examples/giropay-payment.git
  2. Run npm install
  3. Run npm run dev
  4. Navigate to http://localhost:8080/

PayPal Codespaces Links

Open in GitHub Codespaces

About

Accept GiroPay & PayPal payments for web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.8%
  • HTML 10.4%
  • CSS 6.2%
  • Dockerfile 1.6%