# Bulk payment status changed Fired when the status of a bulk payment or one of its related payment lines has been updated. Related endpoint: Get bulk-payment information Endpoint: POST banking.bulk_payment.status.updated Version: 1.0.0 ## Request fields (application/json): - `paymentId` (string, required) Unique identifier of the payment. - `transactionStatus` (string, required) ISO 20022 transaction status code. Enum: "accc", "accp", "acsc", "acsp", "actc", "acwc", "acwp", "rcvd", "pdng", "rjct", "canc", "acfc", "patc", "part" - `tppMessages` (array) Messages on operational issues from the ASPSP. - `tppMessages.code` (string, required) TPP message code (e.g., AC03). - `tppMessages.message` (string,null) Additional explanation text. - `_links` (object) HATEOAS links. - `_links.self` (object) A HATEOAS link. - `_links.self.href` (string) URI of the linked resource. - `_links.self.verb` (string) HTTP verb for the link. Enum: "get", "post", "put", "delete"