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
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.