Wallets
Transaction

Transaction data

Method: GET
Route: /merchants/:merchant/wallets/:wallet/transactions/:id (opens in a new tab)

Transaction information, full details of the current payment status are displayed. It is required to pass the transaction type parameter to clarify the data.

Path

ParameterTypeDescription
merchantStringrequired Merchant ID in UUIDv4 format
walletStringrequired Wallet ID in UUIDv4 format
idStringrequired Transaction ID

Query

ParameterTypeDescription
typeStringoptional Type of Transaction, send or received

Response

FieldTypeDescription
typeStringType of Transaction
merchantIdStringMerchant ID in UUIDv4 format
walletIdStringWallet ID in UUIDv4 format
createdAtNumberTimestamp of the Transaction Creation
confirmedAtNumberTimestamp of the Transaction Confirmed
currencyStringWallet Сurrency
networkStringWallet Network
grossStringGross Amount
netStringNet Amount
feeStringFee Amount
addressStringPayment Address
txStringHash in the Blockchain Network
identifyStringData to Link payments with Order or User
statusStringTransaction Status
priceObjectPrice at the Time of Transaction in Local Currency
⚠️

This API endpoint is private and requires an authorization header X-Api-Key