Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 922 Bytes

File metadata and controls

32 lines (19 loc) · 922 Bytes

Paying with Blik or Paypal on the web

Blik Logo Blik Logo

This integration uses the JavaScript SDK to accept Blik payments

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 git@github.com:paypal-examples/blik-payment.git
  2. Run npm install
  3. Run npm run dev
  4. Navigate to http://localhost:8080/

PayPal Codespaces Links

Open in GitHub Codespaces