ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 128 - Certified B2C Solution Architect discussion

Report
Export

A company uses a Salesforce solution to sell one-off products and subscription-based products to its customers. However, the company wants to let customers save their payment details when buying products online using credit cards, in order to facilitate a one-click ordering mechanism as well as an automatic payment for subscription-based item renewals.

What should a Solution Architect recommend to store payment information while still maintaining security and compliance?

A.
Store Base64 encoded payment card details.
Answers
A.
Store Base64 encoded payment card details.
B.
Hash and store the payment card details.
Answers
B.
Hash and store the payment card details.
C.
Store raw payment card details on the customer's profile.
Answers
C.
Store raw payment card details on the customer's profile.
D.
Store a tokenized value for the payment card.
Answers
D.
Store a tokenized value for the payment card.
Suggested answer: D

Explanation:

This answer is correct because it is a way to store payment information while still maintaining security and compliance. A tokenized payment card is a method that replaces sensitive card data with a unique identifier or token that cannot be mathematically reversed. The actual card data is stored in a secure vault by a payment processor or gateway. This way, the company can facilitate one-click ordering and automatic payment without exposing or storing the actual card data.

Reference: https://help.salesforce.com/s/articleView?id=sf.b2c_commerce_payment_processing.htm&type=5

asked 23/09/2024
Nathan Phelan
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first