get https://global-api-sandbox.afterpay.com/v1/configuration
This endpoint is used to retrieve the merchant's payment configuration, i.e. the merchant's available payment types, and the valid payment ranges for each. A request to Create Order will be rejected if the total amount is not between the minimumAmount
and maximumAmount
(inclusive).
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.
Successful Response (200)
Returns an array of payment configuration objects, each containing the following attributes.
Note
Currently,
PAY_BY_INSTALLMENT
is the only payment type offered.
Connection Timeouts
Timeout | Time (Seconds) |
---|---|
Open | 10 |
Read | 20 |
Errors
See GET Errors.