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
@spec create(Tink.Client.t(), map()) :: {:ok, map()} | {:error, Tink.Error.t()}
Create a bulk payment. Requires bulk-payment:write.
@spec get(Tink.Client.t(), String.t()) :: {:ok, map()} | {:error, Tink.Error.t()}
Get a bulk payment by ID. Requires bulk-payment:read.