Checkout
RetrieveMerchantSettings
Retrieves the merchant-level settings for a Square-hosted checkout page.
get/v2/online-checkout/merchant-settings
Response
Success
Example response
{
"merchant_settings": {
"merchant_id": "MERCHANT_ID",
"payment_methods": {
"afterpay_clearpay": {
"enabled": true,
"item_eligibility_range": {
"max": {
"amount": 10000,
"currency": "USD"
},
"min": {
"amount": 100,
"currency": "USD"
}
},
"order_eligibility_range": {
"max": {
"amount": 10000,
"currency": "USD"
},
"min": {
"amount": 100,
"currency": "USD"
}
}
},
"apple_pay": {
"enabled": true
},
"cash_app_pay": {
"enabled": true
},
"google_pay": {
"enabled": true
}
},
"updated_at": "2022-06-16T22:25:35Z"
}
}