Skip to main content

Overview

Query or cancel fund deposit review records, including batch number, currency, amount, and status.

Deposit Review

Obtain your deposit review batch_no when Create Accounting Review.

cURL -X GET /fund-api/v1/payin/review/{batch_no}/detail
-H 'Content-Type: application/json'
-H 'X-ODP-Opccount-No: VA24601102'
-H 'Authorization: {token}'
{
"code": "200",
"msg": "Success",
"trace_id": "5b4c1e77e3ce42d89d72c7f784e6d5a2",
"data": {
"batch_no": 1000000469,
"review_status": 0,
"payment_currency": "USD",
"payment_amount": 100,
"payment_fee": 1,
"payment_fee_status": 1,
"payin_amount": 99
}
}

Refer to the corresponding status description of review_status, payment_fee_status in the Create Accounting Review section.