Slyk
  • Introduction
  • Understanding Slyk
    • Before you Start
    • Core Concepts
    • Funding/Withdrawal Methods
  • Developing with Slyk
    • Step-by-step development guide
      • Authentication
      • Wallet
      • Catalog
      • Checkout (coming soon)
      • Growth tools (coming soon)
    • SDKs
      • Server SDK (Node.js)
        • Methods
      • Third party SDK's
  • API Reference
    • Using your API Key
    • Endpoints
      • Wallet
      • Transaction
      • Address
      • Asset
      • Rate
      • PaymentMethod
      • Movement
      • User
      • Invite
      • Category
      • Order
      • Product
      • Question
      • Task
      • TaxRate
    • Webhooks
      • Store
      • Transaction
      • User
    • Models
  • Setup Guides
    • PayPal Configuration
      • Verifying webhook
      • Webhook configuration
    • Stripe Configuration
      • Verifying endpoints
    • Coinbase Configuration
Powered by GitBook
On this page

Was this helpful?

  1. Setup Guides
  2. PayPal Configuration

Webhook configuration

In this tutorial you will learn how to manually configure PayPal web-hooks.

PreviousVerifying webhookNextStripe Configuration

Last updated 4 years ago

Was this helpful?

If you struggling to make PayPal communicate with your Slyk you can configure web-hooks manually.

Make sure you're in "Live environment"

Under the “Live API credentials” in the “LIVE Webhooks” sections click “Add Webhook”

  • Copy the below url in the “Webhook URL”

https://api.slyk.io/callbacks/paypal/order/approved

  • In Paypal In the Header under the “webhook Url” paste the content from above step

Example:

  • In the “Event type” radiogroup search and check “Checkout Order approved”

  • Click Save in the bottom of the event list:

Check “Accepts payments” which allows you to receive funds.

The remaining options are optional but it can help you in the future, especially “Customer disputes” which will allow refunding your users.

  • Click “Save”

Congratulations, you now have configured web-hooks in your PayPal account.

If you are still facing issues , please contact us at support@slyk.io

One more thing you need to check, in the last section “Live App Settings”:

Entering live environment