OneDonation / onedonation-web

Donation Platform
0 stars 1 forks source link

Profile: Bank Accounts #7

Open jonathansimmons opened 8 years ago

jonathansimmons commented 8 years ago

This page will allow the user to manage their Bank Accounts.

BankAccount:

Name Type Description
user_id :integer The id of the user this account belongs to
nickname :string The nickname we display in our interface
stripe_bank_account_last4 :string The last four digits of the account number
stripe_bank_account_id :string The Bank Account object ID from Stripe
default_stripe_bank_account :boolean true if this is the default Bank Account on this account.
fingerprint :string The stripe fingerprint for this Bank Account

Form fields:

Name Input Type Description
nickname text The nickname we display in our interface
country select The country the bank resides in.
currency select The currency of the bank
routing_number password The account routing number
account_number password The account number
defualt checkbox Should we make this the account default

Tasks:

jonathansimmons commented 8 years ago

The rest of the backend tasks here are blocked by design. Assigning this to david until design is complete.