Add credit card
Description#
Allows the clients to store credit card data for future use.
Input#
Name inputs#
- Validation
- Required
Card owner ID#
- Type
- Number
- Validation
- Required
- Maximum digits
- 9
Card number#
- Type
- Number
- Validation
- Required
- Is valid credit card
Expiration date#
- Type
- Date
- Validation
- Required
- Must be a future date
Email#
- Type
- Validation
- Required
Mechanism#
- Tokenize the credit card data.
- Store the token along with the following details
- Last four digits of
card number - Function inputExpiration date
- Function inputEmail
Card owner full name- Function inputCard owner ID
- Last four digits of