GET GetVendorTransactionHistory?MerchantUserId={MerchantUserId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantUserId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| PurchaseDate | date |
None. |
|
| ClientId | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalAmountPaid | decimal number |
None. |
|
| TransactionRef | string |
None. |
|
| TransactionType | integer |
None. |
|
| TransactionId | integer |
None. |
|
| Success | boolean |
None. |
|
| Reason | string |
None. |
|
| TransactionSource | integer |
None. |
|
| TransactionFeesAmount | decimal number |
None. |
|
| VatAmount | decimal number |
None. |
|
| MerchantAmount | decimal number |
None. |
|
| RankId | integer |
None. |
|
| BonaitVat | decimal number |
None. |
|
| TransactionName | string |
None. |
|
| MerchantUserId | string |
None. |
|
| RequestLiftId | integer |
None. |
|
| RouteId | integer |
None. |
|
| AssociationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"PurchaseDate": "2025-12-12T08:37:50.2295855+02:00",
"ClientId": "sample string 2",
"TotalAmount": 1.1,
"TotalAmountPaid": 1.1,
"TransactionRef": "sample string 3",
"TransactionType": 1,
"TransactionId": 1,
"Success": true,
"Reason": "sample string 5",
"TransactionSource": 6,
"TransactionFeesAmount": 7.1,
"VatAmount": 8.1,
"MerchantAmount": 9.1,
"RankId": 1,
"BonaitVat": 10.1,
"TransactionName": "sample string 11",
"MerchantUserId": "sample string 12",
"RequestLiftId": 1,
"RouteId": 1,
"AssociationId": 1
},
{
"$ref": "1"
}
]