Open
Description
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
}