Output Fields
|
Description
|
uuid
|
The unique identifier of the transaction
|
State
|
The state of invoices to return: pending, paid, failed, past_due, open, closed, voided, or processing
|
accountCode
|
Reference for the customer account that was created as part of the transaction
|
invoiceNumber
|
Number for the invoice supplied by Recurly
|
taxInCents
|
Amount of tax or VAT within the transaction, in cents.
|
createdAt
|
Date the transaction took place.
|
updatedAt
|
Date the transaction was last modified.
|
attemptNextCollectAt
|
The date that the next collection will be attempted
|
dueOn
|
When the invoice needs to be paid. This will be the fate and time of the transaction in most cases.
|
balanceInCents
|
The amount remaining on the invoice
|
refundableTotalInCents
|
The amount that can be refunded in a later refund transaction
|
collectionMethodOut
|
Collection method as sent in the request
|
type
|
The type of transaction
|
origin
|
Describes how the transaction was triggered. May be one of (api,hpp,merchant,recurly_admin,recurlyjs,recurring,transparent,force_collect,refunded_externally,chargeback).
|
startDate
|
A timestamp associated with when the subscription began. Usually the date and time of the transaction
|
endDate
|
A timestamp associated with when the subscription will end.
|
cvvResult
|
CVV result, if applicable.
|
avsResult
|
AVS result, if applicable.
|
avsResultStreet
|
AVS result for the street address, line 1.
|
avsResultPostal
|
AVS result for the postal code
|
currencyOut
|
The currency for the transaction, usually defined by the subscription details.
|
adjustmentUnitAmount
|
Unit amount of the adjustment
|
adjustmentQuantityOut
|
Number of units
|
adjustmentTotalAmount
|
Unit amount * quantity
|
subscriptionUnitAmount
|
Unit amount of the subscription
|
subscriptionQuantity
|
Number of units for the subscription
|
subscriptionTotalAmount
|
Unit amount * quantity
|
couponDiscount
|
The amount being discounted as a result of a coupon being provided on the transaction
|
totalBeforeDiscount
|
The total of the invoice before any coupon discounts
|
grandTotal
|
Grand total of the invoice, taking into account any coupon discounts
|
creditUnitAmount
|
The amount for a single credit unit
|
creditTotalAmount
|
Total Amount of the credit payment.
|
creditCurrency
|
Currency for the credit transaction, 3-letter ISO code.
|
amountPaid
|
The amount that was actually captured from the provided card, taking into consideration any discounts and credits
|
poNumberOut
|
poNumber as sent in the request
|
errorCode
|
For declined transactions, the error code (if applicable).
|
errorCategory
|
For declined transactions, the error category (if applicable).
|
merchantMessage
|
An error message that should be reserved for the merchant/agent to view only.
|
customerMessage
|
An error message that can be relayed to the card holder, if necessary
|
gatewayErrorCode
|
For declined transactions, this field lists the gateway error code sent to Recurly from the gateway (if applicable).
|
reference
|
Reference for the error
|
errorUuid
|
UUID for the error
|
lastFour
|
Last four digits of the provided card number
|
fieldErrorMessage
|
Error message specifying a specific field where there is an issue
|