Skip to main content

UpdateReceivedSepaDirectDebitB2bMandateInput

Inputs to update a received sepa direct debit mandate B2b.

input UpdateReceivedSepaDirectDebitB2bMandateInput {
receivedDirectDebitMandateId: ID!
mandateReference: String
creditorIdentifier: String
creditorName: String
iban: String
name: String
consentRedirectUrl: String!
}

Fields

UpdateReceivedSepaDirectDebitB2bMandateInput.receivedDirectDebitMandateId ● ID! non-null scalar

The unique mandate id

UpdateReceivedSepaDirectDebitB2bMandateInput.mandateReference ● String scalar

The unique identifier of the received direct debit mandate

UpdateReceivedSepaDirectDebitB2bMandateInput.creditorIdentifier ● String scalar

The Sepa Creditor Identifier of the creditor

UpdateReceivedSepaDirectDebitB2bMandateInput.creditorName ● String scalar

The name of the creditor

UpdateReceivedSepaDirectDebitB2bMandateInput.iban ● String scalar

The Swan Iban of the debtor

UpdateReceivedSepaDirectDebitB2bMandateInput.name ● String scalar

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

UpdateReceivedSepaDirectDebitB2bMandateInput.consentRedirectUrl ● String! non-null scalar

URL the user is redirected to after consent has been given

Member Of

updateReceivedSepaDirectDebitB2bMandate mutation