0

I am trying to use the API explorer here by inputting my package name, subscription id and the token I get from my in app purchase. But once I do I get a loading spinnen that never stops or gives any feedback.

enter image description here

I currently can do in app purchases in my app and I get the purchase details. But I want to verify them in my backend.

The subscriptionId I used is the product id from my subscription that I got from the play console.

enter image description here

I am trying to do this with the API explorer because of my question here . So I can test if it works.

anonymous-dev
  • 2,897
  • 9
  • 48
  • 112

1 Answers1

1

Click on the ? sign next to credentials. You will get a cURL, HTTP and Javascript example for your request to fill in your API-Keys and stuff. Did you try this?

Did you follow these steps: Am I getting the steps right for verifying a user's Android in-app subscription?

Alexander Riedel
  • 1,329
  • 1
  • 7
  • 14