GET
Request
GET https://bovatech.cc/merchant/v1/deposits/:id
GET https://bovatech.cc/merchant/v1/deposits/:idQuery Params
id*
string
Transaction ID on the BOVA side
JSON Response Params:
uuid
string
Transaction ID on the BOVA side
merchant_id
string
Your transaction number
form_url
string
BOVA payment form URL
state
string
Transaction status
created_at
string
Transaction creation date
updated_at
string
Last transaction update date
close_at
string
Transaction timeout closure date
currency
string
Transaction currency
payment_method
string
Payment method
bik
string
Bank branch
to_card
string
Account number
recipient_first_name
string
Richard
recipient_last_name
string
Kim
bank_name
string
Bank name
redirect_url
string
Redirect URL for returning the user from the payment form after the payment is completed
email
string
Payer's email
amount
decimal
Transaction amount in USDT after conversion at the exchange rate
fiat_amount
decimal
Amount in the selected currency specified when creating the transaction
old_fiat_amount
decimal
Amount in the selected currency specified when creating the transaction (immutable)
rate
decimal
Conversion rate currency/USDT
Example Response:
Last updated