본문으로 건너뛰기

Google Play PC 미 완료 및 소모(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'