{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/funds-setup-beneficiary-request-structure.json", "description": "SetupBeneficiaryRequest schema from Adyen API", "type": "object", "properties": { "destinationAccountCode": { "description": "The destination account code.", "type": "string" }, "merchantReference": { "description": "A value that can be supplied at the discretion of the executing user.", "type": "string" }, "sourceAccountCode": { "description": "The benefactor account.", "type": "string" } }, "required": [ "sourceAccountCode", "destinationAccountCode" ], "name": "SetupBeneficiaryRequest" }