Blue Bots
  • Intro
  • Basics
    • Installation
    • Configuration
    • Useful Sites
  • Bugs & Support
    • Requesting Support
  • Premade Bots
    • Invoice Bot
      • Creating a PayPal application
      • Managing Webhooks
      • PayPal Developer Dashboard
    • Application Bot
Powered by GitBook
On this page

Was this helpful?

  1. Premade Bots
  2. Invoice Bot

Creating a PayPal application

PreviousInvoice BotNextManaging Webhooks

Last updated 11 months ago

Was this helpful?

Head to PayPal's and create either a Sandbox or a Live application. I recommend creating a sandbox application (fake payments) while testing the bot and switching to live when you're ready to make the bot public.

After you get the credentials, add them to your .env file:

...
PAYPAL_SECRET=
PAYPAL_CLIENT_ID=
developer portal