Skip to main content

AddTrustedSepaBeneficiariesInput

Input to add a SEPA trusted beneficiaries

input AddTrustedSepaBeneficiariesInput {
sepaBeneficiaries: [TrustedSepaBeneficiaryInput!]!
accountId: ID!
consentRedirectUrl: String!
}

Fields​

AddTrustedSepaBeneficiariesInput.sepaBeneficiaries ● [TrustedSepaBeneficiaryInput!]! non-null input​

List of SEPA trusted beneficiaries

AddTrustedSepaBeneficiariesInput.accountId ● ID! non-null scalar​

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

AddTrustedSepaBeneficiariesInput.consentRedirectUrl ● String! non-null scalar​

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

Member Of​

addTrustedSepaBeneficiaries mutation