Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PremPrakashCodes/payment-gateways
/ functions
Functions
18 in github.com/PremPrakashCodes/payment-gateways
⨍
Functions
18
◇
Types & classes
2
↓ 1 callers
Function
createCharge
({ productId, quantity, }: { productId: number; quantity: number; })
actions/coinbase.ts:12
↓ 1 callers
Function
createCheckoutSession
({ productId, quantity, }: { productId: number; quantity: number; })
actions/stripe.ts:5
↓ 1 callers
Function
createOrders
({ productId, quantity }: CreateOrdersInput)
actions/razorpay.ts:11
↓ 1 callers
Function
createPayment
({ productId, quantity, }: { productId: number; quantity: number; })
actions/paypal.ts:5
↓ 1 callers
Function
verifyPayment
(data: { razorpay_payment_id: string; razorpay_order_id: string; razorpay_signature: string; })
actions/razorpay.ts:54
Function
Coinbase
()
app/coinbase/page.tsx:8
Function
Home
()
app/page.tsx:6
Function
POST
(req: Request)
app/webhooks/coinbase/route.ts:4
Function
POST
(request: Request)
app/webhooks/stripe/route.ts:5
Function
Payment
({ searchParams }: PaymentProps)
app/payment/page.tsx:8
Function
Paypal
()
app/paypal/page.tsx:8
Function
Razorpay
()
app/razorpay/page.tsx:9
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:15
Function
Stripe
()
app/stripe/page.tsx:8
Function
handleBuy
()
app/paypal/page.tsx:12
Function
handleBuy
()
app/coinbase/page.tsx:13
Function
handleBuy
()
app/razorpay/page.tsx:14
Function
handleBuy
()
app/stripe/page.tsx:13