Transactions

Retrieve a Transaction

Provides the information necessary for the business to determine the state of the transaction identified by id, decide if any action must be taken to continue processing the transaction, and act on the decision.

get/transactions/{id}

Path parameters

idstring required

Response

Transaction found.

TransactionSEP6 required— unresolved $ref
OR
TransactionSEP24 required— unresolved $ref
OR
TransactionSEP31 required— unresolved $ref

Changes