Skip to content

Instantly share code, notes, and snippets.

View DavidInnocent's full-sized avatar
💭
On stackOverflowwww

David Innocent DavidInnocent

💭
On stackOverflowwww
View GitHub Profile
const functions = require('firebase-functions')
const crypto = require('crypto')
const fs = require('fs');
const superagent = require('superagent')
const tokenURL = 'https://uat.jengahq.io/identity/v2/token'
const accountBalanceURL = 'https://uat.jengahq.io/account/v2/accounts/balances/KE/0744444444444'
const billValidationURL = 'https://uat.jengahq.io/transaction/v2/bills/validation'
const sendMoneyURL = 'https://uat.jengahq.io/transaction/v2/remittance'
const accountId = '0744444444444'