卡验证流程
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
概览
卡验证流程用于验证用户卡的详细信息。
这是通过 verifyCardWithMinimumReservation
方法实现的。如果此方法同步返回 SUCCESS
,则表示用户的银行卡详细信息已通过验证。
Google 随后会调用 asynchronousCancelFundsReservation
方法,以便将在 verifyCardWithMinimumReservation
方法期间预留的任何款项退还给用户。

保留所有权利。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[],["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"]]