On this page
No Headings
objectwallet_transaction_idstringUnique identifier for the wallet transaction
wallet_idobjectUnique identifier for the wallet
Unique identifier for the wallet
payment_statusstring"PENDING", "SETTLED", "FAILED"The payment status of the wallet transaction. Possible values are pending, settled or failed.
sourcestring"MANUAL", "INTERVAL", "THRESHOLD"The source field represents the origin or trigger of the wallet transaction. Possible values are manual, interval. threshold
transaction_statusstring"PURCHASED", "GRANTED", "VOIDED", "INVOICED"The transaction status of the wallet transaction. Possible values are purchased (with pending or settled status), granted (without invoice_id), voided or invoiced.
transaction_typestring"INBOUND", "OUTBOUND"The type of transaction. Possible values are inbound (increasing the balance) or outbound (decreasing the balance).
amountobjectTransaction amount involved in the specific wallet transaction.
creditsstring^[0-9]+.?[0-9]*$The number of credits used in the wallet transaction.
settled_atobjectdate-timeThe date when wallet transaction is settled, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
failed_atobjectdate-timeThe date when the wallet transaction failed, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
created_atobjectdate-timeThe date of the wallet transaction creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).
metadataarrayList of key-value pair contains the metadata about the wallet transaction.
itemsobjectkeystringName of the key
valuestringValue associated with the key