Branded receipts (using an account's Moov.Branding) sent when a
transfer is initiated/confirmed, refunded, or fails.
Summary
Functions
@spec create(Moov.Client.t(), map()) :: {:ok, map()} | {:error, Moov.Error.t()}
Creates receipts for one or more transfers.
params: %{transfer_ids: [...], receipt_types: ["transferInitiated", "transferConfirmation"]}
(or similar - see Moov's dashboard for the exact set of receipt types
your account supports).
@spec list( Moov.Client.t(), keyword() ) :: {:ok, [map()]} | {:error, Moov.Error.t()}
Lists receipts that have been sent.