🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
api_key: ********************curl --location '/v1/transactions/merchant-summary' \
--header 'api_key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"merchant_id": 0,
"from_date": "2019-08-24",
"to_date": "2019-08-24",
"timezone": "string",
"reseller_id": 0
}'{
"data": {
"payment_total": 0,
"refund_total": 0,
"net": 0,
"is_liable": true
}
}