What you receive
- Authorization-expired, high-risk-due-soon, due-soon, review-needed, or clear-context status for every supplied order
- Days until each supplied authorization-expiry date, ranked with the most urgent first
- A per-recommendation review checklist split into completed and still-missing checks
- A checks-complete flag per order (organizational, not a fraud or safety determination)
- Amount at decision totaled by fraud recommendation and by queue band
Who it is for
Shopify merchants, agencies, and operations teams triaging supplied fraud-flagged orders before a manually captured authorization runs out.
Delivery: usually a structured result, workbook, or ZIP depending on the tool.
How it stays safe
Friday queues only the redacted order fields you supply—reference, fraud recommendation, payment status, fulfillment status, amount, authorization-expiry date, and completed-check labels. It reads no Shopify account, order, payment, fraud analysis, customer, or fulfillment record; verifies no recommendation, expiry date, or amount; and does not capture, cancel, hold, fulfill, or refund an order or decide whether it is fraudulent. Fraud recommendations and authorization periods are seller-supplied and unverified, recommended checks are organizational rather than Shopify's fraud analysis or an investigation standard, and no result calls an order safe or fraudulent. Friday does not publish listings and does not change a merchant account. Confirm each order's live fraud analysis and exact authorization period in Shopify admin or your payment provider before acting.
Synthetic sample
See the deliverable structure before buying
{
"order_count": 6,
"authorization_expired_count": 1,
"high_risk_due_soon_count": 1,
"due_soon_count": 1,
"review_needed_count": 2,
"clear_context_count": 1,
"action_required_count": 5,
"total_amount_at_decision": 544.74,
"clear_context_amount": 58.75,
"amount_at_decision_by_recommendation": [
{
"fraud_recommendation": "high",
"order_count": 2,
"amount_at_decision": 285.5
},
{
"fraud_recommendation": "medium",
"order_count": 2,
"amount_at_decision": 219.25
},
{
"fraud_recommendation": "low",
"order_count": 1,
"amount_at_decision": 39.99
}
],
"orders_preview": [
{
"rank": 1,
"reference": "FR-NORTH-3000",
"fraud_recommendation": "high",
"payment_status": "authorized",
"queue_status": "authorization_expired",
"amount": 189.0,
"authorization_expires_on_date": "2026-08-08",
"days_until_authorization_expiry": -2,
"recommended_checks_missing": [
"avs_cvv_result_review",
"ip_and_device_signal_review",
"customer_contact_confirmation",
"order_history_review"
],
"checks_complete": false
},
{
"rank": 4,
"reference": "FR-NORTH-3004",
"fraud_recommendation": "low",
"payment_status": "authorized",
"queue_status": "review_needed",
"amount": 39.99,
"authorization_expires_on_date": "2026-08-20",
"days_until_authorization_expiry": 10,
"recommended_checks_missing": [],
"checks_complete": true
}
],
"publish_status": "draft_needs_review",
"safety": "Queues only the redacted order fields you supply. Friday reads no Shopify account, decides no order's legitimacy, captures or cancels nothing, and changes no merchant account."
}
This sample uses synthetic facts. Your output is generated only from the facts you submit.