Skip to main content
GET
Get Transaction

Authorizations

X-Api-Key
string
header
required

Enter your API key

Path Parameters

TransactionID
integer<uint64>
required

Response

object | null

OK

transactionId
integer<uint64>

Ecrypt Transaction ID

type
string

Type of transaction.

Values:

  • AUTHORIZATION
  • SALE
  • CREDIT
  • REFUND
  • VALIDATION
tender
string

Tender type for transaction.

Values:

  • CREDITCARD
  • CHECK
  • CASH
paymentName
string | null

Name on the payment method.

paymentNetwork
string | null

Network for the payment.

Values:

  • AX
  • DI
  • MC
  • VI
  • ACH
  • CASH
paymentAccount
string | null

Payment Account number masked.

paymentAccountExpiry
string | null

Payment Expiry. Format MMYY.

payamentAccountRouting
string | null

ACH Routing number. Only available when Tender is CHECK

amount
number<decimal>

Amount transaction was attempted for.

authorizationAmount
number<decimal> | null

Amount transaction was authorized for.

capturedAmount
number<decimal> | null

Amount transaction was captured for.

gratuityAmount
number<decimal> | null

Amount of gratuity applied to transaction.

surchargeAmount
number<decimal> | null

Amount of surcharge applied to transaction.

settlementAmount
number<decimal> | null

Amount Settled/Funded for the transaction.

voidedAmount
number<decimal> | null

Amount that was voided on the transaction.

referenceTransactionId
integer<uint64> | null

Referenced Transaction ID, this is commonly associated with transaction Type REFUND.

approvalCode
string | null

Network approval code.

avsCode
string | null

Address Verification code when applicable.

cvvCode
string | null

Card Verification code when applicable;

enhanced
boolean | null

Transaction was enhanced with Tier II/III data.

status
string

Status of the transaction.

Values:

  • APPROVED
  • DECLINED
  • CAPTURED
  • VOIDED
  • SETTLED
  • REJECTED
created
string<date-time>

Create date time represented in UTC.

events
(object | null)[] | null

Events associated with the transaction.

order
object | null