Get Payments

Get payments

get
/api/v1/payments

Get a list of payments sorted by creation date (most recent first)

Authorizations
AuthorizationstringRequired

The client sends HTTP requests with the Authorization header that contains the word Bearer followed by a space and the Shop Api Key.

Query parameters
offsetinteger · max: 1000000Optional

The number of items to skip before starting to collect the result set. Default is 0.

limitinteger · min: 1 · max: 1000Optional

The numbers of items to return. Default is 50.

created.gtestring · ISO 8601 (YYYY-MM-DD'T'HH24:MI:SS)Optional

If passed, return only payments created at or after the specified time

Example: 2021-10-13T10:26:18
created.ltstring · ISO 8601 (YYYY-MM-DD'T'HH24:MI:SS)Optional

If passed, return only payments created strictly before the specified time

Example: 2021-10-13T10:39:34
updated.gtestring · ISO 8601 (YYYY-MM-DD'T'HH24:MI:SS)Optional

If passed, return only payments updated at or after the specified time

Example: 2021-10-13T10:26:18
updated.ltstring · ISO 8601 (YYYY-MM-DD'T'HH24:MI:SS)Optional

If passed, return only payments updated strictly before the specified time

Example: 2021-10-13T10:39:34
referenceId.eqstringOptional

If passed, return only payments with the requested referenceId

Example: order-12345
Responses
get
/api/v1/payments

Last updated