Context: We have a TV app that offers as its only in-app item a monthly subscription.
I am mostly looking for confirmation of what I believe to be true:
- Since version 2.0 of the Google Play Billing Library there is a thing called pending purchases. The main real use case seems to be purchases which the user pays for in cash in some registered store. During the time between the initial purchase in the app and the cash payment in the store the purchase is pending.
- To test these pending purchases there should now be two additional payment methods for license testers, namely "Slow test card, approves after a few minutes" and "Slow test card, declines after a few minutes".
- My colleagues and I have not found these two additional test payment methods, nor have some other people.
- Google's official documentation notes: "Additional forms of payment are not available for subscriptions purchases."
- Since pending purchases can only result from these "additional forms of payment" (besides credit cards, Play Store gift cards, etc.) this means that pending purchases can not happen for subscription items and this explains why neither of us sees the two additional payment methods in our tests
True or false?