Get Payments
Get a list of payments sorted by creation date (most recent first)
The client sends HTTP requests with the Authorization header that contains the word Bearer followed by a space and the Shop Api Key.
The number of items to skip before starting to collect the result set. Default is 0.
The numbers of items to return. Default is 50.
If passed, return only payments created at or after the specified time
2021-10-13T10:26:18If passed, return only payments created strictly before the specified time
2021-10-13T10:39:34If passed, return only payments updated at or after the specified time
2021-10-13T10:26:18If passed, return only payments updated strictly before the specified time
2021-10-13T10:39:34If passed, return only payments with the requested referenceId
order-12345Payment List Response
Bad request
Unauthorized
Publish details of a new processed payment.
Payment Id
91d27876e87f4b22b3ecd53924bf973dreferenceId from payment request
payment-123Date and time when this payment was created, in UTC time zone
2030-12-25T10:11:12Payment Type
DEPOSITPossible values: Payment State
PENDINGPossible values: Description of the transaction
Deposit via TEST shopInitial transaction Id from payment request
91d27876e87f4b22b3ecd53924bf973dPayment Method
BASIC_CARDPossible values: Amount sent to the payment provider
11.12Currency sent to the payment provider
EURAmount from payment request. Filled only if the request currency differs from the currency sent to the payment provider.
15Currency from payment request. Filled only if it differs from the currency sent to the payment provider.
USDURL to redirect the customer
http://start/payment/6ccaa03cb2c242a68ce332f38fedfad7Check 'Error Codes' section for details
4.01Check 'Error Codes' section for details
Insufficient FundsResult code from external provider
03Indicates whether this payment has started a recurring chain
Indicates whether this is a Pre-Authorization request (for 2-phase deposit)
Token that can be used to continue the recurring chain
The name of the provider that was used to process this payment
Provider fee. Filled only if supported by the provider.
15Provider fee currency. Filled only if supported by the provider.
USDReturn a 200 status to indicate that the data was received successfully
No content
Payload
Last updated