MagicPay Documentation
  • MagicPay Documentation
  • Testing Environments
  • Authentication
  • 1.Payments and Wallet
    • 1.1 Create Card Payment
    • 1.2 3D Secure Payment Initialization
    • 1.3 3D Secure Payment Completion
    • 1.4 Query Payment
    • 1.5 Reward Inquiry
    • 1.6 Create Wallet
    • 1.7 Get Member Wallet
    • 1.8 Make Deposit
    • 1.9 Search Wallet Transactions
    • 1.10 Send Remittance
    • 1.11 Receive Remittance
    • 1.12 Retrieve Remittance
    • 1.13 Get Refundable Amount
    • 1.14 Make Deposit (3D Init)
    • 1.15 Make Deposit (3D Complete)
    • 1.16 Retrieve Merchant Wallet
    • 1.17 Create Refund Transaction
    • 1.18 Get Refunds
    • 1.19 Reset Merchant Wallet Balance
    • 1.20 Refund Payment
    • 1.21 Get Refund By Id
    • 1.22 Get Refund Transaction By Id
    • 1.23 Refund Payment Transaction
  • 2.Users
    • 2.1 User Authenticate
    • 2.2 Create User
    • 2.3 Update User
  • 3. Members
    • 3.1 Create Member
    • 3.2 Update Member
    • 3.3 Get Member
    • 3.4 Query Member
  • 4. Installments
    • 4.1 Query Bins
    • 4.2 Installment Query
  • 5. Products
    • 5.1 Get Menu
    • 5.2 Get Products
    • 5.3 Get Campaigns
    • 5.4 Get Rules
    • 5.5 Get Story
    • 5.6 Get Category
    • 5.7 Get Category By Id
    • 5.8 Get Rules By Id
    • 5.9 Get Campaigns By Id
    • 5.10 Get Stories By Id
    • 5.11 Get Products By Id
    • 5.12 Create Products
    • 5.13 Create Campaigns
    • 5.14 Create Stories
    • 5.15 Create Rules
    • 5.16 Create Category
    • 5.17 Update Products
    • 5.18 Update Rules
    • 5.19 Update Stories
    • 5.20 Update Campaigns
    • 5.21 Update Category
  • 6. Links
    • 6.1 Create Custom Links
    • 6.2 Update Custom Links
    • 6.3 Get Custom Links By Id
    • 6.4 Delete Custom Links
    • 6.5 Get Custom Links
  • 7. Magic Links
    • 7.1 Create Magic Links
    • 7.2 Update Magic Links
    • 7.3 Get Magic Links
    • 7.4 Delete Magic Links
  • 8. Merchants
    • 8.1 Create Merchants
    • 8.2 Update Merchants
  • 9. Payment Facility
    • 9.1 Create PF
    • 9.2 Get PF
    • 9.3 Update PF
    • 9.4 Delete PF
  • 10. POS
    • 10.1 Create POS
    • 10.2 Update POS
    • 10.3 Get POS
    • 10.4 Update POS By Id
    • 10.5 Get POS Metadata
    • 10.6 Get Commission By Id
    • 10.7 Create Commission By Id
    • 10.8 Change POS Status
    • 10.9 Delete POS
    • 10.10 Get Merchant POS By Id
  • 11. Submerchants
    • 11.1 Get Submerchants
    • 11.2 Get Submerchants By Id
    • 11.3 Submerchant Transaction Approve
  • 12. Reports
    • 12.1 Get Report
    • 12.2 Export By Id
    • 12.3 Create Reports
    • 12.4 Get Daily POS Reports Daily Summaries
    • 12.5 Get Daily Apm Reports Daily Summaries
  • 13. Subscription
    • 13.1 Get Subscription
    • 13.2 Get Subscription By Id
    • 13.3 Get Subscription Products
  • 14. API Key
    • 14.1 Create API Key
    • 14.2 Get API Key By Id
    • 14.3 Create API Key By Permission
    • 14.4 Delete Permission By API Key
    • 14.5 Update API Key By Id
    • 14.6 Delete API Key By Id
Powered by GitBook
On this page
  1. 12. Reports

12.5 Get Daily Apm Reports Daily Summaries

Request

Method

URL

GET

/payment-reporting/v1/apm-reports/daily-summaries

Query Params

page (Optional): Page number for pagination.

size (Optional): Number of items per page for pagination.

minDate(Optional): Filter of min date.

maxDate(Optional): Filter of max date.

Response

Status

Response

200

{

"data": {

"items": [

{

"id": 2,

"date": "2023-12-13",

"merchantPosId": 0,

"paymentCount": 2460,

"paymentAmount": 803764.0,

"refundCount": 2460,

"refundAmount": 803764.0,

"netCommissionAmount": 39.0,

"netTotalAmount": 803764.0,

"netPayoutAmount": 803764.0

},

{

"id": 2,

"date": "2023-12-14",

"merchantPosId": 0,

"paymentCount": 1968,

"paymentAmount": 590236.0,

"refundCount": 1968,

"refundAmount": 590236.0,

"netCommissionAmount": 31.2,

"netTotalAmount": 590236.0,

"netPayoutAmount": 590236.0

},

{

"id": 2,

"date": "2023-12-15",

"merchantPosId": 0,

"paymentCount": 2296,

"paymentAmount": 1068952.0,

"refundCount": 2296,

"refundAmount": 1068952.0,

"netCommissionAmount": 36.4,

"netTotalAmount": 1068952.0,

"netPayoutAmount": 1068952.0

},

{

"id": 2,

"date": "2023-12-16",

"merchantPosId": 0,

"paymentCount": 1312,

"paymentAmount": 516600.0,

"refundCount": 1312,

"refundAmount": 516600.0,

"netCommissionAmount": 20.8,

"netTotalAmount": 516600.0,

"netPayoutAmount": 516600.0

},

{

"id": 2,

"date": "2023-12-17",

"merchantPosId": 0,

"paymentCount": 410,

"paymentAmount": 138169.18,

"refundCount": 410,

"refundAmount": 138169.18,

"netCommissionAmount": 6.5,

"netTotalAmount": 138169.18,

"netPayoutAmount": 138169.18

},

{

"id": 2,

"date": "2023-12-18",

"merchantPosId": 0,

"paymentCount": 2542,

"paymentAmount": 546489.0,

"refundCount": 2542,

"refundAmount": 546489.0,

"netCommissionAmount": 40.3,

"netTotalAmount": 546489.0,

"netPayoutAmount": 546489.0

},

{

"id": 2,

"date": "2023-12-19",

"merchantPosId": 0,

"paymentCount": 7052,

"paymentAmount": 30206252.26,

"refundCount": 7052,

"refundAmount": 29550252.26,

"netCommissionAmount": 111.8,

"netTotalAmount": 30206252.26,

"netPayoutAmount": 30206252.26

},

{

"id": 2,

"date": "2023-12-20",

"merchantPosId": 0,

"paymentCount": 820,

"paymentAmount": 1461650.0,

"refundCount": 820,

"refundAmount": 1461650.0,

"netCommissionAmount": 13.0,

"netTotalAmount": 1461650.0,

"netPayoutAmount": 1461650.0

},

{

"id": 2,

"date": "2023-12-21",

"merchantPosId": 0,

"paymentCount": 656,

"paymentAmount": 35752.0,

"refundCount": 656,

"refundAmount": 35752.0,

"netCommissionAmount": 10.4,

"netTotalAmount": 35752.0,

"netPayoutAmount": 35752.0

},

{

"id": 2,

"date": "2023-12-22",

"merchantPosId": 0,

"paymentCount": 328,

"paymentAmount": 4227510.0,

"refundCount": 328,

"refundAmount": 4227510.0,

"netCommissionAmount": 5.2,

"netTotalAmount": 4227510.0,

"netPayoutAmount": 4227510.0

},

{

"id": 2,

"date": "2023-12-24",

"merchantPosId": 0,

"paymentCount": 492,

"paymentAmount": 61500.0,

"refundCount": 492,

"refundAmount": 61500.0,

"netCommissionAmount": 7.8,

"netTotalAmount": 61500.0,

"netPayoutAmount": 61500.0

},

{

"id": 2,

"date": "2023-12-26",

"merchantPosId": 0,

"paymentCount": 1476,

"paymentAmount": 147600.0,

"refundCount": 1476,

"refundAmount": 147600.0,

"netCommissionAmount": 23.4,

"netTotalAmount": 147600.0,

"netPayoutAmount": 147600.0

},

{

"id": 2,

"date": "2023-12-27",

"merchantPosId": 0,

"paymentCount": 656,

"paymentAmount": 65600.0,

"refundCount": 656,

"refundAmount": 65600.0,

"netCommissionAmount": 10.4,

"netTotalAmount": 65600.0,

"netPayoutAmount": 65600.0

},

{

"id": 2,

"date": "2023-12-28",

"merchantPosId": 0,

"paymentCount": 738,

"paymentAmount": 221400.0,

"refundCount": 738,

"refundAmount": 221400.0,

"netCommissionAmount": 11.7,

"netTotalAmount": 221400.0,

"netPayoutAmount": 221400.0

},

{

"id": 2,

"date": "2024-01-02",

"merchantPosId": 0,

"paymentCount": 328,

"paymentAmount": 1730200.0,

"refundCount": 328,

"refundAmount": 1730200.0,

"netCommissionAmount": 5.2,

"netTotalAmount": 1730200.0,

"netPayoutAmount": 1730200.0

},

{

"id": 2,

"date": "2024-01-03",

"merchantPosId": 0,

"paymentCount": 574,

"paymentAmount": 57400.0,

"refundCount": 574,

"refundAmount": 57400.0,

"netCommissionAmount": 9.1,

"netTotalAmount": 57400.0,

"netPayoutAmount": 57400.0

},

{

"id": 2,

"date": "2024-01-04",

"merchantPosId": 0,

"paymentCount": 82,

"paymentAmount": 8200.0,

"refundCount": 82,

"refundAmount": 8200.0,

"netCommissionAmount": 1.3,

"netTotalAmount": 8200.0,

"netPayoutAmount": 8200.0

},

{

"id": 2,

"date": "2024-01-06",

"merchantPosId": 0,

"paymentCount": 164,

"paymentAmount": 16400.0,

"refundCount": 164,

"refundAmount": 16400.0,

"netCommissionAmount": 2.6,

"netTotalAmount": 16400.0,

"netPayoutAmount": 16400.0

},

{

"id": 2,

"date": "2024-01-09",

"merchantPosId": 0,

"paymentCount": 1148,

"paymentAmount": 59778.0,

"refundCount": 1148,

"refundAmount": 59778.0,

"netCommissionAmount": 18.2,

"netTotalAmount": 59778.0,

"netPayoutAmount": 59778.0

},

{

"id": 2,

"date": "2024-01-10",

"merchantPosId": 0,

"paymentCount": 492,

"paymentAmount": 1321840.0,

"refundCount": 492,

"refundAmount": 1321840.0,

"netCommissionAmount": 7.8,

"netTotalAmount": 1321840.0,

"netPayoutAmount": 1321840.0

},

{

"id": 2,

"date": "2024-01-11",

"merchantPosId": 0,

"paymentCount": 328,

"paymentAmount": 562110.0,

"refundCount": 328,

"refundAmount": 562110.0,

"netCommissionAmount": 5.2,

"netTotalAmount": 562110.0,

"netPayoutAmount": 562110.0

},

{

"id": 2,

"date": "2024-01-16",

"merchantPosId": 0,

"paymentCount": 164,

"paymentAmount": 16400.0,

"refundCount": 164,

"refundAmount": 16400.0,

"netCommissionAmount": 2.6,

"netTotalAmount": 16400.0,

"netPayoutAmount": 16400.0

},

{

"id": 2,

"date": "2024-01-17",

"merchantPosId": 0,

"paymentCount": 738,

"paymentAmount": 73800.0,

"refundCount": 738,

"refundAmount": 73800.0,

"netCommissionAmount": 11.7,

"netTotalAmount": 73800.0,

"netPayoutAmount": 73800.0

},

{

"id": 2,

"date": "2024-01-18",

"merchantPosId": 0,

"paymentCount": 574,

"paymentAmount": 57400.0,

"refundCount": 574,

"refundAmount": 57400.0,

"netCommissionAmount": 9.1,

"netTotalAmount": 57400.0,

"netPayoutAmount": 57400.0

},

{

"id": 2,

"date": "2024-01-19",

"merchantPosId": 0,

"paymentCount": 4182,

"paymentAmount": 426400.0,

"refundCount": 4182,

"refundAmount": 426400.0,

"netCommissionAmount": 66.3,

"netTotalAmount": 426400.0,

"netPayoutAmount": 426400.0

}

],

"page": 1,

"size": 25,

"totalSize": 276

}

}

403

400

401

401

500

Previous12.4 Get Daily POS Reports Daily SummariesNext13. Subscription

Last updated 1 year ago