Skip to content

Instantly share code, notes, and snippets.

View arbass22's full-sized avatar

Andrew Bass arbass22

View GitHub Profile
@arbass22
arbass22 / transactions.json
Created November 23, 2019 19:35
Sample Plaid Transactions
{
"accounts": [
{
"account_id": "8XzqjPnBgDFV1EgzyKxqHNRXo55gqKiwX1pxk",
"balances": {
"available": 100,
"current": 110,
"iso_currency_code": "USD",
"limit": null,
"unofficial_currency_code": null
@arbass22
arbass22 / plaid_categories.json
Created November 23, 2019 19:25
Plaid Categories
{
"categories": [
{
"category_id": "10000000",
"group": "special",
"hierarchy": [
"Bank Fees"
]
},
{
<?hh
use Facebook\HackRouter\{
HttpMethod,
NotFoundException
};
class Request {
public function __construct(private $controller) {