Hey everyone,
I’ve been working on adding a new adaptor for Flutterwave (@openfn/language-flutterwave) to help manage payments directly in OpenFn flows.
What I’ve built so far:
I’ve implemented and successfully tested the initial operations:
-
createCustomer: To register new customer profiles.
-
initiatePayment: To trigger payment collections.
The tests are passing locally with mock data, and I’ve structured it to follow the standard OpenFn adaptor patterns.
Looking for feedback:
If anyone has experience with the Flutterwave API or has a specific use case in mind, I’d love to hear which other operations you might need (e.g., Transfers, Verifications).
This is currently in review, so shout if you want to take a look!