- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ08-08-2022 08:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

