API used to download transaction and settlement report.
This API is only available for whitelisted merchants. If you need help, please contact us at
[email protected] along with your Merchant ID and background
EndPoint
Code
POST /binancepay/openapi/report/get-file
Request Parameters
Attributes
Type
Required
Limitation
Description
reportType
enum string
Y
"Transaction" "Settlement"
Report type can be either "Settlement" or "Transaction". Please note the parameter is cap sensitive.
transactionType
enum string
N
"Payment" "Payout"
transactionType refers to the transaction information you wish to generate.Please note the parameter is cap sensitive.If the reportType is "Settlement", this can be null If the reportType is "Transaction" field is required, either "Payment" or Payout"
startDate
string
Y
dd/MM/yyyy
Start date
endDate
string
Y
dd/MM/yyyy
End date. from startDate to endDate can only support querying data within 3 months
When reportType is Transaction, then the transactionType is Payment or Payout(the list contains one type File depends on the request param, when reportType is Settlement, then the transactionType is Payment or Refund (the list contains two type File)