Skip to main content

AddTrustedSepaBeneficiaryInput

Input to add a SEPA trusted beneficiary

input AddTrustedSepaBeneficiaryInput {
accountId: ID!
iban: IBAN!
name: String!
label: String
address: AddressInput
consentRedirectUrl: String!
}

Fields

AddTrustedSepaBeneficiaryInput.accountId ● ID! non-null scalar

Account ID of the account on which the beneficiary will be created

AddTrustedSepaBeneficiaryInput.iban ● IBAN! non-null scalar

IBAN of the SEPA trusted beneficiary

AddTrustedSepaBeneficiaryInput.name ● String! non-null scalar

Name of the SEPA trusted beneficiary

AddTrustedSepaBeneficiaryInput.label ● String scalar

Label of the SEPA trusted beneficiary. If not provided, the name will be used.

AddTrustedSepaBeneficiaryInput.address ● AddressInput input

Beneficiary address

AddTrustedSepaBeneficiaryInput.consentRedirectUrl ● String! non-null scalar

When the consent flow is finished the user is redirected to this URL

Member Of

addTrustedSepaBeneficiary mutation