Versions Compared

Key

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

...

Note

This PayPal implementation should be used if you are capturing the consumer’s name prior to checkout. If however you allow a consumer to checkout before entering any identifiable information then use the legacy workflow.

Warning

Authorization trials (such as Hold Trial Charge, Authorize and Void, etc.) are not supported through PayPal Commerce Checkout

...

  1. paySource = 'PAYPAL'

  2. paypalBillerId is the value assigned to your PayPal Commerce gateway, found on your gateway list.

  3. salesUrl is the checkout page url

  4. redirectsTo is the url of the page in your funnel that PayPal will redirect to on a successful transaction.

  5. errorRedirectsTo is the url of the page in your funnel that PayPal will redirect to on a cancelled transaction.

...