Complete transaction
Completes transaction
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
pid
Loyalty Program Id
tid
Transaction Id
Response
Transaction information
amount
The transaction amount.
balanceDefinitionId
Unique identifier (UUID) of the associated balance definition.
cancelledAt
Timestamp when the transaction was canceled (nullable).
completedAt
Timestamp when the transaction was completed (nullable).
contactId
Unique identifier of the contact associated with the transaction.
createdAt
Timestamp when the transaction was created.
eventTime
Optional timestamp indicating when the transaction event occurred.
expirationDate
Expiry date of the transaction (nullable).
id
Unique identifier (UUID) of the transaction.
loyaltyProgramId
Unique identifier (UUID) of the associated loyalty program.
meta
Optional metadata associated with the transaction.
rejectReason
Reason for rejection if the transaction was declined (nullable).
rejectedAt
Timestamp when the transaction was rejected (nullable).
status
The current status of the transaction (e.g., pending, completed, rejected).
updatedAt
Timestamp when the transaction was last updated.