Schedule a statement generation
This request allows you to schedule statement generation for a company. The response will include an object with fields such as id
, status
, and download_url
. These are the key fields to focus on.
Payload Response Optional Parameters
Copy {
"format" : "csv" ,
"timezone" : "UTC"
}
Copy {
"format" : "csv" ,
"timezone" : "UTC" ,
"is_test" : false ,
"company_uid" : "706d0675-b131-468c-940d-bc0ea3599e7f" ,
"query_string" : "" ,
"status" : "pending" ,
"download_url" : null ,
"began_on" : null ,
"finished_on" : null ,
"created_on" : 1698322275 ,
"updated_on" : 1698322275 ,
"type" : "statement_request" ,
"id" : "1dd24660-527d-422a-9bfa-937c5b752eb0"
}
Filter result set to only include values older or equal to the provided Unix timestamp
Filter result set to only include values younger than the provided Unix timestamp
Filter paid result set to only include values older or equal to the provided Unix timestamp
Filter paid result set to only include values younger than the provided Unix timestamp
updated_from integer(query)
Filter result set to only include values older or equal to the provided last modification time Unix timestamp
updated_to integer(query)
Filter result set to only include values younger than the provided last modification time Unix timestamp
brand_id string($uuid)(query)
Filter result set to only include the specified brand UUID(s)
shop_id string($uuid)(query)
Filter result set to only include the specified shop UUID(s)
Filter result set to only include results including a specified text (search over a ton of text fields)
products string($string)(query)
Filter result set to only include results including a specified text in products
total string($float)(query)
Filter result set to only include results with a total between min and max value. Must include 2 values, if any - (min, max).
Filter result set to only include specified currency(ies)
payment_method string(query)
Filter result set to only include specified payment methods(s).
Available values : maestro, mastercard, unknown, visa
three_d_secure string($bool)(query)
Filter result set to only include results with a 3-D verification.
country string($ISO 3166-1 alpha-2)(query)
Filter result set to only include specified client country(ies) in ISO 3166-1 alpha-2 format
status string($string)(query)
Filter result set to only include results with a specific status.
Filter result set to only include specified products(s).
Available values : bank_payment, chargeback, custom_payment, invoice, payout, payout_balance_transfer, purchase, refund, subscription
Retrieve a statement by ID.