Retrieve details of a specific payment attempt by ID
The API token for login provided by UQPay.
The API client id generated by UQPAY
The ID of the payment attempt to retrieve
"PA1234567890123456789"
Payment attempt details retrieved successfully
Unique identifier for the attempt.
"24fc62b4-90d1-42e3-96ab-dd54ccc648b3"
Amount of the PaymentAttempt.
"9.98"
Three-letter currency code
"SGD"
Captured amount.
"0.00"
Refunded amount.
"0.00"
The time at which this PaymentAttempt was created.
"2025-03-21T17:17:32+08:00"
Last time at which this PaymentAttempt was updated or operated on.
"2025-03-21T17:17:32+08:00"
Time at which this PaymentAttempt was completed.
"2024-03-01T00:00:00+08:00"
Reason for canceling this PaymentIntent.
"Order cancelled"
Authorization code returned by the issuer upon successful authorization.
"A12B3C"
Acquirer Reference Number (ARN). A 23-digit identifier used for cross-institution reconciliation and chargeback tracking.
"74537604221222132710572"
Retrieval Reference Number (RRN). A 12-digit identifier used for transaction lookup and customer service queries.
"123456789012"
Issuer advice code indicating the recommended action after a decline. Helps merchants implement intelligent retry strategies.
01, 02, 03, 21, 85 "01"
Authentication and verification data for this payment attempt.
The payment method details used for this PaymentAttempt.
PaymentAttempt failure code. Possible values are defined in Error Code Reference.payment_error section.
""
The status of the attempt.
INITIATED: The payment attempt has been created based on the initial request.AUTHENTICATION_REDIRECTED: Waiting for the customer to complete identity verification, such as 3D Secure or QR code scanning.PENDING_AUTHORIZATION: The authorization request has been received and is pending a final decision from the payment provider.AUTHORIZED: The authorization has been successfully completed. Payment will be captured automatically or manually depending on configuration.CAPTURE_REQUESTED: The capture request has been submitted successfully, and the payment is considered complete.SETTLED: Funds have been settled from the payment provider and received by UQPAY.SUCCEEDED: UQPAY has settled funds to your wallet.CANCELLED: The payment attempt has been cancelled. Any authorized funds, if applicable, will be returned to the customer.EXPIRED: The payment attempt was not completed within the allowed time window and has expired.FAILED: The payment attempt has failed. Please create a new PaymentAttempt to retry.INITIATED, AUTHENTICATION_REDIRECTED, PENDING_AUTHORIZATION, AUTHORIZED, CAPTURE_REQUESTED, SETTLED, SUCCEEDED, CANCELLED, EXPIRED, FAILED "INITIATED"