{
"id": "bcb2c3ff-f9a2-4f60-8913-fa94e4d41f27",
"entity_id": "74a871c8-8a38-423f-80c0-5cabd9a18264",
"client_session_id": "33d30741-3c55-40f7-8033-b2c9f473baba",
"created_at": "2025-04-09T12:52:14.281Z",
"order_reference": "JLA123457",
"order": {
[...]
},
"shipments": [
[...]
]
},
"customer": {
[...]
},
"overview": {
"consumed": "NOT",
"captured": "NOT",
"voided": "NOT",
"refunded": "NOT"
},
"amount": 12000,
"currency": "EUR",
"allow_future_usage": false,
"capture_mode": "MANUAL",
"authorization": {
"updated_at": "2025-04-09T12:52:17.824Z",
"status": "AUTHORIZED",
"partner_transactions": [
{
"partner": "ingenico",
"method": "creditcard",
"id": "7c1d3b70-6002-41a0-b6e9-9bf2a035920c",
"amount": 12000,
"remaining_amount": 12000,
"created_at": "2025-04-09T12:52:14.28Z",
"updated_at": "2025-04-09T12:52:17.824Z",
"partner_status": "PENDING_CAPTURE",
"partner_status_description": "Your authorisation request was successful, but you still need to capture it to receive the funds",
"status": "AUTHORIZED",
"card": {
"bin": "424242",
"last_four_digits": "4242",
"holder_name": "gffgfd",
"expiry_month": "01",
"expiry_year": "2026",
"selected_network": "VISA",
"three_ds": {
"eci": "05",
"flow": "CHALLENGE",
"ds_transaction_id": "D7B76870-0765-4F36-A9F1-C5B23D35D3E2",
"acs_transaction_id": "A4DCDBC9-98CB-450D-9535-3D6BED79C2A5"
},
"type": "VISA_CREDIT"
}
}
]
},
"captures": [],
"voids": [],
"refunds": [],
"split": [
{
"partner": "ingenico",
"method": "creditcard",
"amount": 12000
}
],
"amounts": {
"authorize_pending": 0,
"total_authorized": 12000,
"total_captured": 0,
"available_to_capture": 12000,
"total_refunded": 0,
"available_to_refund": 0,
"total_voided": 0,
"available_to_void": 12000
},
[...]
}