환불 절차
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
개요
환불 흐름은 예치금 흐름 또는 송금 흐름을 통해 금액이 수령된 후 사용자에게 금액을 반환하는 데 사용됩니다. 결제 통합업체가 환불을 시작하는 데 사용되는 asynchronousRefund
메서드를 구현합니다. 환불의 최종 결과는 refundResultNotification
호출을 통해 Google로 반환됩니다.
환불 금액은 원래 캡처 금액과 같거나 그보다 적을 수 있습니다.
여러 부분 환불을 지원해야 합니다.

인수자 참조 번호
일반적으로 환불이 시작된 후 며칠 동안은 결제 통합업체가 ARN (Acquirer Reference Number)을 알 수 없습니다. 값을 알면 결제 통합업체가 Google에서 호스팅하는 setAcquirerReferenceNumberForRefundNotification
를 호출하여 Google에 ARN을 제공해야 합니다. ARN을 이 트랜잭션과 연결하면 Google에서 이 트랜잭션과 관련된 분쟁 및 사기를 처리할 수 있습니다.
이 ARN은 캡처를 나타내는 ARN과 별개이며 다릅니다. 여러 번 환불이 처리되면 각각 고유한 ARN이 부여됩니다.
후속 작업
금액이 발급 은행으로 반환된 후에도 환불이 실패할 수 있습니다. 예를 들어 자금이 입금되기 전에 고객의 계좌가 폐쇄된 경우 이러한 상황이 발생할 수 있습니다. 이 경우 환불을 취소할 수 있으며 자금은 reverseRefundNotification
를 통해 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 refund process involves the Payment Integrator initiating a refund using the `asynchronousRefund` method. Google is notified of the refund's outcome via `refundResultNotification`. Refunds can be partial or full, and multiple partial refunds are supported. The Payment Integrator must provide the Acquirer Reference Number (ARN) to Google using `setAcquirerReferenceNumberForRefundNotification` once it is available. In case of failure, funds can be returned to Google using `reverseRefundNotification`. Each refund has a unique ARN.\n"]]