Skip to content

Pay with bank transfer success response returns as false #59

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MarkSure opened this issue Jul 31, 2023 · 0 comments
Open

Pay with bank transfer success response returns as false #59

MarkSure opened this issue Jul 31, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@MarkSure
Copy link

The Pay with bank transfer option returns a wrong response for the "success" key. Even when transaction is successful, it returns "false" for the "success" key.

The usual response for card and ussd is (in part):
{
"status": "successful",
"success": true
}
But when you use the pay with bank option, after the transaction is successful, it returns
{
"status": "completed",
"success": false
}

@MarkSure MarkSure added the bug Something isn't working label Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant