Skip to main content

Fields

account : AccountType! required
details : JSONString
id : ID! required

The owners of the financial account this instruction represents.

paymentMethodType : String
reference : String! required
status : String! required
supplementaryLedger : SupplementaryLedgerType

The supplementary ledger for this payment instruction.

validFrom : DateTime! required
validTo : DateTime
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

{ "account": AccountType, "details": {"key": "value"}, "id": "15089070", "owners": [PaymentInstructionOwnerType], "paymentMethodType": "opportunity-design-too-leave-still", "reference": "thank-sister-performance-also-customer", "status": "between-of-to-option-manage", "supplementaryLedger": SupplementaryLedgerType, "validFrom": "2023-01-27T03:01:01.988981+00:00", "validTo": "1992-01-27T03:28:58.624908+00:00" }