HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
API Reference
Developer HubAPI StatusSupport

getOrderScenarios

Returns the status of the transaction indicated by the specified transactionId. If the transaction was successful, also returns the requested test order data.

Path Params
string
required

The transaction identifier returned in the response to the generateOrderScenarios operation.

Responses

Response body
object
transactionStatus
object

The transaction details including the status. If the transaction was successful, also includes the requested test order data.

string
required

The unique identifier returned in the response to the generateOrderScenarios request.

string
required

The current processing status of the transaction.

FAILURE PROCESSING SUCCESS

Show Details
FAILURETransaction has failed.
PROCESSINGTransaction is in process.
SUCCESSTransaction has completed successfully.
testCaseData
object

The set of test case data returned in response to the test data request.

Headers
object
string

Unique request reference identifier.

Language