Currently when a payment is 'sent' it is optimistically assumed to have been successful unless there is a local error, which shows immediately.
There are other cases worth handling better :
- Pending, payment submitted successfully but not immediately confirmed
- Failed, payment submitted successfully but fails for some remote reason
Currently when a payment is 'sent' it is optimistically assumed to have been successful unless there is a local error, which shows immediately.
There are other cases worth handling better :