Skip to main content

Input fields

accountNumber : String! required
directDebitInstruction : DirectDebitInstructionLocalBankDetailsInput! required
owners : [OwnerInput]

The owners of the financial account this instruction represents.

useForAutomatedPayments : Boolean

Set newly created payment instruction as the active payment preference.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "accountNumber": "A-D8847905", "directDebitInstruction": DirectDebitInstructionLocalBankDetailsInput, "owners": OwnerInput, "useForAutomatedPayments": true }