Schedule a statement
Schedule a statement generation.
With this request, you can schedule a statement generation for a company.
In a response, you will get an object with the following structure. Main fields to look out for here are id
, status
and download_url
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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
Filter result set to only include values older or equal to the provided last modification time Unix timestamp
Filter result set to only include values younger than the provided last modification time Unix timestamp
Filter result set to only include the specified brand UUID(s)
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)
Filter result set to only include results including a specified text in products
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). The value must be in uppercase.
Filter result set to only include specified payment methods(s). See <a href="#model-PaymentMethod">PaymentMethod<a> fro more information.
fpx
, fpx_b2b1
, maestro
, mastercard
, razer
, unknown
, visa
Filter result set to only include results with a 3-D verification.
Filter result set to only include specified client country(ies) in ISO 3166-1 alpha-2 format
Filter result set to only include results with a specific status. See <a href="#model-Purchase">Purchase<a> and <a href="#model-Payout">Payout<a> for more information.
Filter result set to only include specified products(s). See <a href="#model-TransactionProduct">TransactionProduct<a> fro more information.
bank_payment
, custom_payment
, invoice
, purchase
, refund
, subscription
Body
Response
The response is of type object
.