Skip to content

Instantly share code, notes, and snippets.

@janhartigan
Created March 20, 2014 00:36
Show Gist options
  • Save janhartigan/9654909 to your computer and use it in GitHub Desktop.
Save janhartigan/9654909 to your computer and use it in GitHub Desktop.
Request body
{
"amount_1": 0,
"amount_2": 0,
"bank_account_verifications": [
{
"verification_status": "pending",
"links": {
"bank_account": "BA3UvD6HWv2Ems4BTc4g0nLs"
},
"created_at": "2014-03-20T00:35:20.758707Z",
"attempts_remaining": 3,
"updated_at": "2014-03-20T00:35:21.355249Z",
"deposit_status": "succeeded",
"attempts": 0,
"href": "/verifications/BZ421bqIXFNIYFiNqRw8uKGs",
"meta": {},
"id": "BZ421bqIXFNIYFiNqRw8uKGs"
}
],
"links": {
"bank_account_verifications.bank_account": "/bank_accounts/{bank_account_verifications.bank_account}"
}
}
Response body
{
"errors": [
{
"status": "Method Not Allowed",
"category_code": "method-not-allowed",
"description": "Your request id is OHM975aa692afc711e38951026ba7f8ec28.",
"status_code": 405,
"category_type": "request",
"request_id": "OHM975aa692afc711e38951026ba7f8ec28"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment