사용자가 결제 계정을 수동으로 추가하거나 게임 내에서 무언가를 구매하면서 결제 계정을 저장할 때 전송됩니다. 이 알림을 사용하려면, 계정 관리자에게 문의하십시오.
notification_type required | string 알림 유형입니다. | ||||||||||||
object 결제 계정 세부내역 (객체). | |||||||||||||
| |||||||||||||
object 사용자 정의 프로젝트 설정(개체)입니다. | |||||||||||||
object 사용자 세부 사항(개체)입니다. | |||||||||||||
|
성공적인 처리 표시를 반환합니다.
제공된 정보에 오류가 있는 경우 반환합니다(예: 필수 매개변수 누락, 인증 실패 등).
서버에 일시적인 오류가 있음을 표시하려면 돌아가세요.
{- "notification_type": "string",
- "payment_account": {
- "country": "string",
- "id": "string",
- "name": "string",
- "payment_method": 0,
- "type": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "user": {
- "country": "string",
- "email": "string",
- "id": "string",
- "ip": "string",
- "name": "string",
- "zip": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}