Check Payment Status (Internal)

Checks payment transaction by re-enqueueing it to PSP for reprocessing. Validates that the transaction exists in K3 before sending to PSP. Requires admin API key.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

x-admin-api-keystringRequired

Request

This endpoint expects an object.
transactionIdstringRequired
Transaction ID

Response

Payment status check request accepted by PSP
statusstring
Operation status
messagestring

Human-readable message

dataobject
Payment retry data
timestampstring
ISO 8601 timestamp

Errors