CREATE

Request

POST https://bovatech.cc/v1/mass_transactions

JSON Request Params

Name
Type
Description

user_uuid*

string

Token that can be obtained in your personal account (Profile → Integration → User ID)

merchant_id*

string

Your transaction number

currency*

string

payment_method*

string

to_card*

string

Recipient's account number

bank_name*

string

Bank code from the provided list:

sbi pnb barodampay canarabank ubi boi indianbank centralbank iob uco mahabank hdfcbank icici axisbank kotak indus ybl fbl idfcnetc idbi rbl sib kvb dcb cub tmb bandhan csb sc hsbc dbi barclays dbs citi sbm fino airtel jio paytm nsdl au equitas ujjivan suryoday jana esaf utkarsh nesfb shivalik capital

recipient_first_name*

string

Recipient's first name

recipient_last_name*

string

Recipient's last name

ifsc*

string

IFSC code (Indian Financial System Code)

amount*

integer

Amount in the selected currency specified when creating the payout

callback_url*

string

Callback URL for receiving callback notifications. A POST request is sent with retries if a non-200 HTTP status code is returned.

Headers

Name
Type
Description

Content-Type

string

Always application/json

Signature

string

The signature is calculated for each request using the api_key token issued to you.

Example Request:

JSON Response Params:

Name
Type
Description

id

string

Transaction ID on the BOVA side

merchant_id

string

Your transaction number

state

string

Transaction status

created_at

string

Transaction creation date

updated_at

string

Last transaction update date

currency

string

Transaction currency

callback_url

string

Callback URL for receiving callback notifications

amount

decimal

Transaction amount in USDT after conversion at the exchange rate

fiat_amount

decimal

Amount in the selected currency specified when creating the payout

old_fiat_amount

decimal

Amount in the selected currency specified when creating the payout (immutable)

rate

decimal

Conversion rate currency/USDT

commission_type

string

relative – percentage fixed – fixed amount of 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

payment_method

string

Payment method

form_url

string

Link on form

Example Response:

State description:

Name
Type
Description

created

internal

Payout created, awaiting processing start

processing

internal

Payout is being processed, awaiting finalization

paid

final

Payout completed

failed

final

Payout failed

Last updated