Adyen · Schema

ThresholdRepayment

PaymentsFinancial ServicesFintech

Properties

Name Type Description
amount object The amount to be repaid on a 30-day basis.
View JSON Schema on GitHub

JSON Schema

adyen-thresholdrepayment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThresholdRepayment",
  "title": "ThresholdRepayment",
  "properties": {
    "amount": {
      "description": "The amount to be repaid on a 30-day basis.",
      "$ref": "#/components/schemas/Amount"
    }
  },
  "required": [
    "amount"
  ],
  "type": "object"
}