acct

package
v1.40.4 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package acct provides Stripe account retrieval during login.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	ID       string   `json:"id"`
	Settings Settings `json:"settings"`
}

Account is the most outer layer of the json response from Stripe

func GetUserAccount

func GetUserAccount(ctx context.Context, baseURL string, apiKey string) (*Account, error)

GetUserAccount retrieves the account information

type Dashboard

type Dashboard struct {
	DisplayName string `json:"display_name"`
}

Dashboard is within the Settings json response from Stripe

type Settings

type Settings struct {
	Dashboard Dashboard `json:"dashboard"`
}

Settings is within the Account json response from Stripe

Jump to

Keyboard shortcuts

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