Skip to content

Instantly share code, notes, and snippets.

@wehub
Last active November 8, 2021 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wehub/16f85f488bce582958f5ecc54a0924c7 to your computer and use it in GitHub Desktop.
Save wehub/16f85f488bce582958f5ecc54a0924c7 to your computer and use it in GitHub Desktop.
{
"id": "{NOTIFICATION-ID}",
"resource": "notifications",
"path": "/notifications/{NOTIFICATION-ID}",
"owner": {
"id": "121212",
"resource": "applications",
"path": null
},
"topic": "disputes.updated",
"event_time": 1568920734,
"payload": {
"id": "{DISPUTE-ID}",
"resource": "disputes",
"path": "/disputes/{DISPUTE-ID}",
"owner": {
"id": "{MERCHANT-ACCOUNT-ID}",
"resource": "accounts",
"path": "/accounts/{MERCHANT-ACCOUNT-ID}"
},
"create_time": 1552432855,
"status": "pending_wepay_review",
"type": "chargeback",
"amount": 100,
"fee": 0,
"currency": "USD",
"payment": {
"id": "{PAYMENT-ID}",
"resource": "payments",
"path": "/payments/{PAYMENT-ID}"
},
"reason": {
"details": [{
"detail_code": "visa_chargeback",
"detail_message": "Unspecified"
}],
"reason_code": "other",
"reason_message": "Other reasons."
},
"resolution": null,
"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": null,
"txnr_chargeback_reversal_merchant": null,
"documentation": {
"explanation": "Tracking number with proof of delivery."
},
"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