stripe

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 16 Imported by: 0

README

togo

togo-framework/payment-stripe

marketplace pkg.go.dev MIT

Part of the togo framework.

Install

togo install togo-framework/payment-stripe

payment-stripe

Stripe driver for togo payment. Blank-import + select it:

togo install togo-framework/payment        # base
togo install togo-framework/payment-stripe  # this driver
PAYMENT_DRIVER=stripe
STRIPE_SECRET_KEY=sk_live_...
# optional: STRIPE_WEBHOOK_SECRET for production webhook verification

Implements charges, refunds, hosted Checkout, customers, subscriptions, and webhooks on the togo payment.PaymentProvider interface via the Stripe REST API.

MIT


Premium sponsors

ID8 Media  ·  One Studio

Support togo — become a sponsor.

Documentation

Overview

Package stripe is a Stripe driver for togo payment. Blank-import it and set PAYMENT_DRIVER=stripe, STRIPE_SECRET_KEY. Set STRIPE_WEBHOOK_SECRET to verify webhook signatures (Stripe-Signature header); optional STRIPE_BASE_URL overrides the API base (defaults to the live Stripe API).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL