Fetch Student Wallet Balance

this api Fetch Student Wallet Balance


GRAPHQL


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring{base_url}/graphql/loop-merchant-payments-serviceM
GRAPHQLstringQUERYM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenMMerchant's token

Request

{
  query: {
    member_wallet(
      member_id: "ABCD1234"
    ){
      expense
    }
  }
}

Success

{
"expense": 100
}

Error

{
  
}