卡片驗證流程
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
總覽
卡片驗證流程可用於驗證使用者卡片的詳細資料。這項操作可透過 verifyCardWithMinimumReservation
方法完成。如果這個方法同步傳回 SUCCESS
,表示使用者的卡片資料已通過驗證。
Google 隨後會呼叫 asynchronousCancelFundsReservation
方法,以便將款項退還給在 verifyCardWithMinimumReservation
方法中保留的使用者。

保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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"]],["上次更新時間: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"]]