[Vuejs]-Laravel – Paypal user to user money transfer

0👍

For payments directly to another account, there are two different integration options:

  1. Checkout flow :: specify the payee.email_address of the recipient’s PayPal account when creating the order. See the documentation.

  2. Donation flow :: specify the recipient account as the business parameter. See the documentation. Do not specify a hosted_button_id. Specifying a fixed amt is optional.

Leave a comment