Like any other provider, you need to register the provider inside start/app.js
file.
const providers = [
'adonisjs-paystack/providers/PayStackProvider'
]
The configuration is saved inside config/paystack.js
file. Tweak it accordingly.
To find out more, read the docs here.