Order
Object

Order model

Fields

#

amount

Non-null

Base order amount (without platform tip)

createdAt

createdByAccount

The account who created this order

customData

Custom data related to the order, based on the fields described by tier.customFields. Must be authenticated as an admin of the fromAccount or toAccount (returns null otherwise)

data

Data related to the order

description

fromAccount

hostFeePercent

Host fee percent attached to the Order.

id

Non-null

legacyId

Non-null

membership

This represents a MemberOf relationship (ie: Collective backed by an Individual) attached to the Order.

memo

Memo field which adds additional details about the order. For example in added funds this can be a note to mark what method (cheque, money order) the funds were received.

needsConfirmation

Whether the order needs confirmation (3DSecure/SCA)

nextChargeDate

paymentMethod

pendingContributionData

Data about the pending contribution

permissions

Non-null

The permissions given to current logged in user for this order

platformTipAmount

Platform Tip attached to the Order.

platformTipEligible

processedAt

Date the funds were received.

quantity

tags

[ String ]!
Non-null

taxes

Non-null

tier

toAccount

totalAmount

Non-null

Total order amount, including all taxes and platform tip

totalDonations

Non-null

WARNING: Total amount donated between collectives, though there will be edge cases especially when looking on the Order level, as the order id is not used in calculating this.

transactions

Non-null

Transactions for this order ordered by createdAt ASC

updatedAt

Usages

#

References

#