Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Payment Apps rate limits: bucket size and leak rate

Payment Apps rate limits: bucket size and leak rate

Nika_Mueller
Visitor
3 0 0

Hello!

I was testing the GraphQL requests to Payment Apps API, and got this in response:

 

    "extensions": {
        "cost": {
            "requestedQueryCost": 10,
            "actualQueryCost": 10,
            "throttleStatus": {
                "maximumAvailable": 54600.0,
                "currentlyAvailable": 54590,
                "restoreRate": 2730.0
            }
        }
    }

 

As I understand from the response, the bucket size is 54600 and the restore rate is 2730 p/s.
However, the docs say that for Payment Apps API the restore rate should be 910 p/s.
So, the question are:
1. What is the size of a bucket for payment apps?
2. What is the exact restore rate for payment apps?

Thank you!

Replies 0 (0)