createOrDownloadTransactionReport
ApiScope: payment.export.request.create
API Scope Level: MultiDealerScope
Header Parameters
x-consumer-custom-id string
application/json
Request Body required
startingDate date-time
closingDate date-time
sendEmail boolean
sendToCustomRecipients boolean
customRecipients string
format string
Possible values: [html, pdf]
reportType string
Possible values: [DailyClosingReport, DailyActivityReport, MonthlyExecutiveReport]
sendAsynchronously boolean
sendAsAttachment boolean
source string deprecated
Possible values: [AUTO_PAYMENT_REQUEST, DEALER_APP, API]
departments string[]
emails string[]
filterUnsettled boolean
userDetail object
dealerAssociateUUID string
userUUID string
departmentUUID string
dealerUuids string[]
hasAccessToAllDealerOrders boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
requests object[]
id int64
requestUUID string
status string
link string
serviceSubscriber string
linkCreationTime date-time
linkExpirationTime date-time
requestAttributes object[]
id int64
attributeName string
attributeValue string
url string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"requests": [
{
"id": 0,
"requestUUID": "string",
"status": "string",
"link": "string",
"serviceSubscriber": "string",
"linkCreationTime": "2025-12-05T09:22:14.198Z",
"linkExpirationTime": "2025-12-05T09:22:14.198Z",
"requestAttributes": [
{
"id": 0,
"attributeName": "string",
"attributeValue": "string"
}
]
}
],
"url": "string"
}
Loading...