Check Balance & Status
This Service API are used to check Customer Balance and Status
Canonical Path
/b2b/customer/me/account
Method
GET
Authorization
Bearer <user_access_token>
Query Param
-
Content-Type
-
Content
-
Content-Type
application/json
Content
{
"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
Field
Description
upgradeStatus
Available values: SUBMITED, REJECTED, APPROVED
customerStatus
Available values: ACTIVE, INACTIVE, BLOCKED
accountId
Customer account number
registrationTimestamp
Registration Timestamp
accountTypeId
Available values: CUSTOMER_BASIC, CUSTOMER_PREMIUM
balance
Account balance
accountName
Customer account name
accountGroupId
Group ID
phone
Customer phone number
accountGroupName
Group name
accountTypeName
Name/description of accountTypeId
Last updated