Get a List Merchant Fiat Flow
This endpoint will provide you with your fiat transaction history.
Endpoint Information
Request Header:
X-BH-TOKEN: ******Request Method: GET
Request Path:
/v2/merchant/fiat/flowsAuthorization Required: Yes
Query Parameters
The following query parameters can be used:
startTime: (long) The start time (in milliseconds).
endTime: (long) The end time (in milliseconds).
merchantId: (int) The ID of the merchant.
fiat: (string) The fiat currency.
txId: (long) The ID of the tx.
flowType: (string) The transaction type. Options include:
ALL(default)DEPOSIT: The addition of the funding recordWITHDRAW: The claim of the funding recordWITHDRAW_ROLLBACK: The claim of the funding record rollbackBUY_CRYPTO: The purchase of cryptocurrencyBUY_CRYPTO_ROLLBACK: The purchase of cryptocurrency rollbackREFUND: The refund of the funding recordREFUND_ROLLBACK: The refund of the funding record rollbackTRANSFER_IN: The internal transfer of funds between merchants into the accountTRANSFER_OUT: The internal transfer of funds between merchants out of the account
currentPage: (int) The current page number (default is 1).
pageSize: (int) The number of results per page (default is 10, maximum is 1000).
Response Structure
The response will include the following fields:
Example Response
Notes
The
currentPagefield indicates the page of results currently being returned.The
sizefield shows the number of results returned per page.The
totalfield indicates the total number of funding records available based on the query.Each transaction object includes relevant details such as transaction ID, merchant ID, merchant name, fiat currency, total amount, actual amount, fee, type, status, and timestamps for creation and updates.
Last updated

