Skip to content

Instantly share code, notes, and snippets.

@wehub
Last active November 8, 2021 19:14
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/2d6103f104cd8bc459e40541e37191d9 to your computer and use it in GitHub Desktop.
Save wehub/2d6103f104cd8bc459e40541e37191d9 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": "payment_methods.microdeposit_sent",
"event_time": 1568922341,
"payload": {
"id": "{PAYOUT-ID}",
"resource": "payouts",
"path": "/payouts/{PAYOUT-ID}",
"owner": {
"id": "{MERCHANT-ACCOUNT-ID}",
"resource": "accounts",
"path": "/accounts/{MERCHANT-ACCOUNT-ID}"
},
"create_time": 1565248226,
"complete_time": 0,
"status": "failed",
"amount": 109453,
"currency": "CAD",
"payout_method": {
"id": "{PAYOUT-METHOD}",
"resource": "payout_methods",
"path": "/payout_methods/{PAYOUT-METHOD}"
},
"pending_reasons": null,
"failure_reason": {
"reason_code": "VERIFICATION",
"reason_message": "Payout was rejected as we were unable to verify the information.",
"details": [{
"detail_code": "unable_to_verify_controlling_owner",
"detail_message": "The payout was rejected as we were unable to verify the controlling owner of the account."
}]
},
"txnr_payout": null,
"txnr_failure": null,
"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