payment_transactions by gateway for a date range.Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//reconciliation/gateway-breakdown?date_from=&date_to=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"period_start": "string",
"period_end": "string",
"rows": [
{
"gateway": "string",
"status": "string",
"count": 0,
"total_cents": 0,
"currency": "string"
}
],
"total_successful_cents": 0,
"total_failed_cents": 0
},
"message": "string"
}