GET payments Export

GET/payments/export
AuthorizationBearer <token>

Paste your JWT token here

In: header

Query Parameters

startDate?string

The beginning of the date range for the export.

Formatdate-time
endDate?string

The end of the date range for the export.

Formatdate-time

Response Body

text/csv

text/csv

text/csv

curl -X GET "https://loading/payments/export"
"string"
{
  "message": "string"
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}