VerifySepaBeneficiaryInput
Input parameters required to verify a SEPA beneficiary
input VerifySepaBeneficiaryInput {
address: AddressInput
iban: IBAN!
name: String!
}
Fields
VerifySepaBeneficiaryInput.address
● AddressInput
input
Optional postal address of the beneficiary
VerifySepaBeneficiaryInput.iban
● IBAN!
non-null scalar
The IBAN of the beneficiary
VerifySepaBeneficiaryInput.name
● String!
non-null scalar
The full name of the beneficiary
Member Of
verifySepaBeneficiary
mutation