v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Transactions

Update Partner Submission Status

Updates the partnerSubmissionStatus of a single transaction. See documentation for more information.

post/transactions/{transactionId}/partner-submission-status

Path parameters

transactionIdstring uuid required

The unique identifier of the transaction.

Request body

partnerSubmissionStatus'NOT_SYNCED' | 'SYNCED' | 'TEMP_LOCKED' | 'LOCKED' required

The status NOT_SYNCED is the default status of a transaction, it can be changed to SYNCED by the partner, e.g. if the partner consumed a transaction successfully. The status TEMP_LOCKED makes the transaction immutable for cardholders within Pliant's apps - it is a reversible status and can be changed back to SYNCED. LOCKED makes a transaction immutable for all users. LOCKED is the final status which cannot be modified anymore.

Response

Ok