POST api/transactions/get
Request Information
URI Parameters
None.
Body Parameters
GetTransactionsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| MerchantApplicationId | integer |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromDate": "2026-01-15T06:04:20.0952178+00:00",
"toDate": "2026-01-15T06:04:20.0952178+00:00",
"merchantApplicationId": 1,
"paymentStatus": "Authorized"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.