Documentation Index
Fetch the complete documentation index at: https://docs.delegare.dev/llms.txt
Use this file to discover all available pages before exploring further.
Get high-level statistics about your merchant account, including total processed volume and active Intent Mandates.
Your merchant identifier.
Response
The total volume processed by your merchant account in cents (USD).
The current number of active Intent Mandates connected to your merchant account.
The total number of successful transactions.
curl -X GET https://api.sandbox.delegare.dev/v1/merchants/stats \
-H "X-Delegare-Merchant-Id: your_merchant_id" \
-H "X-Delegare-Api-Key: your_api_key"
{
"totalVolumeCents": 150450,
"activeDelegates": 42,
"transactionCount": 128
}