You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unconfirmed - Received a payment but its transaction is still unconfirmed
confirmed - Received a payment and its transaction was confirmed in a block. This will be done in the background of the app. Periodically, "unconfirmed" transactions should be checked to see if the received transaction has been confirmed in a block. If yes, then mark the payment request as "confirmed".
canceled - When the user clicks the "Cancel" button (if the payment request was created - 5 seconds had passed)
timed-out - Timed out while waiting to receive a payment. A payment request can be marked as "timed-out" after 5 minutes of waiting. This should be configurable (app.config.<something>)
The text was updated successfully, but these errors were encountered:
pending
- Waiting for paymentunconfirmed
- Received a payment but its transaction is still unconfirmedconfirmed
- Received a payment and its transaction was confirmed in a block. This will be done in the background of the app. Periodically, "unconfirmed" transactions should be checked to see if the received transaction has been confirmed in a block. If yes, then mark the payment request as "confirmed".canceled
- When the user clicks the "Cancel" button (if the payment request was created - 5 seconds had passed)timed-out
- Timed out while waiting to receive a payment. A payment request can be marked as "timed-out" after 5 minutes of waiting. This should be configurable (app.config.<something>
)The text was updated successfully, but these errors were encountered: