v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Account

Get certified account statement

This GET endpoint is used to retrieve a certified PDF ledger statement for a provided timeframe. <br> You can use this endpoint to obtain a ledger statement for your MassPay account for a specific time period. <br> To use this endpoint, you need to provide the start_date and ending_date as required parameters in the Query string of the URL. <br> The response will include a certified PDF ledger statement containing transaction details for the specified timeframe.

get/payout/account/statement

Query parameters

start_datestring date required
Example:2021-01-01

Starting date of the statement

ending_datestring date required
Example:2021-02-01

Ending date of the statement (not more than 31 days than start_date)

format'PDF' | 'CSV'
Example:PDF

Report format. Defaults to PDF

Response

Successful operation.

contentstring required

Base64 encoded byte representing the content of the file