I made an Android app that uses the google in-app billing.Most of the time this works just fine, but some users seem to fail the carrier billing authorization. In that case I get an email with the following text.
Google order # XXX has been cancelled because carrier billing authorization did
not succeed for your buyer. The buyer was not charged.
I realize what that means and that the problem is not on my side, but I wonder what exactly happens in that case in the app. Does the order first go through and gets later canceled? What is the message flow in that case between google and my app?