paypal rest api
does anyone here know or have used the paypal rest api and can help me out with something? apparently, everything in sandbox works all good, but right when i test all of it in production, none of it works and gives me the error below.
all of it being making and sending invoices as well as paying a user, both of these things have been tested in my sandbox account, but for some reason, they don't work in my live account.
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPI'm using Discord js for it so
Idk lol
Can you help me or no lol?
this is your reminder that discord.js is not a language
it's an api wrapper
it's used to interface with the discord api, and I can't imagine that you can use the discord api to interface with the paypal api
you would want a paypal api wrapper for that
therefore you wouldn't be using discord.js for this
#other-js-ts