Skip to main content
POST
Download a transaction report

Authorizations

api_key
string
header
required

Program API key identifying your integration. Pass as the api_key HTTP header (preferred) or as an api_key field in the JSON request body. Required on every request in addition to the HMAC Authorization header.

Body

application/json
start_date
string<date-time>
required

Inclusive lower bound of a date/time range (ISO 8601).

end_date
string<date-time>
required

Inclusive upper bound of a date/time range (ISO 8601).

api_key
string

Program API key. Accepted either in the api_key HTTP header or as this body field.

payment_direction
enum<string>

Filter by transaction direction.

Available options:
credit,
debit

Response

Success.

status
enum<string>
required
Available options:
success
message
string
required
Example:

"operation completed"

data
object

Endpoint-specific payload; shape varies per operation.