Created
May 12, 2017 21:49
-
-
Save wehub/3b0b95b875b4e630d37ef1f3aaa4a928 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
| [ | |
| { | |
| "account_id":12345, | |
| "name":"Example account", | |
| "state":"active", | |
| "description":"this account is just an example.", | |
| "reference_id":"123abc", | |
| "type":"personal", | |
| "create_time":1367958263, | |
| "country": "US", | |
| "currencies": ["USD"], | |
| "balances":[ | |
| { | |
| "currency":"USD", | |
| "balance":390.50, | |
| "incoming_pending_amount":635.30, | |
| "outgoing_pending_amount":210.00, | |
| "reserved_amount":0, | |
| "disputed_amount":0, | |
| "withdrawal_period":"daily", | |
| "withdrawal_next_time":1370112217, | |
| "withdrawal_bank_name":"WellsFargo XXXXX3102" | |
| } | |
| ], | |
| "statuses":[ | |
| { | |
| "currency":"USD", | |
| "incoming_payments_status":"ok", | |
| "outgoing_payments_status":"ok" | |
| } | |
| ], | |
| "action_reasons":[], | |
| "rbit_ids": [5793001,5793002,5793002] | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment