Crate ggen_payments

Crate ggen_payments 

Source
Expand description

Payment processing system for ggen: Stripe integration and billing operations

Re-exports§

pub use stripe_client::StripeClient;
pub use invoice::Invoice;
pub use subscription::Subscription;
pub use payment::Payment;
pub use errors::PaymentError;
pub use webhook::WebhookEvent;

Modules§

errors
Payment error types
invoice
Invoice management
payment
Payment operations
stripe_client
Stripe API client wrapper
subscription
Subscription management
webhook
Webhook event handling

Type Aliases§

PaymentResult
Result type for payment operations