PayPal (Invoices)
Documentation on how to setup PayPal for Invoicing.
To have PayPal invoicing to work properly, you'll have to do these steps on PayPal Business Account.
PayPal API Credentials
To be able to use PayPal Invoicing Features from bot (Invoice Command(s)) you first need to obtain PayPal API Secret & Client ID and to enter them to Config by following steps:
Login to PayPal Developer Dashboard
Click 'Apps & Credentials' from the top navigation
Switch 'Live' Button from the top navigation or click 'View live credentials' from the orange box
Click 'Create App' Button, enter name of your App
You'll be redirected to page where you can see 'Client ID' & 'Secret' (Secret Key) Fields, copy Client ID and paste it to
config.yml
, copy 'Secret' and paste it toconfig.yml
.
Last updated