Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 1.07 KB

update-merchant-settings-request.md

File metadata and controls

57 lines (49 loc) · 1.07 KB

Update Merchant Settings Request

Structure

Update Merchant Settings Request

Fields

Name Type Tags Description
merchant_settings Checkout Merchant Settings Hash Required -

Example (as JSON)

{
  "merchant_settings": {
    "payment_methods": {
      "apple_pay": {
        "enabled": false
      },
      "google_pay": {
        "enabled": false
      },
      "cash_app": {
        "enabled": false
      },
      "afterpay_clearpay": {
        "order_eligibility_range": {
          "min": {
            "amount": 34,
            "currency": "ISK"
          },
          "max": {
            "amount": 140,
            "currency": "OMR"
          }
        },
        "item_eligibility_range": {
          "min": {
            "amount": 34,
            "currency": "ISK"
          },
          "max": {
            "amount": 140,
            "currency": "OMR"
          }
        },
        "enabled": false
      }
    },
    "updated_at": "updated_at6"
  }
}