Skip to main content

SEPABeneficiary

External Beneficiary type SEPA

type SEPABeneficiary {
id: ID @deprecated
name: String!
isMyOwnIban: Boolean! @deprecated
address: Address
maskedIBAN: String
}

Fields

SEPABeneficiary.id ● ID deprecated scalar

DEPRECATED

this field is never filled. It will be removed soon.

unique identifier of a beneficiary SOON TO BE DEPRECATED Always empty, It will be removed soon.

SEPABeneficiary.name ● String! non-null scalar

full name of the beneficiary

SEPABeneficiary.isMyOwnIban ● Boolean! deprecated non-null scalar

DEPRECATED

this field is never filled. It will be removed soon.

true if this new beneficiary is the account holder himself in an other financial institution. SOON TO BE DEPRECATED Not used. It will be removed soon.

SEPABeneficiary.address ● Address object

beneficiary address

SEPABeneficiary.maskedIBAN ● String scalar

maskedIBAN if the beneficiary is a an account in an other financial institution

Member Of

SEPACreditTransferOutCreditor object ● SEPADirectDebitInDebtor object ● SEPADirectDebitOutCreditor object ● StandingOrder object