On one of my new apps I received 19 individual orders yesterday, but not a single one of them went through, could I have improperly implemented the billing library, can a developer side issue cause this.
Asked
Active
Viewed 255 times
1 Answers
0
If the cancellations are apparently from the same user, all from the same country, then probably that person have a problem with their payment method.
If the cancellations are of various origins then probably you have a problem in your code, maybe you are not calling billingClient.acknowledgePurchase()
?

from56
- 3,976
- 2
- 13
- 23
-
Thanks Lluis Felisart, I am acknowledging purchase, I have received one payment on 21st may, but every single order since then has been cancelled or declined.I have since received 5 more orders that are either cancelled or declined, – Lang One Jun 08 '20 at 01:44
-
@LangOne have you got any solution to this? I am getting the customer payment declined for many of my customers – Sam Nov 23 '20 at 22:32