Solved

Delayed payments Support

  • 15 September 2021
  • 3 replies
  • 393 views

Badge +3

I have similar question like this one here

https://github.com/RevenueCat/purchases-android/issues/82

When using slow test card on Android in-app purchases all I get is purchase error with message='The payment is pending.'. Is there a way to get notified when transaction has been completed? If not, what options do we have, we can iterate through purchaserInfo.nonSubscriptionTransactions to get all in-app purchase?

icon

Best answer by jazmine 16 September 2021, 00:19

View original

3 replies

Userlevel 3
Badge +7

Hi @milos lalatovic :wave: ,

When making a purchase with the slow card you will get a pending purchase, but when you start up the app again you will get a successful payment. There is no way to get notified from Google when the payment is successful, instead we check all purchases on start up. 

Hope this helps answer your question! 

Badge +3

Thanks jazmine.

Badge +5

I am having the same issue but despite of checking for acknowledgement on the next app startup, the payment is still pending.

RevenueCat(s), can I somehow manually call the billing api? Does RevenueCat offer a call that I can make via the API or SDK?

Reply