Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Credit ¶
Credit manually credits an account when a wire transfer is received. POST /v1/checkout/wire/credit Admin-only endpoint. Marks the pending wire payment as completed.
func Instructions ¶
Instructions returns the caller org's wire-transfer instructions. GET /v1/checkout/wire/instructions
Fails CLOSED: the org comes ONLY from the authenticated principal (set by the identity/token middleware). A request with no resolved org gets a clean 401 — never a panic (the previous GetOrganization MustGet 500'd on any org-less call after EdgeAuth strips a spoofed X-Org-Id) and never another org's bank details. Account/routing/SWIFT are org-specific sensitive data, so there is no anonymous read.
Types ¶
This section is empty.