Skip to main content

AddReceivedSepaDirectDebitB2bMandateInput

Inputs to add a received sepa direct debit mandate B2b.

input AddReceivedSepaDirectDebitB2bMandateInput {
mandateReference: String!
creditorIdentifier: String!
creditorName: String!
iban: String!
name: String
sequence: SEPAReceivedDirectDebitMandateSequence!
signatureDate: Date
consentRedirectUrl: String!
}

Fields

AddReceivedSepaDirectDebitB2bMandateInput.mandateReference ● String! non-null scalar

The unique identifier of the received direct debit mandate

AddReceivedSepaDirectDebitB2bMandateInput.creditorIdentifier ● String! non-null scalar

The Sepa Creditor Identifier of the creditor

AddReceivedSepaDirectDebitB2bMandateInput.creditorName ● String! non-null scalar

The name of the creditor

AddReceivedSepaDirectDebitB2bMandateInput.iban ● String! non-null scalar

The Swan Iban of the debtor

AddReceivedSepaDirectDebitB2bMandateInput.name ● String scalar

Label that will be displayed along with this received direct debit mandate in the web banking

AddReceivedSepaDirectDebitB2bMandateInput.sequence ● SEPAReceivedDirectDebitMandateSequence! non-null enum

Sequence of the mandate

AddReceivedSepaDirectDebitB2bMandateInput.signatureDate ● Date scalar

Date of signature of the mandate

AddReceivedSepaDirectDebitB2bMandateInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member Of

addReceivedSepaDirectDebitB2bMandate mutation