MARK PAID
Request
PUT https://bovatech.cc/v1/p2p_transactions/:id/paid
Query Params
id*
string
Transaction ID on the BOVA side
JSON Response Params:
id
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
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
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 usage
Example Response:
Last updated