Skip to main content

DebiCheckMandate

A DebiCheck is a more secure form of debit order.

This type requires the following scope:

[transactions]

type DebiCheckMandate implements Node {
id: ID!
referenceNumber: String!
creditor: String!
installmentAmount: Money!
status: String!
bankAccount: BankAccount!
}

Fields

id ● ID! non-null scalar

referenceNumber ● String! non-null scalar

The bank generated mandate reference

creditor ● String! non-null scalar

The originator and beneficiary of the mandate

installmentAmount ● Money! non-null scalar

The amount that has been mandated by the user

status ● String! non-null scalar

The mandate status

bankAccount ● BankAccount! non-null object

The bank account on which the mandate has been authorized

Interfaces

Node interface

An abstract datatype that has a locally unique identifier, allowing a given node to be later queried by id using the node(id: ID!) query.