DragonByte Tech
Well-known member
- Affected version
- 2.1.7
If a chargeback is initiated via a buyer's bank or credit card company, and PayPal is not able to argue on your behalf, the resulting chargeback is not correctly tracked in XenForo.
Email from PayPal:
Purchase log entry:
Transaction data:
Email from PayPal:
Purchase log entry:
Transaction data:
Code:
array(18) {
["txn_type"] => string(10) "adjustment"
["payment_date"] => string(25) "13:50:52 Feb 29, 2020 PST"
["payment_gross"] => string(6) "-94.95"
["mc_currency"] => string(3) "USD"
["verify_sign"] => string(56) "xxx"
["payer_status"] => string(8) "verified"
["payer_email"] => string(28) "payments@dragonbyte-tech.com"
["txn_id"] => string(17) "xxx"
["parent_txn_id"] => string(17) "xxx"
["payer_id"] => string(13) "xxx"
["reason_code"] => string(21) "chargeback_settlement"
["payment_status"] => string(9) "Completed"
["payment_fee"] => string(6) "-20.00"
["mc_gross"] => string(6) "-94.95"
["custom"] => string(32) "xxx"
["charset"] => string(12) "windows-1252"
["notify_version"] => string(3) "3.9"
["ipn_track_id"] => string(13) "xxx"
}