Flutterwave/Flutter-v3

Payment always failed

noungajo opened this issue · 0 comments

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

  1. Implement flutterwave_standard: ^1.0.7
  2. Pass the required parameters
  3. Select Payment Method
  4. 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"
		}
	}
}