v1

latestOpenAPI 3.1.02026-07-24130244.8 KB

Get shop payments

get/payments

Query parameters

status'ACCEPTED' | 'PENDING' | 'CANCELED'

Filter by the payment status. <br> <br> ACCEPTED <br> Shows all the payments in ACCEPTED status. <br> <br> PENDING <br> Shows all the payments in PENDING status. <br> <br> CANCELED <br> Shows all the payments in CANCELED status. <br> <br> Defaults to ACCEPTED if not specified.

limitinteger

Set a limit on the number of returned payments in the response.

starting_afterstring

The ID of the last payment from the previous page. <br> Used to retrieve the next set of payments in the list.

starting_after_timestampstring

The timestamp in milliseconds from which to start listing payments. <br> Used to retrieve payments created after the specified timestamp.

Headers

Hoststring required

The host declared in the signature.

Datestring required

The date declared in the signature.

Digeststring required

The digest declared in the signature.

Authorizationstring required

The request signature.

x-satispay-deviceinfostring

The device information (e.g., hostname).

x-satispay-devicetype'SMARTPHONE' | 'TABLET' | 'CASH REGISTER' | 'POS' | 'PC' | 'ECOMMERCE_PLUGIN'

The device type.

x-satispay-osstring

The Operating System name (e.g., Windows).

x-satispay-osvstring

The Operating System version (e.g., 10).

x-satispay-apphstring

The software house name (e.g., Satispay).

x-satispay-appnstring

The software name (e.g., My awesome app).

x-satispay-appvstring

The software version (e.g., v2.0.0).

x-satispay-tracking-codestring

The tracking code used by Satispay commercial partners. <br> <br> Use this code only if explicitly required by Satispay.

Response

OK

has_moreboolean

Indicates whether there are additional items available beyond the current list.