List all PaymentAttempts
Payment Attempts
List all PaymentAttempts
Retrieve a list of payment attempts with optional filtering
GET
List all PaymentAttempts
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
授权
The API token for login provided by UQPay.
请求头
The API client id generated by UQPAY
查询参数
The maximum number of items to return per page. This number can be between 1 - 100
必填范围:
1 <= x <= 100示例:
10
The page number to retrieve the next set of items. The number has to be greater than 1.
必填范围:
x >= 1示例:
1
Filter payment attempts by payment intent ID
示例:
"PI1234567890123456789"
Filter payment attempts by status.
INITIATED: Created based on the initial request.AUTHENTICATION_REDIRECTED: Waiting for customer identity verification.PENDING_AUTHORIZATION: Pending a final decision from the payment provider.AUTHORIZED: Authorization successfully completed.CAPTURE_REQUESTED: Capture submitted, payment is considered complete.SETTLED: Funds settled from payment provider and received by UQPAY.SUCCEEDED: UQPAY has settled funds to your wallet.CANCELLED: The payment attempt has been cancelled.EXPIRED: Not completed within the allowed time window.FAILED: The payment attempt has failed.
可用选项:
INITIATED, AUTHENTICATION_REDIRECTED, PENDING_AUTHORIZATION, AUTHORIZED, CAPTURE_REQUESTED, SETTLED, SUCCEEDED, CANCELLED, EXPIRED, FAILED 示例:
"INITIATED"

