Last active
November 8, 2021 19:16
-
-
Save wehub/96c3fd2caf5a4388f2a4a6337cda16b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "{NOTIFICATION-ID}", | |
"resource": "notifications", | |
"path": "/notifications/{NOTIFICATION-ID}", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "disputes.resolved", | |
"event_time": 1568920734, | |
"payload": { | |
"id": "{DISPUTES-ID}", | |
"resource": "disputes", | |
"path": "/disputes/{DISPUTES-ID}", | |
"owner": { | |
"id": "{ACCOUNTS-ID}", | |
"resource": "accounts", | |
"path": "/accounts/{ACCOUNTS-ID}" | |
}, | |
"create_time": 1566109806, | |
"status": "resolved", | |
"type": "chargeback", | |
"amount": 23000, | |
"fee": 0, | |
"currency": "USD", | |
"payment": { | |
"id": "{PAYMENT-ID}", | |
"resource": "payments", | |
"path": "/payments/{PAYMENT-ID}" | |
}, | |
"card_brand": "visa", | |
"reason": { | |
"reason_code": "FRAUD", | |
"reason_message": "The payer identified the transaction as fraudulent.", | |
"details": [{ | |
"detail_code": "10.4", | |
"detail_message": "Other Fraud-Card Absent Enviroment." | |
}] | |
}, | |
"resolution": { | |
"resolution_time": 1566455447, | |
"type": "won" | |
}, | |
"txnr_chargeback_app_fees": { | |
"id": "{TRANSACTION_RECORD-ID}", | |
"resource": "transaction_records", | |
"path": "/transaction_records/{TRANSACTION_RECORD-ID}" | |
}, | |
"txnr_chargeback_merchant": { | |
"id": "{TRANSACTION_RECORD-ID}", | |
"resource": "transaction_records", | |
"path": "/transaction_records/{TRANSACTION_RECORD-ID}" | |
}, | |
"txnr_merchant_chargeback_fee": null, | |
"txnr_chargeback_reversal_app_fee": { | |
"id": "{TRANSACTION_RECORD-ID}", | |
"resource": "transaction_records", | |
"path": "/transaction_records/{TRANSACTION_RECORD-ID}" | |
}, | |
"txnr_chargeback_reversal_merchant": { | |
"id": "{TRANSACTION_RECORD-ID}", | |
"resource": "transaction_records", | |
"path": "/transaction_records/{TRANSACTION_RECORD-ID}" | |
}, | |
"documentation": { | |
"explanation": "" | |
}, | |
"custom_data": null, | |
"api_version": "3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment