Nirjonadda
Well-known member
- Affected version
- 2.1.8
Lot of Error Payment provider log.
Code:
Action: Error: Event data received from Stripe does not contain the expected values.
User: Unknown user
Date: Sunday at 12:45 AM
Purchase request key: N/A
Transaction ID: evt_1GUdSyBkGIL8oaERL8tZC4gW
Subscriber ID: N/A
Payment profile: Unknown profile
Code:
array(46) {
["id"] => string(27) "ch_1GUdSwBkGIL8oaERaC0F5cv9"
["object"] => string(6) "charge"
["amount"] => int(500)
["amount_refunded"] => int(0)
["application"] => NULL
["application_fee"] => NULL
["application_fee_amount"] => NULL
["balance_transaction"] => string(28) "txn_1GUdSyBkGIL8oaERLmQb5fMw"
["billing_details"] => array(4) {
["address"] => array(6) {
["city"] => NULL
["country"] => NULL
["line1"] => NULL
["line2"] => NULL
["postal_code"] => NULL
["state"] => NULL
}
["email"] => NULL
["name"] => NULL
["phone"] => NULL
}
["calculated_statement_descriptor"] => string(21) "MY SITE"
["captured"] => bool(true)
["created"] => int(1586112306)
["currency"] => string(3) "eur"
["customer"] => string(18) "cus_FBKnUzRiIrvWG6"
["description"] => string(19) "Subscription update"
["destination"] => NULL
["dispute"] => NULL
["disputed"] => bool(false)
["failure_code"] => NULL
["failure_message"] => NULL
["fraud_details"] => array(0) {
}
["invoice"] => string(27) "in_1GUcWjBkGIL8oaERLzdXG5J0"
["livemode"] => bool(true)
["metadata"] => array(0) {
}
["on_behalf_of"] => NULL
["order"] => NULL
["outcome"] => array(5) {
["network_status"] => string(19) "approved_by_network"
["reason"] => NULL
["risk_level"] => string(6) "normal"
["seller_message"] => string(17) "Payment complete."
["type"] => string(10) "authorized"
}
["paid"] => bool(true)
["payment_intent"] => string(27) "pi_1GUdSvBkGIL8oaERIWlcKbRU"
["payment_method"] => string(27) "pm_1G8rwMBkGIL8oaERGyiKV61w"
["payment_method_details"] => array(2) {
["card"] => array(12) {
["brand"] => string(10) "mastercard"
["checks"] => array(3) {
["address_line1_check"] => NULL
["address_postal_code_check"] => NULL
["cvc_check"] => NULL
}
["country"] => string(2) "BD"
["exp_month"] => int(11)
["exp_year"] => int(2020)
["fingerprint"] => string(16) "uZYGAEagYrAfKCAr"
["funding"] => string(6) "credit"
["installments"] => NULL
["last4"] => string(4) "2259"
["network"] => string(10) "mastercard"
["three_d_secure"] => NULL
["wallet"] => NULL
}
["type"] => string(4) "card"
}
["receipt_email"] => string(21) "@gmail.com"
["receipt_number"] => string(9) "2811-7254"
["receipt_url"] => string(118) "https://pay.stripe.com/receipts/acct_1CbbokBkGIL8oaER/ch_1GUdSwBkGIL8oaERaC0F5cv9/rcpt_H2iuTxwhio60dyzIYBKXGfwdfG5uzq3"
["refunded"] => bool(false)
["refunds"] => array(5) {
["object"] => string(4) "list"
["data"] => array(0) {
}
["has_more"] => bool(false)
["total_count"] => int(0)
["url"] => string(47) "/v1/charges/ch_1GUdSwBkGIL8oaERaC0F5cv9/refunds"
}
["review"] => NULL
["shipping"] => NULL
["source"] => NULL
["source_transfer"] => NULL
["statement_descriptor"] => string(21) "MY SITE"
["statement_descriptor_suffix"] => NULL
["status"] => string(9) "succeeded"
["transfer_data"] => NULL
["transfer_group"] => NULL
["eventType"] => string(16) "charge.succeeded"
}