Google Play PC 미 완료 및 소모(Consume) 처리 누락된 리스트 조회-게임서버 재처리 필요
기본 정보
상세 API 정의는 Google Play 미 완료 및 소모(Consume) 처리 누락된 리스트 조회와 동일합니다.
이 문서에서는 차이점에 대해서만 가이드 하겠습니다.
Client의 재처리는 SDK가이드 확인 후 구현하셔야합니다.
해당 API는 게임서버에서 최종 완료 및 소모를 누락하여 3일 후 Google에 의한 자동 결제 취소 등을 방어하기 위한 기능 구현을 위한 API입니다.
Request
HTTP Request end point
POST https://각 환경별 빌링시스템 도메인/billing/api-game/v1/purchase/google/play/pc/consumable/retry/list
요청 샘플
curl --location 'https://api-qa.pub-dev.hybegames.io/billing/api-game/v1/purchase/google/play/pc/consumable/retry/list' \
--header 'X-Req-Pjid: 1201' \
--header 'X-Auth-Access-Key: test-auth-key' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'pjid=1201' \
--data-urlencode 'playerId=test_playerId' \
--data-urlencode 'maxLimit=5'
PreviousGoogle Play PC 검증 성공한 구매에 대해서 소모(Consume) 및 완료처리 요청NextGoogle PC 소모성 상품 구매- 구 SDK용(Deprecated)
Last updated