我们已经使用沙盒测试了适用于Android的RAVE SDK,并测试了帐户并成功。但是尝试或使用它时显示错误-尝试取回交易费时发生错误。解决的办法是什么?
我已将setenvstaging更新为false,因此它是实时环境。但是,即使通过银行身份验证,交易仍处于困境。
{
"status": "Transaction successfully fetched",
"message": "Tx Fetched",
"data": {
"id": 13541258,
"tx_ref": "1539251000583",
"order_ref": "URF_1539251200648_695535",
"flw_ref": "RAVE_Flutterwave/FLW078550149",
"transaction_type": "debit",
"settlement_token": null,
"rave_ref": "RV31539251199205EBA81BA074",
"transaction_processor": "FLW",
"status": "failed",
"chargeback_status": null,
"ip": "197.211.61.90:55792",
"device_fingerprint": "355750089373964",
"cycle": "one-time",
"narration": "CARD Transaction ",
"amount": 100,
"appfee": 1.4,
"merchantfee": 0,
"markupFee": null,
"merchantbearsfee": 1,
"charged_amount": 100,
"transaction_currency": "NGN",
"system_type": null,
"payment_entity": "card",
"payment_id": "1044396",
"fraud_status": "ok",
"charge_type": "normal",
"is_live": 0,
"createdAt": "2018-10-11T09:46:49.000Z",
"updatedAt": "2018-10-11T09:47:15.000Z",
"deletedAt": null,
"merchant_id": 26147,
"addon_id": 3,
"customer.id": 6483928,
"customer.phone": null,
"customer.fullName": "XXXX XXXX",
"customer.customertoken": null,
"customer.email": "XXXX@gmail.com",
"customer.createdAt": "2018-10-11T09:46:40.000Z",
"customer.updatedAt": "2018-10-11T09:46:40.000Z",
"customer.deletedAt": null,
"customer.AccountId": 26147,
"card": {
"expirymonth": "XX",
"expiryyear": "XX",
"cardBIN": "XXXXXX",
"last4digits": "XXXX",
"brand": "XXXXX XXXXX XXX XXX XXX",
"card_tokens": [
{
"shortcode": "15728",
"embedtoken": "flw-t1nf-9b8b6f24775665ed960dde182092c63e-k3n"
}
],
"life_time_token": "flw-t1nf-9b8b6f24775665ed960dde182092c63e-k3n"
},
"meta": [
{
"id": 33124243,
"metaname": "sdk",
"metavalue": "android",
"createdAt": "2018-10-11T09:46:40.000Z",
"updatedAt": "2018-10-11T09:46:40.000Z",
"deletedAt": null,
"getpaidTransactionId": 14001412
}
],
"flwMeta": {
"chargeResponse": "02",
"chargeResponseMessage": "Kindly enter the mobile no registered with your bank",
"VBVRESPONSEMESSAGE": "Cannot retrieve account number from card",
"VBVRESPONSECODE": "RR",
"ACCOUNTVALIDATIONRESPMESSAGE": null,
"ACCOUNTVALIDATIONRESPONSECODE": null
}
}
}