Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Path Parameters
Wallet Transaction ID
Response
Wallet transaction by ID retrieved successfully
Unique identifier for the wallet transaction
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Unique identifier for the wallet
"1a901a90-1a90-1a90-1a90-1a901a901a90"
The payment status of the wallet transaction. Possible values are pending
, settled
or failed
.
PENDING
, SETTLED
, FAILED
"SETTLED"
The source field represents the origin or trigger of the wallet transaction. Possible values are manual
, interval
. threshold
MANUAL
, INTERVAL
, THRESHOLD
"MANUAL"
The transaction status of the wallet transaction. Possible values are purchased
(with pending or settled status), granted
(without invoice_id), voided
or invoiced
.
PURCHASED
, GRANTED
, VOIDED
, INVOICED
"PURCHASED"
The type of transaction. Possible values are inbound
(increasing the balance) or outbound
(decreasing the balance).
INBOUND
, OUTBOUND
"INBOUND"
Transaction amount involved in the specific wallet transaction.
The number of credits used in the wallet transaction.
"100.0"
The date when wallet transaction is settled, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
The date when the wallet transaction failed, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
The date of the wallet transaction creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC). Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
List of key-value pair contains the metadata about the wallet transaction.