I am using web3.py.
You can find out more information of the transaction using getTransaction and getTransactionReceipt.
Pending transactions can only be found through getTransaction but not getTransactionReceipt.
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransaction
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransactionReceipt
You can find out more information of the transaction using getTransaction and getTransactionReceipt.
Pending transactions can only be found through getTransaction but not getTransactionReceipt.
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransaction
https://web3py.readthedocs.io/en/stable/web3.eth.html?highlight=gettransaction#web3.eth.Eth.getTransactionReceipt