square

package
v1.37.2 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FailedToCapturePayment = errors.New("failed to capture Square payment")
View Source
var NegativeRefund = errors.New("refund amount must be a positive integer")
View Source
var NonSquarePayment = errors.New("only refunds for Square payments are supported via this handler")
View Source
var ZeroRefund = errors.New("refund amount cannot be 0")

Functions

func Authorize

func Authorize(org *organization.Organization, ord *order.Order, usr *user.User, pay *payment.Payment) error

func Capture

func Capture(org *organization.Organization, ord *order.Order) (*order.Order, []*payment.Payment, error)

func Refund

func Refund(org *organization.Organization, ord *order.Order, refundAmount currency.Cents) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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