GET

Request

GET https://bovatech.cc/v1/mass_transactions/:id

Query Params

Name
Type
Description

id*

string

Transaction ID on the BOVA side or on your side

JSON Response Params:

Name
Type
Description

id

string

Transaction ID on the BOVA side

merchant_id

string

Your transaction number

state

string

Transaction status

created_at

string

Transaction creation date

updated_at

string

Last transaction update date

currency

string

Transaction currency

callback_url

string

Callback URL for receiving callback notifications

amount

decimal

Transaction amount in USDT after conversion at the exchange rate

fiat_amount

decimal

Amount in the selected currency specified when creating the payout

old_fiat_amount

decimal

Amount in the selected currency specified when creating the payout (immutable)

rate

decimal

Conversion rate currency/USDT

commission_type

string

relative – percentage fixed – fixed amount in USDT

service_commission

decimal

Your commission percentage

total_amount

decimal

Amount to be credited to the balance after deducting the system commission upon transaction completion

payment_method

string

Payment method

Example Response:

Last updated