Square sandbox account not showing orders on dashboard but can view the transctions.

I'm experiencing an issue in using both the UI and API integration, I can successfully create orders and process transactions. The API responses confirm that orders are created (with proper order IDs, amounts, and states) and that transactions are completed. However, despite this, the orders do not appear in the sandbox dashboard.
swappy-20250308-014535.pngswappy-20250308-014704.png

1,308 Views
Message 1 of 3
Report
2 REPLIES 2

swappy-20250308-014704.png

1,306 Views
Message 2 of 3
Report
{
  "payment": {
    "amount_money": {
      "amount": 8094,
      "currency": "USD"
    },
    "application_details": {
      "application_id": "sandbox-sq0idb-B9ImTLCI7Q6GkqNY6CNaFg",
      "square_product": "ECOMMERCE_API"
    },
    "approved_money": {
      "amount": 8094,
      "currency": "USD"
    },
    "card_details": {
      "avs_status": "AVS_ACCEPTED",
      "card": {
        "bin": "453275",
        "card_brand": "VISA",
        "card_type": "CREDIT",
        "exp_month": 3,
        "exp_year": 2027,
        "fingerprint": "sq-1-GgAAZTmozI6WqOCOJ7K57ipAu2unN86GyalKwVN_-bSngefKAw0adR_7yRe4RpjvTw",
        "last_4": "5858",
        "prepaid_type": "NOT_PREPAID"
      },
      "card_payment_timeline": {
        "authorized_at": "2025-03-08T09:51:40.514Z",
        "captured_at": "2025-03-08T09:51:40.631Z"
      },
      "cvv_status": "CVV_ACCEPTED",
      "entry_method": "KEYED",
      "statement_description": "SQ *DEFAULT TEST ACCOUNT",
      "status": "CAPTURED"
    },
    "created_at": "2025-03-08T09:51:40.382Z",
    "delay_action": "CANCEL",
    "delay_duration": "PT168H",
    "delayed_until": "2025-03-15T09:51:40.382Z",
    "id": "vVtpP3lOJqGrWeonmM5bYbt3GE9YY",
    "location_id": "L0AXM1SMR34Y4",
    "order_id": "Qm7XvxTihhA29Z3teZ4brt8FBa4F",
    "receipt_number": "vVtp",
    "receipt_url": "https://squareupsandbox.com/receipt/preview/vVtpP3lOJqGrWeonmM5bYbt3GE9YY",
    "risk_evaluation": {
      "created_at": "2025-03-08T09:51:40.514Z",
      "risk_level": "NORMAL"
    },
    "source_type": "CARD",
    "status": "COMPLETED",
    "total_money": {
      "amount": 8094,
      "currency": "USD"
    },
    "updated_at": "2025-03-08T09:51:40.631Z",
    "version_token": "GoFU4UXDYCHXMvwaggjIvkdUP6Eqb4SgpUPnw9HJ1bH6o"
  }
}
1,288 Views
Message 3 of 3
Report