Transaction Metrics

šŸš§

Experimental API

This feature is still in the experimental phase. For enabling the permissions for your credentials, ask us in our help desk.


Check the Transaction status metrics using the GET /metrics/transactions method in the API.

{
    "status": [
        {
            "count": "1451",
            "status": "notified"
        },
        {
            "count": "62",
            "status": "reversed"
        },
        {
            "count": "530",
            "status": "executed"
        },
        {
            "count": "106",
            "status": "failed"
        },
        {
            "count": "28",
            "status": "AUTHORIZED"
        }
    ]
}