post
https://api-{corename}.{env}.gpsrv.com/intserv/4.0/getAllTransHistory
Use the Get All Transaction History endpoint to retrieve all of the transactions on the SoFi Tech Solutions ledger, including backouts, denied transactions, AVS-only requests, and tokenization requests.
- This endpoint returns the same transactions as the All Transactions page in the CST.
- Transactions are returned newest first, ordered by
post_tsdescending. Becausepost_tshas one-second precision, transactions sharing the same second are then ordered byact_iddescending. Pending payments and denied authorizations have noact_idand are returned after the posted transactions they share apost_tswith. - See Record-Set Pagination for instructions on using the paging parameters.
- Open the Recipes below to see response examples.
Recipes
Get All Transaction History response: preauthorization, backout, settlement
Open Recipe
Get All Transaction History: Preauth at gas pump with completion
Open Recipe
Status codes
See Global Response Statuses for status codes that are common across endpoints.

