View transaction by transaction ID

Searches for transactions with the given transaction ID.

📘

Notes

  • Transaction ID is not the same as the Nexio Payment ID.
  • Certain transaction data will be returned as numerical values. The definitions are provided in the Constant transaction values tables.

⚠️

Try It

To use the Try It feature for this endpoint, you can use your own Sandbox credentials.

You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username: [email protected]
password: JZdzoXpdDeH6VA

Include the transaction ID in the path parameter of the request.

Request parameters

  • transactionId

Response parameters

  • id
  • merchantId
  • amount
  • transactionDate
  • transactionStatus
  • authCode
  • transactionType
  • cardType
  • cardNumber
  • cardHolder
  • processMethod
  • achDetailId
  • currencyId
  • reportDate
  • settledDate
  • capturedDate
  • originalTransactionId
  • createdAt
  • updatedAt
  • customer
  • customer.id
  • customer.firstName
  • customer.lastName
  • customer.postalCode
  • customer.phone
  • customer.email
  • customer.company
  • customer.customerRef
  • customer.transactionId
  • kount
  • kount.id
  • kount.status
  • kount.rules
  • kount.refNumber
  • kount.merc
  • kount.score
  • kount.ruleCount
  • kount.warningCount
  • kount.counterCount
  • kount.wasDeviceFingerprinted
  • kount.mode
  • kount.velo
  • kount.vmax
  • kount.transactionId
  • bankTransfer
  • bankTransfer.account
  • bankTransfer.checkNumber
  • bankTransfer.id
  • bankTransfer.routing
  • bankTransfer.transactionId
  • foreignProcessingCurrency
  • foreignProcessingCurrency.amount
  • foreignProcessingCurrency.currencyId
  • foreignProcessingCurrency.id
  • foreignProcessingCurrency.transactionId
  • threeDS
  • threeDS.id
  • threeDS.ECI
  • threeDS.type
  • threeDS.transactionId
  • gateway
  • gateway.gatewayName
  • gateway.refNumber
  • processor
  • processor.id
  • customerAddresses
  • customerAddresses.billingAddressOne
  • customerAddresses.billingAddressTwo
  • customerAddresses.billingCity
  • customerAddresses.billingCountry
  • customerAddresses.billingPhone
  • customerAddresses.billingPostal
  • customerAddresses.billingState
  • customerAddresses.shippingAddressOne
  • customerAddresses.shippingAddressTwo
  • customerAddresses.shippingCity
  • customerAddresses.shippingCountry
  • customerAddresses.shippingPhone
  • customerAddresses.shippingPostal
  • customerAddresses.shippingState
  • customerAddresses.id
  • customerAddresses.transactionId
  • subscription
  • subscription.id
  • subscription.accountId
  • subscription.initialBalance
  • subscription.interval
  • subscription.intervalCount
  • subscription.remainingBalance
  • subscription.scheduleType
  • subscription.subscriptionRef
  • subscription.transactionId
  • cardMetaData
  • cardMetaData.id
  • cardMetaData.bin
  • cardMetaData.cardBrand
  • cardMetaData.class
  • cardMetaData.countryCode
  • cardMetaData.currencyCode
  • cardMetaData.issuingBank
  • cardMetaData.transactionId
  • plugin
  • plugin.id
  • plugin.originalId
  • plugin.invoice
  • plugin.orderNumber
  • plugin.description
  • plugin.userId
  • plugin.pluginType
  • plugin.paymentOptionTag
  • plugin.transactionId
  • transactionDetails
  • transactionDetails.id
  • transactionDetails.clientIp
  • transactionDetails.customFields
  • transactionDetails.description
  • transactionDetails.installments
  • transactionDetails.installmentUnit
  • transactionDetails.paymentType
  • transactionDetails.retryCount
  • transactionDetails.shoppingCart
  • transactionDetails.userName
  • transactionDetails.transactionId
  • linkedChargebackId
Language
Authentication
Basic
base64
:
Click Try It! to start a request and see the response here!