Adyen · JSON Structure

Configuration Webhooks Platform Payment Configuration Structure

PlatformPaymentConfiguration schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

PlatformPaymentConfiguration is a JSON Structure definition published by Adyen, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

salesDayClosingTime settlementDelayDays

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-webhooks-platform-payment-configuration-structure.json",
  "description": "PlatformPaymentConfiguration schema from Adyen API",
  "type": "object",
  "properties": {
    "salesDayClosingTime": {
      "description": "Specifies at what time a [sales day](https://docs.adyen.com/marketplaces-and-platforms/settle-funds/sales-day-settlement#sales-day) ends.\n\nPossible values: Time in **\"HH:MM\"** format. **HH** ranges from **00** to **07**. **MM** must be **00**.\n\nDefault value: **\"00:00\"**.",
      "type": "time"
    },
    "settlementDelayDays": {
      "description": "Specifies after how many business days the funds in a [settlement batch](https://docs.adyen.com/marketplaces-and-platforms/settle-funds/sales-day-settlement#settlement-batch) are made available.\n\nPossible values: **0** to **10**, or **null**.\n* Setting this value to an integer enables [Sales day settlement](https://docs.adyen.com/marketplaces-and-platforms/settle-funds/sales-day-settlement).\n* Setting this value to **null** enables [Pass-through settlement](https://docs.adyen.com/marketplaces-and-platforms/settle-funds/pass-through-settlement).\n\nDefault value: **null**.",
      "type": "int32"
    }
  },
  "name": "PlatformPaymentConfiguration"
}