cancel
Showing results for 
Search instead for 
Did you mean: 

I want to store Transaction Status in Database

Hello,
I want to store Transaction Status in the Database, but authorize.net settle the transaction in 24 hours, so how can I store transaction status in my database?

rose1701
Member
2 REPLIES 2

First, open a transaction by issuing the BEGIN TRANSACTION command. After executing the statement BEGIN TRANSACTION , the transaction is open until it is explicitly committed or rolled back. Second, issue SQL statements to select or update data in the database. 

McDaniel
Contributor

Don't worry. Its not too much difficult. As we are storing the data of ios app in our database. You could do it by 2 methods. Either go to the setting of transaction there you will find the storage option. And another way is to do it through html and css coding but that will be difficult. 

Leonardo235
Member