게임유저가 쿠폰을 사용하여 아이템이나 게임머니를 구매할 경우, 이에 관한 특별 알림 메시지를 보냅니다.
성공적인 처리 표시를 반환합니다.
제공된 정보에 오류가 있는 경우 반환합니다(예: 필수 매개변수 누락, 인증 실패 등).
서버에 일시적인 오류가 있음을 표시하려면 돌아가세요.
{- "coupon": {
- "campaign_code": "string",
- "coupon_code": "string"
}, - "id_operation": 0,
- "items": [
- { }
], - "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"
}
}