Module for Airtel Money Transaction Status API.
Allows querying the status of transactions.
Summary
Functions
Queries the status of a transaction.
Functions
@spec status(String.t()) :: {:ok, map()} | {:error, AirtelMoney.Error.t()}
Queries the status of a transaction.
Parameters
transaction_id- The transaction ID to query
Examples
iex> # This would normally call the API, but for doctest we skip the actual call
iex> :ok
:ok