Tink.BulkPayments (Tink v1.0.0)

Copy Markdown View Source

Bulk payment initiation. Requires bulk-payment:write and bulk-payment:read scopes.

Summary

Functions

Create a bulk payment. Requires bulk-payment:write.

Get a bulk payment by ID. Requires bulk-payment:read.

Functions

create(client, params)

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

Create a bulk payment. Requires bulk-payment:write.

get(client, id)

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

Get a bulk payment by ID. Requires bulk-payment:read.