nodejs / help

:sparkles: Need help with Node.js? File an Issue here. :rocket:
1.45k stars 278 forks source link

Authorizing API calls #4195

Closed 08088483596 closed 4 months ago

08088483596 commented 1 year ago

Version

// Install with: npm i flutterwave-node-v3

Platform

const Flutterwave = require('flutterwave-node-v3');

Subsystem

const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY);

What steps will reproduce the bug?

// Install with: npm i flutterwave-node-v3

const Flutterwave = require('flutterwave-node-v3'); const flw = new Flutterwave(process.env.FLW_PUBLIC_KEY, process.env.FLW_SECRET_KEY); // Subsequqent calls will automatically have the header added flw.Misc.bvn({bvn: "22711534258"}) .then(response => console.log(response)

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

i want change from test mode to live mode because i want to be making transaction

What do you see instead?

when i tried to generate new API keys it show generated successful whitout a verification

Additional information

help be reset it so i could be verifying it

Gloriouspete commented 1 year ago

This issue is with flutterwave not Npm

gireeshpunathil commented 12 months ago

@08088483596 - it is not clear to me what the issue here is . Can you describe?

RedYetiDev commented 4 months ago

If you're having an issue with a third-party library, please ask them for support.