게임유저가 게임 내에서 구매한 경우(예: 게임 아이템 구입) 게임유저 잔액 변화에 관한 특별 알림 메시지를 보냅니다.
성공적인 처리 표시를 반환합니다.
제공된 정보에 오류가 있는 경우 반환합니다(예: 필수 매개변수 누락, 인증 실패 등).
서버에 일시적인 오류가 있음을 표시하려면 돌아가세요.
{- "id_operation": 0,
- "items": [
- {
- "amount": 0,
- "sku": "string"
}
], - "items_operation_type": "string",
- "notification_type": "string",
- "operation_type": "string",
- "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "email": "string",
- "id": "string",
- "name": "string"
}, - "virtual_currency_balance": {
- "diff": "string",
- "new_value": "string",
- "old_value": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}