Retrieve Payment

Retrieves the current status and details of an existing payment transaction.

Path parameters

transactionIdstringRequired
Unique identifier for the payment transaction

Response

Payment details retrieved successfully
statusstring
Current transaction status
transactionIdstring
Unique transaction identifier
messagestring
Status message describing the transaction state
authStateobject or null
Authentication state union containing all possible transaction states
merchantReferencestring or null
Merchant reference from the original session
sessionIdstring or null
Session ID associated with the transaction
identifiersmap from strings to strings or null
Additional identifiers related to the transaction
paymentAttributesmap from strings to strings or null

Payment-specific attributes and metadata

paymentMethodIdstring or null
Payment method identifier
processorNamestring or null
Payment processor name
processorReferencestring or null
Payment processor reference
financialTransactionReferencestring or null
Financial transaction reference from the processor
currentAttemptIdstring or null
Current attempt identifier
batchPayoutIdstring or null
Batch payout identifier, if the transaction is part of a batch payout

Errors