Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may implement PayPal’s SDK to take advantage of Venmo and Pay Later payment options through PayPal. Other payment options are coming soon.

Full PayPal documentation on this approach is here:

PayPal SDK: https://developer.paypal.com/sdk/js/reference/

SDK Performance Optimization: https://developer.paypal.com/sdk/js/performance/

Note
  1. The PayPal SDK supports PayPal, Venmo, and Pay Later only

  2. If you are not implementing Venmo or Pay Later then do not use the SDK. Follow these instructions instead.

  3. The PayPal option cannot be disabled (you cannot offer Venmo or Pay Later without a PayPal button on your page).

  4. The PayPal SDK is supported only when referenceTransactions is disabled OR referenceTransactions and vaultEnabled are both enabled.

  5. Pay Later is not compatible with the Single Transaction campaign option

  6. You cannot choose different payment types for checkout and upsells. For example, if a checkout is done on Venmo then the upsell must also be on Venmo.

  7. Rebills are supported on Venmo when referenceTransactions and vaultEnabled are both enabled. Rebills are never supported on Pay Later.

...