Description
The UI always show the message "Transaction Failed" when initiate payment
Steps to Reproduce
Expected behaviour:
It should allow for users to input their card details
- Implement flutterwave_standard: ^1.0.7
- Pass the required parameters
- Select Payment Method
- Enter the phone number and click on pay
Expected behaviour:
Actual behaviour:
UI reloads and print Transaction Failed
Reproduces how often:
All the time!
Configuration
API Version: v3
Environment: Test Mode
Device: android 7.1.1 (android-86 emulator)
Language: Dart
Flutter Version: 3.7.5
Additional Information
with investigation I have capture this response message :
{
"status": "error",
"message": "Transaction Failed",
"data": {
"code": "FLW_ERR",
"message": "Transaction Failed",
"err_tx": {
"id": 4373739,
"flwRef": "484001686064427017",
"chargeResponseCode": "R1",
"chargeResponseMessage": "Transaction Failed",
"status": "failed",
"merchantbearsfee": 1,
"appfee": "75",
"merchantfee": "0",
"charged_amount": "3000.00"
}
}
}
Description
The UI always show the message "Transaction Failed" when initiate payment
Steps to Reproduce
Expected behaviour:
It should allow for users to input their card details
Expected behaviour:
Actual behaviour:
UI reloads and print Transaction Failed
Reproduces how often:
All the time!
Configuration
API Version: v3
Environment: Test Mode
Device: android 7.1.1 (android-86 emulator)
Language: Dart
Flutter Version: 3.7.5
Additional Information
with investigation I have capture this response message :
{ "status": "error", "message": "Transaction Failed", "data": { "code": "FLW_ERR", "message": "Transaction Failed", "err_tx": { "id": 4373739, "flwRef": "484001686064427017", "chargeResponseCode": "R1", "chargeResponseMessage": "Transaction Failed", "status": "failed", "merchantbearsfee": 1, "appfee": "75", "merchantfee": "0", "charged_amount": "3000.00" } } }