Account Holders

List account holders

Lists account holders for the merchant with cursor-based pagination.

get/v1/account_holders

Query parameters

limitinteger

Number of results per page (1-100). Defaults to 10.

cursorstring

Opaque cursor from a previous next_cursor.

Response

Paginated list of account holders

has_moreboolean required
next_cursorstring nullable required

Changes

Changed in 2 of the 30 revisions of this API.3

    • added BusinessBeneficiaryDataResponse to the data/items/beneficiary_data response property anyOf list for the response status 200

      response-property-any-of-added

    • added the required property data/items/holder_type to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added