Merchant Statement Flow
Get Funding Instructions Paginated
Retrieves deposit data for the specified filter criteria. Set the SummaryOnlyFilter to True, set CurrentPage to 1 and PageSize to 1000 and SubmerchantId to retrieve the deposit details. In addition to the deposit data, this endpoint returns additional data including fees and totals. You can create the merchant statement by combining the Deposit, Fee and Total Count Data.
NOTE: The filters mentioned above are query params appended to the endpoint. The recipe below provides an example of the request and response data.
Get Transactions Paginated
Retrieves fee data for the specified filter criteria. Set the DateFilter to Today, set SubmerchantName and SubmerchantId to retrieve the fees billed at the transaction level. In addition to using the Funding Instructions endpoint, you can leverage these details to add the fee data at the transaction level.
NOTE: The filters mentioned above are query params appended to the endpoint. The recipe below provides an example of the request and response data.
Updated 7 months ago
