{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SourceOfFunds", "title": "SourceOfFunds", "properties": { "acquiringBusinessLineId": { "deprecated": true, "x-deprecatedInVersion": "3", "x-deprecatedMessage": "This field will be removed in v4.", "description": "The unique identifier of the business line that will be the source of funds.This must be a business line for a **receivePayments** or **receiveFromPlatformPayments** capability.", "type": "string" }, "adyenProcessedFunds": { "description": "Indicates whether the funds are coming from transactions processed by Adyen. If **false**, a `description` is required.", "type": "boolean" }, "description": { "description": "Text describing the source of funds. For example, for `type` **business**, provide a description of where the business transactions come from, such as payments through bank transfer. Required when `adyenProcessedFunds` is **false**.", "type": "string" }, "type": { "description": "The type of the source of funds. Possible value: **business**.", "enum": [ "business" ], "type": "string" } }, "type": "object" }