DuitNowQR advance payment validation, without any additional hardware, which I believe should come built-in ready in every banking app.
-
SSM Company Certificate (for CHIP account and bank account registration)
-
Company Bank Account (for DuitNow activation with CHIP)
-
npm install
-
cp .env.example .env
-
Fill up
.env
accordingly
APP_URL=
CHIP_BRAND_ID=
CHIP_API_KEY=
npm run start
-
1.6% transaction fee, or RM0.15, which one is higher. And RM1.50 maximum.
-
Next business day settlement, no minimum settlement.
-
The UI is not really mobile friendly, my frontend skill is suck, feel free to contribute.
-
I tried to use Server Sent Event (SSE) at first, instead of Short Polling, but somehow SSE doesn't work with Nginx. I'll try debug it later when I'm free.
Licensed under the MIT license