{"info":{"_postman_id":"0f0f263f-eea8-42bc-96bf-8ff8bce522b9","name":"PaymentDeals","description":"<html><head></head><body><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>The Payment Deal Library is a powerful and versatile Laravel package designed to simplify and enhance online payment processing. Whether you're a business owner, developer, or entrepreneur, this library provides you with a comprehensive toolkit for integrating popular payment gateways seamlessly into your web applications.\n\n</code></pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"7667667","collectionId":"0f0f263f-eea8-42bc-96bf-8ff8bce522b9","publishedId":"2s9YBz3b3S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-09-07T19:37:44.000Z"},"item":[{"name":"Payment Gateways","item":[{"name":"index","id":"4e4848d0-a91c-4fd7-96bf-c3e205bd902c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/payment-gateways","urlObject":{"path":["api","v1","payment-gateways"],"host":["127.0.0.1:8000"],"query":[{"disabled":true,"description":{"content":"<p>get all data without pagination</p>\n","type":"text/plain"},"key":"get_all","value":"1"},{"disabled":true,"description":{"content":"<p>online, offline</p>\n","type":"text/plain"},"key":"type","value":"online"},{"disabled":true,"description":{"content":"<p>0, 1</p>\n","type":"text/plain"},"key":"status","value":"0"}],"variable":[]}},"response":[],"_postman_id":"4e4848d0-a91c-4fd7-96bf-c3e205bd902c"},{"name":"store","id":"6d9265af-30b5-40c7-8acb-50c371a6c846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"online\", // online, offline\n    \"gateway\": \"paypal\", // use small letter for a gateway name\n    \"credentials\": {\n        \"app_key\": \"\",\n        \"secret_key\": \"\",\n        \"username\": \"\",\n        \"password\": \"\",\n        \"sandbox\": true\n    },\n    \"additional\": {\n        \"name\": \"Paypal\",\n        \"image\": \"image_url\"\n        // ...your useful additional data\n    },\n    \"status\": 1 // use 1 or 0\n}"},"url":"127.0.0.1:8000/api/v1/payment-gateways","urlObject":{"path":["api","v1","payment-gateways"],"host":["127.0.0.1:8000"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d9265af-30b5-40c7-8acb-50c371a6c846"},{"name":"show","id":"1fdb72d3-b541-4062-b871-3af08a436450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/payment-gateways/:id","urlObject":{"path":["api","v1","payment-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"1fdb72d3-b541-4062-b871-3af08a436450"},{"name":"update","id":"2570e2a8-71df-4492-aea1-81c488bbe290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"online\", // online, offline\n    \"gateway\": \"paypal\", // use small letter for a gateway name\n    \"credentials\": {\n        \"app_key\": \"\",\n        \"secret_key\": \"\",\n        \"username\": \"\",\n        \"password\": \"\",\n        \"sandbox\": true\n    },\n    \"additional\": {\n        \"name\": \"Paypal\",\n        \"image\": \"image_url\"\n        // ...your useful additional data\n    },\n    \"status\": 1 // use 1 or 0\n}"},"url":"127.0.0.1:8000/api/v1/payment-gateways/:id","urlObject":{"path":["api","v1","payment-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2570e2a8-71df-4492-aea1-81c488bbe290"},{"name":"destroy","id":"3bf037cb-45bd-4ab1-b6d1-579d773f9f10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"127.0.0.1:8000/api/v1/payment-gateways/:id","urlObject":{"path":["api","v1","payment-gateways",":id"],"host":["127.0.0.1:8000"],"query":[],"variable":[{"id":"cf3b4e4a-190c-4925-968c-ad9f7b11c237","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"3bf037cb-45bd-4ab1-b6d1-579d773f9f10"}],"id":"2da9f608-c148-412d-997f-9989d9cfa482","description":"<p>Store your required payment gateways</p>\n","_postman_id":"2da9f608-c148-412d-997f-9989d9cfa482"}],"variable":[{"key":"baseUrl","value":"127.0.0.1:8000"}]}