UserHistory-GetHistory-v2
Barion API: transaction history
GET | /v2/UserHistory/GetHistory |
---|
The /v2/UserHistory/GetHistory
API endpoint is used to query the transaction history from the Barion system.
Input properties
The input properties should be defined in the query string.
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
LastVisibleItemId | Guid |
|
The identifier of the most recent transaction. |
LastRequestTime | DateTime |
|
The exact time of the last request. |
Limit | number |
|
The expected number of transactions in the response. |
Currency | string |
Accepted values:
|
The currency of the payment. Must be supplied in ISO 4217 format. This affects all transactions included in the payment; it is not possible to define multiple transactions in different currencies. |
Output properties
Property name | Property type | Description |
---|---|---|
Id | ||
Type | ||
HappenedAtUtc | ||
ConcurrencyOrder | ||
SourceAccount | ||
TargetAccount | ||
Amount | ||
Currency | ||
Description | ||
IsInProgress |