Skip to content

Instantly share code, notes, and snippets.

@jasocox
Created July 8, 2013 20:12
Show Gist options
  • Save jasocox/5952091 to your computer and use it in GitHub Desktop.
Save jasocox/5952091 to your computer and use it in GitHub Desktop.
bank code instead of routing number?
#<Balanced::Credit:0x007fa6d9c68180
@attributes=
{"amount"=>999,
"bank_account"=>
{"credits_uri"=>"/v1/bank_accounts/BA6yUq1nvNWoe6qhmOEnzBSC/credits",
"bank_name"=>nil,
"_type"=>"bank_account",
"bank_code"=>"9900000000",
"account"=>
#<Balanced::Account:0x007fa6d9f11490
@attributes=
{"customer_uri"=>"/v1/customers/AC6zKY9Wj0v3JmpYwO3J6A3u",
"_type"=>"account",
"uri"=>
"/v1/marketplaces/TEST-MP6o2NBJe4XYaxgx6jKCQJ1E/accounts/AC6zKY9Wj0v3JmpYwO3J6A3u",
"bank_accounts_uri"=>
"/v1/marketplaces/TEST-MP6o2NBJe4XYaxgx6jKCQJ1E/accounts/AC6zKY9Wj0v3JmpYwO3J6A3u/bank_accounts",
"refunds_uri"=>
"/v1/marketplaces/TEST-MP6o2NBJe4XYaxgx6jKCQJ1E/accounts/AC6zKY9Wj0v3JmpYwO3J6A3u/refunds"
}
"last_four"=>"0021",
"routing_number"=>"9900000000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment