Preview

paymentsForResellerByCustomerCompanyId is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

paymentsForResellerByCustomerCompanyId

Paginated list of payments for a reseller viewing a linked customer company. Verifies reseller-to-customer linkage via accountMembershipsForLinkedCustomer before returning company-scoped payments.

This page contains

    Arguments

    first Int

    Number of elements to return (page size)

    after String

    Returns elements after specified cursor

    before String

    Returns elements before specified cursor

    companyId ID!

    Customer company identifier

    orderBy [PaymentOrderBy] PREVIEW

    Specifies the fields by which to order and the direction

    filter PaymentsFilter PREVIEW

    Filter payments based on different criteria

    Return Fields

    PaymentConnection! PREVIEW

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.