Recurrence Schedule Webhooks
Webhook structure and samples for Recurrence Schedules.
Recurrence Schedule Webhook - Structure
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Webhooks are sent out of SmarterPay Cloud as a JSON array.
The JSON Syntax Rules are:
- Data is in name/value pairs, for example {“id” : “EV000003432”}.
- Data is separated by commas.
- Curly braces hold objects.
- Square brackets hold arrays.
| Property | Variable | Description | Empty Values (1) | Format | Example |
|---|---|---|---|---|---|
| id | {EVENTID} | The ID of the Webhook Event. | No. | String. | “EV000003432” |
| created_at | {CREATEDDATE} | The Date that event was created. | No. | ISO8601. | “2020-12-22T08:05:00.000Z” |
| resource_type | {RESOURCETYPE} | The Resource type will be recurrenceschedule. | No. | String. | “recurrenceschedule” |
| event_source | {EVENTSOURCE} | The Event code that triggered the sending of the Webhook. | No. | Integer. | “30042091” |
| reference | {REFERENCE} | The ID of the Recurrence Schedule. | No. | String. | “RS00841339” |
| auddis | {AUDDIS} | The ID (AUDDIS Reference) of the Mandate. | No. | String. | “REFP01008” |
| status | {STATUS} | The Status of the Recurrence Schedule. | No. | String. | “inactive” |
| description | {DESCRIPTION} | The description of Webhook Event. | No. | String. | “recurrence schedule cancelled” |
| bacs_reason_code | {BACSCODE} | The BACS Rejection Reason Code. | Yes. | String. | “ADDACS0” |
| bacs_description | {BACSDESCRIPTION} | The BACS Rejection Description. | Yes. | String. | “instruction cancelled - refer to payer” |
| bacs_reference | {BACSREFERENCE} | The BACS Reference. | Yes. | String. | “XYZ0012345-0012345” |
| bacs_filename | {BACSFILENAME} | The BACS Rejection File Name. | Yes. | String. | “Addacs020419111111” |
Notes:
(1) Empty Values - The property will always be in the Webhook, however the value of the property may be an empty string (“”).
| Property | Possible Values |
|---|---|
| status | active |
| inactive |
Recurrence Schedule Webhook - Samples
Recurrence Schedule Webhook - Sample - API Actions
Recurrence Schedule Webhook - Sample - API Actions - Record Creation
Recurrence Schedule Webhook - Structure
{
"events":
[
{
"id" : "EV000003432",
"created_at" : "2020-12-22T08:05:00.000Z",
"resource_type": "recurrenceschedule",
"event_source" : "20062091",
"reference" : "RS00841339",
"auddis" : "REFP01008" ,
"status" : "active",
"description" : "API - Scheduled Payment inserted",
"bacs_reason_code" : "",
"bacs_description" : "",
"bacs_reference" : "",
"bacs_filename" : ""
}
]
}
Recurrence Schedule Webhook - Sample - DDMS Service
Recurrence Schedule Webhook - Sample - DDMS Service - Record Updated
Recurrence Schedule Webhook - Structure
{
"events":
[
{
"id" : "EV000003432",
"created_at" : "2020-12-22T08:05:00.000Z",
"resource_type": "recurrenceschedule",
"event_source" : "30062000",
"reference" : "RS00841339",
"auddis" : "REFP01008" ,
"status" : "active",
"description" : "SMP Service - Scheduled Payment updated",
"bacs_reason_code" : "",
"bacs_description" : "",
"bacs_reference" : "",
"bacs_filename" : ""
}
]
}
Recurrence Schedule Webhook - Sample - BACS rejection codes - ADDACS
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS 0
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACS0 |
| bacs_description | instruction cancelled - refer to payer |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS 1
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACS1 |
| bacs_description | instruction cancelled by payer |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS 2
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACS2 |
| bacs_description | payer deceased |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS 3
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACS3 |
| bacs_description | instruction cancelled, account transferred |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS B
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACSB |
| bacs_description | account closed |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ADDACS R
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ADDACSR |
| bacs_description | instruction reinstated |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Addacs020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - BACS rejection codes - ARUDD
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD 1
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDD1 |
| bacs_description | instruction cancelled |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD 2
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDD2 |
| bacs_description | payer deceased |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD 3
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDD3 |
| bacs_description | account transferred |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD 5
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDD5 |
| bacs_description | no account (or wrong account type) |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD 6
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDD6 |
| bacs_description | no instruction |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD A
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDDA |
| bacs_description | service user differs |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - ARUDD B
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | ARUDDB |
| bacs_description | account closed |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Arudd020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - BACS rejection codes - AUDDIS
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS 1
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDIS1 |
| bacs_description | instruction cancelled by payer |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS 2
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDIS2 |
| bacs_description | payer deceased |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS 3
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDIS3 |
| bacs_description | instruction cancelled, account transferred |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS 5
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDIS5 |
| bacs_description | no account |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS 6
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDIS6 |
| bacs_description | no instruction |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS B
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISB |
| bacs_description | account closed |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS F
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISF |
| bacs_description | invalid account type |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS G
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISG |
| bacs_description | bank will not accept direct debits on account |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS H
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISH |
| bacs_description | instruction expired |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS I
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISI |
| bacs_description | payer reference is not unique |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS K
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISK |
| bacs_description | instruction cancelled by bank |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS L
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISL |
| bacs_description | incorrect payers account details |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS M
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISM |
| bacs_description | transaction code/user status incompatible |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS N
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISN |
| bacs_description | transaction disallowed at payers branch |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS O
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISO |
| bacs_description | invalid reference |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS P
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISP |
| bacs_description | payers name not present |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - AUDDIS Q
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | AUDDISQ |
| bacs_description | service username is blank |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Auddis020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - BACS rejection codes - DDICA
Recurrence Schedule Webhook - Sample - Rejection Report - DDICA 3
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | DDICA3 |
| bacs_description | ddi cancelled by paying bank |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Ddica020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - DDICA 4
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | DDICA4 |
| bacs_description | payer has cancelled ddi direct with service user |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Ddica020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - DDICA 5
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | DDICA5 |
| bacs_description | no instruction held |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Ddica020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - DDICA 6
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | DDICA6 |
| bacs_description | signature on ddi is fraudulent |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Ddica020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Rejection Report - DDICA 8
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | DDICA8 |
| bacs_description | service user name disputed |
| bacs_reference | XYZ0012345-0012345 |
| bacs_filename | Ddica020419111111.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports
Recurrence Schedule Webhook - Sample - Input Reports - INPUT C
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTC |
| bacs_description | destination sorting code and originating sorting code were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT D
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTD |
| bacs_description | destination sorting code and orginating account number were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT E
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTE |
| bacs_description | recipients sort code is invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT F
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTF |
| bacs_description | type of account and originating sorting code were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT G
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTG |
| bacs_description | type of account and originating sorting code were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT H
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTH |
| bacs_description | destination sorting code and type of account and originating sorting code were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT I
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTI |
| bacs_description | destination sorting code and type of account and originating sorting code were invalid on the item |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT J
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTJ |
| bacs_description | destination sorting code and type of account were invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT K
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTK |
| bacs_description | type of account was invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT L
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTL |
| bacs_description | Multiple fields including destination account number and destination account name were invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT M
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTM |
| bacs_description | destination account number and destination account name were invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT O
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTO |
| bacs_description | reference number was invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT P
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTP |
| bacs_description | The originating account is valid but the originating account does not support the currency of the file |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT T
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTT |
| bacs_description | Originator Account details are invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT U
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTU |
| bacs_description | unpaid Direct Debit reference was in error |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT X
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTX |
| bacs_description | originator’s service user number was invalid |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT Y
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTY |
| bacs_description | transaction code unacceptable for destination sort code |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}
Recurrence Schedule Webhook - Sample - Input Reports - INPUT Z
Recurrence Schedule Webhook - Structure
The fields that have been updated for this webhook are:
| Field | Sample Value |
|---|---|
| description | recurrence schedule cancelled |
| status | inactive |
| bacs_reason_code | INPUTZ |
| bacs_description | unpaid Direct Debit reference and other fields were in error |
| bacs_reference | 2022080301S102184102 |
| bacs_filename | ReftInput020822080046.xml |
{
"events":
[
{
"id" : {EVENTID},
"created_at" : {CREATEDDATE},
"resource_type": {RESOURCETYPE},
"event_source" : {EVENTSOURCE},
"reference" : {REFERENCE},
"auddis" : {AUDDIS} ,
"status" : {STATUS},
"description" : {DESCRIPTION},
"bacs_reason_code" : {BACSCODE},
"bacs_description" : {BACSDESCRIPTION},
"bacs_reference" : {BACSREFERENCE},
"bacs_filename" : {BACSFILENAME}
}
]
}