{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute debitAccountHolder API", "version": "6" }, "items": [ { "info": { "name": "debitAccountHolder", "type": "folder" }, "items": [ { "info": { "name": "Adyen Send a Direct Debit Request", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/debitAccountHolder", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Sends a direct debit request to an account holder's bank account. If the direct debit is successful, the funds are settled in the accounts specified in the split instructions. Adyen sends the result of the direct debit in a [`DIRECT_DEBIT_INITIATED`](https://docs.adyen.com/api-explorer/#/NotificationService/latest/post/DIRECT_DEBIT_INITIATED) notification webhook.\n\n To learn more about direct debits, see [Top up accounts](https://docs.adyen.com/marketplaces-and-platforms/classic/top-up-accounts)" } ] } ], "bundled": true }