v1
latestOpenAPI 3.1.02026-07-136388308.2 KBDirect Debits
Get the details of a direct debit
This endpoint will retrieve all details of a single direct debit collection/payment, whether successful or not. You will need to enable PERM_BUSINESS_GET_DIRECT_DEBIT to use this endpoint.
get/v1/directdebits/{directDebitUuid}
Path parameters
directDebitUuidstring required
The uuid of the direct debit to retrieve.
Example:4ADFB67A-0F5B-4A9A-9D74-34437250045C
Response
Retrieve all details of a single direct debit collection/payment
Example response
{
"directDebitUuid": "42de0705-e3f1-44fa-8c41-79973eb80eb2",
"currency": {
"code": "EUR",
"description": "Euro"
},
"status": "RECIEVED",
"type": "FIRST_COLLECTION",
"mandateUUid": "f171b143-e3eb-47de-85a6-1c1f1108c701",
"originatorReference": "VODA-123456",
"originatorName": "Vodafone PLC",
"originatorAlias": "Three",
"directDebitReference": "VODA-ABC453-1",
"targetIcan": 42,
"targetPayeeId": 12,
"amount": 100,
"schemeRejectReason": "eg. Instruction cancelled by payer",
"schemeRejectReasonCode": "for BACS (ARUDD) 0|1|2|3|5|6|7|8|9|A|B",
"lastUpdated": "2016-12-15T22:56:05.937Z",
"dateCreated": "2016-12-15T22:56:05.937Z"
}