Retrieve transactions when you need to process them
Retrieve a previously created transaction using its id.
This returns the same response as a transaction verification except that the transaction id generated by SwitchApp is used in this case to retrieve the transaction record instead of your payment reference.
NOTE: Transactions provide a source of truth for reconciliations. As such, they cannot be deleted. But you may hide or archive them.
Retrieves a transaction with the specified id.
get
Authorizations
AuthorizationstringRequired
API Key as Bearer Token
Path parameters
idstringRequired
The id of the transaction to retrieve
Responses
200
Returns 200 and the requested transaction
application/json
400
Returns 400 if the query is invalid
401
Returns 401 when authorization details is invalid
404
Returns 404 if a transaction with the specified id is not found