1

I am trying to test pending purchases on Android for my app which is going to have subscriptions. At the moment I see:

  1. Test card always approves.
  2. Test card always declines.

I need to see:

  1. Test card slow to approve.
  2. Test card slow to decline.

How can I see these payment instruments when making a test purchase?

enter image description here

Sach K
  • 591
  • 4
  • 20

1 Answers1

1

Pending purchases currently work only for one time items, not subscriptions: docs

Derek K
  • 2,756
  • 1
  • 21
  • 37
  • Does this mean that subscriptions do not have pending purchases or that they cannot be tested with subscriptions. I find it odd that a requirement requested by Google cannot be tested! – Sach K Sep 18 '22 at 18:12
  • Yes, subscriptions do not have pending purchases, so it's not possible to test them. You can only test pending purchases for one time items. – Derek K Sep 19 '22 at 10:12