The wallet transaction object
{
"wallet_transaction": {
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1111",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_type": "inbound",
"amount": "10.0",
"credit_amount": "10.0",
"settled_at": "2022-04-29T08:59:51Z",
"created_at": "2022-04-29T08:59:51Z"
}
}
Attributes
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.
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.
The status of the wallet transaction. Possible values are pending
or settled
.
The type of transaction. Possible values are inbound
(increasing the balance) or outbound
(decreasing the balance).
The number of credits used in the wallet transaction.
The amount of credits based on the rate and the currency.
The date of the wallet transaction creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
The date when wallet transaction is settled, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
Was this page helpful?
{
"wallet_transaction": {
"lago_id": "b7ab2926-1de8-4428-9bcd-779314ac1111",
"lago_wallet_id": "12345",
"status": "settled",
"transaction_type": "inbound",
"amount": "10.0",
"credit_amount": "10.0",
"settled_at": "2022-04-29T08:59:51Z",
"created_at": "2022-04-29T08:59:51Z"
}
}