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.
curl https://api.switchappgo.com/v1/transactions/:transactionId \
-H "authorization: 'bearer sk_test_nTgS42KNdKr6Ts798DT'"
-X GET