Solved

API request completed with status: POST /receipts 503 (android Flutter)

  • 12 January 2022
  • 2 replies
  • 226 views

Badge +3

 

API request completed with status: POST /receipts 503.
Subscription purchases successfully but not working on android side.Even i received google play receipts by email.We are facing this issue since two weeks.

 

icon

Best answer by ryan 12 January 2022, 22:06

View original

2 replies

Userlevel 5
Badge +9

You should be seeing an accompanying log message that there are invalid credentials? This is caused by not having the Google Play credentials set up correctly in the RevenueCat dashboard.

The guide we’ve put together on setting this up is here: https://docs.revenuecat.com/docs/creating-play-service-credentials

There are also a handful of community posts on the topic that may help if you get stuck as well: https://community.revenuecat.com/search?q=credentials%20issue

A 5xx response is returned to the SDK instead of a 403 since the SDK is programmed to automatically retry any 5xx response, so these requests should get replayed and succeed eventually after the credentials are updated.

Badge +1

Hello, 

 

How could you solve this problem? I got the same error and I don’t know how to fix it.

Reply