Get Transaction

Returns one transaction by Honeycoin transaction ID or external reference. The transaction_updated webhook includes a summary amount and currency; for standard collections, these represent the source-side amount collected. Use this lookup for receiving-side amounts, conversion details, and fees. For standard deposits and collections, receiverAmount is the gross amount on the receiving side after any currency conversion; Honeycoin fees are returned separately in fee.feeAmount and fee.currency. When the fee and receiver currencies match, the net amount added to your Honeycoin balance is receiverAmount minus fee.feeAmount. When they differ, treat the received amount and fee as separate currency movements. How much you credit your own customer depends on your fee policy. For a failed off-ramp, status failed confirms the fiat payout did not complete; it does not confirm an on-chain refund. When the failed off-ramp has a deposit txId, use this lookup and treat the automatic refund as complete only when refundTransactionHash is present. Contact support if the hash remains absent.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

The transaction_updated webhook includes a summary amount and currency. For a standard collection, these represent the source-side amount collected. Use this endpoint when you need the receiving-side amount, currency conversion details, or any applicable fee.

For standard deposits and collections, receiverAmount is the gross amount on the receiving side after any currency conversion. It does not have HoneyCoin fees deducted. The fee is returned separately as fee.feeAmount and fee.currency.

For a successful collection, if fee.currency and receiverCurrency are the same, the net amount added to your HoneyCoin balance is receiverAmount - fee.feeAmount. If the currencies differ, treat the received amount and fee as separate movements in their respective currencies.

Whether you credit your customer the gross receiverAmount or an amount adjusted for fees depends on your own fee policy.

Path Params
string
required

Transaction ID you'd like to query. External reference can also be passed here.

Responses

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