{"info":{"_postman_id":"388572df-2ee4-43d2-b37f-d178d33fd96f","name":"MonnifyApiClone","description":"<html><head></head><body><p>Minimal Monnify Api reference clone</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"35174244","collectionId":"388572df-2ee4-43d2-b37f-d178d33fd96f","publishedId":"2sAXqp8isL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-09-16T07:30:06.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"faa3e3b2-4156-4246-8532-4dd81c4b1d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"name":"cache-control","sortOrder":2,"infoTitle":"We recommend using this header","info":"Postman added \"Cache-Control: no-cache\" as a precautionary measure to prevent the server from returning stale response when one makes repeated requests.\n\nYou can remove this header in the app settings or enter a new one with a different value.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Cache-Control","value":"no-cache","system":true,"type":"text"},{"name":"postman-token","sortOrder":3,"infoTitle":"We recommend using this header","info":"The Postman-Token header appends a random UUID to every outgoing request. Postman adds this header for API developers to better debug requests sent and to ensure separate requests appear distinct to the receiving server.\n\nYou can remove this header in the app settings.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Postman-Token","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"content-type","sortOrder":4,"infoTitle":"This header was automatically added","info":"The Content-Type header is added to help the server identify the media type of the request body that is present in this request.\n\nUse the request body tab to control the value or to remove this header.","allowedToToggle":true,"disableEdit":true,"previewSettingsLink":"Go to body","key":"Content-Type","value":"application/json","system":true,"type":"text"},{"name":"content-length","sortOrder":5,"infoTitle":"This header was automatically added","info":"The Content-Length header was added to indicate to the server the size of the request body that is added to this request. Server uses this value to parse the request body accurately.\n\nYou can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"previewSettingsLink":"Go to body","key":"Content-Length","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"host","sortOrder":6,"infoTitle":"We recommend using this header","info":"The Host header is added to identify the domain name for which a request is being sent to the server. This header is implicitly sent by every HTTP client.\n\nYou can remove the header or enter a new one with a different value. It is most likely that without this header, your request will return an HTTP 400 error.","allowedToToggle":true,"disableEdit":true,"key":"Host","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"user-agent","sortOrder":7,"infoTitle":"We recommend using this header","info":"The User-Agent header is added to help the server identify Postman as the HTTP requesting application or client.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"User-Agent","value":"PostmanRuntime/7.39.1","system":true,"type":"text"},{"name":"accept","sortOrder":8,"infoTitle":"We recommend using this header","info":"The \"Accept: */*\" header is added to tell the server that Postman can understand and process all forms of response content types.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"Accept","value":"*/*","system":true,"type":"text"},{"name":"accept-encoding","sortOrder":9,"infoTitle":"We recommend using this header","info":"The Accept-Encoding header is added to indicate to the server that Postman HTTP client supports a defined list of content-encoding or compression algorithms as response.\n\nYou can remove the header or enter a new one with a different value. Doing that may not accurately render the response within the app.","allowedToToggle":true,"disableEdit":true,"key":"Accept-Encoding","value":"gzip, deflate, br","system":true,"type":"text"},{"name":"connection","sortOrder":10,"infoTitle":"We recommend using this header","info":"Postman added the Connection header to indicate the server to keep the underlying network connection open once the current response is received. This allows Postman to reuse the same connection for faster response times in subsequent requests to the same server.\n\nYou can remove this header or enter a new one with a different value, such as `Connection: Close` to control this behaviour.","allowedToToggle":true,"disableEdit":true,"key":"Connection","value":"keep-alive","system":true,"type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Ayo\",\r\n    \"lastName\": \"Alaran\",\r\n    \"email\": \"ayobamidele006+4@gmail.com\",\r\n    \"phoneNumber\": \"070896362933\",\r\n    \"password\": \"Haywon007\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/auth/register","description":"<p>Create a merchant account, to generate Merchants api and secret for api resource authorization</p>\n","urlObject":{"port":"8200","path":["auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ad63aaf-115a-4e21-a467-7d99907d4cce","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Ayo\",\r\n    \"lastName\": \"Alaran\",\r\n    \"email\": \"ayobamidele006@gmail.com\",\r\n    \"phoneNumber\": \"070896362933\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/auth/register"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Fri, 30 Aug 2024 17:37:14 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accessToken\": \"eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJNS19URVNUXzA3ODYwRDcwODUiLCJpYXQiOjE3MjUwMzk0MzQsImV4cCI6MTcyNTA0MzAzNH0.YScTOrWsdyYW0l7LRYhKnrVF0SxIpqKX-UQOchz6ZWIzjVF_biVKbOcoxSRmR4eb\",\n        \"expiresIn\": 3600000\n    }\n}"},{"id":"4a8f2bd2-19d4-4339-8052-74fdc0d9a08e","name":"failed","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"firstName\": \"Ayo\",\r\n    \"lastName\": \"Alaran\",\r\n    \"email\": \"ayobamidele006@ce Sergmail.com\",\r\n    \"phoneNumber\": \"070896362933\",\r\n    \"password\": \"Haywon007\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/auth/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sat, 31 Aug 2024 13:47:03 GMT","type":"text"},{"key":"Connection","value":"close","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": false,\n    \"responseMessage\": \"Email already exists\",\n    \"responseCode\": \"99\",\n    \"responseBody\": \"\"\n}"},{"id":"c92d093a-901d-4b83-ace8-b5c581845def","name":"Register","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"firstName\": \"Ayo\",\r\n    // \"lastName\": \"Alaran\",\r\n    \"email\": \"ayobamidele006@ce Sergmail.com\",\r\n    // \"phoneNumber\": \"070896362933\",\r\n    \"password\": \"Haywon007\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sat, 31 Aug 2024 13:48:10 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accessToken\": \"eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJheW9iYW1pZGVsZTAwNkBjZSBTZXJnbWFpbC5jb20iLCJpYXQiOjE3MjUxMTIwOTAsImV4cCI6MTcyNTExNTY5MH0.W4pRTVIpfp_ihCvLgS2fgYzAYljIajkDM8Fi9YBPto4TEN-RsyA8lxDkAIevPWSf\",\n        \"expiresIn\": 3600000\n    }\n}"}],"_postman_id":"faa3e3b2-4156-4246-8532-4dd81c4b1d62"},{"name":"login-merchant","id":"4eaa6ad9-53a1-47d8-96cc-2e813a890936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ayobamidele006+4@gmail.com\",\r\n    \"password\": \"Haywon007\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/auth/login","description":"<p>Merchant login endpoint to generate access token, to obtain merchant's api and secret keys</p>\n","urlObject":{"port":"8200","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be04e757-f030-4ea8-9941-243546eb8360","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ayobamidele006+4@gmail.com\",\r\n    \"password\": \"Haywon007\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 03 Sep 2024 06:36:51 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accessToken\": \"eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJheW9iYW1pZGVsZTAwNis0QGdtYWlsLmNvbSIsImlhdCI6MTcyNTM0NTQxMSwiZXhwIjoxNzI1MzUyNjExfQ.1z9y_fsm2Jrz_qtDXVSTGrvIQoGbUA5MGhAcQv-6ZMjX7wh7EWqqHPaflkPw8V2K\",\n        \"expiresIn\": 7200000\n    }\n}"}],"_postman_id":"4eaa6ad9-53a1-47d8-96cc-2e813a890936"},{"name":"api-login","id":"efcbe0a6-0b64-4257-9e21-f09ca4a275a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"name":"cache-control","sortOrder":2,"infoTitle":"We recommend using this header","info":"Postman added \"Cache-Control: no-cache\" as a precautionary measure to prevent the server from returning stale response when one makes repeated requests.\n\nYou can remove this header in the app settings or enter a new one with a different value.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Cache-Control","value":"no-cache","system":true,"type":"text"},{"name":"postman-token","sortOrder":3,"infoTitle":"We recommend using this header","info":"The Postman-Token header appends a random UUID to every outgoing request. Postman adds this header for API developers to better debug requests sent and to ensure separate requests appear distinct to the receiving server.\n\nYou can remove this header in the app settings.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Postman-Token","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"content-length","sortOrder":5,"infoTitle":"This header was automatically added","info":"The Content-Length header was added to indicate to the server the size of the request body that is added to this request. Server uses this value to parse the request body accurately.\n\nYou can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"previewSettingsLink":"Go to body","key":"Content-Length","value":"0","system":true,"type":"text"},{"name":"host","sortOrder":6,"infoTitle":"We recommend using this header","info":"The Host header is added to identify the domain name for which a request is being sent to the server. This header is implicitly sent by every HTTP client.\n\nYou can remove the header or enter a new one with a different value. It is most likely that without this header, your request will return an HTTP 400 error.","allowedToToggle":true,"disableEdit":true,"key":"Host","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"user-agent","sortOrder":7,"infoTitle":"We recommend using this header","info":"The User-Agent header is added to help the server identify Postman as the HTTP requesting application or client.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"User-Agent","value":"PostmanRuntime/7.39.1","system":true,"type":"text"},{"name":"accept","sortOrder":8,"infoTitle":"We recommend using this header","info":"The \"Accept: */*\" header is added to tell the server that Postman can understand and process all forms of response content types.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"Accept","value":"*/*","system":true,"type":"text"},{"name":"accept-encoding","sortOrder":9,"infoTitle":"We recommend using this header","info":"The Accept-Encoding header is added to indicate to the server that Postman HTTP client supports a defined list of content-encoding or compression algorithms as response.\n\nYou can remove the header or enter a new one with a different value. Doing that may not accurately render the response within the app.","allowedToToggle":true,"disableEdit":true,"key":"Accept-Encoding","value":"gzip, deflate, br","system":true,"type":"text"},{"name":"connection","sortOrder":10,"infoTitle":"We recommend using this header","info":"Postman added the Connection header to indicate the server to keep the underlying network connection open once the current response is received. This allows Postman to reuse the same connection for faster response times in subsequent requests to the same server.\n\nYou can remove this header or enter a new one with a different value, such as `Connection: Close` to control this behaviour.","allowedToToggle":true,"disableEdit":true,"key":"Connection","value":"keep-alive","system":true,"type":"text"},{"key":"Authorization","value":"Basic TUtfVEVTVF8yOTQ0NzgxN0I5OkJCMDE1NUM5MzgyQTRDMzdBNjRC","type":"text","id":0}],"url":"localhost:8200/api/v1/auth/login","description":"<p>Endpoint to generate access token for the api resources by encoding the apiKey:secretKey as base64 and passed to the header like so <code>Authorization Basic base64(apiKey:secretKey)</code></p>\n","urlObject":{"port":"8200","path":["api","v1","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e43dca05-de60-4651-be82-6cc2424a1cc7","name":"api-login","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic TUtfVEVTVF8yOTQ0NzgxN0I5OkJCMDE1NUM5MzgyQTRDMzdBNjRC","type":"text","id":0}],"url":"localhost:8200/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 03 Sep 2024 06:52:32 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accessToken\": \"eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJNS19URVNUXzI5NDQ3ODE3QjkiLCJpYXQiOjE3MjUzNDYzNTIsImV4cCI6MTcyNTM1MzU1Mn0.fsUnoWxGxKu4arZ7SldNVyB6MMc24EkKxWzG6J959NmBQwFP1T3jWpo-8m19jcuN\",\n        \"expiresIn\": 7200000\n    }\n}"}],"_postman_id":"efcbe0a6-0b64-4257-9e21-f09ca4a275a7"},{"name":"Get Apikeys","id":"a4e45c32-0cf0-497e-a7d0-88944aa0ef9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/merchants/api-keys","description":"<p>2 steps authentication to generate merchants api and secret keys</p>\n","urlObject":{"port":"8200","path":["merchants","api-keys"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8222d3bd-9917-4604-8f1a-4eeadd30ad6d","name":"Get Apikeys","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"localhost:8200/merchants/api-keys"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 03 Sep 2024 06:40:08 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"otp\": \"2806\"\n    }\n}"}],"_postman_id":"a4e45c32-0cf0-497e-a7d0-88944aa0ef9b"},{"name":"Get ApiKeys","id":"eb9d27ff-f83d-46d5-b765-b554f4ee207d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ayobamidele006+4@gmail.com\",\r\n    \"otp\": \"3896\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/merchants/api-keys","description":"<p>Verify OTP endpoint from the first get request to the resource.</p>\n","urlObject":{"port":"8200","path":["merchants","api-keys"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bfdcd965-20b6-4e88-9e70-aecfd2db189c","name":"Get ApiKeys","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ayobamidele006+4@gmail.com\",\r\n    \"otp\": \"2806\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/merchants/api-keys"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 03 Sep 2024 06:44:23 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"apiKey\": \"MK_TEST_29447817B9\",\n        \"secretKey\": \"BB0155C9382A4C37A64B\"\n    }\n}"}],"_postman_id":"eb9d27ff-f83d-46d5-b765-b554f4ee207d"}],"id":"791e168d-7b5e-4937-bfb0-47ca3b62c536","description":"<p>To access application resources, access token is required as Bearer Token for authorization.</p>\n","_postman_id":"791e168d-7b5e-4937-bfb0-47ca3b62c536"},{"name":"Transactions","item":[{"name":"Initialize Transaction","id":"a508d39c-06d3-4c07-a0fa-2fe80571315a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 3000,\r\n  \"customerName\": \"Ayobami Alaran\",\r\n  \"customerEmail\": \"ayobami@alaran.com\",\r\n  \"paymentReference\": \"123031kl4sadkadee\",\r\n  \"paymentDescription\": \"Trial transaction\",\r\n  \"currencyCode\": \"NGN\",\r\n  \"contractCode\":\"2268414760\",\r\n  \"redirectUrl\": \"https://my-merchants-page.com/transaction/confirm\",\r\n  \"paymentMethods\":[\"CARD\",\"ACCOUNT_TRANSFER\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/transaction/init-transaction","urlObject":{"port":"8200","path":["api","v1","merchant","transaction","init-transaction"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"19ee4d55-ef29-4156-b060-7c326a2d2dce","name":"Initialize Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"amount\": 100.00,\r\n  \"customerName\": \"Stephen Ikhane\",\r\n  \"customerEmail\": \"stephen@ikhane.com\",\r\n  \"paymentReference\": \"123031klsadkad\",\r\n  \"paymentDescription\": \"Trial transaction\",\r\n  \"currencyCode\": \"NGN\",\r\n  \"contractCode\":\"2268414760\",\r\n  \"redirectUrl\": \"https://my-merchants-page.com/transaction/confirm\",\r\n  \"paymentMethods\":[\"CARD\",\"ACCOUNT_TRANSFER\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/transaction/init-transaction"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 05 Sep 2024 17:59:03 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"transactionReference\": \"MNFYC|81|20240905185903|007951\",\n        \"paymentReference\": \"123031klsadkad\",\n        \"merchantName\": \"Ayo Alaran\",\n        \"apiKey\": \"MK_TEST_29447817B9\",\n        \"checkoutUrl\": \"https://sandbox.sdk.monnify.com/checkout/MNFYC|81|20240905185903|007951\",\n        \"enabledPaymentMethod\": [\n            \"CARD\",\n            \"ACCOUNT_TRANSFER\"\n        ]\n    }\n}"}],"_postman_id":"a508d39c-06d3-4c07-a0fa-2fe80571315a"},{"name":"Bank Transfer","id":"5a83c692-d7f0-4738-b35b-d1f0e6a776ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\r\n  \"bankCode\": \"044\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/init-payment","urlObject":{"port":"8200","path":["api","v1","merchant","bank-transfer","init-payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"352bb5bd-3dc8-4783-845e-8672fc7c8d11","name":"Bank Transfer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\r\n  \"bankCode\": \"044\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/init-payment"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 05 Sep 2024 18:40:56 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accountNumber\": \"1097278533\",\n        \"bankName\": \"Access Bank\",\n        \"bankCode\": \"044\",\n        \"accountName\": \"Test Bank Account\",\n        \"accountDurationSeconds\": \"2345\",\n        \"ussdPayment\": \"*901*1097278533#\",\n        \"requestTime\": \"2024-09-05T19:40:55.9315944\",\n        \"expiresOn\": \"2024-09-05T20:10:55.9315944\",\n        \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\n        \"paymentReference\": \"123031klsadkad\",\n        \"amount\": 100,\n        \"fee\": 10,\n        \"totalPayable\": 100,\n        \"collectionChannel\": \"API_NOTIFICATION\",\n        \"productInformation\": null\n    }\n}"}],"_postman_id":"5a83c692-d7f0-4738-b35b-d1f0e6a776ca"},{"name":"Card Charge","id":"81e1f9f6-b13b-46a8-9fce-94d31a761bcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionReference\": \"MNFYC|34|20240909082133|003647\",\r\n    \"collectionChannel\": \"API_NOTIFICATION\",\r\n    \"card\": {\r\n        \"number\": \"4111111111111111\",\r\n        \"expiryMonth\": \"10\",\r\n        \"expiryYear\": \"2024\",\r\n        \"pin\": \"1234\",\r\n        \"cvv\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/cards/charge","urlObject":{"port":"8200","path":["api","v1","merchant","cards","charge"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce91727b-5ce0-484b-a28a-1eb8f3053f36","name":"failed-expiry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionReference\": \"MNFY|99|20220725110839|000256\",\r\n    \"collectionChannel\": \"API_NOTIFICATION\",\r\n    \"card\": {\r\n        \"number\": \"4111111111111111\",\r\n        \"expiryMonth\": \"10\",\r\n        \"expiryYear\": \"2022\",\r\n        \"pin\": \"1234\",\r\n        \"cvv\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/cards/charge"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sun, 08 Sep 2024 03:59:21 GMT","type":"text"},{"key":"Connection","value":"close","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": false,\n    \"responseMessage\": \"Card Expired!\",\n    \"responseCode\": \"99\",\n    \"responseBody\": \"\"\n}"},{"id":"d9053c0c-d814-4edb-988b-b76b6d270acb","name":"failed-404","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionReference\": \"MNFY|99|20220725110839|000256\",\r\n    \"collectionChannel\": \"API_NOTIFICATION\",\r\n    \"card\": {\r\n        \"number\": \"4111111111111111\",\r\n        \"expiryMonth\": \"10\",\r\n        \"expiryYear\": \"2024\",\r\n        \"pin\": \"1234\",\r\n        \"cvv\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/cards/charge"},"status":"Not Found","code":404,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sun, 08 Sep 2024 03:59:49 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": false,\n    \"responseMessage\": \"Transaction not found\",\n    \"responseCode\": \"99\",\n    \"responseBody\": \"\"\n}"},{"id":"b7d3b1aa-38e2-4830-85c0-9b8066cfad6c","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\r\n    \"collectionChannel\": \"API_NOTIFICATION\",\r\n    \"card\": {\r\n        \"number\": \"4111111111111111\",\r\n        \"expiryMonth\": \"10\",\r\n        \"expiryYear\": \"2024\",\r\n        \"pin\": \"1234\",\r\n        \"cvv\": \"123\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/cards/charge"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sun, 08 Sep 2024 04:10:08 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"status\": \"SUCCESS\",\n        \"message\": \"Transaction Successfully\",\n        \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\n        \"paymentReference\": \"123031klsadkad\",\n        \"authorizedAmount\": 100\n    }\n}"}],"_postman_id":"81e1f9f6-b13b-46a8-9fce-94d31a761bcb"},{"name":"Get All Transactions","id":"196b3456-e817-4138-996c-7f09c9b318a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/transactions/search","urlObject":{"port":"8200","path":["api","v1","merchant","transactions","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9f6cfdec-1de3-4d40-9e85-0a777278ea46","name":"success","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/transactions/search"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Sun, 08 Sep 2024 09:58:13 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"content\": [\n            {\n                \"customerDto\": {\n                    \"email\": \"stephen@ikhane.com\",\n                    \"name\": \"Stephen Ikhane\",\n                    \"merchantCode\": \"2268414760\"\n                },\n                \"createdOn\": \"2024-09-05T18:58:38.146011\",\n                \"amount\": \"100.00\",\n                \"flagged\": false,\n                \"currencyCode\": \"NGN\",\n                \"completedOn\": null,\n                \"paymentDescription\": \"Trial transaction\",\n                \"paymentStatus\": \"PENDING\",\n                \"transactionReference\": \"MNFYC|22|20240905185838|009674\",\n                \"paymentReference\": \"123031klsadkad\",\n                \"merchantCode\": \"2268414760\",\n                \"merchantName\": null,\n                \"completed\": false,\n                \"paymentMethods\": [\n                    \"CARD\",\n                    \"ACCOUNT_TRANSFER\"\n                ],\n                \"collectionChannel\": null\n            },\n            {\n                \"customerDto\": {\n                    \"email\": \"stephen@ikhane.com\",\n                    \"name\": \"Stephen Ikhane\",\n                    \"merchantCode\": \"2268414760\"\n                },\n                \"createdOn\": \"2024-09-05T18:58:51.046608\",\n                \"amount\": \"100.00\",\n                \"flagged\": false,\n                \"currencyCode\": \"NGN\",\n                \"completedOn\": null,\n                \"paymentDescription\": \"Trial transaction\",\n                \"paymentStatus\": \"PENDING\",\n                \"transactionReference\": \"MNFYC|43|20240905185851|009317\",\n                \"paymentReference\": \"123031klsadkad\",\n                \"merchantCode\": \"2268414760\",\n                \"merchantName\": null,\n                \"completed\": false,\n                \"paymentMethods\": [\n                    \"CARD\",\n                    \"ACCOUNT_TRANSFER\"\n                ],\n                \"collectionChannel\": null\n            },\n            {\n                \"customerDto\": {\n                    \"email\": \"stephen@ikhane.com\",\n                    \"name\": \"Stephen Ikhane\",\n                    \"merchantCode\": \"2268414760\"\n                },\n                \"createdOn\": \"2024-09-05T18:59:03.324949\",\n                \"amount\": \"100.00\",\n                \"flagged\": false,\n                \"currencyCode\": \"NGN\",\n                \"completedOn\": null,\n                \"paymentDescription\": \"Trial transaction\",\n                \"paymentStatus\": \"PENDING\",\n                \"transactionReference\": \"MNFYC|81|20240905185903|007951\",\n                \"paymentReference\": \"123031klsadkad\",\n                \"merchantCode\": \"2268414760\",\n                \"merchantName\": null,\n                \"completed\": false,\n                \"paymentMethods\": [\n                    \"CARD\",\n                    \"ACCOUNT_TRANSFER\"\n                ],\n                \"collectionChannel\": null\n            },\n            {\n                \"customerDto\": {\n                    \"email\": \"stephen@ikhane.com\",\n                    \"name\": \"Stephen Ikhane\",\n                    \"merchantCode\": \"2268414760\"\n                },\n                \"createdOn\": \"2024-09-05T18:58:56.609813\",\n                \"amount\": \"100.00\",\n                \"flagged\": false,\n                \"currencyCode\": \"NGN\",\n                \"completedOn\": null,\n                \"paymentDescription\": \"Trial transaction\",\n                \"paymentStatus\": \"PAID\",\n                \"transactionReference\": \"MNFYC|11|20240905185856|001770\",\n                \"paymentReference\": \"123031klsadkad\",\n                \"merchantCode\": \"2268414760\",\n                \"merchantName\": null,\n                \"completed\": false,\n                \"paymentMethods\": [\n                    \"CARD\",\n                    \"ACCOUNT_TRANSFER\"\n                ],\n                \"collectionChannel\": null\n            },\n            {\n                \"customerDto\": {\n                    \"email\": \"stephen@ikhane.com\",\n                    \"name\": \"Stephen Ikhane\",\n                    \"merchantCode\": \"2268414760\"\n                },\n                \"createdOn\": \"2024-09-05T19:14:45.083448\",\n                \"amount\": \"100\",\n                \"flagged\": false,\n                \"currencyCode\": \"NGN\",\n                \"completedOn\": null,\n                \"paymentDescription\": \"Trial transaction\",\n                \"paymentStatus\": \"PAID\",\n                \"transactionReference\": \"MNFYC|81|20240905191445|006519\",\n                \"paymentReference\": \"123031klsadkad\",\n                \"merchantCode\": \"2268414760\",\n                \"merchantName\": null,\n                \"completed\": false,\n                \"paymentMethods\": [\n                    \"CARD\",\n                    \"ACCOUNT_TRANSFER\"\n                ],\n                \"collectionChannel\": null\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"last\": true,\n        \"totalElements\": 5,\n        \"totalPages\": 1,\n        \"size\": 10,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"first\": true,\n        \"numberOfElements\": 5,\n        \"empty\": false\n    }\n}"}],"_postman_id":"196b3456-e817-4138-996c-7f09c9b318a1"},{"name":"GetTransaction Status","id":"aca5fbf6-86ea-4f7a-a1cc-9d730876a13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/transactions/MNFYC%7C34%7C20240909082133%7C003647","urlObject":{"port":"8200","path":["api","v1","merchant","transactions","MNFYC%7C34%7C20240909082133%7C003647"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5e60d792-d50d-41ad-91d3-4ad900dc1f81","name":"success","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/transactions/MNFYC%7C34%7C20240909082133%7C003647"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Mon, 09 Sep 2024 07:27:51 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"transactionReference\": \"MNFYC|34|20240909082133|003647\",\n        \"paymentReference\": \"123031klsadkadee\",\n        \"amountPaid\": \"3000\",\n        \"totalPayable\": \"3000\",\n        \"paymentStatus\": \"PENDING\",\n        \"paymentDescription\": \"Trial transaction\",\n        \"paidOn\": null,\n        \"currency\": \"NGN\",\n        \"paymentMethod\": \"CARD\",\n        \"cardDetails\": null,\n        \"customer\": {\n            \"name\": \"Ayobami Alaran\",\n            \"email\": \"ayobami@alaran.com\"\n        },\n        \"accountDetails\": null,\n        \"product\": {\n            \"paymentReference\": \"123031klsadkadee\",\n            \"type\": \"API_NOTIFICATION\"\n        }\n    }\n}"},{"id":"215ff375-4da5-4633-b1f9-09e058592a72","name":"success-paid","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/transactions/MNFYC%7C34%7C20240909082133%7C003647"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Mon, 09 Sep 2024 07:32:01 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"transactionReference\": \"MNFYC|34|20240909082133|003647\",\n        \"paymentReference\": \"123031klsadkadee\",\n        \"amountPaid\": \"3000\",\n        \"totalPayable\": \"3000\",\n        \"paymentStatus\": \"PAID\",\n        \"paymentDescription\": \"Trial transaction\",\n        \"paidOn\": \"09/09/2024 08:31:53 am\",\n        \"currency\": \"NGN\",\n        \"paymentMethod\": \"CARD\",\n        \"cardDetails\": {\n            \"id\": 1,\n            \"cardType\": \"VISA\",\n            \"last4\": \"1111\",\n            \"expMonth\": \"10\",\n            \"expYear\": \"2024\",\n            \"bin\": \"411111\",\n            \"bankName\": null,\n            \"bankCode\": null,\n            \"reusable\": false,\n            \"countryCode\": null,\n            \"cardToken\": null,\n            \"supportTokenization\": null,\n            \"maskedPan\": \"411111******1111\",\n            \"transactionReference\": \"MNFYC|34|20240909082133|003647\"\n        },\n        \"customer\": {\n            \"name\": \"Ayobami Alaran\",\n            \"email\": \"ayobami@alaran.com\"\n        },\n        \"accountDetails\": null,\n        \"product\": {\n            \"paymentReference\": \"123031klsadkadee\",\n            \"type\": \"API_NOTIFICATION\"\n        }\n    }\n}"}],"_postman_id":"aca5fbf6-86ea-4f7a-a1cc-9d730876a13f"}],"id":"ecfdef15-71ab-4808-a45e-0a6a92b792d6","_postman_id":"ecfdef15-71ab-4808-a45e-0a6a92b792d6","description":""},{"name":"Others","item":[{"name":"Get All Banks","id":"710bd058-60ff-4277-b719-e504c727df1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/banks","urlObject":{"port":"8200","path":["api","v1","banks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"600842f8-71f4-43ff-8a4c-22a8a8e0e8c6","name":"Get All Banks","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/banks"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 05 Sep 2024 13:06:51 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Access Bank\",\n        \"code\": \"044\",\n        \"baseUssdCode\": \"*901#\",\n        \"ussdTemplate\": \"*901#\"\n    },\n    {\n        \"name\": \"Diamond Bank\",\n        \"code\": \"063\",\n        \"baseUssdCode\": \"*710#\",\n        \"ussdTemplate\": \"*710#\"\n    },\n    {\n        \"name\": \"Fidelity Bank\",\n        \"code\": \"070\",\n        \"baseUssdCode\": \"*770#\",\n        \"ussdTemplate\": \"*770#\"\n    },\n    {\n        \"name\": \"First Bank\",\n        \"code\": \"011\",\n        \"baseUssdCode\": \"*894#\",\n        \"ussdTemplate\": \"*894#\"\n    }\n]"}],"_postman_id":"710bd058-60ff-4277-b719-e504c727df1c"}],"id":"a4625a4e-b821-43c1-a025-dad9999bf728","_postman_id":"a4625a4e-b821-43c1-a025-dad9999bf728","description":""},{"name":"ReservedAccount","item":[{"name":"Create Reserved General","id":"f65ea913-824a-4e7d-b649-755f1658b925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"accountReference\": \"abc310439d380\",\r\n    \"accountName\": \"ysbbs hsbsb nxnznq\",\r\n    \"currencyCode\": \"NGN\",\r\n    \"contractCode\": \"2268414760\",\r\n    \"customerEmail\": \"jxbbz@qq.com\",\r\n    \"customerName\": \"ysbbs hsbsb nxnznq\",\r\n    \"bvn\": \"54848484888\",\r\n    \"nin\":\"34848484058\",\r\n    \"getAllAvailableBanks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-account","urlObject":{"port":"8200","path":["api","v1","merchant","bank-transfer","reserved-account"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4c44fb0-64f0-4ade-848c-d1cb3741686d","name":"failed-unique-reference","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"accountReference\": \"abc123d380\",\r\n    \"accountName\": \"ysbbs hsbsb nxnznq\",\r\n    \"currencyCode\": \"NGN\",\r\n    \"contractCode\": \"2268414760\",\r\n    \"customerEmail\": \"jxbbz@qq.com\",\r\n    \"customerName\": \"ysbbs hsbsb nxnznq\",\r\n    \"bvn\": \"54848484888\",\r\n    \"nin\":\"34848484058\",\r\n    \"getAllAvailableBanks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Mon, 09 Sep 2024 14:25:14 GMT","type":"text"},{"key":"Connection","value":"close","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": false,\n    \"responseMessage\": \"You can not reserve two accounts with the same reference\",\n    \"responseCode\": \"99\",\n    \"responseBody\": \"\"\n}"},{"id":"04218194-12c1-4dbc-a139-9a76c95be377","name":"Create Reserved General","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{ \"accountReference\": \"abc310439d380\",\r\n    \"accountName\": \"ysbbs hsbsb nxnznq\",\r\n    \"currencyCode\": \"NGN\",\r\n    \"contractCode\": \"2268414760\",\r\n    \"customerEmail\": \"jxbbz@qq.com\",\r\n    \"customerName\": \"ysbbs hsbsb nxnznq\",\r\n    \"bvn\": \"54848484888\",\r\n    \"nin\":\"34848484058\",\r\n    \"getAllAvailableBanks\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-account"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Mon, 09 Sep 2024 15:32:19 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accountReference\": \"abc310439d380\",\n        \"accountName\": \"ysbbs hsbsb nxnznq\",\n        \"currencyCode\": \"NGN\",\n        \"contractCode\": \"2268414760\",\n        \"customerEmail\": \"jxbbz@qq.com\",\n        \"customerName\": \"ysbbs hsbsb nxnznq\",\n        \"bvn\": \"54848484888\",\n        \"nin\": \"34848484058\",\n        \"getAllAvailableBanks\": true,\n        \"preferredBanks\": null,\n        \"incomeSplitConfig\": null,\n        \"restrictPaymentSource\": false,\n        \"allowedPaymentSource\": null,\n        \"reservedAccountType\": \"GENERAL\",\n        \"createdAt\": \"2024-09-09T16:32:19.4833787\",\n        \"updatedAt\": \"2024-09-09T16:32:19.4833787\",\n        \"status\": \"ACTIVE\",\n        \"accounts\": [\n            {\n                \"accountNumber\": \"168322654\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Access Bank\",\n                \"bankCode\": \"044\"\n            },\n            {\n                \"accountNumber\": \"3139318746\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Diamond Bank\",\n                \"bankCode\": \"063\"\n            },\n            {\n                \"accountNumber\": \"2549856324\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Fidelity Bank\",\n                \"bankCode\": \"070\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f65ea913-824a-4e7d-b649-755f1658b925"},{"name":"Get Reserved Account","id":"442ff801-1219-433f-9102-d4473f5ba976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-accounts/janedoe1223--3","urlObject":{"port":"8200","path":["api","v1","merchant","bank-transfer","reserved-accounts","janedoe1223--3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1050411d-fac4-4aae-ad30-1a94039fee6f","name":"Get Reserved Account","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-account/abc31439d380"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Mon, 09 Sep 2024 15:14:38 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accountReference\": \"abc31439d380\",\n        \"accountName\": \"ysbbs hsbsb nxnznq\",\n        \"currencyCode\": \"NGN\",\n        \"contractCode\": \"2268414760\",\n        \"customerEmail\": \"jxbbz@qq.com\",\n        \"customerName\": \"ysbbs hsbsb nxnznq\",\n        \"bvn\": \"54848484888\",\n        \"nin\": \"34848484058\",\n        \"getAllAvailableBanks\": true,\n        \"preferredBanks\": null,\n        \"incomeSplitConfig\": null,\n        \"restrictPaymentSource\": false,\n        \"allowedPaymentSource\": null,\n        \"reservedAccountType\": \"GENERAL\",\n        \"createdAt\": \"2024-09-09T16:08:26.243505\",\n        \"updatedAt\": \"2024-09-09T16:08:26.243505\",\n        \"status\": \"ACTIVE\",\n        \"accounts\": [\n            {\n                \"id\": 152,\n                \"accountNumber\": \"1153502806\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Access Bank\",\n                \"bankCode\": \"044\"\n            },\n            {\n                \"id\": 153,\n                \"accountNumber\": \"1580503668\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Diamond Bank\",\n                \"bankCode\": \"063\"\n            },\n            {\n                \"id\": 154,\n                \"accountNumber\": \"1737969811\",\n                \"accountName\": \"ysbbs hsbsb nxnznq\",\n                \"bankName\": \"Fidelity Bank\",\n                \"bankCode\": \"070\"\n            }\n        ]\n    }\n}"}],"_postman_id":"442ff801-1219-433f-9102-d4473f5ba976"},{"name":"Create Reserved Invoice","id":"5534339a-1fe2-4eb6-af3e-9897b551b030","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contractCode\":\"2268414760\",\r\n    \"accountName\":\"Jane Doe\",\r\n    \"currencyCode\":\"NGN\",\r\n    \"accountReference\": \"janedoe1223--3\",\r\n    \"customerEmail\": \"janedoe@gmail.com\",\r\n    \"customerName\": \"Jane Doe\",\r\n    \"reservedAccountType\": \"INVOICE\",\r\n    \"bvn\": \"54848484888\",\r\n    \"nin\":\"34848484058\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-accounts-invoice","urlObject":{"port":"8200","path":["api","v1","merchant","bank-transfer","reserved-accounts-invoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9afa325b-6b27-487b-aa96-5c59925e7981","name":"Create Reserved Invoice","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contractCode\":\"2268414760\",\r\n    \"accountName\":\"Jane Doe\",\r\n    \"currencyCode\":\"NGN\",\r\n    \"accountReference\": \"janedoe1223--3\",\r\n    \"customerEmail\": \"janedoe@gmail.com\",\r\n    \"customerName\": \"Jane Doe\",\r\n    \"reservedAccountType\": \"INVOICE\",\r\n    \"bvn\": \"54848484888\",\r\n    \"nin\":\"34848484058\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-accounts-invoice"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 07:32:31 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"contractCode\": \"2268414760\",\n        \"accountReference\": \"janedoe1223--3\",\n        \"accountName\": \"Jane Doe\",\n        \"accountNumber\": \"1409893331\",\n        \"bankName\": \"Access Bank\",\n        \"bankCode\": \"044\",\n        \"status\": \"INACTIVE\",\n        \"createOn\": \"2024-09-10T08:32:31.4183836\",\n        \"collectionChannel\": \"RESERVED_ACCOUNT\",\n        \"customerEmail\": \"janedoe@gmail.com\",\n        \"customerName\": \"Jane Doe\",\n        \"bvn\": \"54848484888\",\n        \"nin\": \"34848484058\",\n        \"currencyCode\": \"NGN\",\n        \"incomeSplitConfig\": null,\n        \"restrictPaymentSource\": false,\n        \"reservedAccountType\": \"GENERAL\"\n    }\n}"}],"_postman_id":"5534339a-1fe2-4eb6-af3e-9897b551b030"},{"name":"Deallocate Reserved Account","id":"a41c1900-2b56-4bc6-ad47-739ad42c1867","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-accounts/reference/janedoe1223--3","urlObject":{"port":"8200","path":["api","v1","merchant","bank-transfer","reserved-accounts","reference","janedoe1223--3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f9d7f9c3-d812-4b1d-9bc0-7a50d109b136","name":"Deallocate Reserved Account","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8200/api/v1/merchant/bank-transfer/reserved-accounts/reference/janedoe1223--3"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 07:46:43 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"accountReference\": \"janedoe1223--3\",\n        \"accountName\": \"Jane Doe\",\n        \"currencyCode\": \"NGN\",\n        \"contractCode\": \"2268414760\",\n        \"customerEmail\": \"janedoe@gmail.com\",\n        \"customerName\": \"Jane Doe\",\n        \"bvn\": \"54848484888\",\n        \"nin\": \"34848484058\",\n        \"getAllAvailableBanks\": false,\n        \"preferredBanks\": null,\n        \"incomeSplitConfig\": null,\n        \"restrictPaymentSource\": false,\n        \"allowedPaymentSource\": null,\n        \"reservedAccountType\": \"GENERAL\",\n        \"createdAt\": \"2024-09-10T08:32:31.418384\",\n        \"updatedAt\": \"2024-09-10T08:32:31.418384\",\n        \"status\": \"INACTIVE\",\n        \"accounts\": [\n            {\n                \"accountNumber\": \"1409893331\",\n                \"accountName\": \"Jane Doe\",\n                \"bankName\": \"Access Bank\",\n                \"bankCode\": \"044\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a41c1900-2b56-4bc6-ad47-739ad42c1867"}],"id":"159bfd0e-b45f-4dea-9fa5-bd0c29606419","_postman_id":"159bfd0e-b45f-4dea-9fa5-bd0c29606419","description":""},{"name":"Sub Accounts","item":[{"name":"Create Sub Account(s)","id":"c956c774-a3c4-4284-bb78-04c2f11a79fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"ayobamidele006+4@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 20.87\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts","urlObject":{"port":"8200","path":["api","v1","merchant","sub-accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3e324359-acb2-4535-9047-648bf295046b","name":"Create Sub Account(s)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"tamira1@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 20.87\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts"},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 11:35:20 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": [\n        {\n            \"subAccountCode\": \"MFYC_SUB_1319295254\",\n            \"accountName\": \"ysbbs hsbsb nxnznq\",\n            \"accountNumber\": \"1580503668\",\n            \"bankCode\": \"063\",\n            \"email\": \"tamira1@gmail.com\",\n            \"bankName\": \"Diamond Bank\",\n            \"currencyCode\": \"NGN\",\n            \"defaultSplitPercentage\": 20.87,\n            \"settlementProfileCode\": \"5197\",\n            \"settlementReportEmails\": []\n        }\n    ]\n}"}],"_postman_id":"c956c774-a3c4-4284-bb78-04c2f11a79fc"},{"name":"Delete Sub Account","id":"bd279396-48fd-4c74-838e-76adc0039140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"tamira1@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 20.87\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts/MFYC_SUB_1319295254","urlObject":{"port":"8200","path":["api","v1","merchant","sub-accounts","MFYC_SUB_1319295254"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2c869349-2b31-4b8d-9930-0a1e13423937","name":"Delete Sub Account","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[\r\n\t{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"tamira1@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 20.87\r\n\t}\r\n]","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts/MFYC_SUB_1319295254"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 11:39:49 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": null\n}"}],"_postman_id":"bd279396-48fd-4c74-838e-76adc0039140"},{"name":"Update Sub Account","id":"fdcb513e-ce45-4add-a058-d35e4ad1d5c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"ayobamidele006+4@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 23\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts/MFYC_SUB_1368688420","urlObject":{"port":"8200","path":["api","v1","merchant","sub-accounts","MFYC_SUB_1368688420"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ec3a3c9-48bd-4f9e-9817-c0dc24ba5e48","name":"Update Sub Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\t\"currencyCode\": \"NGN\",\r\n\t\t\"bankCode\": \"063\",\r\n\t\t\"accountNumber\": \"1580503668\",\r\n\t\t\"email\": \"ayobamidele006+4@gmail.com\",\r\n\t\t\"defaultSplitPercentage\": 23\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/sub-accounts/MFYC_SUB_1368688420"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 12:08:55 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"subAccountCode\": \"MFYC_SUB_1368688420\",\n        \"accountName\": \"ysbbs hsbsb nxnznq\",\n        \"accountNumber\": \"1580503668\",\n        \"bankCode\": \"063\",\n        \"email\": \"ayobamidele006+4@gmail.com\",\n        \"bankName\": \"Diamond Bank\",\n        \"currencyCode\": \"NGN\",\n        \"defaultSplitPercentage\": 23,\n        \"settlementProfileCode\": \"2230616056\",\n        \"settlementReportEmails\": []\n    }\n}"}],"_postman_id":"fdcb513e-ce45-4add-a058-d35e4ad1d5c8"},{"name":"Get Sub accounts","id":"9023cc41-e707-45a8-b3c9-46b37a74fe22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/sub-accounts","urlObject":{"port":"8200","path":["api","v1","merchant","sub-accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9772de52-8381-408b-91b7-660b245d9333","name":"Get Sub accounts","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/sub-accounts"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Tue, 10 Sep 2024 12:04:54 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": [\n        {\n            \"subAccountCode\": \"MFYC_SUB_924509972\",\n            \"accountName\": \"ysbbs hsbsb nxnznq\",\n            \"accountNumber\": \"1580503668\",\n            \"bankCode\": \"063\",\n            \"email\": \"ayobamidele006+4@gmail.com\",\n            \"bankName\": \"Diamond Bank\",\n            \"currencyCode\": \"NGN\",\n            \"defaultSplitPercentage\": 20.87,\n            \"settlementProfileCode\": \"2771853263\",\n            \"settlementReportEmails\": []\n        }\n    ]\n}"}],"_postman_id":"9023cc41-e707-45a8-b3c9-46b37a74fe22"}],"id":"c3e8dfc5-4dbb-4cd8-843f-b21ff38a7ebb","_postman_id":"c3e8dfc5-4dbb-4cd8-843f-b21ff38a7ebb","description":""},{"name":"Wallet","item":[{"name":"Create Wallet","id":"7b1efdda-6bfb-485b-aba6-533e54551df1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"name":"authorization","sortOrder":0,"infoTitle":"This header was automatically added","info":"This header is added because of the authorization method used for this request.\n\nThe value of this header is tentative. You can find the exact value in the console once the request is sent.\n\nUse the authorization tab to remove authorization or to change the value of this header.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to authorization","key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJNS19URVNUXzI5NDQ3ODE3QjkiLCJpYXQiOjE3MjYxMzUyMTUsImV4cCI6MTcyNjE0MjQxNX0.ooZPhq5FhEZcgCMgi0Vrf1X63qb5_bPS2UcIoOOLbGQS-0NdDe9JV_e0f-xSR94P","system":true,"auth":true,"type":"text"},{"name":"cache-control","sortOrder":2,"infoTitle":"We recommend using this header","info":"Postman added \"Cache-Control: no-cache\" as a precautionary measure to prevent the server from returning stale response when one makes repeated requests.\n\nYou can remove this header in the app settings or enter a new one with a different value.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Cache-Control","value":"no-cache","system":true,"type":"text"},{"name":"postman-token","sortOrder":3,"infoTitle":"We recommend using this header","info":"The Postman-Token header appends a random UUID to every outgoing request. Postman adds this header for API developers to better debug requests sent and to ensure separate requests appear distinct to the receiving server.\n\nYou can remove this header in the app settings.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Postman-Token","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"content-type","sortOrder":4,"infoTitle":"This header was automatically added","info":"The Content-Type header is added to help the server identify the media type of the request body that is present in this request.\n\nUse the request body tab to control the value or to remove this header.","allowedToToggle":true,"disableEdit":true,"previewSettingsLink":"Go to body","key":"Content-Type","value":"application/json","system":true,"type":"text"},{"name":"content-length","sortOrder":5,"infoTitle":"This header was automatically added","info":"The Content-Length header was added to indicate to the server the size of the request body that is added to this request. Server uses this value to parse the request body accurately.\n\nYou can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"previewSettingsLink":"Go to body","key":"Content-Length","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"host","sortOrder":6,"infoTitle":"We recommend using this header","info":"The Host header is added to identify the domain name for which a request is being sent to the server. This header is implicitly sent by every HTTP client.\n\nYou can remove the header or enter a new one with a different value. It is most likely that without this header, your request will return an HTTP 400 error.","allowedToToggle":true,"disableEdit":true,"key":"Host","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"user-agent","sortOrder":7,"infoTitle":"We recommend using this header","info":"The User-Agent header is added to help the server identify Postman as the HTTP requesting application or client.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"User-Agent","value":"PostmanRuntime/7.39.1","system":true,"type":"text"},{"name":"accept","sortOrder":8,"infoTitle":"We recommend using this header","info":"The \"Accept: */*\" header is added to tell the server that Postman can understand and process all forms of response content types.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"Accept","value":"*/*","system":true,"type":"text"},{"name":"accept-encoding","sortOrder":9,"infoTitle":"We recommend using this header","info":"The Accept-Encoding header is added to indicate to the server that Postman HTTP client supports a defined list of content-encoding or compression algorithms as response.\n\nYou can remove the header or enter a new one with a different value. Doing that may not accurately render the response within the app.","allowedToToggle":true,"disableEdit":true,"key":"Accept-Encoding","value":"gzip, deflate, br","system":true,"type":"text"},{"name":"connection","sortOrder":10,"infoTitle":"We recommend using this header","info":"Postman added the Connection header to indicate the server to keep the underlying network connection open once the current response is received. This allows Postman to reuse the same connection for faster response times in subsequent requests to the same server.\n\nYou can remove this header or enter a new one with a different value, such as `Connection: Close` to control this behaviour.","allowedToToggle":true,"disableEdit":true,"key":"Connection","value":"keep-alive","system":true,"type":"text"},{"key":"","value":"","type":"text","id":0}],"body":{"mode":"raw","raw":"{\r\n    \"walletReference\":\"ref16842048425966\",\r\n    \"walletName\":\"Staging Wallet - ref16804248425966\",\r\n    \"customerName\": \"John Doe\",\r\n    \"bvnDetails\": {\r\n    \"bvn\": \"23977490001\",\r\n    \"bvnDateOfBirth\": \"1997-04-08\" \r\n    },\r\n    \"customerEmail\": \"smekia@gamil.com\",\r\n    \"contractCode\": \"2696315201\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/disbursements/wallet","urlObject":{"port":"8200","path":["api","v1","merchant","disbursements","wallet"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"66532129-c325-435c-84fe-952ab0ec7b75","name":"Create Wallet","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","id":0}],"body":{"mode":"raw","raw":"{\r\n    \"walletReference\":\"ref16842048425966\",\r\n    \"walletName\":\"Staging Wallet - ref16804248425966\",\r\n    \"customerName\": \"John Doe\",\r\n    \"bvnDetails\": {\r\n    \"bvn\": \"23977490001\",\r\n    \"bvnDateOfBirth\": \"1997-04-08\" \r\n    },\r\n    \"customerEmail\": \"smekia@gamil.com\",\r\n    \"contractCode\": \"2696315201\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/disbursements/wallet"},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 12 Sep 2024 11:20:23 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"walletName\": \"Staging Wallet - ref16804248425966\",\n        \"walletReference\": \"ref16842048425966\",\n        \"customerName\": \"John Doe\",\n        \"customerEmail\": \"smekia@gamil.com\",\n        \"feeBearer\": null,\n        \"bvnDetails\": {\n            \"bvn\": \"23977490001\",\n            \"bvnDateOfBirth\": \"1997-04-08\"\n        },\n        \"accountNumber\": \"1210392046\",\n        \"accountName\": \"John Doe\"\n    }\n}"},{"id":"238a477c-64ea-4f18-b6b7-73a030efaf4d","name":"Succes","originalRequest":{"method":"POST","header":[{"key":"","value":"","type":"text","id":0}],"body":{"mode":"raw","raw":"{\r\n    \"walletReference\":\"ref16842048425966\",\r\n    \"walletName\":\"Staging Wallet - ref16804248425966\",\r\n    \"customerName\": \"John Doe\",\r\n    \"bvnDetails\": {\r\n    \"bvn\": \"23977490001\",\r\n    \"bvnDateOfBirth\": \"1997-04-08\" \r\n    },\r\n    \"customerEmail\": \"smekia@gamil.com\",\r\n    \"contractCode\": \"2696315201\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8200/api/v1/merchant/disbursements/wallet"},"status":"Created","code":201,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 12 Sep 2024 11:20:23 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"walletName\": \"Staging Wallet - ref16804248425966\",\n        \"walletReference\": \"ref16842048425966\",\n        \"customerName\": \"John Doe\",\n        \"customerEmail\": \"smekia@gamil.com\",\n        \"feeBearer\": null,\n        \"bvnDetails\": {\n            \"bvn\": \"23977490001\",\n            \"bvnDateOfBirth\": \"1997-04-08\"\n        },\n        \"accountNumber\": \"1210392046\",\n        \"accountName\": \"John Doe\"\n    }\n}"}],"_postman_id":"7b1efdda-6bfb-485b-aba6-533e54551df1"},{"name":"Get Merchant Wallets","id":"9fe60c30-aeeb-4bbb-8bfb-1df23408bf4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/disbursements/wallet","urlObject":{"port":"8200","path":["api","v1","merchant","disbursements","wallet"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"86201177-c139-4b6f-b82b-9f0a1de3648b","name":"Get Merchant Wallets","originalRequest":{"method":"GET","header":[],"url":"localhost:8200/api/v1/merchant/disbursements/wallet"},"status":"OK","code":200,"_postman_previewlanguage":"JSON","header":[{"key":"X-Content-Type-Options","value":"nosniff","type":"text"},{"key":"X-XSS-Protection","value":"0","type":"text"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate","type":"text"},{"key":"Pragma","value":"no-cache","type":"text"},{"key":"Expires","value":"0","type":"text"},{"key":"X-Frame-Options","value":"DENY","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Transfer-Encoding","value":"chunked","type":"text"},{"key":"Date","value":"Thu, 12 Sep 2024 12:02:46 GMT","type":"text"},{"key":"Keep-Alive","value":"timeout=60","type":"text"},{"key":"Connection","value":"keep-alive","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"requestSuccessful\": true,\n    \"responseMessage\": \"success\",\n    \"responseCode\": \"0\",\n    \"responseBody\": {\n        \"content\": [\n            {\n                \"walletName\": \"Staging Wallet - ref16804248425966\",\n                \"walletReference\": \"ref16842048425966\",\n                \"customerName\": \"John Doe\",\n                \"customerEmail\": \"smekia@gamil.com\",\n                \"feeBearer\": null,\n                \"bvnDetails\": {\n                    \"bvn\": \"23977490001\",\n                    \"bvnDateOfBirth\": \"1997-04-08\"\n                },\n                \"accountNumber\": \"3575366232\",\n                \"accountName\": \"John Doe\"\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"last\": true,\n        \"totalPages\": 1,\n        \"totalElements\": 1,\n        \"size\": 10,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"numberOfElements\": 1,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"9fe60c30-aeeb-4bbb-8bfb-1df23408bf4d"}],"id":"b1b25125-921a-4063-829d-be0eb88fd727","_postman_id":"b1b25125-921a-4063-829d-be0eb88fd727","description":""},{"name":"test","id":"ab7f48d1-8ff8-4c22-a5d5-02b50331525c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"name":"authorization","sortOrder":0,"infoTitle":"This header was automatically added","info":"This header is added because of the authorization method used for this request.\n\nThe value of this header is tentative. You can find the exact value in the console once the request is sent.\n\nUse the authorization tab to remove authorization or to change the value of this header.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to authorization","key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJNS19URVNUXzBENDdEMkM3MjkiLCJpYXQiOjE3MjUxMjQ4ODgsImV4cCI6MTcyNTEzMjA4OH0.grmluJ3T_-lb_4oFZYZ50ysSABuBzYE6o8e6MiOfob77CQK3WESJ_XL0yRoovKVv","system":true,"auth":true,"type":"text"},{"name":"cache-control","sortOrder":2,"infoTitle":"We recommend using this header","info":"Postman added \"Cache-Control: no-cache\" as a precautionary measure to prevent the server from returning stale response when one makes repeated requests.\n\nYou can remove this header in the app settings or enter a new one with a different value.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Cache-Control","value":"no-cache","system":true,"type":"text"},{"name":"postman-token","sortOrder":3,"infoTitle":"We recommend using this header","info":"The Postman-Token header appends a random UUID to every outgoing request. Postman adds this header for API developers to better debug requests sent and to ensure separate requests appear distinct to the receiving server.\n\nYou can remove this header in the app settings.","allowedToToggle":false,"disableEdit":true,"previewSettingsLink":"Go to settings","key":"Postman-Token","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"host","sortOrder":6,"infoTitle":"We recommend using this header","info":"The Host header is added to identify the domain name for which a request is being sent to the server. This header is implicitly sent by every HTTP client.\n\nYou can remove the header or enter a new one with a different value. It is most likely that without this header, your request will return an HTTP 400 error.","allowedToToggle":true,"disableEdit":true,"key":"Host","value":"<calculated when request is sent>","system":true,"type":"text"},{"name":"user-agent","sortOrder":7,"infoTitle":"We recommend using this header","info":"The User-Agent header is added to help the server identify Postman as the HTTP requesting application or client.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"User-Agent","value":"PostmanRuntime/7.39.1","system":true,"type":"text"},{"name":"accept","sortOrder":8,"infoTitle":"We recommend using this header","info":"The \"Accept: */*\" header is added to tell the server that Postman can understand and process all forms of response content types.\n\nIt is recommended that this header be sent, but you can remove the header or enter a new one with a different value.","allowedToToggle":true,"disableEdit":true,"key":"Accept","value":"*/*","system":true,"type":"text"},{"name":"accept-encoding","sortOrder":9,"infoTitle":"We recommend using this header","info":"The Accept-Encoding header is added to indicate to the server that Postman HTTP client supports a defined list of content-encoding or compression algorithms as response.\n\nYou can remove the header or enter a new one with a different value. Doing that may not accurately render the response within the app.","allowedToToggle":true,"disableEdit":true,"key":"Accept-Encoding","value":"gzip, deflate, br","system":true,"type":"text"},{"name":"connection","sortOrder":10,"infoTitle":"We recommend using this header","info":"Postman added the Connection header to indicate the server to keep the underlying network connection open once the current response is received. This allows Postman to reuse the same connection for faster response times in subsequent requests to the same server.\n\nYou can remove this header or enter a new one with a different value, such as `Connection: Close` to control this behaviour.","allowedToToggle":true,"disableEdit":true,"key":"Connection","value":"keep-alive","system":true,"type":"text"}],"url":"localhost:8200/merchants/test","urlObject":{"port":"8200","path":["merchants","test"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab7f48d1-8ff8-4c22-a5d5-02b50331525c"}]}