HardDesign: Payment System (Stripe/PayPal)
What is a payment 'authorization' vs 'capture'?
— Tests your understanding of this concept.
Answer Options
ASame operation, different names
BAuthorization reserves funds on customer's card; capture actually moves the money to the merchant
CAuthorization is for credit cards, capture for debit
DAuthorization is optional, capture is mandatory
Want to see the correct answer?
Get the answer with a detailed explanation, plus practice 22+ more Design: Payment System (Stripe/PayPal) questions with adaptive quizzes and timed interviews.
See the Answer on Guru Sishya →This question is from the Design: Payment System (Stripe/PayPal) topic (System Design Cases).
More Design: Payment System (Stripe/PayPal) Questions
What is an idempotency key in payment processing?
HardWhy should monetary amounts be stored as integers (cents) rather than floats?
HardWhat is double-entry bookkeeping and why is it used in payment systems?
HardThe payment gateway times out after 10 seconds. You don't know if the charge succeeded. What do you do?
HardWhat does PCI DSS require regarding storage of credit card numbers?
Hard