Skip to content

Payment Methods #41

Description

@emarj

Implement Payment methods.

Every Account should have a list of allowed methods (and maybe a preferred one).

This could be implemented as

create table account_paymentmethods (
account_id INTEGER,
method_id INTEGER,
preferred BOOL,
nickname TEXT
)

where nickname should be the name associated to that pair. For example for "Bank Name Debit" for the debit card of account "Bank name".

What if we have 2 debit card associated to the same account?
Primary key could include also nickname.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions