Versions in this module Expand all Collapse all v1 v1.0.0 Jul 28, 2026 Changes in this version + const DefaultBaseURL + type Client struct + Accounts account.Service + Applications application.Service + Authorizations authorization.Service + Cards card.Service + Chargebacks chargeback.Service + CheckDeposits checkdeposit.Service + CheckPayments checkpayment.Service + Counterparties counterparty.Service + Customers customer.Service + Events event.Service + Institutions institution.Service + Payments payment.Service + RecurringPayments recurringpayment.Service + Repayments repayment.Service + Sandbox sandbox.Service + Statements statement.Service + StopPayments stoppayment.Service + Tokens token.Service + Transactions transaction.Service + Webhooks webhook.Service + func New(cfg Config) (*Client, error) + type Config = transport.Config + type Error = transport.Error + type RetryPolicy = transport.RetryPolicy + func DefaultRetryPolicy() RetryPolicy + func NoRetry() RetryPolicy