Last active
April 5, 2022 22:02
-
-
Save wehub/3ee3e987b08f7213d412a56292425791 to your computer and use it in GitHub Desktop.
payouts.completed.json
This file contains 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
{ | |
"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