authorize('send payment', $payment); $response = $this->paymentService->send($payment, $request->all()); return response()->json($response); } }