Closed dawoodjee closed 2 years ago
Hello @dawoodjee,
Thanks for sharing this with the team.
Kindly note that the 404 error reported will only be returned for two reasons:
We'd also like to point out that the feature is not supported in the SDK. If you would like to make use of this, Please consider consuming the API directly.
Let us know if you have any questions.
Hello Cornelius
Thank you for your quick response. I apologize for asking here but I'm quite desperate.
It seems like this endpoint does not exist. Looking at the response when a valid endpoint is reached, vs when it isn't. Valid endpoints always return JSON, whereas invalid ones show Cannot Get [your query]
Valid Endpoint
Valid Endpoint with error
Same endpoint with a typo
Escrow endpoint seems invalid, it also gives the same result if I pass the parameters
I've resolved this issue by specifying that the request type is POST not the default GET.
Thank you
The rave v2 docs clearly show that the endpoint
https://api.ravepay.co/v2/gpx/transactions/escrow/settle
should settle a pending escrow payment, however, a 404 error comes up instead.I've tried using
https://rave.flutterwave.com
andhttps://ravesandbox.flutterwave.com
No docs I can find show the right right way to settle escrow payment. Please help!