Card verification flowStay organized with collectionsSave and categorize content based on your preferences.
Page Summary
The card verification flow uses theverifyCardWithMinimumReservationmethod to confirm user card details, indicated by a synchronousSUCCESSresponse.
If verification is successful, Google automatically initiates a refund for any reserved funds using theasynchronousCancelFundsReservationmethod.
Overview
Thecard verification flowis used to verify the details of a user’s card.
This is accomplished through theverifyCardWithMinimumReservationmethod. If this method synchronously returnsSUCCESSit means that the user's
card details have been verified.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[],["The card verification process involves using the `verifyCardWithMinimumReservation` method to check a user's card details. A `SUCCESS` response confirms verification. Afterward, Google uses the `asynchronousCancelFundsReservation` method to release any funds temporarily held during the initial verification. This process ensures the card's validity and then promptly reverses the temporary hold on funds.\n"]]