I'm implementing the v2 Express Checkout Paypal Integration; It works fine, however it does not fully complete the transaction (business account does not receive the payment).
I'm running tests on sandbox.
The token is generated as well as the Order ID.
I copy and paste the given link into the URL bar and press enter to proceed to complete the transaction.
https://www.sandbox.paypal.com/checkoutnow?token=2463323E24235WQ
.The transaction is completed and redirects to a new URL
https://example.com/return?token=2463323E24235WQ&PayerID=UEJ2NE9233DS5W
.
Everything seems to work well, however when I come to check the notifications of the sandbox business account (in which the payments were supposed to go to), it does not show any payment.
Everything seems to be set accordingly but the payments just don't go to my account.