상품 구매 결과 조회

GET https://{game_host_ext_ssrm}/v1.0/ssrm/market/purchase/result


Headers

Name
Type
Description

Context-Type*

string

application/json

Authorization

string

Login A.T


Query Params

Name
Type
Description

payment_id

string

상풍 구매 시작으로 응답받은 ID


Response

{
    "return": 0,
    "message": "success",
    "value": {
        "status": "CREATED"
    }
}  

Last updated