How to transfer amount from paypal account to paypal account?

UJ India

The below code is a normal transaction from a user to the merchant account. My requirement is to reward customers for correct answering in a way that the application will have some amount in PayPal balance and it will be transferred as rewards to the customers PayPal account which is not a customer marchent relation. Is there any similar code snippet that can be used for PayPal to papal money transferring?

gateway.transaction.sale({ amount: "1000.00",paymentMethodNonce:nonceFromTheClient,options: {submitForSettlement: true },deviceData: req.body.device_data}, function() {});
UJ India

The solution 1.create a developer account 2.Create sandbox accounts. one for facilitator and one for customer from developer dashboard. 3.Create APP and get APP and get client id and secret key. 4.npm install paypal-rest-sdk(https://www.npmjs.com/package/paypal-rest-sdk) 5.https://github.com/paypal/PayPal-node-SDK/blob/master/samples/payout/create_single_payout.js

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to transfer money from one PayPal account to another PayPal account?

From Dev

Is it possible to transfer money from PayPal account to a bank account or credit card?

From Dev

Paypal transaction fees deduct from each account equally - how?

From Dev

Validate Paypal Live Account

From Dev

Not login to paypal sandbox account

From Dev

Validate Paypal Live Account

From Dev

How to set a Paypal Sandbox test account address

From Dev

How to create PayPal Payflow Pro test account

From Dev

WordPress/WooCommce - Send Payment From Site's PayPal Account To Another PayPal Account

From Dev

Opencart Paypal - Pay without paypal account

From Dev

Paypal Advanced Testing without Paypal Manager account

From Dev

Getting existing paypal account and email account error

From Dev

Accept paypal with braintree production account

From Dev

Issues with Security, Passwords and PayPal Account

From Dev

Paypal IPN set "no account" as default

From Dev

How to Change Paypal amount value from javascript?

From Dev

How to use a sandbox buyer account with PayPal payment button?

From Dev

How to add money to a Paypal sandbox account, after it has been created?

From Dev

How to add money to a Paypal sandbox account, after it has been created?

From Dev

PayPal Adaptive Payments - How do I get an account ID?

From Dev

How to ensure a user has a valid Paypal account to accept payments with?

From Dev

How to use a sandbox buyer account with PayPal payment button?

From Dev

How to transfer all files from root account to another account?

From Dev

Paypal - send amount from server

From Dev

Paypal Credit Card Payment without login (no paypal account)

From Dev

is PayPal-PHP-SDK supporting to do payment to another paypal account?

From Dev

Changing the pay to account for PayPal mobile transactions

From Dev

Paypal Classic Merchant sandbox account + app

From Dev

Can't log in to PayPal sandbox account

Related Related

  1. 1

    How to transfer money from one PayPal account to another PayPal account?

  2. 2

    Is it possible to transfer money from PayPal account to a bank account or credit card?

  3. 3

    Paypal transaction fees deduct from each account equally - how?

  4. 4

    Validate Paypal Live Account

  5. 5

    Not login to paypal sandbox account

  6. 6

    Validate Paypal Live Account

  7. 7

    How to set a Paypal Sandbox test account address

  8. 8

    How to create PayPal Payflow Pro test account

  9. 9

    WordPress/WooCommce - Send Payment From Site's PayPal Account To Another PayPal Account

  10. 10

    Opencart Paypal - Pay without paypal account

  11. 11

    Paypal Advanced Testing without Paypal Manager account

  12. 12

    Getting existing paypal account and email account error

  13. 13

    Accept paypal with braintree production account

  14. 14

    Issues with Security, Passwords and PayPal Account

  15. 15

    Paypal IPN set "no account" as default

  16. 16

    How to Change Paypal amount value from javascript?

  17. 17

    How to use a sandbox buyer account with PayPal payment button?

  18. 18

    How to add money to a Paypal sandbox account, after it has been created?

  19. 19

    How to add money to a Paypal sandbox account, after it has been created?

  20. 20

    PayPal Adaptive Payments - How do I get an account ID?

  21. 21

    How to ensure a user has a valid Paypal account to accept payments with?

  22. 22

    How to use a sandbox buyer account with PayPal payment button?

  23. 23

    How to transfer all files from root account to another account?

  24. 24

    Paypal - send amount from server

  25. 25

    Paypal Credit Card Payment without login (no paypal account)

  26. 26

    is PayPal-PHP-SDK supporting to do payment to another paypal account?

  27. 27

    Changing the pay to account for PayPal mobile transactions

  28. 28

    Paypal Classic Merchant sandbox account + app

  29. 29

    Can't log in to PayPal sandbox account

HotTag

Archive