# API: Check Account Price
# checkAccountPrice
Check whether account price is up to date with current product pricing. Current price returned as account.total
, new/computed price returned as new_price
.
# Required parameters
Parameter | Description |
---|---|
id | Account ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=checkAccountPrice&id=ID
# PHP Samples
# Response
{
"success": true,
"same_price": true,
"call": "checkAccountPrice",
"server_time": 1716542618
}