서브계정 잔액 충전/차감
작성일 2026.03.21 | 수정일 2026.03.21
POST
/appstore/v2/me/apps/:appId/subaccounts/:subAccountId/balanceParameters
appId*— SITE 앱 ID
subAccountId*— 대상 서브계정 ID
마스터 계정과 서브계정 간 잔액/포인트를 이체합니다.
Body Params
Response
Structure
Request
{
"rechargeType": "RECHARGE",
"balance": 10000,
"point": 5000
}
Response
{
"ownerBalance": {
"accountId": "99999999999999",
"balance": 90000,
"point": 45000
},
"subMemberBalance": {
"accountId": "12345678901234",
"balance": 60000,
"point": 15000
}
}