Versions in this module Expand all Collapse all v1 v1.0.0 Jun 9, 2026 Changes in this version + func GenerateRequestID() string + func ParseRSAPublicKey(pemBytes []byte) (interface{}, error) + type APIError = httpclient.APIError + type Client struct + Accounts *accounts.Service + Embedded *embedded.Service + MultiCurrency *multicurrency.Service + Payments *payments.Service + Webhooks *webhooks.Service + func New(cfg Config) (*Client, error) + type Config = httpclient.Config + type Environment = httpclient.Environment + const Production + const Simulation + type ListAccountsParams = accounts.ListAccountsParams + type RequestOption = httpclient.RequestOption + func WithRequestID(id string) RequestOption + type TelemetryEvent = telemetry.Event + type TelemetryHook = telemetry.Hook