GET

Request

GET https://bovatech.cc/merchant/v1/deposits/:id

Query Params

Name
Type
Description

id*

string

Transaction ID on the BOVA side

JSON Response Params:

Name
Type
Description

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

recipient_first_name

string

Richard

recipient_last_name

string

Kim

redirect_url

string

Redirect URL for returning the user from the payment form after the payment is completed

email

string

Payer's email

customer_name

string

Payer's name

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