v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
settlements.configuration

aid_settlement_report_config_list

List settlement report configurations

scopes:

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

Path parameters

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

An id that uniquely identifies the account.

Query parameters

starting_afterstring

cursor for use in pagination

limitinteger

A limit on the number of objects to be returned. Limit can range between 1 and 1000 items, and the default is 100 items.

Response

Settlement report configurations list

starting_afterstring

cursor for use in pagination

Example response

{
  "items": [
    {
      "send_every": 86400000
    }
  ]
}