Statistics
Statistics:DirectDebit
Shows the total amount of direct debit transactions over the last 13 months.
get/statistics/directdebit
Response
Ok.
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"
}
}
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.