Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The card verification flow uses the verifyCardWithMinimumReservation method to confirm user card details, indicated by a synchronous SUCCESS response.
If verification is successful, Google automatically initiates a refund for any reserved funds using the asynchronousCancelFundsReservation method.
Overview
The card verification flow is used to verify the details of a user’s card.
This is accomplished through the
verifyCardWithMinimumReservation
method. If this method synchronously returns SUCCESS it 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"]]