Stripe
Documentation on how to setup Stripe Invoicing.
Stripe API Secret
To be able to create Invoices with Stripe (/stripe) you first need to obtain Stripe Secret from your Stripe Dashboard:
Login to Stripe Dashboard
From the bottom left corner, click 'Developers' and then from the menu select 'API Keys'.
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.
After verifying your identity, you'll be shown a modal with your 'Secret key' starting with
sk_live. Click on it to copy.Now, go back to
config.ymland search forstripesection andsecretfield within it and in there paste the key you just copied.That's it, now you're ready to create Stripe Invoices with the bot.
Last updated
Was this helpful?