vagnerwentz / visualizesse

0 stars 0 forks source link

[WIP] Enable users to add any credit card to bank account wallet. #6

Open vagnerwentz opened 6 months ago

vagnerwentz commented 6 months ago

When opening a bank account, we are presented with the option to acquire zero, one, or multiple credit cards linked to that account, facilitating various debit and credit transactions across these cards.

Using a credit card, you typically initiate purchases and settle payments on a date of your preference, such as the fifth business day of each month. Consequently, when recording a credit card transaction, the funds are not immediately subtracted from your account.

whoiswentz commented 6 months ago

Remember security good practices here, never ask the user his entire credit card number, you can ask infos like nickname, four last digits, bank, and the "brand"

vagnerwentz commented 6 months ago

Remember security good practices here, never ask the user his entire credit card number, you can ask infos like nickname, four last digits, bank, and the "brand"

Yes, the purpose of this feature for now is to allow the user to register a credit card with minimal information, solely to facilitate transactions made by credit card.