Created
February 23, 2017 21:48
-
-
Save DreySkee/7f8e2d8496649a0ae5e104d12ec49619 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
{ | |
"object": { | |
"object": "balance", | |
"available": [ | |
{ | |
"currency": "usd", | |
"amount": 4247538, | |
"source_types": { | |
"card": 4247538 | |
} | |
} | |
], | |
"connect_reserved": [ | |
{ | |
"currency": "usd", | |
"amount": 0 | |
} | |
], | |
"livemode": false, | |
"pending": [ | |
{ | |
"currency": "usd", | |
"amount": 46368, | |
"source_types": { | |
"card": 46368 | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment