Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
// Error is the error message
Error string `json:"error"`
}
ErrorResponse represents a generic error response
type InitiateOnboardingResponse ¶
type InitiateOnboardingResponse struct {
// OnboardingURL is the URL to redirect the user to for Stripe Connect onboarding
OnboardingURL string `json:"onboarding_url"`
}
InitiateOnboardingResponse represents the response from initiating Stripe Connect onboarding
type OnboardingStatusResponse ¶
type OnboardingStatusResponse struct {
// IsComplete indicates whether the user has completed Stripe Connect onboarding
IsComplete bool `json:"is_complete"`
}
OnboardingStatusResponse represents the response for checking onboarding status
Click to show internal directories.
Click to hide internal directories.