/** * API endpoint to setup payment intent for an order * POST /api/checkout/setup-payment */ export default function setupPaymentHandler(req: any, res: any): Promise;