Proces weryfikacji karty
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Opis
Proces weryfikacji karty pozwala zweryfikować dane karty użytkownika.
Użyjesz do tego metody verifyCardWithMinimumReservation
. Jeśli ta metoda synchronicznie zwraca wartość SUCCESS
, oznacza to, że dane karty użytkownika zostały zweryfikowane.
Następnie Google wywołuje metodę asynchronousCancelFundsReservation
, aby zwrócić użytkownikowi wszelkie środki, które zostały zarezerwowane podczas korzystania z metody verifyCardWithMinimumReservation
.

Wszelkie prawa zastrzeżone. Java jest zastrzeżonym znakiem towarowym firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 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"]]