GET api/order/TransactionInfo?transactionId={transactionId}
Get Current Transaction Info
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionId | integer |
Required |
Body Parameters
None.
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentReference |
PaymentReference |
string |
None. |
| Status |
Status Of Transaction |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"paymentReference": "sample string 1",
"status": 2
}