Skip to main content

PaymentInitiationBankAccountPayer

No description

type PaymentInitiationBankAccountPayer {
accountNumber: String!
accountName: String!
bankId: BankId!
accountType: AccountType!
}

Fields

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.

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.

bankId ● BankId! non-null enum

accountType ● AccountType! non-null enum