How to avoid PayPal ‘PAYEE_ACCOUNT_INVALID’ error?
I’m trying to make an application to buy games online. And I’m currently working on the payment page. I’ve implimented a PayPal to PayPal transactions successfully and now i’m working on to make a Credit Card to PayPal transactions. So I’ve made a front end page with all the inputs that I’ve needed : Card Number, Expiration Date and CVV. And I want that when I press on the buy button, the client send the card number, expiration date and cvv to an express api. Then when in the api, I make the payment such like the PayPal to PayPal method that I’ve used.