Skip to main content

Input fields

accountNumber : String! required

The number of the account.

ledgerNumber : String! required

The number of the ledger on which the instruction should be created.

owners : [OwnerInput]

The owners of the financial account this instruction represents.

storedPaymentMethodDetailsReference : String! required

Reference returned when storing bank details (StoredPaymentMethodDetails.reference).

validFrom : DateTime! required

The date-time that the instruction is valid from.

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-7BCBF395", "ledgerNumber": "wind-carry-matter-occur-find", "owners": OwnerInput, "storedPaymentMethodDetailsReference": "me-ground-more-a-kind", "validFrom": "1995-06-09T15:17:25.738003+00:00" }