Android - Test Pending Purchases with Subscriptions

Viewed 30

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

1 Answers

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

Related