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?
08-08-2022 08:49 PM
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.
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.
08-14-2022 11:01 AM