Retrieve Transaction

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.

circle-info

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
chevron-right
200

Returns 200 and the requested transaction

application/json
get
/v1/transactions/{id}

Last updated