Check Balance & Status
This Service API are used to check Customer Balance and Status
{
"upgradeStatus": <String>,
"customerStatus": <String, not null>,
"accountId": <String, not null>,
"registrationTimestamp": <Timestamp, notnull>,
"accountTypeId": <String, not null>,
"balance": <Double, not null>,
"accountName": <String, not null>,
"accountGroupId": <String, not null>,
"phone": <String, not null>,
"accountGroupName": <String, notnull>,
"accountTypeName": <String, not null>
}Description
Last updated