v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Statistics

Statistics:DirectDebit

Shows the total amount of direct debit transactions over the last 13 months.

get/statistics/directdebit

Response

Ok.

datestring date

Example response

[
  {
    "processed": {
      "total": 55,
      "amount": {
        "value": 10,
        "currency": "EUR"
      }
    },
    "unprocessable": {
      "total": 55,
      "amount": {
        "value": 10,
        "currency": "EUR"
      }
    },
    "declined": {
      "total": 55,
      "amount": {
        "value": 10,
        "currency": "EUR"
      }
    },
    "moi": {
      "total": 55,
      "amount": {
        "value": 10,
        "currency": "EUR"
      }
    }
  }
]