[Solution] Visa/Sibs - new mandatory fields
Document Status | CLOSED |
---|---|
Document Owner(s) | @Capovilla, Evandro |
Reviewers | @Raphael Ferreira Gomes @Felipe Rooke @Garozzo de Sobral, Wellington @Augusto Romao, Vinicius |
- 1 Potential Solutions
- 2 Proposed Solution
- 2.1 #1 - Create new fields for the new data needed.
- 2.1.1 Whitelabel App
- 2.1.2 Diagram
- 2.1.3 New Forms
- 2.1.4 Development
- 2.1.4.1 Frontend
- 2.1.4.2 Graphql
- 2.1.4.3 Intl-Packages
- 2.1.4.4 Payment-service
- 2.1.4.5 Paycomet-service
- 2.1 #1 - Create new fields for the new data needed.
- 3 Configuration
- 4 QA Plan
- 5 Call-outs
- 6 Figma File
Potential Solutions
Assumptions
This solution does not include the “browser height/width” information because paycomet did not implement and does not provide access to send this new field.
The address fields provided are not optional and are a new request for Visa payments as a way of detecting fraud.
The email will be mandatory and telephone number optional, but both will be sent to paycomet.
Only the delivery service mode will show the checkbox to use billing address.
The “use delivery address” checkbox starts the toggled and the information is pre-filled.
This solution is related to Paycomet.
Fields | Before | New Fields Mandatory |
---|---|---|
Card Number |
|
|
Name on Card |
|
|
Expiry |
|
|
CVV |
|
|
Address Line 1 |
| |
Address Line 2 |
| |
Postal Code |
| |
City |
| |
State |
| |
Country |
| |
Email (user data) |
| |
Cellphone (user data) |
| - Optional if email is sent |
#1 - Create new fields for the new data needed.
The idea is to create a new input for the user to fill in and we send this information in addition to other relevant information such as the height and width of the browser (Paycomet is working to include height and width in their system, so this solution does not include those properties yet.). It was also agreed that the email and telephone fields will be sent via backend without showing these fields to the user and getting this information in user details.
The user will fill in the correct information.
We guarantee that all information provided to Paycomet/Visa belongs to the user.
The user has more fields to fill in.
#2 - Send the pre-filled data of user details.
The idea is to use the user's pre-filled information and send it as a request to paycomet.
The user does not need to fill out all the forms.
The user data may not be the same as their Visa credit card information.
Proposed Solution
#1 - Create new fields for the new data needed.
Whitelabel App
Implement new input fields for users to provide additional data necessary for payment processing, specifically: billing address, email, and phone number. This data will be captured, validated, and transmitted to the Payment Service Provider (PSP) Paycomet.
Diagram
Pre-auth reference: https://rbictg.atlassian.net/wiki/spaces/TRX/pages/3929702586
For this solution, we will only modify the payment request part, as shown in the diagram above. The entire flow after sending payment to paycomet will not be modified.
New Forms
Development
Frontend
Graphql
Intl-Packages
Payment-service
Paycomet-service
Configuration
Include here any configuration required (Sanity, LaunchDarkly flags, etc.) required to enable the solution.
Temporary Feature Flag |
---|
QA Plan
[Test Cases] Visa/Sibs - new mandatory fields
Call-outs
This functionality is made exclusively for the PSP Paycomet which is used in the Spanish and Portuguese environments.
Figma File