Seamlessly accept payments from anywhere in the world.
git clone https://github.com/kiplingkelvin/ChpterNodeJsSample.git
Add the following files to your .env (Ensure it is named as the examples below)
CHPTER_CLIENT_DOMAIN=
CHPTER_TOKEN=
eg.
CHPTER_CLIENT_DOMAIN=chpter.co
CHPTER_TOKEN=chpter_pk_2b4037c1c8npm install
If you are running this in your localhost, don't forget to use ngrok to expose port 3030. This will allow you to receive callback payloads responses.
npm start
