Transaction By Reference Id

Retrieve Transaction By Reference Id

This API enables Merchant to retrieve the Transaction Detail utilizing Merchant Reference Id

URI

Method

Headers

/api/getTransactionDetailByRefId

POST

Content-Type: application/json

charset: UTF-8

Authorization: Bearer <Access Token>

Request Parameters

Field

Description

Data Type

Length/Range

Mandatory

txn_ref_id

Transaction Reference Id

String

8

Y

app_name

Merchant Application Name

String

9

Y

session_id

User Session Id

String

64

Y

merchant_id

your merchant ID

string

12

Y

Response Parameters

Field

Description

Data Type

status

Response Status

String

merchant_id

Merchant Id

String

txn_ref_id

Transaction Reference Id

String

from_address

Sender Address

String

to_address

Receiver Address

String

transaction_hash

Transaction Hash

String

amount

Transaction Amount (Crypto)

Number

itemcost_crypto

Item Cost (Crypto)

Number

fee_crypto

Transaction Fees (Crypto)

Number

actual_process_fee

Actual Processing Fees (Crypto)

Number

to_from_crypto

From/To CryptoCurrency Type

String

payment_reference

Payment Reference

String

merchant_time_zone

Merchant Time Zone

String

settlement_type

Settlement Type (1 - Crypto, 2 - FIAT)

Number

transaction_date

Transaction Date

Date

description

Transaction Description

String

remarks

Transaction Remarks

String

txn_status

Transaction Status (1 - Completed, 2 - Failed)

Number

transaction_type

Transaction Type

String

Sample Request

Sample Response

Last updated

Was this helpful?