AccountInvoiceBusiness
Merchant business snapshot embedded in the issued account invoice.
type AccountInvoiceBusiness {
legalName: String
iban: String
documentNumber: String
mandateSignatureTimestamp: Int
}
Fields
AccountInvoiceBusiness.legalName ● String scalar
Registered legal name of the business.
AccountInvoiceBusiness.iban ● String scalar
Merchant IBAN charged for direct debit invoices.
AccountInvoiceBusiness.documentNumber ● String scalar
Tax identification number (e.g. NIF/CIF for Spain, VAT ID for EU).
AccountInvoiceBusiness.mandateSignatureTimestamp ● Int scalar
SEPA mandate signature date as a unix timestamp (seconds). Set when paymentMethod is direct_debit.
Member Of
AccountInvoice object