Versions Compared

Key

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

Overview

...

PayPal Checkout v2 payment option gives your buyers a simplified checkout experience that keeps them local to your website or mobile app throughout the payment authorization process and lets them use their PayPal balance, bank account, or credit card to pay without sharing or entering any sensitive information on your site.

...

  1. Disable subscriptions - when enabled no "subscribe" button will appear
  2. Disable Pay now - when enabled and subscription is possible, no "Pay now" button will appear
  3. Terminate subscriptions - Cancels client subscription if his account is terminated
  4. Sandbox mode - When enabled sandbox APi mode will be used
  5. Client id - obtained from paypal developer console - described below
  6. Client secret - obtained from paypal developer console - described below

Image RemovedImage Added

All required information can be obtained once you login to your PayPal Dashboard panel.

...

  1. Go to My Apps & Credentials.

  2. In the REST API apps section, click the link for the app to which you want to create a webhook.

  3. In the WEBHOOKS section, click Add Webhook.

  4. Add the URL for your webhook, which is the callback URL from HostBill PayPal Checkout v2 module.

  5. From the event types list, select:

    1. Checkout order approved
    2. Billing subscription cancelled
    3. Billing subscription expired
    4. Payment capture completed
    5. Payment capture denied
    6. Payment capture declined
    7. Payment sale completed
    8. Payment sale denied
    9. Payment sale pending
    10. Payment sale refunded
    11. Payment sale reversed
  6. Click Save 

  7. Copy newly created webhook id - set it in HostBIll module configuration

...