Skip to main content

AddDirectDebitFundingSourceInput

Input to add a Direct Debit Funding Source

input AddDirectDebitFundingSourceInput {
scheme: SEPADirectDebitScheme!
accountId: ID!
iban: IBAN!
consentRedirectUrl: String!
name: String
}

Fields

AddDirectDebitFundingSourceInput.scheme ● SEPADirectDebitScheme! non-null enum

Scheme of the underlying payment mandate

AddDirectDebitFundingSourceInput.accountId ● ID! non-null scalar

Id of the account on which to create a funding source. Money will be funded to this account when an initiateFundingRequest is done using this funding source

AddDirectDebitFundingSourceInput.iban ● IBAN! non-null scalar

IBAN to use in the direct debit transaction that will be triggered when funding the account. Money will be debited from this IBAN when an initiateFundingRequest is done using this funding source

AddDirectDebitFundingSourceInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

AddDirectDebitFundingSourceInput.name ● String scalar

Name to give to this funding source

Member Of

addDirectDebitFundingSource mutation