HomeProduct DocsAPI ReferenceChangelog
RecurlyAPI GuidesRecurly.jsWebhooksAPI ReferenceSupportBook demo
API Reference

Lookup Transaction

The details section contains the account and billing information at the time the transaction was submitted. It may not reflect the latest account information. A transaction_error section may be included if the transaction failed. Please see transaction error codes for more details.
Transaction Attributes

AttributesDescription
uuidUnique transaction id
action"purchase", "authorization" or "refund"
amount_in_centsTotal transaction amount in cents
tax_in_centsAmount of tax or VAT within the transaction, in cents
currency3-letter currency for the transaction
status"success", "failed", or "void"
payment_method"credit_card", "paypal", "check", "wire_transfer", "money_order"
referenceTransaction reference from your payment gateway
sourceSource of the transaction. Possible values: transaction for one-time transactions, subscription for subscriptions, billing_info for updating billing info.
recurringTrue if transaction is recurring
testTrue if test transaction
voidableTrue if the transaction may be voidable, accuracy depends on your gateway
refundableTrue if the transaction may be refunded
ip_addressCustomer's IP address on the transaction, if applicable
cvv_resultCVV result, if applicable
avs_resultAVS result, if applicable
avs_result_streetAVS result for the street address, line 1
avs_result_postalAVS result for the postal code
created_atDate the transaction took place
detailsNested account and billing information submitted at the time of the transaction. When writing a client library, do not map these directly to Account or Billing Info objects.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Id.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/xml