GET
Request
GET https://bovatech.cc/v1/p2p_transactions/:id
GET https://bovatech.cc/v1/p2p_transactions/:idQuery Params
id*
string
Transaction ID on the BOVA side
JSON Response Params:
id
string
BOVA-side transaction ID
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
callback_url
string
Callback URL for receiving callback notifications
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
service_commission
decimal
Your commission percentage
total_amount
decimal
Amount to be credited to the balance after deducting the system commission upon transaction completion
resipient_card
object
Payment credential details for H2H UPI usage.
Example Response:
Last updated