Get Configuration

This endpoint is used to retrieve the merchant's payment limits. A request to [Create Checkout](/api-reference/online-api/checkouts/create-checkout) may be rejected if the order amount is not between the `minimumAmount` and `maximumAmount` (inclusive). <Note title="Note"> Clearpay merchant configuration does not change frequently. For this reason, the configuration response will include `Cache-Control` headers in order to minimise network round trips when using a modern HTTP client. Get configuration should be called on a fixed schedule, we recommend about once per day. </Note> ## Successful Response (200) Returns a configuration object containing the following attributes. | Attribute | Type | Description | | :-------------- | :-------- | :-------------------- | | `minimumAmount` | [Money](/money-object) | Minimum order amount. | | `maximumAmount` | [Money](/money-object) | Maximum order amount. | ## Connection Timeouts | Timeout | Time (Seconds) | | :------ | :------------- | | Open | 10 | | Read | 20 | ## Errors See [GET Errors](/get-errors).

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Headers

User-AgentstringRequired
AcceptstringOptionalDefaults to application/json