billing

List org payment history

Paginated Polar order history for the active org, newest first. Amounts are in minor units (cents) of the order currency. An org that has never paid returns an empty list.

get/api/v1/billing/payments

Query parameters

pageinteger
Example:1
limitinteger
Example:20

Response

Payment history

Changes

Changed in 3 of the 7 revisions of this API.667

  • 55772030ddd346See the full diff
    • the response property fields became nullable for the status 401

      response-property-became-nullable

    • the response property fields became nullable for the status 403

      response-property-became-nullable

    • the fields response's property type/format changed from object/ to / for status 401

      response-property-type-changed

    • the fields response's property type/format changed from object/ to / for status 403

      response-property-type-changed

    • removed the optional property code from the response with the 429 status

      response-optional-property-removed

    • removed the optional property code from the response with the 502 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 429 status

      response-optional-property-removed

    • removed the optional property fields from the response with the 502 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 429 status

      response-optional-property-removed

    • removed the optional property request_id from the response with the 502 status

      response-optional-property-removed

  • b38f8e60364926See the full diff
    • the fields response's property type/format changed from / to object/ for status 401

      response-property-type-changed

    • the fields response's property type/format changed from / to object/ for status 403

      response-property-type-changed

    • added the optional property code to the response with the 429 status

      response-optional-property-added

    • added the optional property code to the response with the 502 status

      response-optional-property-added

    • added the optional property fields to the response with the 429 status

      response-optional-property-added

    • added the optional property fields to the response with the 502 status

      response-optional-property-added

    • added the optional property request_id to the response with the 429 status

      response-optional-property-added

    • added the optional property request_id to the response with the 502 status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added