---
title: "Check Payment Button Availability"
method: GET
path: "/check-payment-button-status"
---

# Check Payment Button Availability

`GET /check-payment-button-status`

The rate-limited Check Payment Button Availability endpoint provides whitelabel API users with the current status of all enabled payment options.

## Headers

- `Authorization` string

## Response `201`

201

- object
  - `status` boolean
  - `message` string
  - `data` object
    - `payButtons` object
      - `knet` boolean
      - `credit_card` boolean
      - `samsung_pay` boolean
      - `apple_pay` boolean
      - `apple_pay_knet` boolean
      - `amex` boolean
      - `google_pay` boolean
    - `isWhiteLabel` boolean

---

[API](https://skmtc.net/upayments/apis/sandbox-api-base-url.md) · [All operations](https://skmtc.net/upayments/apis/sandbox-api-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upayments/sandbox-api-base-url/versions/3975dc6fe479/schema)
