v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
settlements.configuration

aid_settlement_report_config_details

Get settlement report configuration

scopes:

  • admin:billing
  • read:billing
  • admin:reports
  • read:reports
  • admin:settlements
  • read:settlements
get/accounts/{aid}/settlements/reports/configuration/{id}

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

idstring uuid required

report config id

Response

Settlement report configuration

send_everynumber

Deprecated report configuration is not used for controlling when to create and send report

Value in milliseconds describing how often reports should be sent.

filetypesstring[] required

The filetypes that should be sent

providersstring[] required

List of providers to send report for. If empty, send for all.

idstring
last_send_atnumber

Deprecated report configuration is not used for controlling when to create and send report

Value in milliseconds (Unix epoch) describing when last time reports was sent.

last_modified_atnumber

Deprecated report configuration is not used for controlling when to create and send report

Value in milliseconds (Unix epoch) describing when last time reports was modified.

created_atstring date-time

The date-time when the resource was created

updated_atstring date-time

The date-time when the resource was last updated

account_idstring

Example response

{
  "send_every": 86400000
}