NodeJS Integration
Add Yapily to your NodeJS projects to collect financial data for your users and/or create payment instructions.
If you haven't already, check out our Getting Started steps.
Installation
Using NPM
Install Yapily using npm install:
npm install @yapily/yapily-api
Basic configuration
Go to constants.js
and fill in the following credentials.
module.exports = {
"APPLICATION_ID" : "{{APPLICATION_ID}}",
"APPLICATION_SECRET" : "{{APPLICATION_SECRET}}",
"APPLICATION_USER_ID": "node-sdk@yapily.com",
"INSTITUTION_ID": "{{INSTITUTION_ID}}",
"CALLBACK_URL": "{{CALLBACK_URL}}"
}