Skip to main content

Get Payment List for Merchant

GET 

/payments

Use this endpoint to retrieve a list of transactions.

Note

There are no request parameters for this endpoint, besides the merchantId in the URI.

Request

Query Parameters

    limit integer

    Limit's the amount of items that can be returned.

    Example: 25
    id string

    The merchantId to query results by.

    Example: {{merchantId}}

Header Parameters

    Authorization string

    appToken created by /auth/token Format: Bearer xxxxxx...

    Example: Bearer <appToken>

Responses

Successful response for getting payments

Schema

    links

    object

    selfstring

    URL for the current resource.

    nextstring

    URL for the next set of data.

    notestring

    Note about the URL to call for the next set.

    meta

    object

    itemsinteger

    Number of items in the current set.

    countinteger

    Total count of items.

    limitstring

    Limit of items per set.

    moreboolean

    Indicates if there is more data available.

    data

    object[]

  • Array [

  • idstring

    Identifier for the payment entry.

    typestring

    Type of the payment entry.

    attributesobject

    Attributes associated with the payment entry.

  • ]