Invoice Bot
The following information is for v2.0 of the bot
Configuration
PayPal
...
'paypal': {
'isLive': false,
'merchantInfo': {
'businessName': 'Test Business',
'emailAddress': '',
'website': 'https://example.com',
'logoUrl': '',
'additionalNotes': '',
},
'invoiceDetails': {
'currencyCode': 'USD',
'note': '',
'termsAndConditions': 'Your terms and conditions',
},
'fee': 0.05,
'minimumAmount': {
'enabled': true,
'percent': 0.5,
},
'webhooks': {
'enabled': false,
},
},
...Placeholders
Last updated