User Validation
Verifies whether the game ID and server information entered by the user are valid and whether the item can be purchased.
Request URI
HTTP Type
HTTPS
HTTP Method
POST
URL
You can register the server URL in Developer Center > Webshop > Integration Mgmt.
For setup instructions, refer to the Integration Management Guide.
Header
Content-Type: application/json; charset=UTF-8
Accept: application/json
Request
param.clientId
String
M
ONE webshop Title ID(Product ID)
param.prodId
String
M
ONE webshop Item ID(In-App Product ID)
param.serviceUserId
String
M
User’s Game ID
param.serviceServerId
String
Optional
User’s Server ID
※ This is required when Purchase Input Information = Purchase Identifier + Server
Response
result.code
String
M
"0000": Success "1000": Non-member "1001": Not allowed to purchase
result.message
String
M
Last updated

