Tink.Enrichment.Merchants (Tink v1.0.0)

Copy Markdown View Source

Brand and merchant identification by ID. Requires enrichment.merchant or enrichment.on-demand scope.

Summary

Functions

get_brand(client, brand_id)

@spec get_brand(Tink.Client.t(), String.t()) ::
  {:ok, map()} | {:error, Tink.Error.t()}

Get a brand by ID.

get_merchant(client, merchant_id)

@spec get_merchant(Tink.Client.t(), String.t()) ::
  {:ok, map()} | {:error, Tink.Error.t()}

Get a merchant by ID.