Created
January 8, 2021 04:02
-
-
Save qweliant/4f6c93c221351c5de831e3b133d05b17 to your computer and use it in GitHub Desktop.
Example response from plaid balance endpoint
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
{ | |
"accounts": [ | |
{ | |
"account_id": "BxBXxLj1m4HMXBm9WZZmCWVbPjX16EHwv99vp", | |
"balances": { | |
"available": 100, | |
"current": 110, | |
"iso_currency_code": "USD", | |
"limit": null, | |
"unofficial_currency_code": null | |
}, | |
"mask": "0000", | |
"name": "Plaid Checking", | |
"official_name": "Plaid Gold Standard 0% Interest Checking", | |
"subtype": "checking", | |
"type": "depository" | |
}, | |
{ | |
"account_id": "dVzbVMLjrxTnLjX4G66XUp5GLklm4oiZy88yK", | |
"balances": { | |
"available": null, | |
"current": 410, | |
"iso_currency_code": "USD", | |
"limit": 2000, | |
"unofficial_currency_code": null | |
}, | |
"mask": "3333", | |
"name": "Plaid Credit Card", | |
"official_name": "Plaid Diamond 12.5% APR Interest Credit Card", | |
"subtype": "credit card", | |
"type": "credit" | |
}, | |
{ | |
"account_id": "Pp1Vpkl9w8sajvK6oEEKtr7vZxBnGpf7LxxLE", | |
"balances": { | |
"available": null, | |
"current": 65262, | |
"iso_currency_code": "USD", | |
"limit": null, | |
"unofficial_currency_code": null | |
}, | |
"mask": "7777", | |
"name": "Plaid Student Loan", | |
"official_name": null, | |
"subtype": "student", | |
"type": "loan" | |
} | |
], | |
"item": { | |
"available_products": [ | |
"balance", | |
"identity", | |
"investments" | |
], | |
"billed_products": [ | |
"assets", | |
"auth", | |
"liabilities", | |
"transactions" | |
], | |
"consent_expiration_time": null, | |
"error": null, | |
"institution_id": "ins_3", | |
"item_id": "eVBnVMp7zdTJLkRNr33Rs6zr7KNJqBFL9DrE6", | |
"webhook": "https://www.genericwebhookurl.com/webhook" | |
}, | |
"request_id": "qk5Bxes3gDfv4F2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment