Last active
September 19, 2019 22:48
-
-
Save wehub/67290a5eb87eb23c72ca85f3972f9a82 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "1c08f772-d7be-45b1-86be-19deadbb6e18", | |
"resource": "notifications", | |
"path": "/notifications/1c08f772-d7be-45b1-86be-19deadbb6e18", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "disputes.resolved", | |
"event_time": 1568916775, | |
"payload": { | |
"id": "00000000-0000-0000-0000-00000003306a", | |
"resource": "disputes", | |
"path": "/disputes/00000000-0000-0000-0000-00000003306a", | |
"owner": { | |
"id": "3a9c5261-a690-4c00-9e40-8804f092eb77", | |
"resource": "accounts", | |
"path": "/accounts/3a9c5261-a690-4c00-9e40-8804f092eb77" | |
}, | |
"create_time": 1568916601, | |
"status": "resolved", | |
"type": "chargeback", | |
"amount": 10961, | |
"fee": 1500, | |
"currency": "USD", | |
"payment": { | |
"id": "00000000-0000-0000-0000-00007d9ba90b", | |
"resource": "payments", | |
"path": "/payments/00000000-0000-0000-0000-00007d9ba90b" | |
}, | |
"card_brand": "visa", | |
"reason": { | |
"reason_code": "UNKNOWN", | |
"reason_message": "A chargeback was opened with unknown reason.", | |
"details": [ | |
{ | |
"detail_code": "unknown", | |
"detail_message": "A chargeback was posted against the transaction for unspecified reason." | |
} | |
] | |
}, | |
"resolution": { | |
"resolution_time": 1568916775, | |
"type": "lost" | |
}, | |
"txnr_chargeback_app_fees": { | |
"id": "00000000-0000-0000-0000-000007261427", | |
"resource": "transaction_records", | |
"path": "/transaction_records/00000000-0000-0000-0000-000007261427" | |
}, | |
"txnr_chargeback_merchant": { | |
"id": "00000000-0000-0000-0000-000007261423", | |
"resource": "transaction_records", | |
"path": "/transaction_records/00000000-0000-0000-0000-000007261423" | |
}, | |
"txnr_merchant_chargeback_fee": { | |
"id": "00000000-0000-0000-0000-000007261425", | |
"resource": "transaction_records", | |
"path": "/transaction_records/00000000-0000-0000-0000-000007261425" | |
}, | |
"txnr_chargeback_reversal_app_fee": null, | |
"txnr_chargeback_reversal_merchant": null, | |
"documentation": { | |
"explanation": "" | |
}, | |
"custom_data": null, | |
"api_version": "3.0" | |
}, | |
"api_version": "3.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment