BACS Direct Debit responses
ADDACS
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE_ADDACS",
"tenantId": "GUID",
"eventDate": "YYYY_MM_DD 00:00:00",
"data": {
"accountIdentifier": "string",
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"adviceType": "ADDACS",
"paymentMethodIdentifier": "string",
"report": [{
"date": "YYYY-MM-DD",
"reasonCode": "string",
"reasonCodeDescription": "string"
}],
"accountHolder": [{
"name": "string",
"existingSortCode": "string",
"existingAccountNumber": "string",
"newSortCode": "string",
"newAccountNumber": "string"
}],
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "ADDACS BACS DD response"
}
}
AUDDIS
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE_AUDDIS",
"tenantId": "GUID",
"eventDate": "YYYY-MM-DD 00:00:00",
"data": {
"accountIdentifier": "string",
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"adviceType": "AUDDIS",
"paymentMethodIdentifier": "string",
"report": [{
"type": "string",
"date": "YYYY-MM-DD",
"reasonCode": "string",
"reasonCodeDescription": "string"
}],
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "AUDDIS BACS DD response"
}
}
ARUDD
{
"eventId": "GUID",
"eventType": "SERVICE_COMMERCIAL_BACS_DD_RESPONSE_ARUDD",
"tenantId": "GUID",
"eventDate": "YYYY-MM-DD 00:00:00",
"data": {
"accountIdentifier": "string",
"company": {
"companyIdentifier": "string",
"companyName": "string",
"companyType": "string"
},
"adviceType": "ARRUD",
"paymentMethodIdentifier": "string",
"report": [{
"type": "string",
"date": "YYYY-MM-DD",
"reasonCode": "string",
"reasonCodeDescription": "string"
}],
"accountHolder": [{
"name": "string",
"existingSortCode": "string",
"existingAccountNumber": "string",
"newSortCode": "string",
"newAccountNumber": "string"
}],
"sourceId": "GUID",
"sourceName": "PW_SYSTEM",
"sourceType": "USER",
"entityId": "GUID",
"entityType": "COMPANY",
"entityOperation": "O",
"auditMessage": "ARRUD BACS DD response"
}
}
Updated 2 months ago