InternationalCreditTransferInCreditor
International Credit Transfer In - Creditor info
type InternationalCreditTransferInCreditor {
name: String!
BIC: BIC!
IBAN: IBAN!
maskedIBAN: String!
virtualIBANEntryId: ID
}
Fields
InternationalCreditTransferInCreditor.name ● String! non-null scalar
Account holder name
InternationalCreditTransferInCreditor.BIC ● BIC! non-null scalar
Bank Identifier Code
InternationalCreditTransferInCreditor.IBAN ● IBAN! non-null scalar
International Bank Account Number
Only if the account membership has canViewAccount=true & this account has paymentLevel=Unlimited
InternationalCreditTransferInCreditor.maskedIBAN ● String! non-null scalar
maskedIBAN if the beneficiary is a an account in an other financial institution
InternationalCreditTransferInCreditor.virtualIBANEntryId ● ID scalar
identifier of a Virtual IBAN
Implemented By
InternationalCreditTransferCreditor union ● InternationalCreditTransferDebtor union