Skip to content

Instantly share code, notes, and snippets.

@wehub
Last active April 5, 2022 22:02
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/3ee3e987b08f7213d412a56292425791 to your computer and use it in GitHub Desktop.
Save wehub/3ee3e987b08f7213d412a56292425791 to your computer and use it in GitHub Desktop.
payouts.completed.json
{
"owner": {
"id": "{account-id}",
"resource": "accounts",
"path": "/accounts/{account-id}"
},
"amount": 20000,
"create_time": 28800,
"resource": "payouts",
"txnr_payout": {
"id": "{transaction-record-id}",
"resource": "transaction_records",
"path": "/transaction_records/{transaction-record-id}"
},
"failure_reason": null,
"api_version": "3.0",
"payout_method": {
"id": "{payout-method-id}",
"resource": "payout_methods",
"path": "/payout_methods/{payout-method-id}"
},
"path": "/payouts/{payout-id}",
"complete_time": 115200,
"txnr_failure": null,
"pending_reasons": null,
"currency": "USD",
"id": "{payout-id}",
"custom_data": null,
"status": "completed"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment