Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>there are a number of options available when it comes to transferring funds from a merchant account to another account (sending money).</p> <ol> <li><p>MassPay API --> This is a robust solution you can use to send funds from one merchant to up to 250 recipients per call. This can be done via an API request and via the PayPal Account itself by uploading a CSV file.</p> <p>More info:<br> Documentation: <a href="https://developer.paypal.com/webapps/developer/docs/classic/mass-pay/gs_MassPay/" rel="nofollow">https://developer.paypal.com/webapps/developer/docs/classic/mass-pay/gs_MassPay/</a> Sample Code: <a href="http://paypal.github.io/#merchant" rel="nofollow">http://paypal.github.io/#merchant</a> --> you'll find a masspay sample within the SDK</p></li> <li><p>Adaptive Payments API - Implicit Payments --> With adaptive payments, you do have the option of sending "Implicit Payments" basically, when the sender account is the same account that is associated with the API Username, PayPal does not require an explicit approval from the sender (hence the "implicit")</p> <p>Documentation: <a href="https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/#id094MB0Q0T5Z" rel="nofollow">https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/#id094MB0Q0T5Z</a> </p> <p>Samples: <a href="http://paypal.github.io/#adaptive-payments" rel="nofollow">http://paypal.github.io/#adaptive-payments</a></p></li> <li><p>Payments Pro - Credit API --> You can send funds directly to a customers credit card using the "DoNonReferencedCredit" API method </p></li> </ol> <p>See: <a href="https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/DoNonReferencedCredit_API_Operation_NVP/" rel="nofollow">https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/DoNonReferencedCredit_API_Operation_NVP/</a> Samples: refer to the Merchant SDK linked in 1.</p> <p>Out of the top of my head, these would be the available PayPal product options.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload