Merchant Metrics
This API allows partners to retrieve total fees of a particular merchant given its merchant ID.
Retrieve fees or pending payout for a particular merchant given its ID
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Field Name
Type
Description
Required?
curl --location --request GET '<API_HOST>/api/merchant/d6399869-747c-4537-9c04-f81ce2a6c5eb/metrics/pending-payout?from_date=01-01-2024' \
--header 'Authorization: Basic <API_KEY>'{
"data": {
"total_fees": "290239.13"
}
}{
"data": {
"pending_payout_amount": "909.12"
}
}Last updated