Documentation
¶
Overview ¶
Package webapi provides HTTP handlers and API endpoints for the fintech application. It is organized into sub-packages for different domains: - account: Account and transaction endpoints - auth: Authentication endpoints - user: User management endpoints - currency: Currency and exchange rate endpoints
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StripeWebhookHandler ¶
func StripeWebhookHandler( paymentProvider provider.PaymentProvider, eventBus eventbus.Bus, ) fiber.Handler
StripeWebhookHandler handles incoming Stripe webhook events
func StripeWebhookRoutes ¶
func StripeWebhookRoutes( app *fiber.App, paymentProvider provider.PaymentProvider, eventBus eventbus.Bus, )
StripeWebhookRoutes sets up the Stripe webhook routes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.