Stripe

Documentation on how to setup Stripe Invoicing.

When getting Stripe Secret, make sure you're on a Live Account, not sandbox!

Stripe API Secret

To be able to create Invoices with Stripe (/stripe) you first need to obtain Stripe Secret from your Stripe Dashboard:

  1. On that page, you'll see 'Restricted' and 'Standard' Keys, under the 'Standard' Keys, you'll have 'Publishable key' and 'Secret key'. Click 'Reveal live key' next to the 'Secret key' and follow the steps for verification.

  2. After verifying your identity, you'll be shown a modal with your 'Secret key' starting with sk_live. Click on it to copy.

  3. Now, go back to config.yml and search for stripe section and secret field within it and in there paste the key you just copied.

  4. That's it, now you're ready to create Stripe Invoices with the bot.

Last updated

Was this helpful?