Added the method/feature to use PaystackTransfers.verify to get transfer details via the reference. Apparently, PaystackTransfers.get no longer works with references and has been moved to it's own endpoint.
Paystack added NUBAN validation(Account Lookup) and some tests are failing. The account numbers on the API doc appear to be invalid too. Will work on fixing the tests before merging.
Added the method/feature to use
PaystackTransfers.verify
to get transfer details via the reference. Apparently,PaystackTransfers.get
no longer works with references and has been moved to it's own endpoint.