get https://sandboxapi.upayments.com/api/v1/check-payment-button-status
Overview
This is a rate limited method and is used to check the status of a payment button. The sole purpose of this API is to know the enabled payment options (KNET, CC, Samsung Pay, Apple Pay, Google Pay etc). White labeled API users can call this endpoint to pass payment methods status to reflect on their application (In order to enable/disable any payment methods, users can do so from their UPay web or mobile application). Because of being rate limited, API clients cannot request the same more than 1 requests/minute and will be get blocked, if the limit has been crossed.
Request Header
Add "Authorization": "Bearer {Token}" to the request header.