This integration uses the JavaScript SDK to accept Giropay payments on the web
See a hosted version of the sample
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
- Clone the repo
git clone [email protected]:paypal-examples/giropay-payment.git
- Run
npm install
- Run
npm run dev
- Navigate to
http://localhost:8080/
PayPal codespaces require a client ID and client secret for your app.
You can read more about codespaces in the PayPal Developer Docs.
- To report a bug or suggest a new feature, create an issue in GitHub.
- To submit feedback, go to PayPal Developer Docs and select the "Feedback" tab.