Organization wallet
api for Organization Pool 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 | admin token |
Request
{
query: {
org_wallet(){
expense
}
}
}
Success
{
"expense": 50000
}
Error