"use client"; import { PAYMENT_API_CATALOG } from "@/modules/payment/services/payment-api"; import { PageHeader, Card, CardContent, Badge } from "@/components/ds"; export const PaymentApiExplorer = function PaymentApiExplorerPage() { return (
{PAYMENT_API_CATALOG.map((row) => ( ))}
متد مسیر فاز
{row.method} {row.path} {row.phase}
BFF: /api/payment/* — upstream port 8012. هدر Idempotency-Key برای POST درخواست پرداخت الزامی است.
); }; export default PaymentApiExplorer;