# Get payment approval data Endpoint: GET /api/v3/payments/{messageId}/approve Version: v3 Security: client_credentials, implicit, client_credentials_dev, implicit_dev ## Path parameters: - `messageId` (string, required) Payment message id filter ## Response 200 fields (text/plain): - `approvalsRequired` (integer) Total number of approvals required - `approvals` (array,null) - `approvals.userId` (string,null) Id of approver - `approvals.name` (string,null) Approver name - `approvals.approvedAt` (string) Time of approval ## Response 401 fields ## Response 404 fields