PaymentInitiationBankAccountPayer
No description
type PaymentInitiationBankAccountPayer {
accountNumber: String!
accountName: String!
bankId: BankId!
accountType: AccountType!
}
Fields
PaymentInitiationBankAccountPayer.accountNumber ● String! non-null scalar
The account number as displayed in the bank portal. Note that for credit cards, the account number will be masked.
PaymentInitiationBankAccountPayer.accountName ● String! non-null scalar
The name of this account. Note that this does not necessarily have semantic significance as many banks allow users to rename their accounts.