accountPaymentInfo
Get details about an account's payments info.
Arguments
Account number to retrieve the payment info.
Returns
AccountPaymentInfoExamples
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 AccountPaymentInfo($accountNumber: String!) {
accountPaymentInfo(accountNumber: $accountNumber) {
electricityIban
gasIban
holderName
postcode
splitAddress
}
}
Variables
{
"accountNumber": "A-77B1EFFF"
}
Response
{
"data": {
"accountPaymentInfo": {
"electricityIban": "almost-hour-husband-less-daughter",
"gasIban": "experience-discussion-central-from-them",
"holderName": "their-music-quality-particularly-old",
"postcode": "later-purpose-hear-finish-dinner",
"splitAddress": "hour-season-although-sing-son"
}
}
}