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.
UNPROCESSABLE_ENTITY - The requested action could not be performed, semantically incorrect, or failed business validation.
UNPROCESSABLE_ENTITY - The requested action could not be performed, semantically incorrect, or failed business validation.
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
d.js toolkit
d.js toolkit4mo ago
- 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 OP
LoganM
LoganM4mo ago
I'm using Discord js for it so Idk lol Can you help me or no lol?
duck
duck4mo ago
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