{"info":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"46230714","collectionId":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","publishedId":"2sB34ikzsx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-17T14:29:22.000Z"},"item":[{"name":"Transactions","item":[{"name":"Create Gateway Transaction","id":"a534886d-caa0-4c3b-aeb2-5dcd6efe072b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_uuid","value":" 6e8494ec-b881-4ffc-ab6b-9b5141430fc4","type":"text","uuid":"1a25b2a8-ccf8-4826-b234-bcfadc0ae7df"},{"key":"gateway","value":"","description":"<p>nmi|authorize-net</p>\n","type":"text","uuid":"8d409831-5b1e-4458-9220-378acb95a924","disabled":true},{"key":"transaction_id","value":"12345678","type":"text","uuid":"2344a898-49ee-46b8-962a-328eaef7a90c"},{"key":"amount","value":"29.99","type":"text","uuid":"ab9d484e-c853-492b-96cf-35bcd2a400dd"},{"key":"currency","value":"USD","type":"text","uuid":"55de3773-24d3-4755-b36f-6a915e496041"},{"key":"card_brand","value":"visa","type":"text","uuid":"d5b439dd-e143-4af8-8bc1-f487bfe07772"},{"key":"last_four","value":"1111","type":"text","uuid":"bd5b72ed-75aa-41b0-ab97-50ae0b704515"},{"key":"ip_address","value":"128.0.0.1","type":"text","uuid":"d1897806-9197-479b-ac3e-4e395da9b343"},{"key":"processed_at","value":"","type":"text","uuid":"b0af3240-3389-4376-a565-d5f5ebbccb6a","disabled":true}]},"url":"https://pixelproof.test/api/v1/gateway-transactions/ingest","description":"<h1 id=\"ingest-transaction\">Ingest Transaction</h1>\n<p>Create or update a gateway transaction within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>store_uuid</td>\n<td><strong>string (required)</strong>  <br />Store tracking UUID to identify which store the transaction belongs to</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td><strong>string (required)</strong>  <br />Unique gateway transaction identifier</td>\n</tr>\n<tr>\n<td>amount</td>\n<td><em>numeric (optional)</em>  <br />Transaction amount. Minimum value: 0</td>\n</tr>\n<tr>\n<td>currency</td>\n<td><em>string (optional)</em>  <br />Three-letter currency code (ISO 4217). Default: USD</td>\n</tr>\n<tr>\n<td>card_brand</td>\n<td><em>string (optional)</em>  <br />Credit card brand (e.g., Visa, Mastercard, Amex)</td>\n</tr>\n<tr>\n<td>last_four</td>\n<td><em>string (optional)</em>  <br />Last four digits of credit card. Must be exactly 4 characters</td>\n</tr>\n<tr>\n<td>ip_address</td>\n<td><strong>string (required)</strong>  <br />Customer's IP address. Must be a valid IP format</td>\n</tr>\n<tr>\n<td>processed_at</td>\n<td><em>string (optional)</em>  <br />Timestamp when transaction was processed (ISO 8601 format). Default: current time</td>\n</tr>\n<tr>\n<td>gateway</td>\n<td><em>string (optional)</em>  <br />Gateway provider name (e.g., Stripe, Authorize.Net, NMI)</td>\n</tr>\n<tr>\n<td>meta_data</td>\n<td><em>object (optional)</em>  <br />Additional raw payload data from the gateway</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Human-readable description of the result</td>\n<td></td>\n</tr>\n<tr>\n<td>data</td>\n<td><strong>object</strong></td>\n</tr>\n<tr>\n<td>Gateway transaction object</td>\n<td></td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Unique identifier for the transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>data.transaction_id</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Gateway transaction identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>data.store_id</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Internal store identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>data.amount</td>\n<td><strong>numeric or null</strong></td>\n</tr>\n<tr>\n<td>Transaction amount</td>\n<td></td>\n</tr>\n<tr>\n<td>data.currency</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Three-letter currency code</td>\n<td></td>\n</tr>\n<tr>\n<td>data.card_brand</td>\n<td><strong>string or null</strong></td>\n</tr>\n<tr>\n<td>Credit card brand</td>\n<td></td>\n</tr>\n<tr>\n<td>data.last_four</td>\n<td><strong>string or null</strong></td>\n</tr>\n<tr>\n<td>Last four digits of the credit card used</td>\n<td></td>\n</tr>\n<tr>\n<td>data.ip_address</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Customer's IP address at time of transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>data.processed_at</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Timestamp when transaction was processed (ISO 8601 format)</td>\n<td></td>\n</tr>\n<tr>\n<td>data.meta_data</td>\n<td><strong>object</strong></td>\n</tr>\n<tr>\n<td>Additional metadata including gateway and raw payload</td>\n<td></td>\n</tr>\n<tr>\n<td>data.meta_data.gateway</td>\n<td><strong>string or null</strong></td>\n</tr>\n<tr>\n<td>Gateway provider name</td>\n<td></td>\n</tr>\n<tr>\n<td>data.meta_data.raw_payload</td>\n<td><strong>object</strong></td>\n</tr>\n<tr>\n<td>Original raw data from the gateway</td>\n<td></td>\n</tr>\n<tr>\n<td>data.matched_transaction</td>\n<td><strong>object or null</strong></td>\n</tr>\n<tr>\n<td>Associated matched transaction data if available</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","gateway-transactions","ingest"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"d9f0eae4-12cb-4158-af18-a0de64c3f635","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"store_uuid","value":" 6e8494ec-b881-4ffc-ab6b-9b5141430fc4","type":"text","uuid":"1a25b2a8-ccf8-4826-b234-bcfadc0ae7df"},{"key":"gateway","value":"","description":"nmi|authorize-net","type":"text","uuid":"8d409831-5b1e-4458-9220-378acb95a924","disabled":true},{"key":"transaction_id","value":"12345678","type":"text","uuid":"2344a898-49ee-46b8-962a-328eaef7a90c"},{"key":"amount","value":"29.99","type":"text","uuid":"ab9d484e-c853-492b-96cf-35bcd2a400dd"},{"key":"currency","value":"USD","type":"text","uuid":"55de3773-24d3-4755-b36f-6a915e496041"},{"key":"card_brand","value":"visa","type":"text","uuid":"d5b439dd-e143-4af8-8bc1-f487bfe07772"},{"key":"last_four","value":"1111","type":"text","uuid":"bd5b72ed-75aa-41b0-ab97-50ae0b704515"},{"key":"ip_address","value":"128.0.0.1","type":"text","uuid":"d1897806-9197-479b-ac3e-4e395da9b343"},{"key":"processed_at","value":"","type":"text","uuid":"b0af3240-3389-4376-a565-d5f5ebbccb6a","disabled":true}]},"url":"https://pixelproof.test/api/v1/gateway-transactions/ingest"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 02:50:13 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction ingested successfully\",\n    \"data\": {\n        \"id\": \"b8871529-4bd4-49d9-b4ec-5c04404a0966\",\n        \"store_id\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n        \"transaction_id\": \"12345678\",\n        \"amount\": \"29.99\",\n        \"currency\": \"USD\",\n        \"card_brand\": \"visa\",\n        \"last_four\": \"1111\",\n        \"ip_address\": \"128.0.0.1\",\n        \"processed_at\": \"2025-06-27T02:50:13+00:00\",\n        \"is_matched\": false,\n        \"created_at\": \"2025-06-27T02:50:13+00:00\",\n        \"updated_at\": \"2025-06-27T02:50:13+00:00\"\n    }\n}"}],"_postman_id":"a534886d-caa0-4c3b-aeb2-5dcd6efe072b"},{"name":"Transaction Search","id":"54a8e179-0556-4726-a12e-afeb9ddcc1e5","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/transactions/search?store_id=6e8494ec-b881-4ffc-ab6b-9b5141430fc4&page=1&per_page=2","description":"<h1 id=\"search-transactions\">Search Transactions</h1>\n<p>Search gateway transactions within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>store_id</td>\n<td><em>string (optional)</em>  <br />Store tracking UUID to filter transactions by specific store</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td><em>string (optional)</em>  <br />Transaction ID to search for (supports partial matching)</td>\n</tr>\n<tr>\n<td>ip_address</td>\n<td><em>string (optional)</em>  <br />Customer's IP address. Must be a valid IP format</td>\n</tr>\n<tr>\n<td>card_last_four</td>\n<td><em>string (optional)</em>  <br />Last four digits of credit card. Must be exactly 4 characters</td>\n</tr>\n<tr>\n<td>matched_only</td>\n<td><em>string (optional)</em>  <br />Filter to show only matched transactions. Accepts: true, false, 0, 1</td>\n</tr>\n<tr>\n<td>unmatched_only</td>\n<td><em>string (optional)</em>  <br />Filter to show only unmatched transactions. Accepts: true, false, 0, 1</td>\n</tr>\n<tr>\n<td>date_from</td>\n<td><em>string (optional)</em>  <br />Start date for filtering transactions (YYYY-MM-DD format)</td>\n</tr>\n<tr>\n<td>date_to</td>\n<td><em>string (optional)</em>  <br />End date for filtering transactions (YYYY-MM-DD format)</td>\n</tr>\n<tr>\n<td>page</td>\n<td><em>integer (optional)</em>  <br />Page number for pagination. Minimum value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td><em>integer (optional)</em>  <br />Number of results per page. Minimum: 1, Maximum: 100. Default: 50</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>array</strong></td>\n</tr>\n<tr>\n<td>Array of gateway transaction objects</td>\n<td></td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Unique identifier for the transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>data.transaction_id</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Gateway transaction identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>data.store_id</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Internal store identifier</td>\n<td></td>\n</tr>\n<tr>\n<td>data.ip_address</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Customer's IP address at time of transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>data.last_four</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Last four digits of the credit card used</td>\n<td></td>\n</tr>\n<tr>\n<td>data.processed_at</td>\n<td><strong>string</strong></td>\n</tr>\n<tr>\n<td>Timestamp when transaction was processed (ISO 8601 format)</td>\n<td></td>\n</tr>\n<tr>\n<td>data.matched_transaction</td>\n<td><strong>object or null</strong></td>\n</tr>\n<tr>\n<td>Associated matched transaction data if available</td>\n<td></td>\n</tr>\n<tr>\n<td>data.matched_transaction.pixel_hit</td>\n<td><strong>object or null</strong></td>\n</tr>\n<tr>\n<td>Pixel hit data associated with the matched transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>meta</td>\n<td><strong>object</strong></td>\n</tr>\n<tr>\n<td>Pagination metadata</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.current_page</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Current page number</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.from</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>First item number on current page</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.last_page</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Last available page number</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.per_page</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Number of items per page</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.to</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Last item number on current page</td>\n<td></td>\n</tr>\n<tr>\n<td>meta.total</td>\n<td><strong>integer</strong></td>\n</tr>\n<tr>\n<td>Total number of transactions matching the search criteria</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","transactions","search"],"host":["pixelproof","test"],"query":[{"key":"store_id","value":"6e8494ec-b881-4ffc-ab6b-9b5141430fc4"},{"disabled":true,"key":"transaction_id","value":""},{"disabled":true,"key":"ip_address","value":""},{"disabled":true,"key":"card_last_four","value":""},{"disabled":true,"key":"matched_only","value":""},{"disabled":true,"key":"unmatched_only","value":""},{"disabled":true,"key":"date_from","value":""},{"disabled":true,"key":"date_to","value":""},{"key":"page","value":"1"},{"key":"per_page","value":"2"}],"variable":[]}},"response":[{"id":"5bcfd03f-724c-432f-9603-1a2325ab0739","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://pixelproof.test/api/v1/transactions/search?store_id=6e8494ec-b881-4ffc-ab6b-9b5141430fc4&page=1&per_page=2","protocol":"https","host":["pixelproof","test"],"path":["api","v1","transactions","search"],"query":[{"key":"store_id","value":"6e8494ec-b881-4ffc-ab6b-9b5141430fc4"},{"key":"transaction_id","value":"","type":"text","disabled":true},{"key":"ip_address","value":"","type":"text","disabled":true},{"key":"card_last_four","value":"","type":"text","disabled":true},{"key":"matched_only","value":"","type":"text","disabled":true},{"key":"unmatched_only","value":"","type":"text","disabled":true},{"key":"date_from","value":"","type":"text","disabled":true},{"key":"date_to","value":"","type":"text","disabled":true},{"key":"page","value":"1"},{"key":"per_page","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:07:29 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"b8871529-4bd4-49d9-b4ec-5c04404a0966\",\n            \"store_id\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n            \"transaction_id\": \"12345678\",\n            \"amount\": 29.99,\n            \"currency\": \"USD\",\n            \"card_brand\": \"visa\",\n            \"last_four\": \"1111\",\n            \"ip_address\": \"128.0.0.1\",\n            \"processed_at\": \"2025-06-27T02:50:13+00:00\",\n            \"is_matched\": false,\n            \"matched_transaction\": null,\n            \"created_at\": \"2025-06-27T02:50:13+00:00\",\n            \"updated_at\": \"2025-06-27T02:50:13+00:00\"\n        },\n        {\n            \"id\": \"063bd518-265a-41ac-9fe2-04d7124dcd89\",\n            \"store_id\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n            \"transaction_id\": \"txn_4d615783-b3b5-318f-b8a4-ac1486c8db4d\",\n            \"amount\": 34.63,\n            \"currency\": \"USD\",\n            \"card_brand\": \"discover\",\n            \"last_four\": \"2651\",\n            \"ip_address\": \"98.143.22.54\",\n            \"processed_at\": \"2025-06-19T20:54:04+00:00\",\n            \"is_matched\": true,\n            \"matched_transaction\": {\n                \"id\": \"55f5362c-1095-404b-ab15-b4825b6e09af\",\n                \"status\": \"matched\",\n                \"notes\": null,\n                \"pixel_hit\": {\n                    \"id\": \"fcb764db-45bb-459a-b567-a019e4255592\",\n                    \"store_id\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n                    \"origin\": \"https://digital-commerce-company.com\",\n                    \"referer\": \"https://www.pinterest.com/\",\n                    \"ip_address\": \"98.143.22.54\",\n                    \"ip_meta\": {\n                        \"ip\": \"98.143.22.54\",\n                        \"is_eu\": true,\n                        \"city\": \"London\",\n                        \"region\": \"England\",\n                        \"region_code\": \"ENG\",\n                        \"region_type\": \"state\",\n                        \"country_name\": \"United Kingdom\",\n                        \"country_code\": \"GB\",\n                        \"continent_name\": \"Europe\",\n                        \"continent_code\": \"EU\",\n                        \"latitude\": 23.322187,\n                        \"longitude\": -69.144033,\n                        \"postal\": \"73452\",\n                        \"calling_code\": \"44\",\n                        \"flag\": \"https://ipdata.co/flags/gb.png\",\n                        \"emoji_flag\": \"🇬🇧\",\n                        \"emoji_unicode\": \"U+1F1EC U+1F1E7\",\n                        \"asn\": {\n                            \"asn\": \"AS84412\",\n                            \"name\": \"Charter Communications Inc\",\n                            \"domain\": \"hoeger.com\",\n                            \"route\": \"98.143.0.0/16\",\n                            \"type\": \"business\"\n                        },\n                        \"company\": {\n                            \"name\": \"Luettgen, Gaylord and Larson\",\n                            \"domain\": \"\",\n                            \"network\": \"98.143.0.0/16\",\n                            \"type\": \"business\"\n                        },\n                        \"languages\": [\n                            {\n                                \"name\": \"English\",\n                                \"native\": \"English\",\n                                \"code\": \"en\"\n                            }\n                        ],\n                        \"currency\": {\n                            \"name\": \"British Pound\",\n                            \"code\": \"GBP\",\n                            \"symbol\": \"£\",\n                            \"native\": \"£\",\n                            \"plural\": \"British pounds\"\n                        },\n                        \"time_zone\": {\n                            \"name\": \"Europe/London\",\n                            \"abbr\": \"BST\",\n                            \"offset\": \"+0100\",\n                            \"is_dst\": true,\n                            \"current_time\": \"2025-06-22T21:56:52+01:00\"\n                        },\n                        \"threat\": {\n                            \"is_tor\": false,\n                            \"is_vpn\": false,\n                            \"is_icloud_relay\": false,\n                            \"is_proxy\": false,\n                            \"is_datacenter\": false,\n                            \"is_anonymous\": false,\n                            \"is_known_attacker\": false,\n                            \"is_known_abuser\": false,\n                            \"is_threat\": false,\n                            \"is_bogon\": false,\n                            \"blocklists\": [],\n                            \"scores\": {\n                                \"vpn_score\": 0,\n                                \"proxy_score\": 0,\n                                \"threat_score\": 0,\n                                \"trust_score\": 100\n                            }\n                        }\n                    },\n                    \"hit_at\": \"2025-06-01T10:37:30+00:00\",\n                    \"form_submitted_at\": null\n                },\n                \"created_at\": \"2025-06-22T20:56:55+00:00\",\n                \"updated_at\": \"2025-06-22T20:56:55+00:00\"\n            },\n            \"created_at\": \"2025-06-22T20:56:54+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:54+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 35,\n        \"per_page\": 2,\n        \"to\": 2,\n        \"total\": 70\n    }\n}"}],"_postman_id":"54a8e179-0556-4726-a12e-afeb9ddcc1e5"}],"id":"62d2eb34-d625-4413-b9ba-4c68d561e5d1","_postman_id":"62d2eb34-d625-4413-b9ba-4c68d561e5d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}}},{"name":"Merchants","item":[{"name":"Get Merchants","id":"c6957eaf-a0b5-484c-9f52-4edf60ba0dfd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"search","value":"string","type":"text","description":"<p>name:email:company</p>\n"},{"key":"status","value":"string","type":"text","description":"<p>active/inactive</p>\n"},{"key":"per_page","value":"integer","type":"text","description":"<p>default: 50</p>\n"},{"key":"page","value":"integer","type":"text"}]},"url":"https://pixelproof.test/api/v1/merchants","description":"<h1 id=\"list-merchants\">List Merchants</h1>\n<p>Retrieve a paginated list of merchants within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>search</td>\n<td><em>string (optional)</em>  <br />Search term to filter merchants by name, email, or company</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Filter merchants by status (e.g., active, inactive)</td>\n</tr>\n<tr>\n<td>page</td>\n<td><em>integer (optional)</em>  <br />Page number for pagination. Minimum value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td><em>integer (optional)</em>  <br />Number of results per page. Minimum: 1, Maximum: 100. Default: 50</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>array</strong>  <br />Array of merchant objects</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the merchant</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.company</td>\n<td><strong>string or null</strong>  <br />Company name</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current merchant status</td>\n</tr>\n<tr>\n<td>data.stores_count</td>\n<td><strong>integer</strong>  <br />Number of stores associated with this merchant</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was last updated (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>meta</td>\n<td><strong>object</strong>  <br />Pagination metadata</td>\n</tr>\n<tr>\n<td>meta.current_page</td>\n<td><strong>integer</strong>  <br />Current page number</td>\n</tr>\n<tr>\n<td>meta.from</td>\n<td><strong>integer</strong>  <br />First item number on current page</td>\n</tr>\n<tr>\n<td>meta.last_page</td>\n<td><strong>integer</strong>  <br />Last available page number</td>\n</tr>\n<tr>\n<td>meta.per_page</td>\n<td><strong>integer</strong>  <br />Number of items per page</td>\n</tr>\n<tr>\n<td>meta.to</td>\n<td><strong>integer</strong>  <br />Last item number on current page</td>\n</tr>\n<tr>\n<td>meta.total</td>\n<td><strong>integer</strong>  <br />Total number of merchants matching the search criteria</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"2922a0a5-19c8-43dc-83d3-32f4ab466882","name":"Success","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"search","value":"string","type":"text","description":"name:email:company"},{"key":"status","value":"string","type":"text","description":"active/inactive"},{"key":"per_page","value":"integer","type":"text","description":"default: 50"},{"key":"page","value":"integer","type":"text"}]},"url":"https://pixelproof.test/api/v1/merchants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:16:26 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"name\": \"Digital Commerce Co\",\n            \"email\": \"sales@digitalcommerce.com\",\n            \"phone\": \"+1-555-0300\",\n            \"company\": \"Digital Commerce Company\",\n            \"status\": \"active\",\n            \"stores_count\": 1,\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        },\n        {\n            \"id\": \"9d054c12-559d-4b74-8b4a-46ad38d31c61\",\n            \"name\": \"Smart Store Systems\",\n            \"email\": \"admin@smartstores.com\",\n            \"phone\": \"+1-555-0600\",\n            \"company\": \"Smart Store Systems\",\n            \"status\": \"active\",\n            \"stores_count\": 2,\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"per_page\": 50,\n        \"to\": 2,\n        \"total\": 2\n    }\n}"}],"_postman_id":"c6957eaf-a0b5-484c-9f52-4edf60ba0dfd"},{"name":"Get Merchant Stores","id":"a27d752c-9ce7-44fb-ab05-0d4ea5806bd6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"per_page","value":"2","type":"text"},{"key":"page","value":"1","type":"text"}]},"url":"https://pixelproof.test/api/v1/merchants/{uuid}/stores","description":"<h1 id=\"get-merchant-stores\">Get Merchant Stores</h1>\n<p>Retrieve a paginated list of stores for a specific merchant within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Merchant UUID identifier (URL parameter)</td>\n</tr>\n<tr>\n<td>page</td>\n<td><em>integer (optional)</em>  <br />Page number for pagination. Minimum value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td><em>integer (optional)</em>  <br />Number of results per page. Minimum: 1, Maximum: 100. Default: 50</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>array</strong>  <br />Array of store objects</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the store</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID used for webhooks and transactions</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td><strong>string</strong>  <br />Store name</td>\n</tr>\n<tr>\n<td>data.url</td>\n<td><strong>string or null</strong>  <br />Store website URL</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current store status</td>\n</tr>\n<tr>\n<td>data.merchant_id</td>\n<td><strong>integer</strong>  <br />Associated merchant identifier</td>\n</tr>\n<tr>\n<td>data.domains</td>\n<td><strong>array</strong>  <br />Array of domain objects associated with this store</td>\n</tr>\n<tr>\n<td>data.domains.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the domain</td>\n</tr>\n<tr>\n<td>data.domains.domain</td>\n<td><strong>string</strong>  <br />Domain name</td>\n</tr>\n<tr>\n<td>data.domains.is_primary</td>\n<td><strong>boolean</strong>  <br />Whether this is the primary domain</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was last updated (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>meta</td>\n<td><strong>object</strong>  <br />Pagination metadata</td>\n</tr>\n<tr>\n<td>meta.current_page</td>\n<td><strong>integer</strong>  <br />Current page number</td>\n</tr>\n<tr>\n<td>meta.from</td>\n<td><strong>integer</strong>  <br />First item number on current page</td>\n</tr>\n<tr>\n<td>meta.last_page</td>\n<td><strong>integer</strong>  <br />Last available page number</td>\n</tr>\n<tr>\n<td>meta.per_page</td>\n<td><strong>integer</strong>  <br />Number of items per page</td>\n</tr>\n<tr>\n<td>meta.to</td>\n<td><strong>integer</strong>  <br />Last item number on current page</td>\n</tr>\n<tr>\n<td>meta.total</td>\n<td><strong>integer</strong>  <br />Total number of stores for this merchant</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants","{uuid}","stores"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"e7aa30a0-765a-49af-86dc-a5d96c4e7981","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"per_page","value":"2","type":"text","description":"name:email:company"},{"key":"page","value":"1","type":"text","description":"active/inactive"}]},"url":"https://pixelproof.test/api/v1/merchants/39e0aff0-e7ae-49a5-9013-35ed7c2f193e/stores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:38:50 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"539774f8-6e17-442d-8f6e-9d7804bec4fa\",\n            \"merchant_uuid\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"mid\": \"01JYCPV98S93GGFHF45RPYC3VE\",\n            \"tracking_uuid\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n            \"status\": \"active\",\n            \"domains\": [\n                {\n                    \"id\": null,\n                    \"domain\": \"digital-commerce-company.com\",\n                    \"is_active\": 1,\n                    \"created_at\": \"2025-06-22T20:56:29+00:00\",\n                    \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n                }\n            ],\n            \"pixel_tracking_url\": \"https://pixelproof.test/pixel/6e8494ec-b881-4ffc-ab6b-9b5141430fc4.gif\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"per_page\": 50,\n        \"to\": 1,\n        \"total\": 1\n    }\n}"}],"_postman_id":"a27d752c-9ce7-44fb-ab05-0d4ea5806bd6"},{"name":"Create Merchant","id":"ad71cd14-048f-4e31-ab24-b565cdae14dd","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"John Smith","type":"text"},{"key":"email","value":"john@smithselectronics.com","type":"text"},{"key":"phone","value":"+1-555-0123","type":"text"},{"key":"company","value":"Smiths Electric","type":"text"},{"key":"status","value":"active","type":"text","description":"<p>active/inactive</p>\n"}]},"url":"https://pixelproof.test/api/v1/merchants","description":"<h1 id=\"create-merchant\">Create Merchant</h1>\n<p>Create a new merchant within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td><strong>string (required)</strong>  <br />Merchant name. Maximum length: 255 characters</td>\n</tr>\n<tr>\n<td>email</td>\n<td><strong>string (required)</strong>  <br />Merchant email address. Must be a valid email format</td>\n</tr>\n<tr>\n<td>company</td>\n<td><em>string (optional)</em>  <br />Company name. Maximum length: 255 characters</td>\n</tr>\n<tr>\n<td>phone</td>\n<td><em>string (optional)</em>  <br />Phone number. Maximum length: 20 characters</td>\n</tr>\n<tr>\n<td>address</td>\n<td><em>string (optional)</em>  <br />Business address. Maximum length: 500 characters</td>\n</tr>\n<tr>\n<td>city</td>\n<td><em>string (optional)</em>  <br />City name. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>state</td>\n<td><em>string (optional)</em>  <br />State or province. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td><em>string (optional)</em>  <br />ZIP or postal code. Maximum length: 20 characters</td>\n</tr>\n<tr>\n<td>country</td>\n<td><em>string (optional)</em>  <br />Country name. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Merchant status. Default: active</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Created merchant object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the merchant</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.company</td>\n<td><strong>string or null</strong>  <br />Company name</td>\n</tr>\n<tr>\n<td>data.phone</td>\n<td><strong>string or null</strong>  <br />Phone number</td>\n</tr>\n<tr>\n<td>data.address</td>\n<td><strong>string or null</strong>  <br />Business address</td>\n</tr>\n<tr>\n<td>data.city</td>\n<td><strong>string or null</strong>  <br />City name</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td><strong>string or null</strong>  <br />State or province</td>\n</tr>\n<tr>\n<td>data.postal_code</td>\n<td><strong>string or null</strong>  <br />ZIP or postal code</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td><strong>string or null</strong>  <br />Country name</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current merchant status</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"1038d52f-eced-4f37-bbf7-15abdcccb7f3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"John Smith","type":"text"},{"key":"email","value":"john@smithselectronics.com","type":"text"},{"key":"phone","value":"+1-555-0123","type":"text"},{"key":"company","value":"Smiths Electric","type":"text"},{"key":"status","value":"active","type":"text"}]},"url":"https://pixelproof.test/api/v1/merchants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:20:02 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Merchant created successfully\",\n    \"data\": {\n        \"id\": \"cef07d0b-9394-41d0-a22e-8e4f41d439a0\",\n        \"name\": \"John Smith\",\n        \"email\": \"john@smithselectronics.com\",\n        \"phone\": \"+1-555-0123\",\n        \"company\": \"Smiths Electric\",\n        \"status\": \"active\",\n        \"created_at\": \"2025-06-27T03:20:02+00:00\",\n        \"updated_at\": \"2025-06-27T03:20:02+00:00\"\n    }\n}"}],"_postman_id":"ad71cd14-048f-4e31-ab24-b565cdae14dd"},{"name":"Update Merchant","id":"1633a3c4-72d9-4c0b-8bf5-b86ebd919ccc","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/merchants/{uuid}/?company=Johns Electronics Superstore","description":"<h1 id=\"update-merchant\">Update Merchant</h1>\n<p>Update an existing merchant within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Merchant UUID identifier (URL parameter)</td>\n</tr>\n<tr>\n<td>name</td>\n<td><em>string (optional)</em>  <br />Merchant name. Maximum length: 255 characters</td>\n</tr>\n<tr>\n<td>email</td>\n<td><em>string (optional)</em>  <br />Merchant email address. Must be a valid email format</td>\n</tr>\n<tr>\n<td>company</td>\n<td><em>string (optional)</em>  <br />Company name. Maximum length: 255 characters</td>\n</tr>\n<tr>\n<td>phone</td>\n<td><em>string (optional)</em>  <br />Phone number. Maximum length: 20 characters</td>\n</tr>\n<tr>\n<td>address</td>\n<td><em>string (optional)</em>  <br />Business address. Maximum length: 500 characters</td>\n</tr>\n<tr>\n<td>city</td>\n<td><em>string (optional)</em>  <br />City name. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>state</td>\n<td><em>string (optional)</em>  <br />State or province. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td><em>string (optional)</em>  <br />ZIP or postal code. Maximum length: 20 characters</td>\n</tr>\n<tr>\n<td>country</td>\n<td><em>string (optional)</em>  <br />Country name. Maximum length: 100 characters</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Merchant status (e.g., active, inactive)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Updated merchant object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the merchant</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.company</td>\n<td><strong>string or null</strong>  <br />Company name</td>\n</tr>\n<tr>\n<td>data.phone</td>\n<td><strong>string or null</strong>  <br />Phone number</td>\n</tr>\n<tr>\n<td>data.address</td>\n<td><strong>string or null</strong>  <br />Business address</td>\n</tr>\n<tr>\n<td>data.city</td>\n<td><strong>string or null</strong>  <br />City name</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td><strong>string or null</strong>  <br />State or province</td>\n</tr>\n<tr>\n<td>data.postal_code</td>\n<td><strong>string or null</strong>  <br />ZIP or postal code</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td><strong>string or null</strong>  <br />Country name</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current merchant status</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants","{uuid}",""],"host":["pixelproof","test"],"query":[{"disabled":true,"key":"name","value":""},{"disabled":true,"key":"email","value":""},{"disabled":true,"key":"phone","value":""},{"key":"company","value":"Johns Electronics Superstore"},{"disabled":true,"key":"status","value":""}],"variable":[]}},"response":[{"id":"2aeedc70-b7db-4a0d-b25b-020c7ce2c0db","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://pixelproof.test/api/v1/merchants/cef07d0b-9394-41d0-a22e-8e4f41d439a0/?company=Johns Electronics Superstore","protocol":"https","host":["pixelproof","test"],"path":["api","v1","merchants","cef07d0b-9394-41d0-a22e-8e4f41d439a0",""],"query":[{"key":"name","value":"","disabled":true},{"key":"email","value":"","disabled":true},{"key":"phone","value":"","disabled":true},{"key":"company","value":"Johns Electronics Superstore"},{"key":"status","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:30:21 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Merchant updated successfully\",\n    \"data\": {\n        \"id\": \"cef07d0b-9394-41d0-a22e-8e4f41d439a0\",\n        \"name\": \"John Smith\",\n        \"email\": \"john@smithselectronics.com\",\n        \"phone\": \"+1-555-0123\",\n        \"company\": \"Johns Electronics Superstore\",\n        \"status\": \"active\",\n        \"created_at\": \"2025-06-27T03:20:02+00:00\",\n        \"updated_at\": \"2025-06-27T03:30:21+00:00\"\n    }\n}"}],"_postman_id":"1633a3c4-72d9-4c0b-8bf5-b86ebd919ccc"},{"name":"Show Merchant","id":"91fdf24f-11aa-4fa3-874a-c1232d3c1ef3","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/merchants/{uuid}/?include_stores=true","description":"<h1 id=\"get-merchant\">Get Merchant</h1>\n<p>Retrieve a specific merchant within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Merchant UUID identifier (URL parameter)</td>\n</tr>\n<tr>\n<td>include_stores</td>\n<td><em>boolean (optional)</em>  <br />Include stores data in response. Accepts: true, false, 0, 1</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Merchant object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the merchant</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.company</td>\n<td><strong>string or null</strong>  <br />Company name</td>\n</tr>\n<tr>\n<td>data.phone</td>\n<td><strong>string or null</strong>  <br />Phone number</td>\n</tr>\n<tr>\n<td>data.address</td>\n<td><strong>string or null</strong>  <br />Business address</td>\n</tr>\n<tr>\n<td>data.city</td>\n<td><strong>string or null</strong>  <br />City name</td>\n</tr>\n<tr>\n<td>data.state</td>\n<td><strong>string or null</strong>  <br />State or province</td>\n</tr>\n<tr>\n<td>data.postal_code</td>\n<td><strong>string or null</strong>  <br />ZIP or postal code</td>\n</tr>\n<tr>\n<td>data.country</td>\n<td><strong>string or null</strong>  <br />Country name</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current merchant status</td>\n</tr>\n<tr>\n<td>data.stores_count</td>\n<td><strong>integer</strong>  <br />Number of stores associated with this merchant</td>\n</tr>\n<tr>\n<td>data.stores</td>\n<td><strong>array or null</strong>  <br />Array of store objects (only if include_stores=true)</td>\n</tr>\n<tr>\n<td>data.stores.id</td>\n<td><strong>integer</strong>  <br />Store unique identifier</td>\n</tr>\n<tr>\n<td>data.stores.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.stores.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID</td>\n</tr>\n<tr>\n<td>data.stores.name</td>\n<td><strong>string</strong>  <br />Store name</td>\n</tr>\n<tr>\n<td>data.stores.url</td>\n<td><strong>string or null</strong>  <br />Store website URL</td>\n</tr>\n<tr>\n<td>data.stores.status</td>\n<td><strong>string</strong>  <br />Store status</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when merchant was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants","{uuid}",""],"host":["pixelproof","test"],"query":[{"key":"include_stores","value":"true"}],"variable":[]}},"response":[{"id":"5c20fe54-da46-4b69-83fb-65c820a973be","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://pixelproof.test/api/v1/merchants/cef07d0b-9394-41d0-a22e-8e4f41d439a0/?include_stores=true","protocol":"https","host":["pixelproof","test"],"path":["api","v1","merchants","cef07d0b-9394-41d0-a22e-8e4f41d439a0",""],"query":[{"key":"include_stores","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:33:57 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"cef07d0b-9394-41d0-a22e-8e4f41d439a0\",\n        \"name\": \"John Smith\",\n        \"email\": \"john@smithselectronics.com\",\n        \"phone\": \"+1-555-0123\",\n        \"company\": \"Johns Electronics Superstore\",\n        \"status\": \"active\",\n        \"stores_count\": 0,\n        \"stores\": [],\n        \"created_at\": \"2025-06-27T03:20:02+00:00\",\n        \"updated_at\": \"2025-06-27T03:30:21+00:00\"\n    }\n}"}],"_postman_id":"91fdf24f-11aa-4fa3-874a-c1232d3c1ef3"},{"name":"Delete Merchant","id":"ffe5a84d-bb7e-43d0-ada8-80426d884aa6","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/merchants/{uuid}","description":"<h1 id=\"delete-merchant\">Delete Merchant</h1>\n<p>Delete a specific merchant within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Merchant UUID identifier (URL parameter)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","merchants","{uuid}"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"6cd6700c-f3bd-420d-9ec6-92af66aae394","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/merchants/cef07d0b-9394-41d0-a22e-8e4f41d439a0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:35:49 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Merchant deleted successfully\"\n}"}],"_postman_id":"ffe5a84d-bb7e-43d0-ada8-80426d884aa6"}],"id":"6671fe1a-2c06-4b00-8899-daf0655209d4","_postman_id":"6671fe1a-2c06-4b00-8899-daf0655209d4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}}},{"name":"Stores","item":[{"name":"Get Stores","id":"9bcc4dfd-91ae-4574-8705-a934a42e3bd4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores?per_page=2&page=1","description":"<h1 id=\"list-stores\">List Stores</h1>\n<p>Retrieve a paginated list of stores within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>search</td>\n<td><em>string (optional)</em>  <br />Search term to filter stores by MID or tracking UUID</td>\n</tr>\n<tr>\n<td>merchant_uuid</td>\n<td><em>string (optional)</em>  <br />Merchant UUID to filter stores by specific merchant</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Filter stores by status (e.g., active, inactive)</td>\n</tr>\n<tr>\n<td>page</td>\n<td><em>integer (optional)</em>  <br />Page number for pagination. Minimum value: 1</td>\n</tr>\n<tr>\n<td>per_page</td>\n<td><em>integer (optional)</em>  <br />Number of results per page. Minimum: 1, Maximum: 100. Default: 50</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>array</strong>  <br />Array of store objects</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the store</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID used for webhooks and transactions</td>\n</tr>\n<tr>\n<td>data.mid</td>\n<td><strong>string</strong>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current store status</td>\n</tr>\n<tr>\n<td>data.merchant_id</td>\n<td><strong>integer</strong>  <br />Associated merchant identifier</td>\n</tr>\n<tr>\n<td>data.merchant</td>\n<td><strong>object</strong>  <br />Associated merchant data</td>\n</tr>\n<tr>\n<td>data.merchant.id</td>\n<td><strong>integer</strong>  <br />Merchant unique identifier</td>\n</tr>\n<tr>\n<td>data.merchant.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.merchant.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.merchant.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.domains</td>\n<td><strong>array</strong>  <br />Array of domain objects associated with this store</td>\n</tr>\n<tr>\n<td>data.domains.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the domain</td>\n</tr>\n<tr>\n<td>data.domains.domain</td>\n<td><strong>string</strong>  <br />Domain name</td>\n</tr>\n<tr>\n<td>data.domains.is_primary</td>\n<td><strong>boolean</strong>  <br />Whether this is the primary domain</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was last updated (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>meta</td>\n<td><strong>object</strong>  <br />Pagination metadata</td>\n</tr>\n<tr>\n<td>meta.current_page</td>\n<td><strong>integer</strong>  <br />Current page number</td>\n</tr>\n<tr>\n<td>meta.from</td>\n<td><strong>integer</strong>  <br />First item number on current page</td>\n</tr>\n<tr>\n<td>meta.last_page</td>\n<td><strong>integer</strong>  <br />Last available page number</td>\n</tr>\n<tr>\n<td>meta.per_page</td>\n<td><strong>integer</strong>  <br />Number of items per page</td>\n</tr>\n<tr>\n<td>meta.to</td>\n<td><strong>integer</strong>  <br />Last item number on current page</td>\n</tr>\n<tr>\n<td>meta.total</td>\n<td><strong>integer</strong>  <br />Total number of stores matching the search criteria</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores"],"host":["pixelproof","test"],"query":[{"disabled":true,"description":{"content":"<p>MID and tracking_uuid fields</p>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"key":"merchant_uuid","value":""},{"disabled":true,"key":"status","value":""},{"key":"per_page","value":"2"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"e2fc4b02-b988-43b5-b17c-e7380b1b1581","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://pixelproof.test/api/v1/stores?per_page=2&page=1","protocol":"https","host":["pixelproof","test"],"path":["api","v1","stores"],"query":[{"key":"search","value":"","description":"MID and tracking_uuid fields","disabled":true},{"key":"merchant_uuid","value":"","disabled":true},{"key":"status","value":"","disabled":true},{"key":"per_page","value":"2"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 03:50:13 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"539774f8-6e17-442d-8f6e-9d7804bec4fa\",\n            \"merchant\": {\n                \"id\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n                \"name\": \"Digital Commerce Co\",\n                \"email\": \"sales@digitalcommerce.com\",\n                \"phone\": \"+1-555-0300\",\n                \"company\": \"Digital Commerce Company\",\n                \"status\": \"active\",\n                \"created_at\": \"2025-06-22T20:56:29+00:00\",\n                \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n            },\n            \"merchant_uuid\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"mid\": \"01JYCPV98S93GGFHF45RPYC3VE\",\n            \"tracking_uuid\": \"6e8494ec-b881-4ffc-ab6b-9b5141430fc4\",\n            \"status\": \"active\",\n            \"domains\": [\n                {\n                    \"domain\": \"digital-commerce-company.com\",\n                    \"is_active\": 1,\n                    \"created_at\": \"2025-06-22T20:56:29+00:00\",\n                    \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n                }\n            ],\n            \"pixel_tracking_url\": \"https://pixelproof.test/pixel/6e8494ec-b881-4ffc-ab6b-9b5141430fc4.gif\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        },\n        {\n            \"id\": \"843d97fc-b6f4-4613-b18e-2a8ee7f598b0\",\n            \"merchant\": {\n                \"id\": \"9d054c12-559d-4b74-8b4a-46ad38d31c61\",\n                \"name\": \"Smart Store Systems\",\n                \"email\": \"admin@smartstores.com\",\n                \"phone\": \"+1-555-0600\",\n                \"company\": \"Smart Store Systems\",\n                \"status\": \"active\",\n                \"created_at\": \"2025-06-22T20:56:29+00:00\",\n                \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n            },\n            \"merchant_uuid\": \"9d054c12-559d-4b74-8b4a-46ad38d31c61\",\n            \"mid\": \"01JYCPV9B6H5GVG8BF9GVX5P31\",\n            \"tracking_uuid\": \"79b8b55a-6427-4c19-8e47-49791611110c\",\n            \"status\": \"active\",\n            \"domains\": [\n                {\n                    \"domain\": \"smart-store-systems.com\",\n                    \"is_active\": 1,\n                    \"created_at\": \"2025-06-22T20:56:29+00:00\",\n                    \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n                }\n            ],\n            \"pixel_tracking_url\": \"https://pixelproof.test/pixel/79b8b55a-6427-4c19-8e47-49791611110c.gif\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 2,\n        \"per_page\": 2,\n        \"to\": 2,\n        \"total\": 3\n    }\n}"}],"_postman_id":"9bcc4dfd-91ae-4574-8705-a934a42e3bd4"},{"name":"Create Store","id":"8153b427-e0d7-40fd-a6f0-03bf3d0bcca8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"merchant_uuid","value":"39e0aff0-e7ae-49a5-9013-35ed7c2f193e","type":"text"},{"key":"mid","value":"MID-001234","type":"text","description":"<p>active/inactive</p>\n"},{"key":"status","value":"active","type":"text"},{"key":"domains.0.domain","value":"store.example.com","type":"text"},{"key":"domains.0.is_active","value":"true","type":"text"}]},"url":"https://pixelproof.test/api/v1/stores","description":"<h1 id=\"create-store\">Create Store</h1>\n<p>Create a new store within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchant_uuid</td>\n<td><strong>string (required)</strong>  <br />Merchant UUID identifier that the store belongs to</td>\n</tr>\n<tr>\n<td>mid</td>\n<td><strong>string (required)</strong>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Store status. Default: active</td>\n</tr>\n<tr>\n<td>domains</td>\n<td><em>array (optional)</em>  <br />Array of domain objects to associate with the store</td>\n</tr>\n<tr>\n<td>domains[].domain</td>\n<td><strong>string (required)</strong>  <br />Domain name (e.g., example.com)</td>\n</tr>\n<tr>\n<td>domains[].is_primary</td>\n<td><em>boolean (optional)</em>  <br />Whether this is the primary domain. Default: false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Created store object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the store</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID used for webhooks and transactions</td>\n</tr>\n<tr>\n<td>data.mid</td>\n<td><strong>string</strong>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current store status</td>\n</tr>\n<tr>\n<td>data.merchant_id</td>\n<td><strong>integer</strong>  <br />Associated merchant identifier</td>\n</tr>\n<tr>\n<td>data.merchant</td>\n<td><strong>object</strong>  <br />Associated merchant data</td>\n</tr>\n<tr>\n<td>data.merchant.id</td>\n<td><strong>integer</strong>  <br />Merchant unique identifier</td>\n</tr>\n<tr>\n<td>data.merchant.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.merchant.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.merchant.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.domains</td>\n<td><strong>array</strong>  <br />Array of domain objects associated with this store</td>\n</tr>\n<tr>\n<td>data.domains.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the domain</td>\n</tr>\n<tr>\n<td>data.domains.domain</td>\n<td><strong>string</strong>  <br />Domain name</td>\n</tr>\n<tr>\n<td>data.domains.is_primary</td>\n<td><strong>boolean</strong>  <br />Whether this is the primary domain</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"7472d057-9d57-44f2-9862-c6a25e92702f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"merchant_uuid","value":"39e0aff0-e7ae-49a5-9013-35ed7c2f193e","type":"text"},{"key":"mid","value":"MID-001234","type":"text","description":"active/inactive"},{"key":"status","value":"active","type":"text"},{"key":"domains.0.domain","value":"store.example.com","type":"text"},{"key":"domains.0.is_active","value":"true","type":"text"}]},"url":"https://pixelproof.test/api/v1/stores"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 04:01:46 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Store created successfully\",\n    \"data\": {\n        \"id\": \"0a4ecbe8-5185-43a7-a284-f818311696b8\",\n        \"merchant\": {\n            \"id\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"name\": \"Digital Commerce Co\",\n            \"email\": \"sales@digitalcommerce.com\",\n            \"phone\": \"+1-555-0300\",\n            \"company\": \"Digital Commerce Company\",\n            \"status\": \"active\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        },\n        \"merchant_uuid\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n        \"mid\": \"MID-001234\",\n        \"tracking_uuid\": \"1b666478-504d-4073-8b23-06188b244c34\",\n        \"status\": \"active\",\n        \"domains\": [],\n        \"pixel_tracking_url\": \"https://pixelproof.test/pixel/1b666478-504d-4073-8b23-06188b244c34.gif\",\n        \"created_at\": \"2025-06-27T04:01:46+00:00\",\n        \"updated_at\": \"2025-06-27T04:01:46+00:00\"\n    }\n}"}],"_postman_id":"8153b427-e0d7-40fd-a6f0-03bf3d0bcca8"},{"name":"Show Store","id":"dca50ea7-c2c0-46ba-bfe3-572b64053017","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores/{store_id}","description":"<h1 id=\"get-store\">Get Store</h1>\n<p>Retrieve a specific store within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Store tracking UUID identifier (URL parameter)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Store object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the store</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID used for webhooks and transactions</td>\n</tr>\n<tr>\n<td>data.mid</td>\n<td><strong>string</strong>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current store status</td>\n</tr>\n<tr>\n<td>data.merchant_id</td>\n<td><strong>integer</strong>  <br />Associated merchant identifier</td>\n</tr>\n<tr>\n<td>data.merchant</td>\n<td><strong>object</strong>  <br />Associated merchant data</td>\n</tr>\n<tr>\n<td>data.merchant.id</td>\n<td><strong>integer</strong>  <br />Merchant unique identifier</td>\n</tr>\n<tr>\n<td>data.merchant.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.merchant.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.merchant.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.domains</td>\n<td><strong>array</strong>  <br />Array of domain objects associated with this store</td>\n</tr>\n<tr>\n<td>data.domains.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the domain</td>\n</tr>\n<tr>\n<td>data.domains.domain</td>\n<td><strong>string</strong>  <br />Domain name</td>\n</tr>\n<tr>\n<td>data.domains.is_primary</td>\n<td><strong>boolean</strong>  <br />Whether this is the primary domain</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores","{store_id}"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"3ef6ec76-d3a1-4747-b48c-6c54691e7d67","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores/1b666478-504d-4073-8b23-06188b244c34"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 04:03:36 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"0a4ecbe8-5185-43a7-a284-f818311696b8\",\n        \"merchant\": {\n            \"id\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"name\": \"Digital Commerce Co\",\n            \"email\": \"sales@digitalcommerce.com\",\n            \"phone\": \"+1-555-0300\",\n            \"company\": \"Digital Commerce Company\",\n            \"status\": \"active\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        },\n        \"merchant_uuid\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n        \"mid\": \"MID-001234\",\n        \"tracking_uuid\": \"1b666478-504d-4073-8b23-06188b244c34\",\n        \"status\": \"active\",\n        \"domains\": [],\n        \"pixel_tracking_url\": \"https://pixelproof.test/pixel/1b666478-504d-4073-8b23-06188b244c34.gif\",\n        \"created_at\": \"2025-06-27T04:01:46+00:00\",\n        \"updated_at\": \"2025-06-27T04:01:46+00:00\"\n    }\n}"}],"_postman_id":"dca50ea7-c2c0-46ba-bfe3-572b64053017"},{"name":"Update Store","id":"a70f785a-662f-4018-95b6-458044e5745c","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores/{store_id}?merchant_uuid=39e0aff0-e7ae-49a5-9013-35ed7c2f193e&status=active&domains.0.domain=store.example.com&domains.0.is_active=true","description":"<h1 id=\"update-store\">Update Store</h1>\n<p>Update an existing store within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Store tracking UUID identifier (URL parameter)</td>\n</tr>\n<tr>\n<td>merchant_uuid</td>\n<td><em>string (optional)</em>  <br />Merchant UUID identifier to change store ownership</td>\n</tr>\n<tr>\n<td>mid</td>\n<td><em>string (optional)</em>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>status</td>\n<td><em>string (optional)</em>  <br />Store status (e.g., active, inactive)</td>\n</tr>\n<tr>\n<td>domains</td>\n<td><em>array (optional)</em>  <br />Array of domain objects to replace existing domains</td>\n</tr>\n<tr>\n<td>domains[].domain</td>\n<td><strong>string (required)</strong>  <br />Domain name (e.g., example.com)</td>\n</tr>\n<tr>\n<td>domains[].is_primary</td>\n<td><em>boolean (optional)</em>  <br />Whether this is the primary domain. Default: false</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n<tr>\n<td>data</td>\n<td><strong>object</strong>  <br />Updated store object</td>\n</tr>\n<tr>\n<td>data.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the store</td>\n</tr>\n<tr>\n<td>data.uuid</td>\n<td><strong>string</strong>  <br />Store UUID identifier</td>\n</tr>\n<tr>\n<td>data.tracking_uuid</td>\n<td><strong>string</strong>  <br />Store tracking UUID used for webhooks and transactions</td>\n</tr>\n<tr>\n<td>data.mid</td>\n<td><strong>string</strong>  <br />Merchant identifier for the store</td>\n</tr>\n<tr>\n<td>data.status</td>\n<td><strong>string</strong>  <br />Current store status</td>\n</tr>\n<tr>\n<td>data.merchant_id</td>\n<td><strong>integer</strong>  <br />Associated merchant identifier</td>\n</tr>\n<tr>\n<td>data.merchant</td>\n<td><strong>object</strong>  <br />Associated merchant data</td>\n</tr>\n<tr>\n<td>data.merchant.id</td>\n<td><strong>integer</strong>  <br />Merchant unique identifier</td>\n</tr>\n<tr>\n<td>data.merchant.uuid</td>\n<td><strong>string</strong>  <br />Merchant UUID identifier</td>\n</tr>\n<tr>\n<td>data.merchant.name</td>\n<td><strong>string</strong>  <br />Merchant name</td>\n</tr>\n<tr>\n<td>data.merchant.email</td>\n<td><strong>string</strong>  <br />Merchant email address</td>\n</tr>\n<tr>\n<td>data.domains</td>\n<td><strong>array</strong>  <br />Array of domain objects associated with this store</td>\n</tr>\n<tr>\n<td>data.domains.id</td>\n<td><strong>integer</strong>  <br />Unique identifier for the domain</td>\n</tr>\n<tr>\n<td>data.domains.domain</td>\n<td><strong>string</strong>  <br />Domain name</td>\n</tr>\n<tr>\n<td>data.domains.is_primary</td>\n<td><strong>boolean</strong>  <br />Whether this is the primary domain</td>\n</tr>\n<tr>\n<td>data.account_id</td>\n<td><strong>integer</strong>  <br />Associated account identifier</td>\n</tr>\n<tr>\n<td>data.created_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was created (ISO 8601 format)</td>\n</tr>\n<tr>\n<td>data.updated_at</td>\n<td><strong>string</strong>  <br />Timestamp when store was last updated (ISO 8601 format)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores","{store_id}"],"host":["pixelproof","test"],"query":[{"key":"merchant_uuid","value":"39e0aff0-e7ae-49a5-9013-35ed7c2f193e"},{"key":"status","value":"active"},{"key":"domains.0.domain","value":"store.example.com"},{"key":"domains.0.is_active","value":"true"}],"variable":[]}},"response":[{"id":"9a6fa56c-4b5f-429a-972d-8ba0058f4a70","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":{"raw":"https://pixelproof.test/api/v1/stores/{store_id}?merchant_uuid=39e0aff0-e7ae-49a5-9013-35ed7c2f193e&status=active&domains.0.domain=store.example.com&domains.0.is_active=true","protocol":"https","host":["pixelproof","test"],"path":["api","v1","stores","{store_id}"],"query":[{"key":"merchant_uuid","value":"39e0aff0-e7ae-49a5-9013-35ed7c2f193e"},{"key":"status","value":"active"},{"key":"domains.0.domain","value":"store.example.com"},{"key":"domains.0.is_active","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 04:07:07 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Store updated successfully\",\n    \"data\": {\n        \"id\": \"0a4ecbe8-5185-43a7-a284-f818311696b8\",\n        \"merchant\": {\n            \"id\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n            \"name\": \"Digital Commerce Co\",\n            \"email\": \"sales@digitalcommerce.com\",\n            \"phone\": \"+1-555-0300\",\n            \"company\": \"Digital Commerce Company\",\n            \"status\": \"active\",\n            \"created_at\": \"2025-06-22T20:56:29+00:00\",\n            \"updated_at\": \"2025-06-22T20:56:29+00:00\"\n        },\n        \"merchant_uuid\": \"39e0aff0-e7ae-49a5-9013-35ed7c2f193e\",\n        \"mid\": \"MID-001234-UPDATED\",\n        \"tracking_uuid\": \"1b666478-504d-4073-8b23-06188b244c34\",\n        \"status\": \"active\",\n        \"domains\": [],\n        \"pixel_tracking_url\": \"https://pixelproof.test/pixel/1b666478-504d-4073-8b23-06188b244c34.gif\",\n        \"created_at\": \"2025-06-27T04:01:46+00:00\",\n        \"updated_at\": \"2025-06-27T04:06:37+00:00\"\n    }\n}"}],"_postman_id":"a70f785a-662f-4018-95b6-458044e5745c"},{"name":"Delete Store","id":"2e05666a-f351-4bd7-85e2-1ff38e754235","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"accept":true}},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores/{store_id}","description":"<h1 id=\"delete-store\">Delete Store</h1>\n<p>Delete a specific store within Pixel Proof</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Bearer Token from collection Pixel Proof</p>\n<h2 id=\"request-object\">Request Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Request Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td><strong>string (required)</strong>  <br />Store tracking UUID identifier (URL parameter)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-object\">Response Object</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td><strong>string</strong>  <br />Human-readable description of the result</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v1","stores","{store_id}"],"host":["pixelproof","test"],"query":[],"variable":[]}},"response":[{"id":"28505881-cbaf-42d5-9284-d00336845b53","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"https://pixelproof.test/api/v1/stores/{store_id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.25.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Powered-By","value":"PHP/8.4.8"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 27 Jun 2025 04:09:41 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Store deleted successfully\"\n}"}],"_postman_id":"2e05666a-f351-4bd7-85e2-1ff38e754235"}],"id":"f9ea5f23-cde2-4a2f-bd9e-381f996b48e7","_postman_id":"f9ea5f23-cde2-4a2f-bd9e-381f996b48e7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","id":"f5f157e6-67c3-4c5a-9d7a-183dc55a8655","name":"Pixel Proof","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"814092bd-a5a6-4595-a6b7-8ee56a719f8b","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"154d035b-c5a7-417b-a4e3-9023d3a15c73","type":"text/javascript","packages":{},"exec":[""]}}]}