Hello I have gone through the adaptor documentation and explored the existing integrations, and I noticed that we don’t currently have a Flutterwave adaptor. Since Flutterwave is widely used for payments across Africa, I think it could be a valuable addition to the ecosystem. I’m interested in building this adaptor (for actions like initiating payments and handling webhooks).
Would you like to have a go? Do you have what you need to get started?
Usually we start with a very minimal adaptor which just handles authorisation and lets the user make HTTP requests into it. The sunbird-rc adaptor is a good recent example of this - all it does is expose get(), post etc functions.
You can generate a template to do just this by running `pnpm generate flutterwave` from inside the adaptors monorepo