Subscription detection and management.
Requires subscriptions:read and subscriptions:write scopes.
Summary
Functions
Get transactions for a subscription. Requires subscriptions:read.
List all detected subscriptions. Requires subscriptions:read.
Update a subscription. Requires subscriptions:write.
Functions
@spec get_transactions(Tink.Client.t(), String.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
Get transactions for a subscription. Requires subscriptions:read.
@spec list(Tink.Client.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
List all detected subscriptions. Requires subscriptions:read.
@spec update(Tink.Client.t(), String.t(), map()) :: {:ok, map()} | {:error, Tink.Error.t()}
Update a subscription. Requires subscriptions:write.