Ibanity.Xs2a.BatchSynchronization (ibanity v0.12.0)

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

Example

iex> [
...> resourceType: "account",
...> subtypes: ["accountDetails", "accountTransactions"]
...> ]
...> |> Request.attributes
...> |> BatchSynchronization.create
{:ok, %Ibanity.BatchSynchronization{id: "4b52d43c-433d-41e0-96f2-c2e38a24b25e"}}