Skip to main content

Fields

accountHolder : String! required
cardExpiryMonth : Int
cardExpiryYear : Int
cardPaymentNetwork : String
iban : String! required
id : ID! required
instructionType : String! required
lastFourDigitsOfAccountNumber : String

The last four digits of the account number.

Deprecation
The 'lastFourDigitsOfAccountNumber' field is deprecated.

Use 'maskedAccountIdentifier' for a masked reference to the instruction.

- Marked as deprecated on 2021-12-23.
- Scheduled for removal on or after 2024-01-01.
maskedAccountIdentifier : String

A masked reference to a recurring payment method.

maskedIban : String

A masked version of the IBAN.

The owners of the financial account this instruction represents.

sortCode : String! required
status : String! required
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

{ "accountHolder": "adult-chair-responsibility-civil-relate", "cardExpiryMonth": 87, "cardExpiryYear": 55, "cardPaymentNetwork": "name-determine-wish-something-might", "iban": "development-possible-house-office-fly", "id": "94684388", "instructionType": "international-scene-call-deep-answer", "maskedAccountIdentifier": "19492800", "maskedIban": "teach-financial-vote-season-indicate", "owners": [PaymentInstructionOwnerType], "sortCode": "education-across-these-also-standard", "status": "while-now-commercial-test-wind" }