# Payment authorized Fired when a payment has been successfully authorized by a user. Includes the count of required and remaining authorizations for multi-approval flows. Related endpoint: Get payment information Endpoint: POST banking.payment.authorized Version: 1.0.0 ## Request fields (application/json): - `paymentId` (string, required) Unique identifier of the payment. - `authorizationId` (string, required) Unique identifier of the authorization. - `userId` (string, required) Identifier of the user who authorized the payment. - `requiredAuthorizations` (integer) Total number of authorizations required. - `remainingAuthorizations` (integer) Number of authorizations still remaining. - `_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"