paymentInstructionByLedger
Get the payment instruction for the account's supplementary ledger.
Arguments
Examples
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.
query PaymentInstructionByLedger(
$accountNumber: String!,
$supplyType: String!
) {
paymentInstructionByLedger(
accountNumber: $accountNumber,
supplyType: $supplyType
) {
accountHolder
accountType
bankCode
cardExpiryMonth
cardExpiryYear
cardNumber
cardPaymentNetwork
cardType
iban
id
instructionType
maskedAccountIdentifier
owners {
...PaymentInstructionOwnerTypeFragment
}
sortCode
status
supplementaryLedger {
...SupplementaryLedgerTypeFragment
}
validFrom
vendor
}
}
Variables
{
"accountNumber": "A-30608177",
"supplyType": "answer-bed-behind-spring-and"
}
Response
{
"data": {
"paymentInstructionByLedger": {
"accountHolder": "million-since-again-teacher-letter",
"accountType": "reveal-coach-card-no-step",
"bankCode": "side-PM-yeah-sort-network",
"cardExpiryMonth": 90,
"cardExpiryYear": 51,
"cardNumber": "recognize-space-many-everything-up",
"cardPaymentNetwork": "else-evidence-compare-return-base",
"cardType": "guess-up-election-edge-his",
"iban": "not-add-west-where-difficult",
"id": "19456944",
"instructionType": "soon-Mr-cup-investment-the",
"maskedAccountIdentifier": "87525790",
"owners": [PaymentInstructionOwnerType],
"sortCode": "cause-leave-represent-bar-various",
"status": "check-project-air-if-individual",
"supplementaryLedger": SupplementaryLedgerType,
"validFrom": "1977-10-17T17:09:44.909536+00:00",
"vendor": "others-pull-national-until-sure"
}
}
}