캡처 흐름 예약
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
개요
예약 캡처 흐름은 이중 메시지 통신을 사용하여 결제를 처리하는 데 사용됩니다. 자금은 먼저 결제 통합업체에서 호스팅하는 reserveFunds
메서드를 호출하여 예약됩니다. 이 메서드가 동기식으로 SUCCESS
를 반환하면 자금이 예약되어 캡처되거나 해제될 수 있음을 의미합니다. 이 단계를 일반적으로 인증 또는 승인 수행이라고 합니다.
자금 예약 캡처
asynchronousCaptureFundsReservation
호출을 통해 자금을 캡처할 수 있습니다.
그러면 Google 계정으로 자금을 이전하는 절차가 시작됩니다.

금액 예약 취소
또는 asynchronousCancelFundsReservation
를 호출하여 금액 예약을 취소할 수 있습니다.
그러면 자금의 보류가 해제됩니다. 예약이 취소되면 금액이 이동되지 않습니다. 예약은 일정 기간(일반적으로 7일)이 지나면 자동으로 취소됩니다. 
인수자 참조 번호
금액이 확정되면 ARN (Acquirer Reference Number)이 생성됩니다. 이 값은 일반적으로 며칠 후까지 결제 통합업체가 알 수 없습니다.
값을 알면 결제 통합업체는 Google에서 호스팅하는 setAcquirerReferenceNumberForCaptureNotification
를 호출하여 Google에 ARN을 제공해야 합니다. ARN을 이 트랜잭션과 연결하면 Google에서 이 트랜잭션과 관련된 분쟁 및 사기를 처리할 수 있습니다.
후속 작업
금액이 캡처되면 결제 통합업체에서 호스팅하는 asynchronousRefund
메서드를 호출하여 Google에서 결제를 환불할 수 있습니다. 또는 사용자 또는 발급 은행이 이의 제기 흐름을 통해 처리되는 지불 거절 프로세스를 시작할 수 있습니다.
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[[["이해하기 쉬움","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(UTC)"],[],["The reserve capture flow utilizes dual message communication for payments. Funds are initially reserved via the `reserveFunds` method. If successful, they can be captured using `asynchronousCaptureFundsReservation`, moving them to Google's account, or canceled with `asynchronousCancelFundsReservation`, releasing the hold. Captured funds generate an Acquirer Reference Number (ARN) that must be provided to Google via `setAcquirerReferenceNumberForCaptureNotification`. After capture, refunds are possible using `asynchronousRefund`, or the dispute flow can be initiated. Uncaptured funds reservations are automatically cancelled after 7 days.\n"]]