{"info":{"_postman_id":"0549fcd1-4f4c-4212-a140-70b65db49d78","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":"1546119","collectionId":"0549fcd1-4f4c-4212-a140-70b65db49d78","publishedId":"2sA2r55RMD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-14T17:03:46.000Z"},"item":[{"name":"Vomsis Sanal Pos Get Token","id":"915c3545-e68b-442b-8a01-1120ab7c1d70","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":"915c3545-e68b-442b-8a01-1120ab7c1d70"},{"name":"Vomsis Sanal Pos Bin Check","id":"69d7d3d1-4aa1-4fc1-aac4-f17d65bc0e28","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":"2b1dd9b0-890c-45ac-96ac-9a9c802d5f2e","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":"69d7d3d1-4aa1-4fc1-aac4-f17d65bc0e28"},{"name":"Vomsis Sanal Pos Installments","id":"a6cc0d8d-eb5a-43e8-a9c7-9ac84c9344bb","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":"28feafa3-1f76-4da7-b8aa-f42de6b80e62","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":"a6cc0d8d-eb5a-43e8-a9c7-9ac84c9344bb"},{"name":"Vomsis Sanal Pos Payment","id":"3c547972-c7d9-4c25-ad6e-0004236aea54","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":"7d3bbb73-0f5d-4bf2-adb4-5d90f0d9531e","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":"3c547972-c7d9-4c25-ad6e-0004236aea54"},{"name":"Vomsis Sanal Pos Refund/Cancel","id":"f1d94429-9e36-4ed0-8873-677f4584b2a2","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":"611fdcb7-2836-4b04-bcb4-77289d2409f7","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":"f1d94429-9e36-4ed0-8873-677f4584b2a2"},{"name":"Vomsis Sanal Pos Transaction Detail","id":"089e2d36-d853-4c5b-9d74-6d36a5159571","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":"49609fc1-db03-4748-8589-180b6820c71f","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":"089e2d36-d853-4c5b-9d74-6d36a5159571"},{"name":"Vomsis Sanal Pos Customer List","id":"245bdc7b-796d-4eaa-bd19-f6761417dc12","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":"245bdc7b-796d-4eaa-bd19-f6761417dc12"},{"name":"Vomsis Sanal Pos Customer Detail","id":"447f9304-8d1f-41dd-9c86-2fa7c047550c","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":"447f9304-8d1f-41dd-9c86-2fa7c047550c"},{"name":"Vomsis Sanal Pos Create Customer","id":"ea0e687e-4319-48c9-b2d9-ac261cf53678","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":"ea0e687e-4319-48c9-b2d9-ac261cf53678"},{"name":"Vomsis Sanal Pos Update Customer","id":"cad44e95-91e5-4e25-a951-be9f1a50e8cc","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":"cad44e95-91e5-4e25-a951-be9f1a50e8cc"},{"name":"Vomsis Sanal Pos Delete Customer","id":"aee37867-2ec0-4e7e-9953-4de56e7c97a6","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":"aee37867-2ec0-4e7e-9953-4de56e7c97a6"}]}