Google Play PC 미 완료 및 소모(Consume) 처리 누락된 리스트 조회

기본 정보

상세 API 정의는 Google Play 미 완료 및 소모(Consume) 처리 누락된 리스트 조회와 동일합니다.

이 문서에서는 차이점에 대해서만 가이드 하겠습니다.

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'

Last updated