ibanity v0.11.0 Ibanity.Xs2a.BatchSynchronization
Financial institutions API wrapper
Link to this section Summary
Link to this section Functions
Link to this function
create(request)
Creates a new batch synchronization.
Returns {:ok, batch_synchronization}
if sucessful, {:error, reason}
otherwise.
Example
iex> [
...> resourceType: "account",
...> subtypes: ["accountDetails", "accountTransactions"]
...> ]
...> |> Request.attributes
...> |> BatchSynchronization.create
{:ok, %Ibanity.BatchSynchronization{id: "4b52d43c-433d-41e0-96f2-c2e38a24b25e"}}