CALLBACKS
Example of a callback notification
POST
POSTJSON Request Params
id
string
Transaction ID on the BOVA side
merchant_id
string
Your transaction number
status
string
Transaction status
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
amount
decimal
Transaction amount in USDT after conversion at the exchange rate
fiat_amount
decimal
Actual credited amount in the transaction currency upon successful completion
old_fiat_amount
decimal
Amount in the selected currency specified when creating the payout (immutable)
rate
decimal
Conversion rate currency/USDT
service_commission
decimal
Your commission percentage
reсipient_card_number_type
string
imps
Headers
Content-Type
string
Always application/json
Signature
string
Signature of the request, generated using your api_key to identify that the callback notification was sent by us.
You must verify the signature on your side — it must match.
Example Request:
Status description:
paid
final
Payout completed
failed
final
Payout failed
Last updated