lago_id
string
required

Unique identifier assigned to the wallet transaction within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the wallet transaction's record within the Lago system.

lago_wallet_id
string
required

Unique identifier assigned to the wallet within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the wallet's record within the Lago system.

status
enum<string>
required

The status of the wallet transaction. Possible values are pending or settled.

Available options:
pending,
settled
transaction_status
enum<string>
required

The transaction status of the wallet transaction. Possible values are purchased (with pending or settled status), granted (without invoice_id), voided or invoiced.

Available options:
purchased,
granted,
voided,
invoiced
transaction_type
enum<string>
required

The type of transaction. Possible values are inbound (increasing the balance) or outbound (decreasing the balance).

Available options:
inbound,
outbound
amount
string
required

The amount of credits based on the rate and the currency.

credit_amount
string
required

The number of credits used in the wallet transaction.

settled_at
string

The date when wallet transaction is settled, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).

created_at
string
required

The date of the wallet transaction creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).