Open tbz-mikaels opened 2 years ago
Same error here. I have tried with various REST API apps (sandbox), and thus different Business sandbox accounts, client IDs and secrets. But always ends up with the 400 "Payee account is invalid." error. The documentation does not help much https://developer.paypal.com/docs/api/payments/v1/#error-PAYEE_ACCOUNT_INVALID I have revised the sandbox merchant accounts are indeed both Business and Verified (they are by default).
@tbz-mikaels did you find a solution to this?
Anyone?
Note that I am on localhost
if that does matter.
One can read at https://developer.paypal.com/docs/api/payments/v1/
Important: The use of the PayPal REST
/payments
APIs to accept credit card payments is restricted. Instead, you can accept credit card payments with Braintree Direct.
Hi, I am trying to implement PayPal Credit card functionality on laravel for Rest Api. I am receiving the "PAYEE_ACCOUNT_INVALID" error. Any idea what am I doing wrong? Any help would be really appreciated. Thanks.
This is my code snippet.