Invoiced ON THIS PAGE
Invoiced offers tools to simplify invoicing, payment tracking, and account reconciliation.
Invoiced integration replicates data using the Invoiced REST API .
See the
Schema section for a list of objects available for replication.
Feature snapshot
A high-level look at this connector, including useful links, and supported features.
Preparing for authentication To access your data, you need to authenticate the connection with your account credentials.
Information note Make sure that the account you use has read access to the tables you want to fetch.
Creating the connection For more information, see Connecting to SaaS applications .
Fill in the required connection properties. Provide a name for the connection in Connection name .
Select Open connection metadata to define metadata for the connection when it has been created.
Click Create .
Connection settings Setting Description Data gateway
Select a Data Movement gateway if required by your use case.
Information note This field is not available with the Qlik Talend Cloud Starter subscription, as it does not support Data Movement gateway . If you have another subscription tier and do not want to use Data Movement gateway , select None .
For information on the benefits of Data Movement gateway and use cases that require it, see Qlik Data Gateway - Data Movement .
Start Date Enter the date, in the format MM/DD/YYYY
, from which the data must be replicated from your source to your target.
API Key API key. Connect to a sandbox environment Select this option if you are connecting to a sandbox environment.
SchemaInformation note Schemas and naming conventions can change from version to version. It is recommended to verify your version before continuing.
The schema and info displayed below is for version 1.
Depending on your destination, table and column names may not appear as they are outlined below.
credit_notes
The credit_notes
table contains info about the credit notes in your Invoiced account. A credit note represents a balance you owe to a customer.
credit_notes table foreign keys Join credit_notes with on customers credit_notes.customer = customers.id estimates credit_notes.customer = estimates.customer credit_notes.id = estimates.id invoices credit_notes.customer = invoices.customer credit_notes.id = invoices.id subscriptions credit_notes.customer = subscriptions.customer transactions credit_notes.customer = transactions.customer credit_notes.id = transactions.id
credit_notes table schema
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
discounts
ARRAY
draft
BOOLEAN
id
INTEGER
invoice
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
notes
STRING
number
STRING
paid
BOOLEAN
status
STRING
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
customers
The customers
table contains info about the customers in your Invoiced account.
customers table foreign keys customers table schema
address1
STRING
address2
STRING
attention_to
STRING
autopay
BOOLEAN
chase
BOOLEAN
chasing_cadence
INTEGER
city
STRING
country
STRING
created_at
DATE-TIME
credit_hold
BOOLEAN
credit_limit
NUMBER
email
STRING
id
INTEGER
language
STRING
metadata
OBJECT
name
STRING
next_chase_step
INTEGER
notes
STRING
number
STRING
parent_customer
INTEGER
payment_source
OBJECT
payment_terms
STRING
phone
STRING
postal_code
STRING
sign_up_page
INTEGER
state
STRING
tax_id
STRING
taxable
BOOLEAN
taxes
ARRAY
type
STRING
updated_at
DATE-TIME
estimates
The estimates
table contains info about the estimates in your Invoiced account.
estimates table foreign keys Join estimates with on credit_notes estimates.customer = credit_notes.customer estimates.id = credit_notes.id customers estimates.customer = customers.id invoices estimates.customer = invoices.customer estimates.id = invoices.id subscriptions estimates.customer = subscriptions.customer transactions estimates.customer = transactions.customer estimates.id = transactions.id
estimates table schema
approval
OBJECT
approved
BOOLEAN
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
deposit
NUMBER
deposit_paid
BOOLEAN
discounts
ARRAY
draft
BOOLEAN
expiration_date
DATE-TIME
id
INTEGER
invoice
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
notes
STRING
number
STRING
paid
BOOLEAN
payment_terms
STRING
status
STRING
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
invoices
The invoices
table contains info about the invoices in your Invoiced account. An invoice represents a balance owed to you by a customer.
invoices table foreign keys Join invoices with on credit_notes invoices.customer = credit_notes.customer invoices.id = credit_notes.id customers invoices.customer = customers.id estimates invoices.customer = estimates.customer invoices.id = estimates.id subscriptions invoices.customer = subscriptions.customer invoices.subscription = subscriptions.id transactions invoices.customer = transactions.customer invoices.id = transactions.id
invoices table schema
attempt_count
INTEGER
autopay
BOOLEAN
balance
NUMBER
closed
BOOLEAN
created_at
DATE-TIME
currency
STRING
customer
INTEGER
date
DATE-TIME
discounts
ARRAY
draft
BOOLEAN
due_date
DATE-TIME
id
INTEGER
items
ARRAY
metadata
OBJECT
name
STRING
needs_attention
BOOLEAN
next_payment_attempt
DATE-TIME
notes
STRING
number
STRING
paid
BOOLEAN
payment_terms
STRING
status
STRING
subscription
INTEGER
subtotal
NUMBER
taxes
ARRAY
total
NUMBER
updated_at
DATE-TIME
plans
The plans
table contains info about the plans in your Invoiced account. A plan describes a fixed amount that is billed to customers over a recurring interval.
plans table schema
amount
NUMBER
catalog_item
STRING
created_at
INTEGER
currency
STRING
description
STRING
id
STRING
interval
STRING
interval_count
INTEGER
metadata
OBJECT
name
STRING
notes
STRING
object
STRING
pricing_mode
STRING
quantity_type
STRING
tiers
OBJECT
updated_at
INTEGER
subscriptions
The subscriptions
table contains info about the subscriptions in your Invoiced account.
subscriptions table foreign keys Join subscriptions with on credit_notes subscriptions.customer = credit_notes.customer customers subscriptions.customer = customers.id estimates subscriptions.customer = estimates.customer invoices subscriptions.customer = invoices.customer subscriptions.id = invoices.subscription transactions subscriptions.customer = transactions.customer
subscriptions table schema
addons
ARRAY
approval
OBJECT
cancel_at_period_end
BOOLEAN
canceled_at
DATE-TIME
contract_period_end
DATE-TIME
contract_period_start
DATE-TIME
contract_renewal_cycles
INTEGER
contract_renewal_mode
STRING
created_at
DATE-TIME
customer
INTEGER
cycles
INTEGER
discounts
ARRAY
id
INTEGER
metadata
OBJECT
mrr
NUMBER
period_end
DATE-TIME
period_start
DATE-TIME
plan
STRING
quantity
NUMBER
recurring_total
NUMBER
renewed_last
DATE-TIME
renews_next
DATE-TIME
start_date
DATE-TIME
status
STRING
taxes
ARRAY
updated_at
DATE-TIME
transactions
The transactions
table contains info about the transactions in your Invoiced account.
transactions table foreign keys Join transactions with on credit_notes transactions.customer = credit_notes.customer transactions.id = credit_notes.id customers transactions.customer = customers.id estimates transactions.customer = estimates.customer transactions.id = estimates.id invoices transactions.customer = invoices.customer transactions.id = invoices.id subscriptions transactions.customer = subscriptions.customer
transactions table schema
amount
NUMBER
created_at
DATE-TIME
credit_note
INTEGER
currency
STRING
customer
INTEGER
date
DATE-TIME
failure_reason
STRING
gateway
STRING
gateway_id
STRING
id
INTEGER
invoice
INTEGER
metadata
OBJECT
method
STRING
notes
STRING
parent_transaction
INTEGER
payment_source
OBJECT
status
STRING
type
STRING
updated_at
DATE-TIME