'Solana identify account transactions

lets say I have an ecommerce website and I want to start accepting Solana.

The customer will fill the cart and proceed to the checkout page, there I can display a QR code where the user can scan to pay.

Now I want to know if the checkout has been paid so I can mark the order as paid, is there a good way to accomplish that? maybe using Solana pay I can pass a reference or something?



Solution 1:[1]

The message you mentioned does not mean the export failed, it just tells the user that gcloud is going to exit because the export may take a significant amount of time to complete. Have you checked your bucket if a file was created or not?

If it did fail, there are a few reasons you may check:

  • Check for available disk space
  • Another operation is already running. You may encounter this if you rerun your command and the previous one has not completed yet.
  • There's an ongoing maintenance when you ran the export

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1