We do not offer once-only direct debit in our payment screen. You could, however, integrate this into your website via our Recurring API. In order to create a once-only direct debit, you take the following steps:
- Create a consumer via our Customers API.
- To create a direct debit payment, you need a valid mandate. Create it via a "first payment" or via our Mandates API for the consumer you just created.
- Next, check whether the mandate is valid.
- Create a payment. Bear in mind that you have to add the parameter "recurringType" and that the value is "recurring". See "Charging immediately on-demand" for how you can do this.
Even though the recurringType is "recurring", the payment will be carried out only once. This is because you have to create a new payment every time. If you want to automate the process, then see our Subscriptions API.