Preview

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

payments

Retrieve list of payments by marketplace

This page contains

    Arguments

    first Int

    Number or elements to return (page size)

    after String

    Returns elements after specified cursor. eg bnVtYmVyPTAmc2l6ZT0xMA==

    before String

    Returns elements before specified cursor. eg bnVtYmVyPTAmc2l6ZT0xMA==

    orderBy [PaymentOrderBy] PREVIEW

    Specifies the field by which to order by and the direction.

    filter PaymentsFilter PREVIEW

    Filter data based on the different criteria(Search, Status, Date, Amount).

    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.