Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2026 Changes in this version + type Client struct + Accounts *appaccount.Service + Auth *appauth.Service + Connectivity *appconn.Service + Finance *appfinance.Service + Providers *appprovider.Service + Transactions *apptxn.Service + Verification *appverif.Service + Webhooks *appwebhook.Service + func New(cfg Config) *Client + type Config struct + BaseURL string + CacheEnabled bool + CacheMaxSize int + ClientID string + ClientSecret string + MaxRetries int + Timeout time.Duration + WebhookSecret string