Fetch Student Wallet Balance
this api Fetch Student Wallet Balance
GRAPHQL
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | {base_url}/graphql/loop-merchant-payments-service | M | ||
GRAPHQL | string | QUERY | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M | Merchant's token |
Request
{
query: {
member_wallet(
member_id: "ABCD1234"
){
expense
}
}
}
Success
{
"expense": 100
}
Error
{
}