Retrieve Payment Status (Transaction)

Retrieves status/details of a transaction by transactionId.

Path parameters

transactionIdstringRequiredformat: "uuid"
Unique identifier for the transaction.

Response

Transaction status retrieved successfully.
statusstring
Current transaction status.
transactionIdstring
Unique identifier for the transaction.
messagestring

Human-readable status message.

authStateobject

Indicates additional steps required to complete a transaction. The shape varies by payment method and processor. Use type to determine which fields are present.

processorNamestring

Name of the payment processor (if assigned).

processorReferencestring

Processor reference (if available).

paymentAttributesmap from strings to strings
Attributes associated with the payment.

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error