List of all Payment Transactions for this Invoice.
sandboxed
boolean
yes
If true, this resource is in the sandboxed environment. If false, this resource is in the live environment.
CustomLineItem
Property name
Data type
Required?
Description
id
integer
yes
Unique id generated by Arc to identify this resource.
created_at
string <date-time>
yes
Date and time at which this resource was created. Given in UTC.
updated_at
string <date-time>
yes
Date and time at which this resource was most recently updated. Given in UTC.
amount_cents
integer
yes
Monetary amount of this Custom Line Item. Given in cents.
name
string
no
Name for this Custom Line Item, either provided or generated by Arc. Arc generates names for debit type Custom Line Items when name is not provided upon Invoice creation and for all credit type Custom Line Items
type
string
yes
Enum: debit, credit
UtilityRemittanceLineItems
Property name
Data type
Required?
Description
id
integer
yes
Unique id generated by Arc to identify this resource.
created_at
string <date-time>
yes
Date and time at which this resource was created. Given in UTC.
updated_at
string <date-time>
yes
Date and time at which this resource was most recently updated. Given in UTC.
amount_cents
integer
yes
Monetary amount that will be remitted to the user's associated Utility. Given in cents.
name
string
no
Name for this Utility Remittance Line Item, either provided or generated by Arc. Arc generates a name for a Utility Remittance Line Item when name is not provided upon Invoice creation.
type
string
yes
Enum: debit
utility_statement_id
integer
yes
Unique id generated by Arc to identify the Utility Statement associated with this resource.
PaymentTransaction
Property name
Data type
Required?
Description
id
integer
yes
Unique id generated by Arc to identify this resource.
created_at
string <date-time>
yes
Date and time at which this resource was created. Given in UTC.
updated_at
string <date-time>
yes
Date and time at which this resource was most recently updated. Given in UTC.
finished_at
string
no
Date and time this Payment Transaction was finalized. Note that a finished Payment Transaction does not mean a Payment Transaction was successful. The status field should be used to understand the final state of the Payment Transaction.
status
string
yes
Enum: pending, failed, succeeded, cancelled
amount_cents
integer
yes
Monetary amount of this Payment Transaction. Given in cents.
payment_method_id
integer
yes
Unique id generated by Arc to identify the Payment Method associated with this Payment Transaction.