v1

latestOpenAPI 3.1.02026-07-2418049.3 KB

Check Payment Button Availability

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

get/check-payment-button-status

Headers

Authorizationstring

Response

201

statusboolean
messagestring

Example response

{
  "status": true,
  "message": "Data received successfully",
  "data": {
    "payButtons": {
      "knet": true,
      "credit_card": true,
      "samsung_pay": true,
      "apple_pay": true,
      "apple_pay_knet": true,
      "google_pay": true
    },
    "isWhiteLabel": true
  }
}