Created
September 30, 2014 20:55
-
-
Save kmayer/a899782e26da3548aa55 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
{ | |
"status": 201, | |
"data": { | |
"bank_name": "SAN MATEO CREDIT UNION", | |
"_type": "bank_account", | |
"_uris": { | |
"debits_uri": { | |
"_type": "page", | |
"key": "debits" | |
}, | |
"verifications_uri": { | |
"_type": "page", | |
"key": "verifications" | |
}, | |
"credits_uri": { | |
"_type": "page", | |
"key": "credits" | |
} | |
}, | |
"bank_code": "321174851", | |
"last_four": "0000", | |
"fingerprint": "3e91c0608d24e7fdf9f897214924d6250f6809b7df5e0cffd6f9d26a071a522f", | |
"routing_number": "321174851", | |
"can_debit": "false", | |
"id": "BA2VIKiVYlqLw57SzgmoSIoR", | |
"credits_uri": "/v1/bank_accounts/BA2VIKiVYlqLw57SzgmoSIoR/credits", | |
"name": "John Doe", | |
"created_at": "2014-09-30T20:50:13.852301Z", | |
"uri": "/v1/marketplaces/TEST-MP5JtbXVDZkSGruOJyNasPqy/bank_accounts/BA2VIKiVYlqLw57SzgmoSIoR", | |
"is_valid": "true", | |
"debits_uri": "/v1/bank_accounts/BA2VIKiVYlqLw57SzgmoSIoR/debits", | |
"verifications_uri": "/v1/bank_accounts/BA2VIKiVYlqLw57SzgmoSIoR/verifications", | |
"type": "checking", | |
"account_number": "xxxxxx0000" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment