Notification that the sweeping status has been updated.
Sweeping represents transactions that return money to the source account. It may be triggered by unmatched incoming transaction or by failed payment run payments.
Return a 200 status to indicate that the data was received successfully
{- "type": "sweepingWatch",
- "payload": {
- "buyerId": "string",
- "sweepingId": "654cea294f19c7598987cc84",
- "reference": "string",
- "transactionDate": "2023-09-23T11:34:45Z00",
- "transactionAmount": {
- "currency": "GBP",
- "amount": 454321
}, - "status": "SUBMITTED",
- "destination": {
- "linkedAccountId": "652d25b73541d8084a88a38d",
- "bankAccountDetails": {
- "iban": "stringstringstr",
- "bankIdentifierCode": "stringst"
}
}
}
}