CheckDirectFulfillmentTransaction
Returns the status of the transaction indicated by the specified transactionId.
Input
| Name | Type | Required | Description |
| TransactionId | String | True | The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| Status | String | Current processing status of the transaction. |
| TransactionId | String | The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction. |