Card verification flow
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.
Google will subsequently call the
asynchronousCancelFundsReservation
method in order to return any funds to the user that were reserved during the
verifyCardWithMinimumReservation
method.

All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["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."]]],["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"]]