Created
September 19, 2019 18:27
-
-
Save wehub/3cc84970ded4d8f1dbee622cb70e85ae 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": "24d0368b-14b2-435b-8986-5f3349a007dc", | |
"resource": "notifications", | |
"path": "/notifications/24d0368b-14b2-435b-8986-5f3349a007dc", | |
"owner": { | |
"id": "121212", | |
"resource": "applications", | |
"path": null | |
}, | |
"topic": "payouts.failed", | |
"event_time": 1568917490, | |
"payload": { | |
"id": "00000000-0000-0000-0000-00000f2ed424", | |
"resource": "payouts", | |
"path": "/payouts/00000000-0000-0000-0000-00000f2ed424", | |
"owner": { | |
"id": "3a9c5261-a690-4c00-9e40-8804f092eb77", | |
"resource": "accounts", | |
"path": "/accounts/3a9c5261-a690-4c00-9e40-8804f092eb77" | |
}, | |
"create_time": 1568917474, | |
"complete_time": 0, | |
"status": "failed", | |
"amount": 16900, | |
"currency": "USD", | |
"payout_method": { | |
"id": "00000000-0000-0000-0000-000001336213", | |
"resource": "payout_methods", | |
"path": "/payout_methods/00000000-0000-0000-0000-000001336213" | |
}, | |
"pending_reasons": null, | |
"failure_reason": { | |
"reason_code": "UNKNOWN", | |
"reason_message": "Payout was rejected due to unknown reasons.", | |
"details": [ | |
{ | |
"detail_code": "unknown", | |
"detail_message": "The payout failed due to unknown reasons." | |
} | |
] | |
}, | |
"txnr_payout": null, | |
"txnr_failure": null, | |
"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