Skip to main content
GET
Get payments

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

receiptId
string
required

The receipt identifier

Response

OK

paymentId
string
required

The payment identifier

Minimum string length: 1
operationId
string
required

The operationId for the current payment. Used to ensure transactional idempotency

Minimum string length: 1
memberId
string
required

The member identifier

Minimum string length: 1
amount
number<double>
required

The total amount used for the current transaction

type
enum<string>
required
Available options:
Payment,
Refund
state
enum<string>
required
Available options:
WaitingMemberConfirmation,
WaitingPosCapture,
Captured,
Canceled,
WaitingRefund,
Refunded,
WaitingExternalAction
creationDate
string<date-time>
required

The timestamp of the creation of the transaction

paymentMethods
object[]
required

The collection of the selected payment methods

originalPaymentId
string | null

The original payment identifier

Last modified on August 10, 2026