PaymentListResponse
PaymentListResponse data model
⌘I
{
"data": [
{
"id": "baf6a8e2-0c89-46ef-9ca5-faa65b99bcd5",
"merchant_id": "f3baf375-1cac-4aa2-bd36-0d7ca49ef59b",
"amount": 10000,
"currency": "SAR",
"status": "PENDING",
"created_at": "2026-04-08T20:53:45.517Z",
"processing_type": "REGULAR",
"capture_mode": "MANUAL",
"payment_instrument_id": "baf6a8e2-0c89-46ef-9ca5-faa65b99bcd5",
"payment_method": "CARD",
"risk": {
"data": {
"enabled": true,
"device_session_id": "sess_abc123"
},
"result": {
"score": 75
}
},
"customer": {
"id": "cust_a1b2c3d4e5f6",
"email": "donald.duck@duckworld.com",
"first_name": "Donald",
"last_name": "Duck",
"phone_country_code": "+966",
"phone_number": "555123456"
},
"threeds": {
"data": {
"authentication_value": "<string>",
"eci": "<string>",
"version": "<string>",
"ds_transaction_id": "<string>",
"trans_status": "<string>",
"xid": "<string>"
},
"result": {
"authentication_status": "Y",
"challenge_required": true,
"eci": "05",
"authentication_value": "<string>",
"xid": "<string>",
"version": "<string>",
"ds_trans_id": "550e8400-e29b-41d4-a716-446655440000",
"acs_trans_id": "<string>"
}
},
"return_info": {
"success": "https://example.com/success",
"cancel": "https://example.com/cancel",
"error": "https://example.com/error"
},
"metadata": {},
"instrument": {
"id": "<string>",
"type": "<string>",
"last_four_digits": "1111",
"brand": "mada",
"expiry_month": 12,
"expiry_year": 27,
"cardholder_name": "<string>",
"fingerprint": "<string>",
"future_usage": "<string>",
"agreement_id": "<string>",
"created_at": "2023-11-07T05:31:56Z"
},
"operations": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"payment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"operation_type": "CAPTURE",
"status": "SUCCESS",
"amount": 10000,
"currency": "SAR",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"idempotency_key": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"reason": "<string>",
"initiated_by": "<string>",
"connector_type": "<string>",
"connector_response_code": "<string>",
"connector_response_message": "<string>",
"connector_transaction_id": "<string>",
"http_status_code": 123,
"processing_duration_ms": 123,
"retry_count": 123,
"max_retries": 123,
"next_retry_at": "2023-11-07T05:31:56Z"
}
]
}
],
"pagination_data": {
"count": 42,
"pages": 3,
"page": 1,
"page_size": 20,
"has_next": true,
"has_previous": false
}
}