RobinHood
Well-known member
- Affected version
- 2.0.2
I noticed this when checking the payment provider log:
Error: Event data received from Stripe does not contain the expected values.
Maybe you should get a red alert box on the admin home screen when there are payment errors? Like with server errors.
It looks like it was generated when a payout was created automatically on stripes end as the time code matches an event in the Payout page
Error: Event data received from Stripe does not contain the expected values.
Maybe you should get a red alert box on the admin home screen when there are payment errors? Like with server errors.
It looks like it was generated when a payout was created automatically on stripes end as the time code matches an event in the Payout page
Code:
Payment provider log
Action
Error: Event data received from Stripe does not contain the expected values.
User
Unknown user
Date
Yesterday at 7:39 AM
Purchase request key
N/A
Transaction ID
redacted
Subscriber ID
N/A
Payment profile
Unknown profile
Log details
array(21) {
["id"] => string(27) "-redacted--"
["object"] => string(6) "payout"
["amount"] => int(710)
["arrival_date"] => int(1520812800)
["automatic"] => bool(true)
["balance_transaction"] => string(28) "--redacted-"
["created"] => int(1520408366)
["currency"] => string(3) "gbp"
["description"] => string(15) "STRIPE TRANSFER"
["destination"] => string(27) "--redacted--"
["failure_balance_transaction"] => NULL
["failure_code"] => NULL
["failure_message"] => NULL
["livemode"] => bool(true)
["metadata"] => array(0) {
}
["method"] => string(8) "standard"
["source_type"] => string(4) "card"
["statement_descriptor"] => NULL
["status"] => string(10) "in_transit"
["type"] => string(12) "bank_account"
["eventType"] => string(14) "payout.created"
}