Transactions

Retrieve a Transaction

GET

GET Transactions

/transactions endpoint allows you to operate on the Transaction entity.

Calling GET /transactions/{transactionId} will return the entire transaction payload and rule execution results for the transaction with the corresponding transactionId

Path parameters

transactionIdstringRequired
Unique Transaction Identifier

Response

This endpoint returns an object
type
enum
transactionId
string
Unique transaction identifier
timestamp
double
Timestamp of when transaction took place
executedRules
list of objects
Model for list of executed rules
hitRules
list of objects
Model for list of hit rules
status
enum
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
Allowed values: ALLOWFLAGBLOCKSUSPEND
originUserId
stringOptional
UserId for where the transaction originates from
destinationUserId
stringOptional
UserId for transaction's destination. In other words, where the value is being transferred to.
transactionState
enumOptional
Model for transaction states. E.g. Processing, Refunded, Successful etc.
originAmountDetails
objectOptional
Model for transaction amount details
destinationAmountDetails
objectOptional
Model for transaction amount details
originPaymentDetails
unionOptional
Payment details of the origin. It can be a bank account number, wallet ID, card fingerprint etc.
destinationPaymentDetails
unionOptional
Payment details of the destination. It can be a bank account number, wallet ID, card fingerprint etc.
relatedTransactionIds
list of stringsOptional
IDs of transactions related to this transaction. Ex: refund, split bills
productType
stringOptional
Type of produce being used by the consumer (ex wallets, payments etc)
promotionCodeUsed
booleanOptional
Whether a promotion code was used or not the transaction
reference
stringOptional
Reference field for the transaction indicating the purpose of the transaction etc.
originDeviceData
objectOptional
Model for device data
destinationDeviceData
objectOptional
Model for device data
tags
list of objectsOptional
Additional information that can be added via tags
riskScoreDetails
objectOptional

Errors