CheckVendorTransactionStatus
Returns the status of the transaction that you specify.
Execute
Below you can find an example query for executing this stored procedure:
EXECUTE CheckVendorTransactionStatus TransactionId = '1b2ba545-d325-4fc6-bdf1-93ff967cb964'
Input
Name | Type | Required | Description |
TransactionId | String | True | The GUID provided by Amazon in the 'transactionId' field in response to the post request of a specific transaction. |
Result Set Columns
Name | Type | Description |
Success | String | Boolean indicating whether the stored procedure was successfully executed. |
Status | String | Current processing status of the transaction. Values: Failure, Processing, Success. |