{"info":{"_postman_id":"364f9c8c-c576-42c5-8353-b873b7c7aeae","name":"Vomsis Sanal Pos API V3 Live","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"48176718","collectionId":"364f9c8c-c576-42c5-8353-b873b7c7aeae","publishedId":"2sBXwjuD7i","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-20T11:11:46.000Z"},"item":[{"name":"Vomsis Sanal Pos Get Token","id":"2cc68810-d570-481b-a853-bae5237abc0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"app_key","value":"RDNnUEd1Db042asd2xvSEYvblhUNThIbWVXNGJtUHhnUGNIWmFsRT06OoKtqMSxzpZySy515P5ky8U=","type":"text"},{"key":"app_secret","value":"TlhVamtvdHpmFHMMjms23nM2a3JENnRzenpCK0xWYzdPeFNmY0lkdjg1cz06OofyhVhbKQVGCXEzABzdFT4=","type":"text"}]},"url":"https://uygulama.vomsis.com/api/vpos/v3/auth/token","description":"<p>Bu servis ile diğer api servislerini kullanabilmek için Token alınır.</p>\n<ol>\n<li><p>Vomsis uygulaması üzerinden API Ayarlarına giderek, yeni uygulama oluşturulmalı.<br /> Not: Uygulama oluştururken IP adresi, sanal pos API'nin kullanılacağı hostun IP adresi olmalıdır. Virgül ile ayrılarak dilediği kadar IP adresi eklenebilir.</p>\n</li>\n<li><p>app_key ve app_secret bilgileri ile atılan isteğin cevabındaki access_token, bir sonraki servislerde Authorization Bearer token metodu ile headera eklenmelidir.</p>\n</li>\n</ol>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","auth","token"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2cc68810-d570-481b-a853-bae5237abc0f"},{"name":"Vomsis Sanal Pos Bin Check","id":"3e25a4ef-e9ec-4d5f-931a-6f99f2e07164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cc_number\": \"5440781213736121\", //required\n    \"fec_name\":\"TRY\", //required\n    \"payment_price\":1.90 //required\n    //\"pid\":17 //optional\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/bin-check","description":"<p>Bu servis ile girilen kart numarasına göre sistemde tanımlı poslar üzerindeki taksit bilgilerini getirir.</p>\n<p><strong>Request</strong>;<br />Body içerisinde json olarak gönderilmesi gerekir.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cc_number</td>\n<td>Kart numarası [ int(16) / zorunlu ]</td>\n</tr>\n<tr>\n<td>fec_name</td>\n<td>Para birimi [ string(3) / zorunlu ]</td>\n</tr>\n<tr>\n<td>payment_price</td>\n<td>Sistem ayarlarında tutara göre sınırlama kontrolü yapmak için ödeme yapılacak Tutar [ float(10.2) / zorunlu]</td>\n</tr>\n<tr>\n<td>pid</td>\n<td>Sistemde tanımlı belirtilen pos id değerine sahip taksitler için [ int(3) / optional ]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>;<br />card_info -&gt; Girinlen kart numarasına ait bilgiler</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>bin_check_company</td>\n<td>Bin sorgulaması yapılan şirket [ int(10) ]</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>Banka ismi [ string(30) ]</td>\n</tr>\n<tr>\n<td>card_type</td>\n<td>Kart türü [ string(30) ]</td>\n</tr>\n<tr>\n<td>card_association</td>\n<td>Kart üreticisi [ string(20) ]</td>\n</tr>\n<tr>\n<td>card_family_name</td>\n<td>Kart ailesi [ string(30) ]</td>\n</tr>\n</tbody>\n</table>\n</div><p>installments -&gt; Girilen parametrelere göre kullanılabilecek taksit sayıları ve oranları</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_id</td>\n<td>Taksit yapılacak pos id [ int(10) ]</td>\n</tr>\n<tr>\n<td>block_rate</td>\n<td>Taksit bloke oranı [ float(10.2) ]</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Taksit para birimi [ string(3) ]</td>\n</tr>\n<tr>\n<td>installment</td>\n<td>Taktis sayısı [ int(2) ]</td>\n</tr>\n<tr>\n<td>title</td>\n<td>Taksit başlığı [ string(15) ]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","bin-check"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[{"id":"8d4ee5d0-fd14-4790-b725-fa65e1c4acca","name":"Vomsis Sanal Pos Bin Check/Get Installments","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cc_number\": \"5440781213736121\", //required\n    \"fec_name\":\"TRY\", //required\n    \"payment_price\":1.90 //required\n    //\"pid\":17 //optional\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/bin-check"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 11:37:32 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Frame-Options","value":"allow"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Vary","value":"Authorization"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Expect-CT","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"card_info\": {\n            \"bin_check_company\": 1,\n            \"bank_name\": \"Garanti Bankası\",\n            \"card_type\": \"CREDIT_CARD\",\n            \"card_association\": \"master_card\",\n            \"card_family_name\": \"Bonus\"\n        },\n        \"installments\": [\n            {\n                \"pos_id\": 10,\n                \"block_rate\": \"1.0000\",\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"title\": \"Tek Çekim\"\n            },\n            {\n                \"pos_id\": 10,\n                \"block_rate\": \"1.4000\",\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"title\": \"2 Taksit\"\n            },\n            {\n                \"pos_id\": 10,\n                \"block_rate\": \"3.5000\",\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"title\": \"3 Taksit\"\n            },\n            {\n                \"pos_id\": 10,\n                \"block_rate\": \"5.0000\",\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"title\": \"4 Taksit\"\n            },\n            {\n                \"pos_id\": 17,\n                \"block_rate\": \"10.0000\",\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"title\": \"5 Taksit\"\n            },\n            {\n                \"pos_id\": 17,\n                \"block_rate\": \"12.0000\",\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"title\": \"6 Taksit\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3e25a4ef-e9ec-4d5f-931a-6f99f2e07164"},{"name":"Vomsis Sanal Pos Installments","id":"5a1d2abe-aedc-45e4-ad6a-154546e7a5df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://uygulama.vomsis.com/api/vpos/v3/installments","description":"<p>Bu servis ile sistemde tanımlı poslar üzerindeki taksit bilgilerini getirir.</p>\n<p><strong>Response</strong>;<br />Kart ailelerine göre taksitleri verir.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pos_id</td>\n<td>Taksit yapılacak pos id [ int(10) ]</td>\n</tr>\n<tr>\n<td>block_rate</td>\n<td>Taksit bloke oranı [ float(10.2) ]</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Taksit para birimi [ string(3) ]</td>\n</tr>\n<tr>\n<td>installment</td>\n<td>Taktis sayısı [ int(2) ]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","installments"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[{"id":"753934d9-51d7-48ad-844b-c293b95173a4","name":"Vomsis Sanal Pos Installments","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://uygulama.vomsis.com/api/vpos/v3/installments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 11:19:31 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Frame-Options","value":"allow"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Vary","value":"Authorization"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Expect-CT","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Axess\": {\n            \"1\": {\n                \"pos_id\": 1,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"0.5000\"\n            },\n            \"2\": {\n                \"pos_id\": 1,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"2.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 1,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"0.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 1,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"0.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 1,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"3.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"Cardfinans\": {\n            \"1\": {\n                \"pos_id\": 6,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"0.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 6,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"0.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 6,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"0.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"8.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"Bonus\": {\n            \"1\": {\n                \"pos_id\": 10,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"1.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 10,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"1.4000\"\n            },\n            \"3\": {\n                \"pos_id\": 10,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"3.5000\"\n            },\n            \"4\": {\n                \"pos_id\": 10,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"5.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"Maximum\": {\n            \"1\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"1.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"3.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"5.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"8.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"Bankkart\": {\n            \"1\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"1.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"3.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"5.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"8.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"Advantage\": {\n            \"1\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"1.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"3.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"5.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"8.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        },\n        \"World\": {\n            \"1\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 1,\n                \"block_rate\": \"1.0000\"\n            },\n            \"2\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 2,\n                \"block_rate\": \"3.0000\"\n            },\n            \"3\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 3,\n                \"block_rate\": \"5.0000\"\n            },\n            \"4\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 4,\n                \"block_rate\": \"8.0000\"\n            },\n            \"5\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 5,\n                \"block_rate\": \"10.0000\"\n            },\n            \"6\": {\n                \"pos_id\": 17,\n                \"currency\": \"TRY\",\n                \"installment\": 6,\n                \"block_rate\": \"12.0000\"\n            }\n        }\n    }\n}"}],"_postman_id":"5a1d2abe-aedc-45e4-ad6a-154546e7a5df"},{"name":"Vomsis Sanal Pos Payment","id":"10d81977-5029-4360-9636-52a9e60edbe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referanceNo\": \"VP2024112323913\", //required | min/max 15 character\n    \"creditCardHolderName\": \"Kamil Acar\", //required\n    \"creditCardPan\": \"5440781063736021\", //required\n    \"creditCardExpiryMonth\": \"02\", //required\n    \"creditCardExpiryYear\": \"2030\", //required\n    \"creditCardCvc\": \"784\", //required\n    //\"pid\":17, // optional\n    \"installment\": 1, //required\n    \"amount\": \"3.55\", //required\n    \"currency\": \"TRY\", //required\n    \"invoiceType\":\"commercial\",\n    \"userCompanyTitle\": \"Kamil Acar\",\n    \"userName\": \"Kamil Acar\",\n    \"userEmail\" : \"kamil@acar.com\",\n    \"userPhone\" : \"+905551232021\",\n    \"userTaxOffice\" : \"Bursa\",\n    \"userTaxNo\" : \"22771015000\",\n    \"userAddress\": \"Uludağ Üniversitesi\",\n    \"clientIp\": \"13.13.13.13\",\n    \"returnUrl\": \"https://webhook-test.com/8f4e832f1affd6565097cd5c8ecebb69\",\n    \"lang\": \"tr\",\n    \"paymentNote\":\"not\"\n}","options":{"raw":{"language":"json"}}},"url":"https://uygulama.vomsis.com/api/vpos/v3/payment","description":"<p>Bu servis ile gönderilen istek paremetreleri ile ödeme oluşturulur.</p>\n<p><strong>Request</strong>;<br />Body içerisinde json olarak gönderilmesi gerekir.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>referanceNo</td>\n<td>Her işlemde gönderilmesi gereken benzersiz referans numarası. 15 karakter olarak gönderilmeli. [ string(15) / zorunlu ]</td>\n</tr>\n<tr>\n<td>creditCardHolderName</td>\n<td>Kart sahibi adı ve soyadı [ string(50) / zorunlu ]</td>\n</tr>\n<tr>\n<td>creditCardHolderName</td>\n<td>Kart numarası [ string(16) / zorunlu ]</td>\n</tr>\n<tr>\n<td>creditCardExpiryMonth</td>\n<td>Kart son kullanma tarihi ay bilgisi [ string(2) / zorunlu ]</td>\n</tr>\n<tr>\n<td>creditCardExpiryYear</td>\n<td>Kart son kullanma tarihi yıl bilgisi [ string(4) / zorunlu ]</td>\n</tr>\n<tr>\n<td>creditCardCvc</td>\n<td>Kart güvenlik kodu [ string(3) / zorunlu ]</td>\n</tr>\n<tr>\n<td>pid</td>\n<td>Ödeme alınacak pos id bilgisi [ int(3) / optional ]</td>\n</tr>\n<tr>\n<td>installment</td>\n<td>Taktis sayısı [ int(2) / zorunlu ]</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Ödeme yapılacak Tutar [ float(10.2) / zorunlu ]</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Para birimi [ string(3) / zorunlu ]</td>\n</tr>\n<tr>\n<td>invoiceType</td>\n<td>Fatura türü commercial veya individual değerleri alabilir. [ string(15) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userCompanyTitle</td>\n<td>Fatura firma adı [ string(50) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userName</td>\n<td>Fatura kişi ad soyad [ string(50) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userEmail</td>\n<td>Fatura email adresi [ string(30) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userPhone</td>\n<td>Fatura telefon numarası [ string(15) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userTaxOffice</td>\n<td>Fatura vergi dairesi [ string(30) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userTaxNo</td>\n<td>Fatura vergi numarası [ string(11) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>userAddress</td>\n<td>Fatura adresi [ string(70) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>clientIp</td>\n<td>Ödeme işlemini yapan istemci ip adresi [ string(15) / zorunlu ]</td>\n</tr>\n<tr>\n<td>returnUrl</td>\n<td>Ödeme sonrası işlem sonucunun gönderileceği POST url adresi [ string(70) / zorunlu ]</td>\n</tr>\n<tr>\n<td>lang</td>\n<td>Response mesajları için gönderilmeli tr ve en değerleri alabilr [ string(2) / opsiyonel ]</td>\n</tr>\n<tr>\n<td>paymentNote</td>\n<td>Ödeme notu [ string(70) / opsiyonel ]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>Ödeme isteği durumu true ve false değerleri dönmekte [ bool ]</td>\n</tr>\n<tr>\n<td>pos_type</td>\n<td>Ödeme isteğinin yapoldığı pos banka adı [ string(30) ]</td>\n</tr>\n<tr>\n<td>data</td>\n<td>İstemcinin yönlendirlmesi gereken 3d scripti. Bu kod parçasını arayüze eklediğinizde müşteri banka 3d ekranına gelecektir.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Not: 3d sonrası request paremetrelerinde girilen return_url adresine sonuç POST edilir.</p>\n<p>ReturnUrl Response;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>trans_id</td>\n<td>Banka işlem numarası</td>\n</tr>\n<tr>\n<td>order_id</td>\n<td>Sipariş numarası</td>\n</tr>\n<tr>\n<td>referans_kodu</td>\n<td>Ödeme talebinde gönderilen referans numarası</td>\n</tr>\n<tr>\n<td>status_code</td>\n<td>Ödeme işlemi durum kodu 00 ise başarılı işlem değiş ise başarısız anlamına gelir.</td>\n</tr>\n<tr>\n<td>error_code</td>\n<td>Ödeme işlemi hata kodu</td>\n</tr>\n<tr>\n<td>hata_mesaji</td>\n<td>Ödeme işlemi hata mesajı</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","payment"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[{"id":"07419eb7-ca07-439b-8e34-b6668589e44f","name":"Vomsis Sanal Pos Payment","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referanceNo\": \"VP2024121232383\", //required | min/max 15 character\n    \"creditCardHolderName\": \"Kamil Acar\", //required\n    \"creditCardPan\": \"5218071842907204\", //required\n    \"creditCardExpiryMonth\": \"05\", //required\n    \"creditCardExpiryYear\": \"2030\", //required\n    \"creditCardCvc\": \"784\", //required\n    //\"pid\":17, // optional\n    \"installment\": 3, //required\n    \"amount\": \"1.90\", //required\n    \"currency\": \"TRY\", //required\n    \"invoiceType\":\"commercial\",\n    \"userCompanyTitle\": \"Kamil Acar\",\n    \"userName\": \"Kamil Acar\",\n    \"userEmail\" : \"kamil@acar.com\",\n    \"userPhone\" : \"+905551232021\",\n    \"userTaxOffice\" : \"Bursa\",\n    \"userTaxNo\" : \"22771015000\",\n    \"userAddress\": \"Uludağ Üniversitesi\",\n    \"clientIp\": \"13.13.13.13\",\n    \"returnUrl\": \"https://domain.com/callback\",\n    \"lang\": \"tr\",\n    \"paymentNote\":\"not\"\n}","options":{"raw":{"language":"json"}}},"url":"https://uygulama.vomsis.com/api/vpos/v3/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 13:31:55 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"X-Frame-Options","value":"allow"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Vary","value":"Authorization"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Expect-CT","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"pos_type\": \"akbank\",\n    \"data\": \"<html><body><script>var f = document.createElement('form'); f.setAttribute('method','post'); f.setAttribute('action','https://www.sanalakpos.com/fim/est3Dgate'); var input_clientid= document.createElement('input'); input_clientid.setAttribute('type','hidden'); input_clientid.setAttribute('name','clientid'); input_clientid.setAttribute('value','102295620'); f.appendChild(input_clientid);var input_storetype= document.createElement('input'); input_storetype.setAttribute('type','hidden'); input_storetype.setAttribute('name','storetype'); input_storetype.setAttribute('value','3d'); f.appendChild(input_storetype);var input_hash= document.createElement('input'); input_hash.setAttribute('type','hidden'); input_hash.setAttribute('name','hash'); input_hash.setAttribute('value','B5UEamCsp4YkmLVebjBi5LhgOp8='); f.appendChild(input_hash);var input_cardType= document.createElement('input'); input_cardType.setAttribute('type','hidden'); input_cardType.setAttribute('name','cardType'); input_cardType.setAttribute('value','1'); f.appendChild(input_cardType);var input_pan= document.createElement('input'); input_pan.setAttribute('type','hidden'); input_pan.setAttribute('name','pan'); input_pan.setAttribute('value','5218071842907204'); f.appendChild(input_pan);var input_Ecom_Payment_Card_ExpDate_Month= document.createElement('input'); input_Ecom_Payment_Card_ExpDate_Month.setAttribute('type','hidden'); input_Ecom_Payment_Card_ExpDate_Month.setAttribute('name','Ecom_Payment_Card_ExpDate_Month'); input_Ecom_Payment_Card_ExpDate_Month.setAttribute('value','05'); f.appendChild(input_Ecom_Payment_Card_ExpDate_Month);var input_Ecom_Payment_Card_ExpDate_Year= document.createElement('input'); input_Ecom_Payment_Card_ExpDate_Year.setAttribute('type','hidden'); input_Ecom_Payment_Card_ExpDate_Year.setAttribute('name','Ecom_Payment_Card_ExpDate_Year'); input_Ecom_Payment_Card_ExpDate_Year.setAttribute('value','30'); f.appendChild(input_Ecom_Payment_Card_ExpDate_Year);var input_cv2= document.createElement('input'); input_cv2.setAttribute('type','hidden'); input_cv2.setAttribute('name','cv2'); input_cv2.setAttribute('value','784'); f.appendChild(input_cv2);var input_amount= document.createElement('input'); input_amount.setAttribute('type','hidden'); input_amount.setAttribute('name','amount'); input_amount.setAttribute('value','1.90'); f.appendChild(input_amount);var input_oid= document.createElement('input'); input_oid.setAttribute('type','hidden'); input_oid.setAttribute('name','oid'); input_oid.setAttribute('value','2136_VP2024121232383'); f.appendChild(input_oid);var input_okUrl= document.createElement('input'); input_okUrl.setAttribute('type','hidden'); input_okUrl.setAttribute('name','okUrl'); input_okUrl.setAttribute('value','https://prep.vomsis.com/api/vpos/v3/payment/callback?status=ok&lang=tr'); f.appendChild(input_okUrl);var input_failUrl= document.createElement('input'); input_failUrl.setAttribute('type','hidden'); input_failUrl.setAttribute('name','failUrl'); input_failUrl.setAttribute('value','https://prep.vomsis.com/api/vpos/v3/payment/callback?status=fail&lang=tr'); f.appendChild(input_failUrl);var input_rnd= document.createElement('input'); input_rnd.setAttribute('type','hidden'); input_rnd.setAttribute('name','rnd'); input_rnd.setAttribute('value','1708695114'); f.appendChild(input_rnd);var input_lang= document.createElement('input'); input_lang.setAttribute('type','hidden'); input_lang.setAttribute('name','lang'); input_lang.setAttribute('value','tr'); f.appendChild(input_lang);var input_currency= document.createElement('input'); input_currency.setAttribute('type','hidden'); input_currency.setAttribute('name','currency'); input_currency.setAttribute('value','949'); f.appendChild(input_currency);var input_refreshtime= document.createElement('input'); input_refreshtime.setAttribute('type','hidden'); input_refreshtime.setAttribute('name','refreshtime'); input_refreshtime.setAttribute('value','0'); f.appendChild(input_refreshtime);var s = document.createElement('input'); s.setAttribute('type','submit'); s.setAttribute('value','Submit'); s.style.display = 'none'; f.appendChild(s); document.getElementsByTagName('body')[0].appendChild(f); f.submit();</script></body></html>\"\n}"}],"_postman_id":"10d81977-5029-4360-9636-52a9e60edbe4"},{"name":"Vomsis Sanal Pos Refund/Cancel","id":"c49e1808-88d7-4fc7-a83d-658954f46d0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"cancel\", //required cancel/refund\n    \"referanceNo\":\"VP2024121232384\", //required\n    \"amount\":0 //optional\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/transaction","description":"<p>Bu servis ile başarılı bir ödeme işlemini iptal yada kısmi iade yapılır.</p>\n<p><strong>Request</strong>;<br />Body içerisinde json olarak gönderilmesi gerekir.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionType</td>\n<td>Işlem türü cancel(iptal) veya refund(kısmi iade) değerleri gönderilmeli. [ string(6) / zorunlu ]</td>\n</tr>\n<tr>\n<td>referanceNo</td>\n<td>Ödeme işlemi sırasında gönderilen referans numarası [ string(15) / zorunlu ]</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>İade yapılacak tutar. Kısmi iade işleminde gönderilmesi zorunludur. [ float(10.2) ]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>islem_id</td>\n<td>Benzersiz işlem id</td>\n</tr>\n<tr>\n<td>type</td>\n<td>İşlem tipi iptal veya iade değerlerini verir</td>\n</tr>\n<tr>\n<td>trans_id</td>\n<td>İşlem numarası</td>\n</tr>\n<tr>\n<td>response</td>\n<td>Approved, Declined, Error değerlerini verir</td>\n</tr>\n<tr>\n<td>proc_return_code</td>\n<td>İşlem sonuc kodu</td>\n</tr>\n<tr>\n<td>iade_tutar</td>\n<td>Kart ailesi [ string(30) ]</td>\n</tr>\n<tr>\n<td>iade_tutar</td>\n<td>İade yapılan tutar</td>\n</tr>\n<tr>\n<td>error_code</td>\n<td>Hata kodu</td>\n</tr>\n<tr>\n<td>error_message</td>\n<td>Hata mesajı</td>\n</tr>\n<tr>\n<td>status</td>\n<td>Durum approved veya declined değerlerini verir</td>\n</tr>\n<tr>\n<td>status_detail</td>\n<td>Durum detayı</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","transaction"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[{"id":"dc30640a-32dc-4e6e-bb2e-22866fd6b54b","name":"Vomsis Sanal Pos Refund/Cancel","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"transactionType\": \"cancel\", //required cancel/refund\n    \"referanceNo\":\"VP2024121232386\", //required\n    \"amount\":0 //optional\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/transaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 16:06:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Frame-Options","value":"allow"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Vary","value":"Authorization"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Expect-CT","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"islem_id\": 513,\n    \"type\": \"iptal\",\n    \"trans_id\": \"730657\",\n    \"response\": \"Approved\",\n    \"proc_return_code\": \"00\",\n    \"iade_tutar\": null,\n    \"error_code\": \"00\",\n    \"error_message\": \"\",\n    \"status\": \"approved\",\n    \"status_detail\": \"approved\"\n}"}],"_postman_id":"c49e1808-88d7-4fc7-a83d-658954f46d0e"},{"name":"Vomsis Sanal Pos Transaction Detail","id":"b3ec7f4a-2e19-4a2b-ac87-f63b7aa54ee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referanceNo\": \"VP2024112323912\"\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/transaction/find","description":"<p>Bu servis ile ödeme işlemi sorgulababilir.</p>\n<p><strong>Request</strong>;<br />Body içerisinde json olarak gönderilmesi gerekir.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>referanceNo</td>\n<td>Ödeme işlemi sırasında gönderilen referans numarası [ string(15) / zorunlu ]</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Response</strong>;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>referanceNo</td>\n<td>İşlem referans numarası</td>\n</tr>\n<tr>\n<td>transactionDate</td>\n<td>İşlem tarihi ve saati</td>\n</tr>\n<tr>\n<td>posName</td>\n<td>İşlemin gerçekleştirildiği POS</td>\n</tr>\n<tr>\n<td>errorCode</td>\n<td>İşlem hata kodu</td>\n</tr>\n<tr>\n<td>errorMessage</td>\n<td>İşlem hata mesajı</td>\n</tr>\n<tr>\n<td>maskedPan</td>\n<td>Maskeli kart no</td>\n</tr>\n<tr>\n<td>creditCardBank</td>\n<td>Kart banka adı</td>\n</tr>\n<tr>\n<td>clientIp</td>\n<td>İşlem yapılan ip adresi</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Tutar</td>\n</tr>\n<tr>\n<td>paidAmount</td>\n<td>Ödeme yapılan tutar(komisyonlu)</td>\n</tr>\n<tr>\n<td>installment</td>\n<td>Taksit sayısı</td>\n</tr>\n<tr>\n<td>installmentRatio</td>\n<td>Komisyon oranı</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Ödeme notu</td>\n</tr>\n<tr>\n<td>status</td>\n<td>İşlem durumu Başarılı / Başarısız / İptal / İade değerleri gelmektedir.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","transaction","find"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[{"id":"f2a4f211-c3b2-4348-b743-83caf4aa8445","name":"Vomsis Sanal Pos Transaction Detail","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"referanceNo\": \"VP2024112323912\"\n}"},"url":"https://uygulama.vomsis.com/api/vpos/v3/transaction/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 15:32:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"X-Frame-Options","value":"allow"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"Vary","value":"Authorization"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Expect-CT","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"referanceNo\": \"VP2024112323912\",\n        \"transactionDate\": \"2024-02-23 18:26:57\",\n        \"posName\": \"GARANTI\",\n        \"errorCode\": \"00\",\n        \"errorMessage\": \"\",\n        \"maskedPan\": \"544078******6021\",\n        \"creditCardBank\": \"Garanti Bankası\",\n        \"clientIp\": \"13.13.13.13\",\n        \"amount\": \"2.55\",\n        \"paidAmount\": \"2.58\",\n        \"installment\": 1,\n        \"installmentRatio\": \"1.0000\",\n        \"description\": \"not\",\n        \"status\": \"Başarılı\"\n    }\n}"}],"_postman_id":"b3ec7f4a-2e19-4a2b-ac87-f63b7aa54ee4"},{"name":"Vomsis Sanal Pos Transaction List","id":"79f5d95b-8bfe-45e2-a537-fd59ae44a9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://uygulama.vomsis.com/api/vpos/v3/transactions-list?status=successful","description":"<p>Bu servis ile `status` parametresi kullanılarak yapılmış tüm ödeme işlemlerinin listesini döner. Belirli bir durum filtresi (örneğin yalnızca başarılı işlemler) uygulanabilir.  </p>\n<p><strong>Query Parameters</strong>;</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>field</th>\n<th>desc</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>İşlem durumuna göre filtreleme yapar. Olası değerler: <code>successful</code>, <code>failed</code>, <code>cancel</code>, <code>refund</code> [ string / opsiyonel ]</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","vpos","v3","transactions-list"],"host":["uygulama","vomsis","com"],"query":[{"description":{"content":"<p>successful | failed | cancel | refund</p>\n","type":"text/plain"},"key":"status","value":"successful"}],"variable":[]}},"response":[{"id":"834b6d10-1030-4bde-b035-c0888afee311","name":"Vomsis Sanal Pos Transaction List","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://uygulama.vomsis.com/api/vpos/v3/transactions-list","protocol":"https","host":["uygulama","vomsis","com"],"path":["api","vpos","v3","transactions-list"],"query":[{"key":"status","value":"successful","description":"successful | failed | cancel | refund","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"date","value":"Wed, 20 May 2026 11:19:58 GMT"},{"key":"content-type","value":"application/json"},{"key":"server","value":"cloudflare"},{"key":"cache-control","value":"no-cache, private"},{"key":"x-ratelimit-limit","value":"100"},{"key":"x-ratelimit-remaining","value":"94"},{"key":"x-frame-options","value":"allow"},{"key":"strict-transport-security","value":"max-age=31536000"},{"key":"vary","value":"Authorization"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"x-content-type-options","value":"nosniff"},{"key":"expect-ct","value":"enforce,max-age=2592000,report-uri=\"https://uygulama.vomsis.com/report-policy\""},{"key":"report-to","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=A8mKiwrdmYymwGEmo45TamJwUR63SZ8ihX1YvxgI1ypRt0mS6MuhaxQ2s6Mp7oUgnBd8GK2t5yy7JcYiNYA7meTY3t3IFjEH23ktcJDSSWmTOdHVjNpOiHluvf6E3OQmympaIEo%3D\"}]}"},{"key":"nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"content-encoding","value":"br"},{"key":"cf-ray","value":"9feaf30f0ab4b673-IST"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": 9,\n            \"pos_id\": 22,\n            \"musteri_id\": 1,\n            \"referans_kodu\": \"169VPCE5C20E03814BD1\",\n            \"aciklama\": \"Aksesuar Avcı\",\n            \"islem_tarihi\": \"2026-05-18 13:06:46\",\n            \"tutar\": \"1300.00\",\n            \"para_birimi\": \"TRY\",\n            \"taksit\": 1,\n            \"taksit_oran\": \"1.7200\",\n            \"taksit_tutar\": \"1322.75\",\n            \"kredi_kart_no\": \"528939******5016\",\n            \"kredi_kart_banka\": \"T.GARANTİ BANKASI A.Ş.\",\n            \"ip_adresi\": \"95.70.139.234\",\n            \"hata_kodu\": \"00\",\n            \"hata_mesaji\": \"İşlem Başarılı\",\n            \"durum\": 1,\n            \"tur\": \"islem\",\n            \"order_id\": \"169VPCE5C20E03814BD1\",\n            \"trans_id\": \"IKSIRPF494115\",\n            \"pos_name\": \"VOMSİS NKOLAY\",\n            \"cc_family\": \"Miles&Smiles\",\n            \"cc_org\": \"master_card\",\n            \"cc_type\": \"CREDIT_CARD\",\n            \"iade_tutar\": null,\n            \"tahsilat_id\": null,\n            \"bayi_id\": null,\n            \"invoiceInfoId\": 1,\n            \"invoiceType\": \"commercial\",\n            \"invoiceName\": null,\n            \"invoicePhone\": null,\n            \"invoiceTitle\": null,\n            \"invoiceTaxOffice\": null,\n            \"invoiceTaxNumber\": null,\n            \"invoiceEmail\": null,\n            \"invoiceAddress\": null,\n            \"infoEmails\": \"\",\n            \"discountRate\": \"0.0000\",\n            \"created_at\": \"2026-05-18 13:06:46\",\n            \"status_detail\": {\n                \"title\": \"Başarılı\",\n                \"text_color\": \"4FC664\",\n                \"border_color\": \"DCF4E0\",\n                \"bg_color\": \"EDF9EF\",\n                \"status\": \"successful\"\n            },\n            \"musteri\": {\n                \"id\": 1,\n                \"bayi_id\": null,\n                \"unvan\": \"Örnek Birinci Müşteri\",\n                \"resmi_unvan\": null,\n                \"yetkili_kisi\": null,\n                \"gsm\": \"+905455454545\",\n                \"telefon\": null,\n                \"email\": \"ornek.birinci@vomsis.com\",\n                \"adres\": null,\n                \"vergi_no\": null,\n                \"vergi_dairesi\": null\n            },\n            \"bayi\": null,\n            \"tahsilat\": null\n        },\n        {\n            \"id\": 7,\n            \"pos_id\": 22,\n            \"musteri_id\": 1,\n            \"referans_kodu\": \"169VPEF2DB4B3FFD6636\",\n            \"aciklama\": \"Emre AVCI\",\n            \"islem_tarihi\": \"2026-05-18 13:03:58\",\n            \"tutar\": \"2000.00\",\n            \"para_birimi\": \"TRY\",\n            \"taksit\": 1,\n            \"taksit_oran\": \"1.7200\",\n            \"taksit_tutar\": \"2035.00\",\n            \"kredi_kart_no\": \"528939******5016\",\n            \"kredi_kart_banka\": \"T.GARANTİ BANKASI A.Ş.\",\n            \"ip_adresi\": \"95.70.139.234\",\n            \"hata_kodu\": \"00\",\n            \"hata_mesaji\": \"İşlem Başarılı\",\n            \"durum\": 1,\n            \"tur\": \"islem\",\n            \"order_id\": \"169VPEF2DB4B3FFD6636\",\n            \"trans_id\": \"IKSIRPF494114\",\n            \"pos_name\": \"VOMSİS NKOLAY\",\n            \"cc_family\": \"Miles&Smiles\",\n            \"cc_org\": \"master_card\",\n            \"cc_type\": \"CREDIT_CARD\",\n            \"iade_tutar\": null,\n            \"tahsilat_id\": null,\n            \"bayi_id\": null,\n            \"invoiceInfoId\": 1,\n            \"invoiceType\": \"commercial\",\n            \"invoiceName\": null,\n            \"invoicePhone\": null,\n            \"invoiceTitle\": null,\n            \"invoiceTaxOffice\": null,\n            \"invoiceTaxNumber\": null,\n            \"invoiceEmail\": null,\n            \"invoiceAddress\": null,\n            \"infoEmails\": \"\",\n            \"discountRate\": \"0.0000\",\n            \"created_at\": \"2026-05-18 13:03:58\",\n            \"status_detail\": {\n                \"title\": \"Başarılı\",\n                \"text_color\": \"4FC664\",\n                \"border_color\": \"DCF4E0\",\n                \"bg_color\": \"EDF9EF\",\n                \"status\": \"successful\"\n            },\n            \"musteri\": {\n                \"id\": 1,\n                \"bayi_id\": null,\n                \"unvan\": \"Örnek Birinci Müşteri\",\n                \"resmi_unvan\": null,\n                \"yetkili_kisi\": null,\n                \"gsm\": \"+905455454545\",\n                \"telefon\": null,\n                \"email\": \"ornek.birinci@vomsis.com\",\n                \"adres\": null,\n                \"vergi_no\": null,\n                \"vergi_dairesi\": null\n            },\n            \"bayi\": null,\n            \"tahsilat\": null\n        },\n        {\n            \"id\": 5,\n            \"pos_id\": 22,\n            \"musteri_id\": 1,\n            \"referans_kodu\": \"169VP65D9EAA73BB134E\",\n            \"aciklama\": \"\",\n            \"islem_tarihi\": \"2026-05-18 13:00:59\",\n            \"tutar\": \"200.00\",\n            \"para_birimi\": \"TRY\",\n            \"taksit\": 1,\n            \"taksit_oran\": \"1.7200\",\n            \"taksit_tutar\": \"203.50\",\n            \"kredi_kart_no\": \"528939******5016\",\n            \"kredi_kart_banka\": \"T.GARANTİ BANKASI A.Ş.\",\n            \"ip_adresi\": \"95.70.139.234\",\n            \"hata_kodu\": \"00\",\n            \"hata_mesaji\": \"İşlem Başarılı\",\n            \"durum\": 1,\n            \"tur\": \"islem\",\n            \"order_id\": \"169VP65D9EAA73BB134E\",\n            \"trans_id\": \"IKSIRPF494112\",\n            \"pos_name\": \"VOMSİS NKOLAY\",\n            \"cc_family\": \"Miles&Smiles\",\n            \"cc_org\": \"master_card\",\n            \"cc_type\": \"CREDIT_CARD\",\n            \"iade_tutar\": null,\n            \"tahsilat_id\": null,\n            \"bayi_id\": null,\n            \"invoiceInfoId\": 1,\n            \"invoiceType\": \"commercial\",\n            \"invoiceName\": null,\n            \"invoicePhone\": null,\n            \"invoiceTitle\": null,\n            \"invoiceTaxOffice\": null,\n            \"invoiceTaxNumber\": null,\n            \"invoiceEmail\": null,\n            \"invoiceAddress\": null,\n            \"infoEmails\": \"\",\n            \"discountRate\": \"0.0000\",\n            \"created_at\": \"2026-05-18 13:00:59\",\n            \"status_detail\": {\n                \"title\": \"Başarılı\",\n                \"text_color\": \"4FC664\",\n                \"border_color\": \"DCF4E0\",\n                \"bg_color\": \"EDF9EF\",\n                \"status\": \"successful\"\n            },\n            \"musteri\": {\n                \"id\": 1,\n                \"bayi_id\": null,\n                \"unvan\": \"Örnek Birinci Müşteri\",\n                \"resmi_unvan\": null,\n                \"yetkili_kisi\": null,\n                \"gsm\": \"+905455454545\",\n                \"telefon\": null,\n                \"email\": \"ornek.birinci@vomsis.com\",\n                \"adres\": null,\n                \"vergi_no\": null,\n                \"vergi_dairesi\": null\n            },\n            \"bayi\": null,\n            \"tahsilat\": null\n        },\n        {\n            \"id\": 1,\n            \"pos_id\": 22,\n            \"musteri_id\": 1,\n            \"referans_kodu\": \"169VP4837C3A041BAC33\",\n            \"aciklama\": \"İlk Yapılan 2 Taksitli Ödeme\",\n            \"islem_tarihi\": \"2026-05-13 15:23:30\",\n            \"tutar\": \"100.00\",\n            \"para_birimi\": \"TRY\",\n            \"taksit\": 2,\n            \"taksit_oran\": \"1.0000\",\n            \"taksit_tutar\": \"103.07\",\n            \"kredi_kart_no\": \"415565******6111\",\n            \"kredi_kart_banka\": \"QNB BANK A.Ş.\",\n            \"ip_adresi\": \"95.70.139.234\",\n            \"hata_kodu\": \"00\",\n            \"hata_mesaji\": \"İşlem Başarılı\",\n            \"durum\": 1,\n            \"tur\": \"islem\",\n            \"order_id\": \"169VP4837C3A041BAC33\",\n            \"trans_id\": \"IKSIRPF493476\",\n            \"pos_name\": \"VOMSİS NKOLAY\",\n            \"cc_family\": \"Cardfinans\",\n            \"cc_org\": \"visa\",\n            \"cc_type\": \"CREDIT_CARD\",\n            \"iade_tutar\": null,\n            \"tahsilat_id\": null,\n            \"bayi_id\": null,\n            \"invoiceInfoId\": 1,\n            \"invoiceType\": \"commercial\",\n            \"invoiceName\": null,\n            \"invoicePhone\": null,\n            \"invoiceTitle\": null,\n            \"invoiceTaxOffice\": null,\n            \"invoiceTaxNumber\": null,\n            \"invoiceEmail\": null,\n            \"invoiceAddress\": null,\n            \"infoEmails\": \"\",\n            \"discountRate\": \"0.0000\",\n            \"created_at\": \"2026-05-13 15:23:30\",\n            \"status_detail\": {\n                \"title\": \"Başarılı\",\n                \"text_color\": \"4FC664\",\n                \"border_color\": \"DCF4E0\",\n                \"bg_color\": \"EDF9EF\",\n                \"status\": \"successful\"\n            },\n            \"musteri\": {\n                \"id\": 1,\n                \"bayi_id\": null,\n                \"unvan\": \"Örnek Birinci Müşteri\",\n                \"resmi_unvan\": null,\n                \"yetkili_kisi\": null,\n                \"gsm\": \"+905455454545\",\n                \"telefon\": null,\n                \"email\": \"ornek.birinci@vomsis.com\",\n                \"adres\": null,\n                \"vergi_no\": null,\n                \"vergi_dairesi\": null\n            },\n            \"bayi\": null,\n            \"tahsilat\": null\n        }\n    ]\n}"}],"_postman_id":"79f5d95b-8bfe-45e2-a537-fd59ae44a9e0"},{"name":"Vomsis Sanal Pos Customer List","id":"a643fb4f-98b3-4b4a-82cf-5bcab3747258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"url":"https://uygulama.vomsis.com/api/vpos/v3/customers","description":"<p>Müşteri listesinin çekildiği servistir.</p>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","customers"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a643fb4f-98b3-4b4a-82cf-5bcab3747258"},{"name":"Vomsis Sanal Pos Customer Detail","id":"84fdac4b-13cd-4abe-baa5-5e9e704f3edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://uygulama.vomsis.com/api/vpos/v3/customers/621","description":"<p>Müşteri detay servisidir. Müşterinin benzersiz ID'si URL de parametre olarak eklenir.</p>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","customers","621"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84fdac4b-13cd-4abe-baa5-5e9e704f3edc"},{"name":"Vomsis Sanal Pos Create Customer","id":"73c2b66b-8a29-4ae1-b311-803cdeb3bbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\" : \"test7@vomsis.com\",\n    \"password\":\"123123\",\n    \"companyTitle\": \"Acar Ltd.\",\n    \"gsm\":\"+905325556688\",\n    \"invoiceInformation\" : {\n        \"invoiceInfoName\": \"Adres 1\",\n        \"invoiceType\": \"individual\",\n        \"nameSurname\": \"Kamil Acar\",\n        \"taxNumber\" : \"22771513455\",\n        \"invoiceEmail\": \"test7@vomsis.com\",\n        \"phone\": \"+905325556688\",\n        \"address\" : \"Ulutek\",\n        \"companyTitle\" : null,\n        \"taxOffice\" : null\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://uygulama.vomsis.com/api/vpos/v3/customers/store","description":"<p>Müşteri oluşturma servisidir. \nRequest body, JSON şeklinde gönderilmelidir.</p>\n<p>*Email alanı zorunludur.</p>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","customers","store"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"73c2b66b-8a29-4ae1-b311-803cdeb3bbcd"},{"name":"Vomsis Sanal Pos Update Customer","id":"f477114d-7ea4-47c8-91bf-228c325d0ec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\" : \"test2@vomsis.com\",\n    \"password\":\"123123\",\n    \"companyTitle\": \"Acar Ltd. Şt.\",\n    \"phone\":\"+905325551111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://uygulama.vomsis.com/api/vpos/v3/customers/621","description":"<p>Müşteri güncelleme servisidir. Request body, JSON şeklinde gönderilmelidir.\nMüşteri benzersiz ID'si url'de parametre olarak eklenmelidir.</p>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","customers","621"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f477114d-7ea4-47c8-91bf-228c325d0ec8"},{"name":"Vomsis Sanal Pos Delete Customer","id":"0613bcb2-3844-427d-b805-88836ae86a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/json","type":"text"}],"url":"https://uygulama.vomsis.com/api/vpos/v3/customers/621","description":"<p>Müşteri silme servisidir. Müşteri benzersiz ID'si url'de parametre olarak eklenmelidir.</p>\n","urlObject":{"protocol":"https","path":["api","vpos","v3","customers","621"],"host":["uygulama","vomsis","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0613bcb2-3844-427d-b805-88836ae86a36"}]}