Check Balance & Status
This API is used to access merchant account balance & status.
{
"accountId": <String, not null>,
"merchantStatus": <String, not null>,
"registrationTimestamp": <Timestamp, not null>,
"accountTypeId": <String, not null>,
"accountName": <String, not null>,
"balance": <Double, not null>,
"phone": <String, not null>,
"accountGroupId": <String, not null>,
"accountGroupName": <String,notnull>,
"accountTypeName": <String, notnull>
}Description
Last updated