{"info":{"_postman_id":"3b57a454-70be-4bae-984f-4f646d347487","name":"ViZO API 2.0.0","description":"<html><head></head><body><p>ViZO offers a simple and straightforward API solution for receiving payments via Cryptocurrency, E-Currency, Credit/Debit Cards, and Virtual Accounts directly from your app or website. With a focus on top-notch data protection and security, ViZO ensures a seamless experience regardless of developer skill level or platform compatibility. Designed to integrate effortlessly with any application or framework, ViZO’s API can be implemented in under 5 minutes, making it the ideal choice for secure, versatile payment processing.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2652279","collectionId":"3b57a454-70be-4bae-984f-4f646d347487","publishedId":"2s7YfR7YNj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"031261"},"publishDate":"2024-11-14T16:58:23.000Z"},"item":[{"name":"Introduction","item":[],"id":"36cca059-ccd6-4ff8-a482-2965f08eff54","description":"<p>ViZO Merchant Api is a powerful payment solution for all business &amp; person looking for simplex, reliable, faster &amp; secured payment gateway. Firstly setup Merchant profile from ViZO or visit <a href=\"https://ZuPago.app\">https://ViZO.app</a> for production and <a href=\"https://dev.vizo.app/\">https://dev.vizo.app/</a> for developer</p>\n<p>API Endpoint</p>\n<p><a href=\"https://api.zupago.app/api/m1/%7B%7Bpath%7D%7D\">https://api.vizo.app/api/m1/{{path}}</a> for production</p>\n<p><a href=\"https://sandbox.zupago.app/api/m1/%7B%7Bpath%7D%7D\">https://sandbox.zupago.app/api/m1/{{path}}</a> for developer</p>\n","_postman_id":"36cca059-ccd6-4ff8-a482-2965f08eff54"},{"name":"Virtual Accounts","item":[{"name":"Generate Virtual Account","id":"5c1d2026-1025-40f3-9a17-07f56e1a1b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"12345678099","description":"<p>A unique reference id to identify the virtual account REQUIRED</p>\n","type":"text"},{"key":"firstname","value":"","description":"<p>user's firstname OPTIONAL if not provider merchant business name applied</p>\n","type":"text"},{"key":"lastname","value":"","description":"<p>user's lastname OPTIONAL if not provider merchant business name applied</p>\n","type":"text"},{"key":"gender","value":"","description":"<p>user's gender OPTIONAL</p>\n","type":"text"},{"key":"date_off_birth","value":"","description":"<p>user's date off birth OPTIONAL</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/generate-va","description":"<h3 id=\"generate-virtual-account\">Generate Virtual Account</h3>\n<p>This endpoint allows you to generate a virtual account.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>reference_id</code> (required, text): A unique reference id to identify the virtual account.</p>\n</li>\n<li><p><code>firstname</code> (optional, text): User's firstname (optional if not provided merchant business name applied).</p>\n</li>\n<li><p><code>lastname</code> (optional, text): User's lastname (optional if not provided merchant business name applied).</p>\n</li>\n<li><p><code>gender</code> (optional, text): User's gender.</p>\n</li>\n<li><p><code>date_off_birth</code> (optional, text): User's date of birth.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>status</code> (string): The status of the request.</p>\n</li>\n<li><p><code>data</code></p>\n<ul>\n<li><p><code>id</code> (string): The virtual account ID.</p>\n</li>\n<li><p><code>gender</code> (string): User's gender.</p>\n</li>\n<li><p><code>status</code> (string): The status of the virtual account.</p>\n</li>\n<li><p><code>accountNo</code> (string): The virtual account number.</p>\n</li>\n<li><p><code>accountName</code> (string): The name associated with the virtual account.</p>\n</li>\n<li><p><code>referenceId</code> (string): The reference id of the virtual account.</p>\n</li>\n</ul>\n</li>\n<li><p><code>message</code> (string): Additional information or message from the server.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"\",\n    \"data\": {\n        \"id\": \"\",\n        \"gender\": null,\n        \"status\": \"\",\n        \"accountNo\": \"\",\n        \"accountName\": \"\",\n        \"referenceId\": \"\"\n    },\n    \"message\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","m1","generate-va"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"706a5109-b586-4c53-9ad9-bc9c1b1b4535","name":"FAILED Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"1234567809","description":"A unique reference id to identify the virtual account REQUIRED","type":"text"},{"key":"firstname","value":"","description":"user's firstname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"lastname","value":"","description":"user's lastname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"gender","value":"","description":"user's gender OPTIONAL","type":"text"},{"key":"date_off_birth","value":"","description":"user's date off birth OPTIONAL","type":"text"}]},"url":"{{BASE_URL}}/api/m1/generate-va"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Nov 2024 10:30:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"data\": \"Virtual account creation failed\",\n    \"message\": \"External Id already in use\"\n}"},{"id":"ead0b312-693d-401b-aaed-1eb98e5b0ba7","name":"SUCCESS Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"12345678096","description":"A unique reference id to identify the virtual account REQUIRED","type":"text"},{"key":"firstname","value":"","description":"user's firstname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"lastname","value":"","description":"user's lastname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"gender","value":"","description":"user's gender OPTIONAL","type":"text"},{"key":"date_off_birth","value":"","description":"user's date off birth OPTIONAL","type":"text"}]},"url":"{{BASE_URL}}/api/m1/generate-va"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Nov 2024 10:31:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"P69LQKRdV3JY\",\n        \"gender\": null,\n        \"status\": \"ACTIVE\",\n        \"accountNo\": \"1000124856\",\n        \"accountName\": \"ZuPago 44\",\n        \"referenceId\": \"12345678096\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"5c1d2026-1025-40f3-9a17-07f56e1a1b10"},{"name":"Update Virtual Account","id":"db24c359-af06-44ce-814c-d9f7d9f6c1c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"12345678097","description":"<p>The unique reference id of the virtual account REQUIRED</p>\n","type":"text"},{"key":"firstname","value":"Tester","description":"<p>user's firstname OPTIONAL if not provider merchant business name applied</p>\n","type":"text"},{"key":"lastname","value":"Test","description":"<p>user's lastname OPTIONAL if not provider merchant business name applied</p>\n","type":"text"},{"key":"gender","value":"","description":"<p>user's gender OPTIONAL</p>\n","type":"text"},{"key":"date_off_birth","value":"","description":"<p>user's date off birth OPTIONAL</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/update-va","description":"<h3 id=\"update-virtual-account-details\">Update Virtual Account Details</h3>\n<p>This endpoint allows you to update the details of a virtual account.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>reference_id</code> (text, required): The unique reference id of the virtual account.</p>\n</li>\n<li><p><code>firstname</code> (text, optional): User's firstname (optional if not provider merchant business name applied).</p>\n</li>\n<li><p><code>lastname</code> (text, optional): User's lastname (optional if not provider merchant business name applied).</p>\n</li>\n<li><p><code>gender</code> (text, optional): User's gender.</p>\n</li>\n<li><p><code>date_off_birth</code> (text, optional): User's date of birth.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\"type\": \"string\"},\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\"type\": \"string\"},\n        \"gender\": {\"type\": [\"string\", \"null\"]},\n        \"status\": {\"type\": \"string\"},\n        \"accountNo\": {\"type\": \"string\"},\n        \"accountName\": {\"type\": \"string\"},\n        \"referenceId\": {\"type\": \"string\"}\n      }\n    },\n    \"message\": {\"type\": \"string\"}\n  }\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"data\": {\n    \"id\": \"\",\n    \"gender\": null,\n    \"status\": \"\",\n    \"accountNo\": \"\",\n    \"accountName\": \"\",\n    \"referenceId\": \"\"\n  },\n  \"message\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","m1","update-va"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"665d6d8d-fc5b-439a-b175-9ef52623c6d6","name":"FAILED Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"1234567809","description":"A unique reference id to identify the virtual account REQUIRED","type":"text"},{"key":"firstname","value":"","description":"user's firstname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"lastname","value":"","description":"user's lastname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"gender","value":"","description":"user's gender OPTIONAL","type":"text"},{"key":"date_off_birth","value":"","description":"user's date off birth OPTIONAL","type":"text"}]},"url":"{{BASE_URL}}/api/m1/generate-va"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Nov 2024 10:30:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"data\": \"Virtual account update failed\",\n    \"message\": \"missing id\"\n}"},{"id":"16125ca3-a3f7-45ac-8363-788dee3cf203","name":"SUCCESS Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"reference_id","value":"12345678096","description":"A unique reference id to identify the virtual account REQUIRED","type":"text"},{"key":"firstname","value":"","description":"user's firstname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"lastname","value":"","description":"user's lastname OPTIONAL if not provider merchant business name applied","type":"text"},{"key":"gender","value":"","description":"user's gender OPTIONAL","type":"text"},{"key":"date_off_birth","value":"","description":"user's date off birth OPTIONAL","type":"text"}]},"url":"{{BASE_URL}}/api/m1/generate-va"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 11 Nov 2024 10:31:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"P69LQKRdV3JY\",\n        \"gender\": null,\n        \"status\": \"ACTIVE\",\n        \"accountNo\": \"1000124856\",\n        \"accountName\": \"ZuPago 44\",\n        \"referenceId\": \"12345678096\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"db24c359-af06-44ce-814c-d9f7d9f6c1c6"},{"name":"Get Virtual Account","id":"45db7371-72c1-4cd0-a0a4-e4647ee9e538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"url":"{{BASE_URL}}/api/m1/get-vac?reference_id=12345678097","description":"<h3 id=\"update-virtual-account-details\">Update Virtual Account Details</h3>\n<p>This endpoint allows you to update the details of a virtual account.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>reference_id</code> (text, required): The unique reference id of the virtual account.</p>\n</li>\n<li><p><code>firstname</code> (text, optional): User's firstname (optional if not provider merchant business name applied).</p>\n</li>\n<li><p><code>lastname</code> (text, optional): User's lastname (optional if not provider merchant business name applied).</p>\n</li>\n<li><p><code>gender</code> (text, optional): User's gender.</p>\n</li>\n<li><p><code>date_off_birth</code> (text, optional): User's date of birth.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"status\": {\"type\": \"string\"},\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"id\": {\"type\": \"string\"},\n        \"gender\": {\"type\": [\"string\", \"null\"]},\n        \"status\": {\"type\": \"string\"},\n        \"accountNo\": {\"type\": \"string\"},\n        \"accountName\": {\"type\": \"string\"},\n        \"referenceId\": {\"type\": \"string\"}\n      }\n    },\n    \"message\": {\"type\": \"string\"}\n  }\n}\n\n</code></pre>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"status\": \"\",\n  \"data\": {\n    \"id\": \"\",\n    \"gender\": null,\n    \"status\": \"\",\n    \"accountNo\": \"\",\n    \"accountName\": \"\",\n    \"referenceId\": \"\"\n  },\n  \"message\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["api","m1","get-vac"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>The unique reference id of the virtual account REQUIRED</p>\n","type":"text/plain"},"key":"reference_id","value":"12345678097"}],"variable":[]}},"response":[],"_postman_id":"45db7371-72c1-4cd0-a0a4-e4647ee9e538"},{"name":"Get VA Transaction","id":"6f416d01-50b3-467b-9f52-2c89d000fbe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","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":"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":"Bearer {{VIZO_TEST}}","type":"text","id":0}],"url":"{{BASE_URL}}/api/m1/va-transaction?reference=DVA-999357240831142552459563784150","description":"<p>The endpoint retrieves information related to a VA transaction using the provided reference number.</p>\n<p>The response for this request can be documented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"object\",\n    \"properties\": {\n        \"status\": {\n            \"type\": \"string\"\n        },\n        \"data\": {\n            \"type\": \"null\"\n        },\n        \"message\": {\n            \"type\": \"string\"\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["api","m1","va-transaction"],"host":["{{BASE_URL}}"],"query":[{"key":"reference","value":"DVA-999357240831142552459563784150"}],"variable":[]}},"response":[{"id":"ccbf1ec0-bf8a-4c2d-a2ca-6fe0d103ef7b","name":"Get Transaction SUCCESS","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"url":""},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 16 Nov 2024 08:38:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"DVA-1\",\n        \"tx_ref\": \"DVA-999357240831142552459563784150\",\n        \"amount\": 98.5,\n        \"charged_amount\": 100,\n        \"app_fee\": 1.5,\n        \"merchant_fee\": 0,\n        \"currency\": \"NGN\",\n        \"status\": \"SUCCESSFUL\",\n        \"payment_mode\": \"DVA\",\n        \"created_at\": \"2024-08-31T14:25:52.645613\",\n        \"customer\": {\n            \"consumer_id\": \"\"\n        },\n        \"data\": {\n            \"narration\": \" DOT/3/CR-FROM/John Doe - Test\",\n            \"accountNo\": \"1000119971\",\n            \"accountName\": \"John Doe\",\n            \"sourceBankCode\": \"999357\",\n            \"sourceAccountNo\": \"1000075721\",\n            \"sourceAccountName\": \"John Doe John\",\n            \"amount\": 98.5,\n            \"transactionDate\": \"2024-08-31T14:25:52.645613\",\n            \"totalAmount\": 100,\n            \"fee\": 1.5,\n            \"merchantReference\": \"\",\n            \"currency\": \"NGN\"\n        }\n    },\n    \"message\": \"SUCCESSFUL\"\n}"},{"id":"aebb1b4c-5123-4536-8082-d9a71331b6f0","name":"Get Transaction FAILED","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"url":{"raw":"{{BASE_URL}}/api/m1/va-transaction?reference=999357240831142552459563784155","host":["{{BASE_URL}}"],"path":["api","m1","va-transaction"],"query":[{"key":"reference","value":"999357240831142552459563784155"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.3.12"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 16 Nov 2024 08:40:28 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"data\": null,\n    \"message\": \"Transaction not found\"\n}"}],"_postman_id":"6f416d01-50b3-467b-9f52-2c89d000fbe7"}],"id":"82fcfb1e-582c-4d63-8121-d9c1dfb25302","description":"<p>ViZO Virtual Account feature allows you to generate permanent virtual bank accounts for your customers using the ViZO Virtual Account API. These accounts enable seamless payment collection via bank transfers. You can create multiple virtual accounts customized to your business needs, with options to specify the user name to account number.</p>\n<p>This section provides resources for creating and retrieving accounts using the API. The type of virtual accounts issued to your customers for payment is:</p>\n<p><em>Fixed Virtual Account</em>: This type remains active at all times, ensuring continuous payment collection for your business.</p>\n<p>Transactions made through these accounts are settled into your ViZO (Merchant) account. It’s important to note that these accounts do not hold balances; they are used solely to record transaction details. Balances are automatically transferred to your merchant account. Consequently, settlements occur in the merchant account, not within the virtual accounts.</p>\n<p>Owners cannot initiate transfers from these accounts, as a job process sweeps the accounts to maintain a zero balance continuously.</p>\n","_postman_id":"82fcfb1e-582c-4d63-8121-d9c1dfb25302"},{"name":"Charge","item":[{"name":"Initiate Charge","id":"2d28d209-e01b-470e-97e7-48fba34386c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tx_ref","value":"tewrdvweerrr-04","description":"<p>Required, this is a merchant's unique reference for the invoice,</p>\n","type":"text"},{"key":"amount","value":"100","description":"<p>Required, charge amount</p>\n","type":"text"},{"key":"currency","value":"NGN","description":"<p>Required, charge currency</p>\n","type":"text"},{"key":"customer_id","value":"123456789000","description":"<p>An customer_id mush be unique per user, pass the same id for same user for next charge request</p>\n","type":"text","disabled":true},{"key":"payment_options","value":"all","description":"<p>Nullable, E:g 'card,smart_account,zupago_account,ussd,crypto' or all to get all the list, also null will enable the option selected from the Merchant setting</p>\n","type":"text"},{"key":"expired_time","value":"0","description":"<p>Required, incase you want the invoice to expired after time past time in minutes 0 for not expire</p>\n","type":"text"},{"key":"redirect_url","value":"https://example.com/payment-status","description":"<p>if this set it will overrride the redirect_url in your merchant settings</p>\n","type":"text"},{"key":"meta","value":"","description":"<p>Optional, Object/Array data </p>\n","type":"text"},{"key":"customer","value":"","description":"<p>Array if payment_options equal to card,ussd or Bank Transfer coutomer.name required</p>\n","type":"text"},{"key":"customizations","value":"","description":"<p>Array E:g {\n    title: 'Best Seller Store',\n    description: 'Payment for item GHJ',\n    logo: '<a href=\"https://www.logolynx.com/images/logolynx/93/9386b26a9f3e2139198613db21e48c5a.png\">https://www.logolynx.com/images/logolynx/93/9386b26a9f3e2139198613db21e48c5a.png</a>',\n  }</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-charge","description":"<h3 id=\"initiate-charge\">Initiate Charge</h3>\n<p>This endpoint initiates a charge for the invoice with the provided details.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>tx_ref</code> (text, required): Merchant's unique reference for the invoice.</p>\n</li>\n<li><p><code>amount</code> (text, required): Charge amount.</p>\n</li>\n<li><p><code>currency</code> (text, required): Charge currency.</p>\n</li>\n<li><p><code>payment_options</code> (text): Nullable. Options for payment (e.g., 'card, smart_account, zupago_account, ussd, crypto' or 'all' to get all options).</p>\n</li>\n<li><p><code>expired_time</code> (text, required): Time in minutes after which the invoice will expire (use 0 for no expiry).</p>\n</li>\n<li><p><code>redirect_url</code> (text): If set, it will override the redirect URL in the merchant settings.</p>\n</li>\n<li><p><code>meta</code> (text): Optional. Object/Array data.</p>\n</li>\n<li><p><code>customer</code> (text): Array required if payment_options is equal to card, ussd, or bank transfer. Customer name is required.</p>\n</li>\n<li><p><code>customizations</code> (text): Array with title, description, and logo.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>status</code> (string): Indicates the status of the request.</p>\n</li>\n<li><p><code>data</code> (object): If the request is successful, it contains the mode and URL.</p>\n</li>\n<li><p><code>message</code> (string): Additional information or error message.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","m1","initiate-charge"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"a952daf8-14cd-4d66-af67-867b345ce0a5","name":"Fail Initiate Charge","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_CLIENT}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tx_ref","value":"2323234344","description":"Required, this is a merchant's unique reference for the invoice,","type":"text"},{"key":"amount","value":"100","description":"Required, charge amount","type":"text"},{"key":"currency","value":"NGN","description":"Required, charge currency","type":"text"},{"key":"payment_options","value":"all","description":"Required, E:g 'card,smart_account,zupago_account,ussd,crypto' get all the list","type":"text"},{"key":"expired_time","value":"0","description":"Required, incase you want the invoice to expired after time past time in minutes 0 for not expire","type":"text"},{"key":"redirect_url","value":"https://example.com/payment-status","description":"if this set it will overrride the redirect_url in your merchant settings","type":"text"},{"key":"meta","value":"","description":"Optional, Object/Array data ","type":"text"},{"key":"customer","value":"","description":"Array if payment_options equal to card,ussd or Bank Transfer coutomer.name required","type":"text"},{"key":"customizations","value":"","description":"Array E:g {\n    title: 'Best Seller Store',\n    description: 'Payment for item GHJ',\n    logo: 'https://www.logolynx.com/images/logolynx/93/9386b26a9f3e2139198613db21e48c5a.png',\n  }","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 14:22:47 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"data\": null,\n    \"message\": \"Unique tx_ref required\"\n}"},{"id":"13b2bb39-6386-410f-ab30-1428d7172290","name":"Initiate Charge","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_CLIENT}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"tx_ref","value":"Fae3dae34","description":"Required, this is a merchant's unique reference for the invoice,","type":"text"},{"key":"amount","value":"100","description":"Required, charge amount","type":"text"},{"key":"currency","value":"NGN","description":"Required, charge currency","type":"text"},{"key":"payment_options","value":"all","description":"Required, E:g 'card,smart_account,zupago_account,ussd,crypto' get all the list","type":"text"},{"key":"expired_time","value":"0","description":"Required, incase you want the invoice to expired after time past time in minutes 0 for not expire","type":"text"},{"key":"redirect_url","value":"https://example.com/payment-status","description":"if this set it will overrride the redirect_url in your merchant settings","type":"text"},{"key":"meta","value":"","description":"Optional, Object/Array data ","type":"text"},{"key":"customer","value":"","description":"Array if payment_options equal to card,ussd or Bank Transfer coutomer.name required","type":"text"},{"key":"customizations","value":"","description":"Array E:g {\n    title: 'Best Seller Store',\n    description: 'Payment for item GHJ',\n    logo: 'https://www.logolynx.com/images/logolynx/93/9386b26a9f3e2139198613db21e48c5a.png',\n  }","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-charge"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 14:23:13 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"mode\": \"redirect\",\n        \"url\": \"https://dev.vizo.app:8086/i/g9KkkA38Ygn9\"\n    },\n    \"message\": \"Charge initiated\"\n}"}],"_postman_id":"2d28d209-e01b-470e-97e7-48fba34386c2"},{"name":"Get Transaction History","id":"95871791-1f38-46ef-8a3e-0e9d293c1a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"0690000032","type":"text","contentType":""},{"key":"bank_code","value":"044","type":"text"}]},"url":"{{BASE_URL}}/api/m1/transaction-history?page=1&number_of_item=20","description":"<h2 id=\"transaction-history\">Transaction History</h2>\n<p>This endpoint retrieves the transaction history with pagination.</p>\n<h3 id=\"request\">Request</h3>\n<h4 id=\"request-url\">Request URL</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET {{BASE_URL}}/api/m1/transaction-history\n\n</code></pre><h4 id=\"parameters\">Parameters</h4>\n<ul>\n<li><p><code>page</code> (query parameter): The page number for the transaction history.</p>\n</li>\n<li><p><code>number_of_item</code> (query parameter): The number of items per page.</p>\n</li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>account_number</code> (text): The account number for the transaction.</p>\n</li>\n<li><p><code>bank_code</code> (text): The bank code for the transaction.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response will contain:</p>\n<ul>\n<li><p><code>current_page</code>: The current page number.</p>\n</li>\n<li><p><code>data</code>: An array of transaction objects including <code>transaction_id</code>, <code>reference</code>, <code>amount</code>, <code>fee</code>, <code>currency</code>, <code>country</code>, <code>transaction_status</code>, and <code>transaction_date</code>.</p>\n</li>\n<li><p><code>from</code>: The starting index of the items.</p>\n</li>\n<li><p><code>last_page</code>: The last page number.</p>\n</li>\n<li><p><code>per_page</code>: The number of items per page.</p>\n</li>\n<li><p><code>prev_page_url</code>: The URL for the previous page.</p>\n</li>\n<li><p><code>to</code>: The ending index of the items.</p>\n</li>\n<li><p><code>total</code>: The total number of transactions.</p>\n</li>\n<li><p><code>status</code>: The status of the response.</p>\n</li>\n<li><p><code>message</code>: Any additional message related to the response.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","m1","transaction-history"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>cap 1000</p>\n","type":"text/plain"},"key":"number_of_item","value":"20"}],"variable":[]}},"response":[{"id":"af581535-d818-4ac9-aacd-2151203140b1","name":"Get Transaction","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"0690000032","type":"text","contentType":""},{"key":"bank_code","value":"044","type":"text"}]},"url":{"raw":"{{BASE_URL}}/api/m1/transaction-history?page=1&number_of_item=20","host":["{{BASE_URL}}"],"path":["api","m1","transaction-history"],"query":[{"key":"page","value":"1"},{"key":"number_of_item","value":"20","description":"cap 1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 08 Sep 2022 14:22:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"current_page\": 1,\n        \"data\": [\n            {\n                \"transaction_id\": 10096,\n                \"reference\": \"tewrdvwee\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T17:52:50.000000Z\"\n            },\n            {\n                \"transaction_id\": 10095,\n                \"reference\": \"Fae3dae344\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T14:26:05.000000Z\"\n            },\n            {\n                \"transaction_id\": 10094,\n                \"reference\": \"Fae3dae34\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T14:23:13.000000Z\"\n            },\n            {\n                \"transaction_id\": 10093,\n                \"reference\": \"2323234344\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T14:22:10.000000Z\"\n            },\n            {\n                \"transaction_id\": 10092,\n                \"reference\": \"23882d2323\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T14:18:59.000000Z\"\n            },\n            {\n                \"transaction_id\": 10091,\n                \"reference\": \"7ESoWOXBtQc\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-02T14:00:20.000000Z\"\n            },\n            {\n                \"transaction_id\": 10090,\n                \"reference\": \"URew7iTq7mt\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-09-01T05:16:36.000000Z\"\n            },\n            {\n                \"transaction_id\": 10089,\n                \"reference\": \"EaGhs0B2Xjw\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-08-31T17:05:34.000000Z\"\n            },\n            {\n                \"transaction_id\": 10086,\n                \"reference\": \"aLAWmRinUB3\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-08-31T16:19:37.000000Z\"\n            },\n            {\n                \"transaction_id\": 10087,\n                \"reference\": \"tyMz6sVIAEP\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-08-31T16:19:37.000000Z\"\n            },\n            {\n                \"transaction_id\": 10088,\n                \"reference\": \"OofZVi1vEkA\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-08-31T16:19:37.000000Z\"\n            },\n            {\n                \"transaction_id\": 10085,\n                \"reference\": \"sm0dMQ9VlUb\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"INITIATE\",\n                \"transaction_date\": \"2022-08-31T16:06:50.000000Z\"\n            },\n            {\n                \"transaction_id\": 10080,\n                \"reference\": \"L8DB46AsF7V\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"COMPLETED\",\n                \"transaction_date\": \"2022-08-31T14:05:37.000000Z\"\n            },\n            {\n                \"transaction_id\": 10081,\n                \"reference\": \"o40e6kNQxjm\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"COMPLETED\",\n                \"transaction_date\": \"2022-08-31T14:05:37.000000Z\"\n            },\n            {\n                \"transaction_id\": 10082,\n                \"reference\": \"G6t3XQ4OCHf\",\n                \"amount\": 100,\n                \"fee\": \"0.\",\n                \"currency\": \"NGN\",\n                \"country\": \"NG\",\n                \"transaction_status\": \"COMPLETED\",\n                \"transaction_date\": \"2022-08-31T14:05:37.000000Z\"\n            }\n        ],\n        \"from\": 1,\n        \"last_page\": 7,\n        \"per_page\": 15,\n        \"prev_page_url\": null,\n        \"to\": 15,\n        \"total\": 95\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"95871791-1f38-46ef-8a3e-0e9d293c1a8b"}],"id":"6e7a7ae1-fcdf-4e17-bfc4-ad8da6ccd5f8","_postman_id":"6e7a7ae1-fcdf-4e17-bfc4-ad8da6ccd5f8","description":""},{"name":"Transfer","item":[{"name":"Initiate Bank Transfer","item":[{"name":"Nigeria Naira Account","id":"b7ec06b7-2a79-4cc3-94cc-de0b4c65ed8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"<p>required string which currency to debited</p>\n","type":"text","contentType":""},{"key":"account","value":"0690000040","description":"<p>required string receive account or account number </p>\n","type":"text"},{"key":"account_bank","value":"044","type":"text"},{"key":"account_name","value":"John Doe","description":"<p>required string receive account name </p>\n","type":"text"},{"key":"amount","value":"100","description":"<p>required numeric amount to transfer</p>\n","type":"text"},{"key":"transfer_mode","value":"bank","description":"<p>required string  transfer method (smart, bank or crypto)</p>\n","type":"text"},{"key":"currency","value":"NGN","description":"<p>required string receiver currency </p>\n","type":"text"},{"key":"narration","value":"food","description":"<p>This is the narration for the transfer e.g. payments for food.</p>\n","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"<p>This will replace Webhooks url </p>\n","type":"text"},{"key":"reference","value":"MCH-11011","description":"<p>This is a merchant's unique reference for the transfer,</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"dda8cbeb-8f4f-4a8b-87d9-94e3f3d2851a","name":"Nigeria Naira Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"required string which currency to debited","type":"text","contentType":""},{"key":"account","value":"0690000040","description":"required string receive account or account number ","type":"text"},{"key":"account_bank","value":"044","type":"text"},{"key":"account_name","value":"John Doe","description":"required string receive account name ","type":"text"},{"key":"amount","value":"1000","description":"required numeric amount to transfer","type":"text"},{"key":"transfer_mode","value":"bank","description":"required string  transfer method (smart, bank or crypto)","type":"text"},{"key":"currency","value":"NGN","description":"required string receiver currency ","type":"text"},{"key":"narration","value":"food","description":"This is the narration for the transfer e.g. payments for food.","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"This will replace Webhooks url ","type":"text"},{"key":"reference","value":"MCH-11011","description":"This is a merchant's unique reference for the transfer,","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Sep 2022 13:01:49 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"NGN\",\n        \"amount\": 1000,\n        \"account_name\": \"John Doe\",\n        \"exchange_rate\": 1,\n        \"exchange_amount\": 1000,\n        \"account\": \"0690000040\",\n        \"currency\": \"NGN\",\n        \"zp_ref\": \"ZWB-9Mc6mPnoHz39\",\n        \"fee\": 0,\n        \"expires_in\": \"2022-09-06T13:16:49.172720Z\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"b7ec06b7-2a79-4cc3-94cc-de0b4c65ed8c"},{"name":"GHS, UGX, ZMW & TZS Account","id":"54756f3e-844c-429d-8960-dd69fa12f99e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"<p>required string which currency to debited</p>\n","type":"text","contentType":""},{"key":"account","value":"0031625807099","description":"<p>required string receive account or account number </p>\n","type":"text"},{"key":"destination_branch_code","value":"GH280103","type":"text"},{"key":"account_bank","value":"GH280100","type":"text"},{"key":"account_name","value":"John Doe","description":"<p>required string receive account name </p>\n","type":"text"},{"key":"beneficiary_name","value":"John Doe","description":"<p>required string receive account name </p>\n","type":"text"},{"key":"amount","value":"1000","description":"<p>required numeric amount to transfer</p>\n","type":"text"},{"key":"transfer_mode","value":"bank","description":"<p>required string  transfer method (smart, bank or crypto)</p>\n","type":"text"},{"key":"currency","value":"GHS","description":"<p>required string receiver currency </p>\n","type":"text"},{"key":"narration","value":"food","description":"<p>This is the narration for the transfer e.g. payments for food.</p>\n","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"<p>This will replace Webhooks url </p>\n","type":"text"},{"key":"reference","value":"MCH-11011","description":"<p>This is a merchant's unique reference for the transfer,</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"fe6945a7-63df-45d8-8bcb-cc8ea29b1ce5","name":"GHS, UGX, ZMW & TZS Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"required string which currency to debited","type":"text","contentType":""},{"key":"account","value":"0031625807099","description":"required string receive account or account number ","type":"text"},{"key":"destination_branch_code","value":"GH280103","type":"text"},{"key":"account_bank","value":"GH280100","type":"text"},{"key":"account_name","value":"John Doe","description":"required string receive account name ","type":"text"},{"key":"beneficiary_name","value":"John Doe","description":"required string receive account name ","type":"text"},{"key":"amount","value":"1000","description":"required numeric amount to transfer","type":"text"},{"key":"transfer_mode","value":"bank","description":"required string  transfer method (smart, bank or crypto)","type":"text"},{"key":"currency","value":"GHS","description":"required string receiver currency ","type":"text"},{"key":"narration","value":"food","description":"This is the narration for the transfer e.g. payments for food.","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"This will replace Webhooks url ","type":"text"},{"key":"reference","value":"MCH-11011","description":"This is a merchant's unique reference for the transfer,","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Sep 2022 13:03:31 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"NGN\",\n        \"amount\": 1000,\n        \"account_name\": \"John Doe\",\n        \"exchange_rate\": 94.22347171,\n        \"exchange_amount\": 10.61,\n        \"account\": \"0031625807099\",\n        \"currency\": \"GHS\",\n        \"zp_ref\": \"ZWB-CtXiVMqVNB7K\",\n        \"fee\": 2072.91,\n        \"expires_in\": \"2022-09-06T13:18:31.151837Z\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"54756f3e-844c-429d-8960-dd69fa12f99e"},{"name":"Nigeria Domiciliary Account","id":"9262b7a8-00bf-43e7-914b-bae95f415d8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0690000040\",\n  \"account_bank\": \"044\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"USD\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n     \"first_name\": \"John\",\n     \"last_name\": \"Doe\",\n     \"email\": \"John@John.com\",\n     \"beneficiary_country\": \"NG\",\n     \"mobile_number\": \"+234812345678\",\n     \"sender\": \"Dayo John\",\n     \"merchant_name\": \"GG Computer\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"51770888-8c83-4279-9fdd-9229442ffa10","name":"Nigeria Domiciliary Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"GHS\",\n  \"account\": \"0690000040\",\n  \"account_bank\": \"044\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"USD\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n     \"first_name\": \"John\",\n     \"last_name\": \"Doe\",\n     \"email\": \"John@John.com\",\n     \"beneficiary_country\": \"NG\",\n     \"mobile_number\": \"+234812345678\",\n     \"sender\": \"Dayo John\",\n     \"merchant_name\": \"GG Computer\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Sep 2022 13:02:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"GHS\",\n        \"amount\": 1000,\n        \"account_name\": \"John Doe\",\n        \"exchange_rate\": 6.445719,\n        \"exchange_amount\": 155.14,\n        \"account\": \"0690000040\",\n        \"currency\": \"USD\",\n        \"zp_ref\": \"ZWB-kodgRyUmi33O\",\n        \"fee\": 283.61,\n        \"expires_in\": \"2022-09-06T13:17:19.166644Z\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"9262b7a8-00bf-43e7-914b-bae95f415d8b"},{"name":"Nigeria FCMB Domiciliary Account","id":"5b65421f-8ecc-4119-a4f5-8eb0d3a5d904","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0690000040\",\n  \"account_bank\": \"044\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"USD\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n     \"first_name\": \"John\",\n     \"last_name\": \"Doe\",\n     \"email\": \"John@John.com\",\n     \"beneficiary_country\": \"NG\",\n     \"mobile_number\": \"234812345678\",\n     \"merchant_name\": \"GG Computer\",\n     \"beneficiary_occupation\": \"It\",\n     \"recipient_address\": \"19, Iv, VGC\",\n     \"sender\": \"Dayo John\",\n     \"sender_country\": \"NG\",\n     \"sender_id_number\": \"00000000000\",\n     \"sender_id_type\": \"drivers license\",\n     \"sender_id_expiry\": \"12-2023\",\n     \"sender_mobile_number\": \"2348000000000\",\n     \"sender_address\": \"10, comupter village, Ikeja\",\n     \"sender_occupation\": \"Engineer\",\n     \"sender_beneficiary_relationship\": \"supplier\",\n     \"transfer_purpose\": \"payment\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b65421f-8ecc-4119-a4f5-8eb0d3a5d904"},{"name":"Kenya Account","id":"7cbc5656-20d8-48eb-a6ac-2c853c0e1e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0031625807099\",\n  \"account_bank\": \"68\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"KES\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n    \"sender\": \"Doya John\",\n           \"sender_country\": \"NG\",\n           \"mobile_number\": \"+23412345678\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"4e4ca016-0a4d-40f2-a184-0e9858bb6c57","name":"Kenya Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0031625807099\",\n  \"account_bank\": \"68\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"KES\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n    \"sender\": \"Doya John\",\n           \"sender_country\": \"NG\",\n           \"mobile_number\": \"+23412345678\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Sep 2022 13:05:08 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"NGN\",\n        \"amount\": 1000,\n        \"account_name\": \"John Doe\",\n        \"exchange_rate\": 5.30717791,\n        \"exchange_amount\": 188.42,\n        \"account\": \"0031625807099\",\n        \"currency\": \"KES\",\n        \"zp_ref\": \"ZWB-IK8xLFRKKMyJ\",\n        \"fee\": 291.89,\n        \"expires_in\": \"2022-09-06T13:20:08.361050Z\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"7cbc5656-20d8-48eb-a6ac-2c853c0e1e8d"},{"name":"South African Account","id":"78d29ca9-4077-4609-b8db-bef4ba588bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0031625807099\",\n  \"account_bank\": \"FNB\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"ZAR\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n            \"first_name\": \"John\",\n           \"last_name\": \"Doe\",\n           \"email\": \"test@test.com\",\n           \"mobile_number\": \"+23412345678\",\n          \"recipient_address\": \"Lavington Nairobi\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78d29ca9-4077-4609-b8db-bef4ba588bf6"},{"name":"US Account","id":"ac9a46fc-cf97-4b6d-b83a-b33fe5531cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0690000040\",\n  \"account_bank\": \"044\",\n  \"account_name\": \"John Doe\",\n  \"amount\": \"1000\",\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"USD\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n    \"AccountNumber\": \"09182972BH\",\n     \"RoutingNumber\": \"0000000002993\",\n     \"SwiftCode\": \"ABJG190\",\n     \"BankName\": \"BANK OF AMERICA, N.A., New York, NY\",\n     \"BeneficiaryName\": \"John Doe\",\n     \"BeneficiaryAddress\": \"New York\",\n     \"BeneficiaryCountry\": \"US\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac9a46fc-cf97-4b6d-b83a-b33fe5531cde"},{"name":"EUR & GBP Account","id":"dfa854be-d602-4841-911d-6891e8548b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"0690000040\",\n  \"account_bank\": \"044\",\n  \"account_name\": \"John Doe\",\n  \"amount\": 1000,\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"EUR\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n    \"AccountNumber\": \"DA091983888373BGH\",\n     \"RoutingNumber\": \"BECFDE7HKKX\",\n     \"SwiftCode\": \"BECFDE7HKKX\",\n     \"BankName\": \"LLOYDS BANK\",\n     \"BeneficiaryName\": \"John Doe\",\n     \"BeneficiaryCountry\": \"DE\",\n     \"PostalCode\": \"80489\",\n     \"StreetNumber\": \"31\",\n     \"StreetName\": \"Handelsbank Elsenheimer Str.\",\n     \"City\": \"München\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfa854be-d602-4841-911d-6891e8548b10"}],"id":"c9671a36-fcc0-4f9f-8028-8004486233d8","_postman_id":"c9671a36-fcc0-4f9f-8028-8004486233d8","description":""},{"name":"Initiate Mobile Money Transfer","id":"288467ac-27ce-46c1-8b67-a41ba4a48c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"which_balance\": \"NGN\",\n  \"account\": \"2540782773934\",\n  \"account_bank\": \"MPS\",\n  \"account_name\": \"John Doe\",\n  \"beneficiary_name\": \"John Doe\",\n  \"bank_name\": \"MTN Mobile Money\",\n  \"amount\": 1200,\n  \"transfer_mode\": \"bank\",\n  \"currency\": \"KES\",\n  \"narration\": \"food\",\n  \"callback_url\": \"https://dev.zupago.app:8086/test-dev/ccccc\",\n  \"reference\": \"MCH-11011\",\n  \"meta\": [\n    {\n           \"sender\": \"Dayo John\",\n           \"sender_country\": \"NG\",\n           \"mobile_number\": \"+23412345678\"\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"288467ac-27ce-46c1-8b67-a41ba4a48c75"},{"name":"Initiate Smart Transfer","id":"cc81a6ca-8c2c-421e-8570-06a14dabc965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"<p>required string which currency to debited</p>\n","type":"text","contentType":""},{"key":"account","value":"ZTF-10000","description":"<p>required string receive account or account number </p>\n","type":"text"},{"key":"account_name","value":"Mr Smith","description":"<p>required string receive account name </p>\n","type":"text"},{"key":"amount","value":"10000","description":"<p>required numeric amount to transfer</p>\n","type":"text"},{"key":"transfer_mode","value":"smart","description":"<p>required string  transfer method (smart, bank or crypto)</p>\n","type":"text"},{"key":"currency","value":"NGN","description":"<p>required string receiver currency </p>\n","type":"text"},{"key":"narration","value":"food","description":"<p>This is the narration for the transfer e.g. payments for food.</p>\n","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"<p>This will replace Webhooks url </p>\n","type":"text"},{"key":"reference","value":"mak-1001","description":"<p>This is a merchant's unique reference for the transfer,</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"08d277a8-f362-4e13-baf9-f048ef49d9c3","name":"Initiate Smart Transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"GHS","description":"required string which currency to debited","type":"text","contentType":""},{"key":"account","value":"ZTF-10515","description":"required string receive account or account number ","type":"text"},{"key":"account_name","value":"Testing","description":"required string receive account name ","type":"text"},{"key":"amount","value":"10","description":"required numeric amount to transfer","type":"text"},{"key":"transfer_mode","value":"smart","description":"required string  transfer method (smart, bank or crypto)","type":"text"},{"key":"currency","value":"","description":"required string receiver currency ","type":"text"},{"key":"narration","value":"","description":"This is the narration for the transfer e.g. payments for food.","type":"text"},{"key":"callback_url","value":"","description":"This will replace Webhooks url ","type":"text"},{"key":"reference","value":"","description":"This is a merchant's unique reference for the transfer,","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 12:46:42 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"GHS\",\n        \"amount\": 10,\n        \"account_name\": \"Test\",\n        \"exchange_rate\": 94.22347,\n        \"exchange_amount\": 942.23,\n        \"account\": \"ZTF-10515\",\n        \"currency\": \"NGN\",\n        \"zp_ref\": \"ZWB-klQZgNvO11vg\",\n        \"fee\": 0.25\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"cc81a6ca-8c2c-421e-8570-06a14dabc965"},{"name":"Initiate Crypto Transfer","id":"84b7431e-a1e5-4301-bef6-c3936a6ea7a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"<p>required string which currency to debited</p>\n","type":"text","contentType":""},{"key":"account","value":"2N75ghBxMoFmMyPUS69Vmuj4tMkbxFETazM","description":"<p>required string receive account or account number </p>\n","type":"text"},{"key":"account_name","value":"Bitcoin","description":"<p>required string receive account name </p>\n","type":"text"},{"key":"amount","value":"1000","description":"<p>required numeric amount to transfer</p>\n","type":"text"},{"key":"crypto_asset","value":"btc","description":"<p>Only Required if transfer_mode = crypto, get supported crypto asset list from endpoin {{BASE_URL}}/api/m1/crypto-list E:g btc</p>\n","type":"text"},{"key":"crypto_tag","value":"","description":"<p>Only when transfer to Ripple (XRP) </p>\n","type":"text"},{"key":"transfer_mode","value":"crypto","description":"<p>required string  transfer method (smart, bank or crypto)</p>\n","type":"text"},{"key":"currency","value":"btc","description":"<p>required string receiver currency </p>\n","type":"text"},{"key":"narration","value":"Payment","description":"<p>This is the narration for the transfer e.g. payments for food.</p>\n","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"<p>This will replace Webhooks url </p>\n","type":"text"},{"key":"reference","value":"MCH-10022","description":"<p>This is a merchant's unique reference for the transfer,</p>\n","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer","urlObject":{"path":["api","m1","initiate-transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"8cc08c60-8f80-46da-a9c9-fb2224ad80ac","name":"Initiate Crypto Transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"which_balance","value":"NGN","description":"required string which currency to debited","type":"text","contentType":""},{"key":"account","value":"2N75ghBxMoFmMyPUS69Vmuj4tMkbxFETazM","description":"required string receive account or account number ","type":"text"},{"key":"account_name","value":"bitcoin","description":"required string receive account name ","type":"text"},{"key":"amount","value":"10000","description":"required numeric amount to transfer","type":"text"},{"key":"crypto_asset","value":"btc","description":"Only Required if transfer_mode = crypto, get supported crypto asset list from endpoin {{BASE_URL}}/api/m1/crypto-list E:g btc","type":"text"},{"key":"crypto_tag","value":"","description":"Only when transfer to Ripple (XRP) ","type":"text"},{"key":"transfer_mode","value":"crypto","description":"required string  transfer method (smart, bank or crypto)","type":"text"},{"key":"currency","value":"btc","description":"required string receiver currency ","type":"text"},{"key":"narration","value":"","description":"This is the narration for the transfer e.g. payments for food.","type":"text"},{"key":"callback_url","value":"https://dev.zupago.app:8086/test-dev/ccccc","description":"This will replace Webhooks url ","type":"text"},{"key":"reference","value":"","description":"This is a merchant's unique reference for the transfer,","type":"text"}]},"url":"{{BASE_URL}}/api/m1/initiate-transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 07:46:25 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"NGN\",\n        \"amount\": 10000,\n        \"account_name\": \"BTC\",\n        \"exchange_rate\": 13899999,\n        \"exchange_amount\": 0.00071942,\n        \"account\": \"2N75ghBxMoFmMyPUS69Vmuj4tMkbxFETazM\",\n        \"currency\": \"BTC\",\n        \"zp_ref\": \"ZWB-q6j6trUFrXxL\",\n        \"fee\": 754.5699637,\n        \"expires_in\": \"2022-09-03T08:01:25.231545Z\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"84b7431e-a1e5-4301-bef6-c3936a6ea7a9"},{"name":"Transfer","id":"ca02b0e7-dae9-4d9f-927b-cbf2cfbace1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"zp_ref","value":"ZWB-R31ra4EKVoOb","description":"<p>Required string,  ZuPago  unique transaction reference, generated when called {{BASE_URL}}/api/m1/initiate-transfer</p>\n","type":"text","contentType":""}]},"url":"{{BASE_URL}}/api/m1/transfer","urlObject":{"path":["api","m1","transfer"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f10269d0-e1c7-4f44-b663-de4e2daf37bf","name":"Failed Transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"zp_ref","value":"ZWB-hhS7KxGe8ttB","description":"required string which currency to debited","type":"text","contentType":""}]},"url":"{{BASE_URL}}/api/m1/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 13:31:40 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"Expired Data\"\n}"},{"id":"4be680d3-703d-4d6a-b10f-6a57b093289a","name":"Successful Transfer","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"zp_ref","value":"ZWB-PwJulOJBvK8B","description":"required string which currency to debited","type":"text","contentType":""}]},"url":"{{BASE_URL}}/api/m1/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 13:32:11 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"which_balance\": \"GHS\",\n        \"account\": \"ZTF-10515\",\n        \"account_name\": \"Test\",\n        \"amount\": 10,\n        \"transfer_mode\": \"smart\",\n        \"currency\": \"NGN\",\n        \"narration\": null,\n        \"callback_url\": null,\n        \"reference\": null,\n        \"merchant_id\": \"7a8e6a48-b943-4bf5-9da3-97441fa27529\",\n        \"exchange_rate\": 94.22347,\n        \"exchange_amount\": 942.23,\n        \"key_id\": \"591495c0-3aab-4d32-8fc9-29552d829652\",\n        \"zp_ref\": \"ZWB-PwJulOJBvK8B\",\n        \"fee\": 0.25\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"ca02b0e7-dae9-4d9f-927b-cbf2cfbace1d"},{"name":"Validate Account","id":"ffb1762c-610d-4d04-bb92-8e89c1d23567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"0690000032","type":"text","contentType":""},{"key":"bank_code","value":"044","type":"text"}]},"url":"{{BASE_URL}}/api/m1/validate-account","description":"<p>For smart account <code>bank_code</code> Equal <code>smart</code></p>\n","urlObject":{"path":["api","m1","validate-account"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"48a3433a-02b7-484c-9bfd-a657b67aa795","name":"Validate Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text","disabled":true},{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"0690000032","type":"text","contentType":""},{"key":"bank_code","value":"044","type":"text"}]},"url":"{{BASE_URL}}/api/m1/validate-account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 06 Sep 2022 06:59:50 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"account_number\": \"0690000032\",\n        \"account_name\": \"Pastor Bright\",\n        \"bank_code\": \"044\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"ffb1762c-610d-4d04-bb92-8e89c1d23567"},{"name":"Get Transfer History","id":"0a527095-bf95-4770-a450-efb860484819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"0690000032","type":"text","contentType":""},{"key":"bank_code","value":"044","type":"text"}]},"url":"{{BASE_URL}}/api/m1/transfer-history?page=1&number_of_item=20","urlObject":{"path":["api","m1","transfer-history"],"host":["{{BASE_URL}}"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>cap 1000</p>\n","type":"text/plain"},"key":"number_of_item","value":"20"}],"variable":[]}},"response":[],"_postman_id":"0a527095-bf95-4770-a450-efb860484819"},{"name":"Get Bank Transfer Form","id":"f13708ea-e6fb-4855-9a29-c3aa5c555046","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKE}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/transfer-form?currency_code=ng","urlObject":{"path":["api","m1","transfer-form"],"host":["{{BASE_URL}}"],"query":[{"key":"currency_code","value":"ng"}],"variable":[]}},"response":[{"id":"103067ca-b4b0-40a3-98eb-61db92878eb3","name":"Get Bank Transfer Form","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{BASE_URL}}/api/m1/transfer-form?currency_code=ng","host":["{{BASE_URL}}"],"path":["api","m1","transfer-form"],"query":[{"key":"currency_code","value":"ng"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:02:39 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"select\": [\n            {\n                \"value\": \"dc\",\n                \"label\": \"Domiciliary Account\"\n            },\n            {\n                \"value\": \"fdc\",\n                \"label\": \"FCMB Domiciliary Account\"\n            }\n        ],\n        \"meta\": {\n            \"dc\": [\n                {\n                    \"value\": \"first_name\",\n                    \"label\": \"First Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"last_name\",\n                    \"label\": \"Last Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"email\",\n                    \"label\": \"Receiver Email\",\n                    \"require\": true,\n                    \"input_type\": \"email\"\n                },\n                {\n                    \"value\": \"beneficiary_country\",\n                    \"label\": \"Beneficiary Country Code\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"mobile_number\",\n                    \"label\": \"Mobile Number\",\n                    \"require\": true,\n                    \"input_type\": \"tel\"\n                },\n                {\n                    \"value\": \"sender\",\n                    \"label\": \"Sender Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"merchant_name\",\n                    \"label\": \"Merchant Name\",\n                    \"require\": false,\n                    \"input_type\": \"text\"\n                }\n            ],\n            \"fdc\": [\n                {\n                    \"value\": \"first_name\",\n                    \"label\": \"First Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"last_name\",\n                    \"label\": \"Last Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"email\",\n                    \"label\": \"Receiver Email\",\n                    \"require\": true,\n                    \"input_type\": \"email\"\n                },\n                {\n                    \"value\": \"beneficiary_country\",\n                    \"label\": \"Beneficiary Country Code\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"mobile_number\",\n                    \"label\": \"Mobile Number\",\n                    \"require\": true,\n                    \"input_type\": \"tel\"\n                },\n                {\n                    \"value\": \"sender\",\n                    \"label\": \"Sender Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"merchant_name\",\n                    \"label\": \"Merchant Name\",\n                    \"require\": false,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"beneficiary_occupation\",\n                    \"label\": \"Beneficiary Occupation\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"recipient_address\",\n                    \"label\": \"Recipient Address\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"email\",\n                    \"label\": \"Receiver Email\",\n                    \"require\": true,\n                    \"input_type\": \"email\"\n                },\n                {\n                    \"value\": \"sender\",\n                    \"label\": \"Sender Name\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_country\",\n                    \"label\": \"Sender Country Code\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_id_number\",\n                    \"label\": \"Sender ID Number\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_id_type\",\n                    \"label\": \"Sender ID Type\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_id_expiry\",\n                    \"label\": \"Sender ID Expiry Date\",\n                    \"require\": true,\n                    \"input_type\": \"date\"\n                },\n                {\n                    \"value\": \"sender_mobile_number\",\n                    \"label\": \"Sender Mobile Number\",\n                    \"require\": true,\n                    \"input_type\": \"tel\"\n                },\n                {\n                    \"value\": \"sender_address\",\n                    \"label\": \"Sender Address\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_occupation\",\n                    \"label\": \"Sender Occupation\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"sender_beneficiary_relationship\",\n                    \"label\": \"Sender Beneficiary Relationship\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                },\n                {\n                    \"value\": \"transfer_purpose\",\n                    \"label\": \"Transfer Purpose\",\n                    \"require\": true,\n                    \"input_type\": \"text\"\n                }\n            ]\n        }\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"f13708ea-e6fb-4855-9a29-c3aa5c555046"},{"name":"Get Bank List","id":"6a3f2329-a85a-4408-893e-c7735ab8f695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/bank-list?currency_code=ng","urlObject":{"path":["api","m1","bank-list"],"host":["{{BASE_URL}}"],"query":[{"key":"currency_code","value":"ng"}],"variable":[]}},"response":[{"id":"9070ce92-fe43-4f2d-9b76-1b119b01ba12","name":"Get Bank List","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{BASE_URL}}/api/m1/bank-list?currency_code=ng","host":["{{BASE_URL}}"],"path":["api","m1","bank-list"],"query":[{"key":"currency_code","value":"ng"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 04 Sep 2022 13:15:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"label\": \"Mobile Money\",\n            \"value\": \"mmm\",\n            \"id\": \"mobilemoney\"\n        },\n        {\n            \"label\": \"Page MFBank\",\n            \"value\": \"560\",\n            \"id\": 132\n        },\n        {\n            \"label\": \"Stanbic Mobile Money\",\n            \"value\": \"304\",\n            \"id\": 133\n        },\n        {\n            \"label\": \"FortisMobile\",\n            \"value\": \"308\",\n            \"id\": 134\n        },\n        {\n            \"label\": \"TagPay\",\n            \"value\": \"328\",\n            \"id\": 135\n        },\n        {\n            \"label\": \"FBNMobile\",\n            \"value\": \"309\",\n            \"id\": 136\n        },\n        {\n            \"label\": \"First Bank of Nigeria\",\n            \"value\": \"011\",\n            \"id\": 137\n        },\n        {\n            \"label\": \"Sterling Mobile\",\n            \"value\": \"326\",\n            \"id\": 138\n        },\n        {\n            \"label\": \"Omoluabi Mortgage Bank\",\n            \"value\": \"990\",\n            \"id\": 139\n        },\n        {\n            \"label\": \"ReadyCash (Parkway)\",\n            \"value\": \"311\",\n            \"id\": 140\n        },\n        {\n            \"label\": \"Zenith Bank\",\n            \"value\": \"057\",\n            \"id\": 141\n        },\n        {\n            \"label\": \"Standard Chartered Bank\",\n            \"value\": \"068\",\n            \"id\": 142\n        },\n        {\n            \"label\": \"eTranzact\",\n            \"value\": \"306\",\n            \"id\": 143\n        },\n        {\n            \"label\": \"Fidelity Bank\",\n            \"value\": \"070\",\n            \"id\": 144\n        },\n        {\n            \"label\": \"CitiBank\",\n            \"value\": \"023\",\n            \"id\": 145\n        },\n        {\n            \"label\": \"Unity Bank\",\n            \"value\": \"215\",\n            \"id\": 146\n        },\n        {\n            \"label\": \"Access Money\",\n            \"value\": \"323\",\n            \"id\": 147\n        },\n        {\n            \"label\": \"Eartholeum\",\n            \"value\": \"302\",\n            \"id\": 148\n        },\n        {\n            \"label\": \"Hedonmark\",\n            \"value\": \"324\",\n            \"id\": 149\n        },\n        {\n            \"label\": \"MoneyBox\",\n            \"value\": \"325\",\n            \"id\": 150\n        },\n        {\n            \"label\": \"JAIZ Bank\",\n            \"value\": \"301\",\n            \"id\": 151\n        },\n        {\n            \"label\": \"Ecobank Plc\",\n            \"value\": \"050\",\n            \"id\": 152\n        },\n        {\n            \"label\": \"EcoMobile\",\n            \"value\": \"307\",\n            \"id\": 153\n        },\n        {\n            \"label\": \"Fidelity Mobile\",\n            \"value\": \"318\",\n            \"id\": 154\n        },\n        {\n            \"label\": \"TeasyMobile\",\n            \"value\": \"319\",\n            \"id\": 155\n        },\n        {\n            \"label\": \"NIP Virtual Bank\",\n            \"value\": \"999\",\n            \"id\": 156\n        },\n        {\n            \"label\": \"VTNetworks\",\n            \"value\": \"320\",\n            \"id\": 157\n        },\n        {\n            \"label\": \"Stanbic IBTC Bank\",\n            \"value\": \"221\",\n            \"id\": 158\n        },\n        {\n            \"label\": \"Fortis Microfinance Bank\",\n            \"value\": \"501\",\n            \"id\": 159\n        },\n        {\n            \"label\": \"PayAttitude Online\",\n            \"value\": \"329\",\n            \"id\": 160\n        },\n        {\n            \"label\": \"ZenithMobile\",\n            \"value\": \"322\",\n            \"id\": 161\n        },\n        {\n            \"label\": \"ChamsMobile\",\n            \"value\": \"303\",\n            \"id\": 162\n        },\n        {\n            \"label\": \"SafeTrust Mortgage Bank\",\n            \"value\": \"403\",\n            \"id\": 163\n        },\n        {\n            \"label\": \"Covenant Microfinance Bank\",\n            \"value\": \"551\",\n            \"id\": 164\n        },\n        {\n            \"label\": \"Imperial Homes Mortgage Bank\",\n            \"value\": \"415\",\n            \"id\": 165\n        },\n        {\n            \"label\": \"NPF MicroFinance Bank\",\n            \"value\": \"552\",\n            \"id\": 166\n        },\n        {\n            \"label\": \"Parralex\",\n            \"value\": \"526\",\n            \"id\": 167\n        },\n        {\n            \"label\": \"Wema Bank\",\n            \"value\": \"035\",\n            \"id\": 168\n        },\n        {\n            \"label\": \"Enterprise Bank\",\n            \"value\": \"084\",\n            \"id\": 169\n        },\n        {\n            \"label\": \"Diamond Bank\",\n            \"value\": \"063\",\n            \"id\": 170\n        },\n        {\n            \"label\": \"Paycom\",\n            \"value\": \"305\",\n            \"id\": 171\n        },\n        {\n            \"label\": \"SunTrust Bank\",\n            \"value\": \"100\",\n            \"id\": 172\n        },\n        {\n            \"label\": \"Cellulant\",\n            \"value\": \"317\",\n            \"id\": 173\n        },\n        {\n            \"label\": \"ASO Savings and & Loans\",\n            \"value\": \"401\",\n            \"id\": 174\n        },\n        {\n            \"label\": \"Heritage\",\n            \"value\": \"030\",\n            \"id\": 175\n        },\n        {\n            \"label\": \"Jubilee Life Mortgage Bank\",\n            \"value\": \"402\",\n            \"id\": 176\n        },\n        {\n            \"label\": \"GTBank Plc\",\n            \"value\": \"058\",\n            \"id\": 177\n        },\n        {\n            \"label\": \"Union Bank\",\n            \"value\": \"032\",\n            \"id\": 178\n        },\n        {\n            \"label\": \"Sterling Bank\",\n            \"value\": \"232\",\n            \"id\": 179\n        },\n        {\n            \"label\": \"Polaris Bank\",\n            \"value\": \"076\",\n            \"id\": 180\n        },\n        {\n            \"label\": \"Keystone Bank\",\n            \"value\": \"082\",\n            \"id\": 181\n        },\n        {\n            \"label\": \"Pagatech\",\n            \"value\": \"327\",\n            \"id\": 182\n        },\n        {\n            \"label\": \"Coronation Merchant Bank\",\n            \"value\": \"559\",\n            \"id\": 183\n        },\n        {\n            \"label\": \"FSDH\",\n            \"value\": \"601\",\n            \"id\": 184\n        },\n        {\n            \"label\": \"Mkudi\",\n            \"value\": \"313\",\n            \"id\": 185\n        },\n        {\n            \"label\": \"First City Monument Bank\",\n            \"value\": \"214\",\n            \"id\": 186\n        },\n        {\n            \"label\": \"FET\",\n            \"value\": \"314\",\n            \"id\": 187\n        },\n        {\n            \"label\": \"Trustbond\",\n            \"value\": \"523\",\n            \"id\": 188\n        },\n        {\n            \"label\": \"GTMobile\",\n            \"value\": \"315\",\n            \"id\": 189\n        },\n        {\n            \"label\": \"United Bank for Africa\",\n            \"value\": \"033\",\n            \"id\": 190\n        },\n        {\n            \"label\": \"Access Bank\",\n            \"value\": \"044\",\n            \"id\": 191\n        },\n        {\n            \"label\": \"TCF MFB\",\n            \"value\": \"90115\",\n            \"id\": 567\n        },\n        {\n            \"label\": \"HighStreet MFB bank\",\n            \"value\": \"090175\",\n            \"id\": 1413\n        },\n        {\n            \"label\": \"Globus Bank\",\n            \"value\": \"103\",\n            \"id\": 1731\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"6a3f2329-a85a-4408-893e-c7735ab8f695"},{"name":"Get Bank Branch","id":"048a8259-8edd-404a-8f62-be6e043ee2e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/bank-branch?bank_code=756","urlObject":{"path":["api","m1","bank-branch"],"host":["{{BASE_URL}}"],"query":[{"key":"bank_code","value":"756"}],"variable":[]}},"response":[{"id":"821e0631-102b-4161-9aca-de2654b48631","name":"Get Bank Brach","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{BASE_URL}}/api/m1/bank-branch?bank_code=756","host":["{{BASE_URL}}"],"path":["api","m1","bank-branch"],"query":[{"key":"bank_code","value":"756"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 15:08:11 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"label\": \"GHL Bank Ltd\",\n            \"value\": \"18120517JZ\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"048a8259-8edd-404a-8f62-be6e043ee2e9"},{"name":"Get ExChange Rate","id":"fbaff71c-bf56-41e2-9e8e-88df5c5b692e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/exchange-rate/NGN/USD","urlObject":{"path":["api","m1","exchange-rate","NGN","USD"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"1ec99af1-7b0b-470b-a3fc-abe316549b6b","name":"Get ExChange Rate","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/exchange-rate/NGN/USD"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 04 Sep 2022 14:38:05 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"581.89572"}],"_postman_id":"fbaff71c-bf56-41e2-9e8e-88df5c5b692e"}],"id":"17783a0f-e0c9-41e1-b6ed-e6c861ec506a","_postman_id":"17783a0f-e0c9-41e1-b6ed-e6c861ec506a","description":""},{"name":"Misc","item":[{"name":"Get Crypto List","id":"fc0de030-301e-4a28-b57e-339787a10a84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/crypto-list","urlObject":{"path":["api","m1","crypto-list"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"6e66aecc-3a22-415e-8573-06a15f083193","name":"Get Crypto List","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/crypto-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 17:43:14 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"value\": \"btc\",\n            \"label\": \"Bitcoin\"\n        },\n        {\n            \"value\": \"bch\",\n            \"label\": \"Bitcoin-Cash\"\n        },\n        {\n            \"value\": \"ltc\",\n            \"label\": \"Litecoin\"\n        },\n        {\n            \"value\": \"xrp\",\n            \"label\": \"Ripple\"\n        },\n        {\n            \"value\": \"btg\",\n            \"label\": \"Bitcoin-Gold\"\n        },\n        {\n            \"value\": \"bcd\",\n            \"label\": \"Bitcoin-Diamond\"\n        },\n        {\n            \"value\": \"doge\",\n            \"label\": \"Dogecoin\"\n        },\n        {\n            \"value\": \"dash\",\n            \"label\": \"Dash\"\n        },\n        {\n            \"value\": \"dgb\",\n            \"label\": \"Digibyte\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"fc0de030-301e-4a28-b57e-339787a10a84"},{"name":"Get Country List","id":"7defdfe3-63fc-4851-89b7-797adf1307cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/country-list","urlObject":{"path":["api","m1","country-list"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"ee3f5586-e900-4753-a3eb-1f6cd9eabd24","name":"Get Country List","originalRequest":{"method":"GET","header":[{"key":"","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/country-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sun, 04 Sep 2022 09:10:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"data\": [\n        {\n            \"country_name\": \"Afghanistan\",\n            \"currency_code\": \"AFN\",\n            \"currency_list\": [\n                \"AFN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"af\",\n            \"phone_code\": \"93\",\n            \"currency_symbol\": \"؋\"\n        },\n        {\n            \"country_name\": \"Albania\",\n            \"currency_code\": \"ALL\",\n            \"currency_list\": [\n                \"ALL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"al\",\n            \"phone_code\": \"355\",\n            \"currency_symbol\": \"Lek\"\n        },\n        {\n            \"country_name\": \"Algeria\",\n            \"currency_code\": \"DZD\",\n            \"currency_list\": [\n                \"DZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"dz\",\n            \"phone_code\": \"213\",\n            \"currency_symbol\": \"DZD\"\n        },\n        {\n            \"country_name\": \"American Samoa\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"as\",\n            \"phone_code\": \"1684\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Andorra\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ad\",\n            \"phone_code\": \"376\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Angola\",\n            \"currency_code\": \"AOA\",\n            \"currency_list\": [\n                \"AOA\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ao\",\n            \"phone_code\": \"244\",\n            \"currency_symbol\": \"Kz\"\n        },\n        {\n            \"country_name\": \"Anguilla\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ai\",\n            \"phone_code\": \"1264\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Antarctica\",\n            \"currency_code\": \"\",\n            \"currency_list\": [\n                \"\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"aq\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"\"\n        },\n        {\n            \"country_name\": \"Antigua And Barbuda\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ag\",\n            \"phone_code\": \"1268\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Argentina\",\n            \"currency_code\": \"ARS\",\n            \"currency_list\": [\n                \"ARS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ar\",\n            \"phone_code\": \"54\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Armenia\",\n            \"currency_code\": \"AMD\",\n            \"currency_list\": [\n                \"AMD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"am\",\n            \"phone_code\": \"374\",\n            \"currency_symbol\": \"AMD\"\n        },\n        {\n            \"country_name\": \"Aruba\",\n            \"currency_code\": \"AWG\",\n            \"currency_list\": [\n                \"AWG\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"aw\",\n            \"phone_code\": \"297\",\n            \"currency_symbol\": \"ƒ\"\n        },\n        {\n            \"country_name\": \"Australia\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"au\",\n            \"phone_code\": \"61\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Austria\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"at\",\n            \"phone_code\": \"43\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Azerbaijan\",\n            \"currency_code\": \"AZN\",\n            \"currency_list\": [\n                \"AZN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"az\",\n            \"phone_code\": \"994\",\n            \"currency_symbol\": \"ман\"\n        },\n        {\n            \"country_name\": \"Bahamas The\",\n            \"currency_code\": \"BSD\",\n            \"currency_list\": [\n                \"BSD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bs\",\n            \"phone_code\": \"1242\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Bahrain\",\n            \"currency_code\": \"BHD\",\n            \"currency_list\": [\n                \"BHD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bh\",\n            \"phone_code\": \"973\",\n            \"currency_symbol\": \"BHD\"\n        },\n        {\n            \"country_name\": \"Bangladesh\",\n            \"currency_code\": \"BDT\",\n            \"currency_list\": [\n                \"BDT\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bd\",\n            \"phone_code\": \"880\",\n            \"currency_symbol\": \"BDT\"\n        },\n        {\n            \"country_name\": \"Barbados\",\n            \"currency_code\": \"BBD\",\n            \"currency_list\": [\n                \"BBD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bb\",\n            \"phone_code\": \"1246\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Belarus\",\n            \"currency_code\": \"BYR\",\n            \"currency_list\": [\n                \"BYR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"by\",\n            \"phone_code\": \"375\",\n            \"currency_symbol\": \"p.\"\n        },\n        {\n            \"country_name\": \"Belgium\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"be\",\n            \"phone_code\": \"32\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Belize\",\n            \"currency_code\": \"BZD\",\n            \"currency_list\": [\n                \"BZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bz\",\n            \"phone_code\": \"501\",\n            \"currency_symbol\": \"BZ$\"\n        },\n        {\n            \"country_name\": \"Benin\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bj\",\n            \"phone_code\": \"229\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Bermuda\",\n            \"currency_code\": \"BMD\",\n            \"currency_list\": [\n                \"BMD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bm\",\n            \"phone_code\": \"1441\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Bhutan\",\n            \"currency_code\": \"BTN\",\n            \"currency_list\": [\n                \"BTN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bt\",\n            \"phone_code\": \"975\",\n            \"currency_symbol\": \"BTN\"\n        },\n        {\n            \"country_name\": \"Bolivia\",\n            \"currency_code\": \"BOB\",\n            \"currency_list\": [\n                \"BOB\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bo\",\n            \"phone_code\": \"591\",\n            \"currency_symbol\": \"$b\"\n        },\n        {\n            \"country_name\": \"Bosnia and Herzegovina\",\n            \"currency_code\": \"BAM\",\n            \"currency_list\": [\n                \"BAM\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ba\",\n            \"phone_code\": \"387\",\n            \"currency_symbol\": \"KM\"\n        },\n        {\n            \"country_name\": \"Botswana\",\n            \"currency_code\": \"BWP\",\n            \"currency_list\": [\n                \"BWP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bw\",\n            \"phone_code\": \"267\",\n            \"currency_symbol\": \"P\"\n        },\n        {\n            \"country_name\": \"Bouvet Island\",\n            \"currency_code\": \"\",\n            \"currency_list\": [\n                \"\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bv\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Brazil\",\n            \"currency_code\": \"BRL\",\n            \"currency_list\": [\n                \"BRL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"br\",\n            \"phone_code\": \"55\",\n            \"currency_symbol\": \"R$\"\n        },\n        {\n            \"country_name\": \"British Indian Ocean Territory\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"io\",\n            \"phone_code\": \"246\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Brunei\",\n            \"currency_code\": \"BND\",\n            \"currency_list\": [\n                \"BND\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bn\",\n            \"phone_code\": \"673\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Bulgaria\",\n            \"currency_code\": \"BGN\",\n            \"currency_list\": [\n                \"BGN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bg\",\n            \"phone_code\": \"359\",\n            \"currency_symbol\": \"лв\"\n        },\n        {\n            \"country_name\": \"Burkina Faso\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bf\",\n            \"phone_code\": \"226\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Burundi\",\n            \"currency_code\": \"BIF\",\n            \"currency_list\": [\n                \"BIF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"bi\",\n            \"phone_code\": \"257\",\n            \"currency_symbol\": \"BIF\"\n        },\n        {\n            \"country_name\": \"Cambodia\",\n            \"currency_code\": \"KHR\",\n            \"currency_list\": [\n                \"KHR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kh\",\n            \"phone_code\": \"855\",\n            \"currency_symbol\": \"៛\"\n        },\n        {\n            \"country_name\": \"Cameroon\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cm\",\n            \"phone_code\": \"237\",\n            \"currency_symbol\": \"FCF\"\n        },\n        {\n            \"country_name\": \"Canada\",\n            \"currency_code\": \"CAD\",\n            \"currency_list\": [\n                \"CAD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ca\",\n            \"phone_code\": \"1\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Cape Verde\",\n            \"currency_code\": \"CVE\",\n            \"currency_list\": [\n                \"CVE\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cv\",\n            \"phone_code\": \"238\",\n            \"currency_symbol\": \"CVE\"\n        },\n        {\n            \"country_name\": \"Cayman Islands\",\n            \"currency_code\": \"KYD\",\n            \"currency_list\": [\n                \"KYD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ky\",\n            \"phone_code\": \"1345\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Central African Republic\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cf\",\n            \"phone_code\": \"236\",\n            \"currency_symbol\": \"CFA\"\n        },\n        {\n            \"country_name\": \"Chad\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"td\",\n            \"phone_code\": \"235\",\n            \"currency_symbol\": \"XAF\"\n        },\n        {\n            \"country_name\": \"Chile\",\n            \"currency_code\": \"CLP\",\n            \"currency_list\": [\n                \"CLP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cl\",\n            \"phone_code\": \"56\",\n            \"currency_symbol\": \"CLP\"\n        },\n        {\n            \"country_name\": \"China\",\n            \"currency_code\": \"CNY\",\n            \"currency_list\": [\n                \"CNY\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cn\",\n            \"phone_code\": \"86\",\n            \"currency_symbol\": \"¥\"\n        },\n        {\n            \"country_name\": \"Christmas Island\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cx\",\n            \"phone_code\": \"61\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Cocos (Keeling) Islands\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cc\",\n            \"phone_code\": \"672\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Colombia\",\n            \"currency_code\": \"COP\",\n            \"currency_list\": [\n                \"COP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"co\",\n            \"phone_code\": \"57\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Comoros\",\n            \"currency_code\": \"KMF\",\n            \"currency_list\": [\n                \"KMF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"km\",\n            \"phone_code\": \"269\",\n            \"currency_symbol\": \"KMF\"\n        },\n        {\n            \"country_name\": \"Republic Of The Congo\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cg\",\n            \"phone_code\": \"242\",\n            \"currency_symbol\": \"FCF\"\n        },\n        {\n            \"country_name\": \"Democratic Republic Of The Congo\",\n            \"currency_code\": \"CDF\",\n            \"currency_list\": [\n                \"CDF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cd\",\n            \"phone_code\": \"242\",\n            \"currency_symbol\": \"CDF\"\n        },\n        {\n            \"country_name\": \"Cook Islands\",\n            \"currency_code\": \"NZD\",\n            \"currency_list\": [\n                \"NZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ck\",\n            \"phone_code\": \"682\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Costa Rica\",\n            \"currency_code\": \"CRC\",\n            \"currency_list\": [\n                \"CRC\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cr\",\n            \"phone_code\": \"506\",\n            \"currency_symbol\": \"₡\"\n        },\n        {\n            \"country_name\": \"Cote D''Ivoire (Ivory Coast)\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ci\",\n            \"phone_code\": \"225\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Croatia (Hrvatska)\",\n            \"currency_code\": \"HRK\",\n            \"currency_list\": [\n                \"HRK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"hr\",\n            \"phone_code\": \"385\",\n            \"currency_symbol\": \"kn\"\n        },\n        {\n            \"country_name\": \"Cuba\",\n            \"currency_code\": \"CUP\",\n            \"currency_list\": [\n                \"CUP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cu\",\n            \"phone_code\": \"53\",\n            \"currency_symbol\": \"₱\"\n        },\n        {\n            \"country_name\": \"Cyprus\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cy\",\n            \"phone_code\": \"357\",\n            \"currency_symbol\": \"CYP\"\n        },\n        {\n            \"country_name\": \"Czech Republic\",\n            \"currency_code\": \"CZK\",\n            \"currency_list\": [\n                \"CZK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"cz\",\n            \"phone_code\": \"420\",\n            \"currency_symbol\": \"Kč\"\n        },\n        {\n            \"country_name\": \"Denmark\",\n            \"currency_code\": \"DKK\",\n            \"currency_list\": [\n                \"DKK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"dk\",\n            \"phone_code\": \"45\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Djibouti\",\n            \"currency_code\": \"DJF\",\n            \"currency_list\": [\n                \"DJF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"dj\",\n            \"phone_code\": \"253\",\n            \"currency_symbol\": \"DJF\"\n        },\n        {\n            \"country_name\": \"Dominica\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"dm\",\n            \"phone_code\": \"1767\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Dominican Republic\",\n            \"currency_code\": \"DOP\",\n            \"currency_list\": [\n                \"DOP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"do\",\n            \"phone_code\": \"1809\",\n            \"currency_symbol\": \"RD$\"\n        },\n        {\n            \"country_name\": \"East Timor\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tp\",\n            \"phone_code\": \"670\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Ecuador\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ec\",\n            \"phone_code\": \"593\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Egypt\",\n            \"currency_code\": \"EGP\",\n            \"currency_list\": [\n                \"EGP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"eg\",\n            \"phone_code\": \"20\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"El Salvador\",\n            \"currency_code\": \"SVC\",\n            \"currency_list\": [\n                \"SVC\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sv\",\n            \"phone_code\": \"503\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Equatorial Guinea\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gq\",\n            \"phone_code\": \"240\",\n            \"currency_symbol\": \"FCF\"\n        },\n        {\n            \"country_name\": \"Eritrea\",\n            \"currency_code\": \"ERN\",\n            \"currency_list\": [\n                \"ERN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"er\",\n            \"phone_code\": \"291\",\n            \"currency_symbol\": \"Nfk\"\n        },\n        {\n            \"country_name\": \"Estonia\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ee\",\n            \"phone_code\": \"372\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Ethiopia\",\n            \"currency_code\": \"ETB\",\n            \"currency_list\": [\n                \"ETB\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"et\",\n            \"phone_code\": \"251\",\n            \"currency_symbol\": \"ETB\"\n        },\n        {\n            \"country_name\": \"External Territories of Australia\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"xa\",\n            \"phone_code\": \"61\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Falkland Islands\",\n            \"currency_code\": \"FKP\",\n            \"currency_list\": [\n                \"FKP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fk\",\n            \"phone_code\": \"500\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"Faroe Islands\",\n            \"currency_code\": \"DKK\",\n            \"currency_list\": [\n                \"DKK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fo\",\n            \"phone_code\": \"298\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Fiji Islands\",\n            \"currency_code\": \"FJD\",\n            \"currency_list\": [\n                \"FJD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fj\",\n            \"phone_code\": \"679\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Finland\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fi\",\n            \"phone_code\": \"358\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"France\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fr\",\n            \"phone_code\": \"33\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"French Guiana\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gf\",\n            \"phone_code\": \"594\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"French Polynesia\",\n            \"currency_code\": \"XPF\",\n            \"currency_list\": [\n                \"XPF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pf\",\n            \"phone_code\": \"689\",\n            \"currency_symbol\": \"XPF\"\n        },\n        {\n            \"country_name\": \"French Southern Territories\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tf\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Gabon\",\n            \"currency_code\": \"XAF\",\n            \"currency_list\": [\n                \"XAF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ga\",\n            \"phone_code\": \"241\",\n            \"currency_symbol\": \"FCF\"\n        },\n        {\n            \"country_name\": \"Gambia The\",\n            \"currency_code\": \"GMD\",\n            \"currency_list\": [\n                \"GMD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gm\",\n            \"phone_code\": \"220\",\n            \"currency_symbol\": \"D\"\n        },\n        {\n            \"country_name\": \"Georgia\",\n            \"currency_code\": \"GEL\",\n            \"currency_list\": [\n                \"GEL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ge\",\n            \"phone_code\": \"995\",\n            \"currency_symbol\": \"GEL\"\n        },\n        {\n            \"country_name\": \"Germany\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"de\",\n            \"phone_code\": \"49\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Ghana\",\n            \"currency_code\": \"GHS\",\n            \"currency_list\": [\n                \"GHS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gh\",\n            \"phone_code\": \"233\",\n            \"currency_symbol\": \"¢\"\n        },\n        {\n            \"country_name\": \"Gibraltar\",\n            \"currency_code\": \"GIP\",\n            \"currency_list\": [\n                \"GIP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gi\",\n            \"phone_code\": \"350\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"Greece\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gr\",\n            \"phone_code\": \"30\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Greenland\",\n            \"currency_code\": \"DKK\",\n            \"currency_list\": [\n                \"DKK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gl\",\n            \"phone_code\": \"299\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Grenada\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gd\",\n            \"phone_code\": \"1473\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Guadeloupe\",\n            \"currency_code\": \"EUR \",\n            \"currency_list\": [\n                \"EUR \",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gp\",\n            \"phone_code\": \"590\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Guam\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gu\",\n            \"phone_code\": \"1671\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Guatemala\",\n            \"currency_code\": \"GTQ\",\n            \"currency_list\": [\n                \"GTQ\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gt\",\n            \"phone_code\": \"502\",\n            \"currency_symbol\": \"Q\"\n        },\n        {\n            \"country_name\": \"Guernsey and Alderney\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"xu\",\n            \"phone_code\": \"44\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Guinea\",\n            \"currency_code\": \"GNF\",\n            \"currency_list\": [\n                \"GNF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gn\",\n            \"phone_code\": \"224\",\n            \"currency_symbol\": \"GNF\"\n        },\n        {\n            \"country_name\": \"Guinea-Bissau\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gw\",\n            \"phone_code\": \"245\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Guyana\",\n            \"currency_code\": \"GYD\",\n            \"currency_list\": [\n                \"GYD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gy\",\n            \"phone_code\": \"592\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Haiti\",\n            \"currency_code\": \"HTG\",\n            \"currency_list\": [\n                \"HTG\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ht\",\n            \"phone_code\": \"509\",\n            \"currency_symbol\": \"G\"\n        },\n        {\n            \"country_name\": \"Heard and McDonald Islands\",\n            \"currency_code\": \"\",\n            \"currency_list\": [\n                \"\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"hm\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Honduras\",\n            \"currency_code\": \"HNL\",\n            \"currency_list\": [\n                \"HNL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"hn\",\n            \"phone_code\": \"504\",\n            \"currency_symbol\": \"L\"\n        },\n        {\n            \"country_name\": \"Hong Kong S.A.R.\",\n            \"currency_code\": \"HKD\",\n            \"currency_list\": [\n                \"HKD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"hk\",\n            \"phone_code\": \"852\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Hungary\",\n            \"currency_code\": \"HUF\",\n            \"currency_list\": [\n                \"HUF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"hu\",\n            \"phone_code\": \"36\",\n            \"currency_symbol\": \"Ft\"\n        },\n        {\n            \"country_name\": \"Iceland\",\n            \"currency_code\": \"ISK\",\n            \"currency_list\": [\n                \"ISK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"is\",\n            \"phone_code\": \"354\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"India\",\n            \"currency_code\": \"INR\",\n            \"currency_list\": [\n                \"INR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"in\",\n            \"phone_code\": \"91\",\n            \"currency_symbol\": \"₹\"\n        },\n        {\n            \"country_name\": \"Indonesia\",\n            \"currency_code\": \"IDR\",\n            \"currency_list\": [\n                \"IDR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"id\",\n            \"phone_code\": \"62\",\n            \"currency_symbol\": \"Rp\"\n        },\n        {\n            \"country_name\": \"Iran\",\n            \"currency_code\": \"IRR\",\n            \"currency_list\": [\n                \"IRR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ir\",\n            \"phone_code\": \"98\",\n            \"currency_symbol\": \"﷼\"\n        },\n        {\n            \"country_name\": \"Iraq\",\n            \"currency_code\": \"IQD\",\n            \"currency_list\": [\n                \"IQD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"iq\",\n            \"phone_code\": \"964\",\n            \"currency_symbol\": \"IQD\"\n        },\n        {\n            \"country_name\": \"Ireland\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ie\",\n            \"phone_code\": \"353\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Israel\",\n            \"currency_code\": \"ILS\",\n            \"currency_list\": [\n                \"ILS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"il\",\n            \"phone_code\": \"972\",\n            \"currency_symbol\": \"₪\"\n        },\n        {\n            \"country_name\": \"Italy\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"it\",\n            \"phone_code\": \"39\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Jamaica\",\n            \"currency_code\": \"JMD\",\n            \"currency_list\": [\n                \"JMD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"jm\",\n            \"phone_code\": \"1876\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Japan\",\n            \"currency_code\": \"JPY\",\n            \"currency_list\": [\n                \"JPY\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"jp\",\n            \"phone_code\": \"81\",\n            \"currency_symbol\": \"¥\"\n        },\n        {\n            \"country_name\": \"Jersey\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"xj\",\n            \"phone_code\": \"44\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Jordan\",\n            \"currency_code\": \"JOD\",\n            \"currency_list\": [\n                \"JOD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"jo\",\n            \"phone_code\": \"962\",\n            \"currency_symbol\": \"JOD\"\n        },\n        {\n            \"country_name\": \"Kazakhstan\",\n            \"currency_code\": \"KZT\",\n            \"currency_list\": [\n                \"KZT\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kz\",\n            \"phone_code\": \"7\",\n            \"currency_symbol\": \"лв\"\n        },\n        {\n            \"country_name\": \"Kenya\",\n            \"currency_code\": \"KES\",\n            \"currency_list\": [\n                \"KES\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ke\",\n            \"phone_code\": \"254\",\n            \"currency_symbol\": \"KES\"\n        },\n        {\n            \"country_name\": \"Kiribati\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ki\",\n            \"phone_code\": \"686\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Korea North\",\n            \"currency_code\": \"KPW\",\n            \"currency_list\": [\n                \"KPW\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kp\",\n            \"phone_code\": \"850\",\n            \"currency_symbol\": \"₩\"\n        },\n        {\n            \"country_name\": \"Korea South\",\n            \"currency_code\": \"KRW\",\n            \"currency_list\": [\n                \"KRW\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kr\",\n            \"phone_code\": \"82\",\n            \"currency_symbol\": \"₩\"\n        },\n        {\n            \"country_name\": \"Kuwait\",\n            \"currency_code\": \"KWD\",\n            \"currency_list\": [\n                \"KWD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kw\",\n            \"phone_code\": \"965\",\n            \"currency_symbol\": \"KWD\"\n        },\n        {\n            \"country_name\": \"Kyrgyzstan\",\n            \"currency_code\": \"KGS\",\n            \"currency_list\": [\n                \"KGS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kg\",\n            \"phone_code\": \"996\",\n            \"currency_symbol\": \"лв\"\n        },\n        {\n            \"country_name\": \"Laos\",\n            \"currency_code\": \"LAK\",\n            \"currency_list\": [\n                \"LAK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"la\",\n            \"phone_code\": \"856\",\n            \"currency_symbol\": \"₭\"\n        },\n        {\n            \"country_name\": \"Latvia\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lv\",\n            \"phone_code\": \"371\",\n            \"currency_symbol\": \"Ls\"\n        },\n        {\n            \"country_name\": \"Lebanon\",\n            \"currency_code\": \"LBP\",\n            \"currency_list\": [\n                \"LBP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lb\",\n            \"phone_code\": \"961\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"Lesotho\",\n            \"currency_code\": \"LSL\",\n            \"currency_list\": [\n                \"LSL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ls\",\n            \"phone_code\": \"266\",\n            \"currency_symbol\": \"L\"\n        },\n        {\n            \"country_name\": \"Liberia\",\n            \"currency_code\": \"LRD\",\n            \"currency_list\": [\n                \"LRD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lr\",\n            \"phone_code\": \"231\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Libya\",\n            \"currency_code\": \"LYD\",\n            \"currency_list\": [\n                \"LYD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ly\",\n            \"phone_code\": \"218\",\n            \"currency_symbol\": \"LYD\"\n        },\n        {\n            \"country_name\": \"Liechtenstein\",\n            \"currency_code\": \"CHF\",\n            \"currency_list\": [\n                \"CHF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"li\",\n            \"phone_code\": \"423\",\n            \"currency_symbol\": \"CHF\"\n        },\n        {\n            \"country_name\": \"Lithuania\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lt\",\n            \"phone_code\": \"370\",\n            \"currency_symbol\": \"Lt\"\n        },\n        {\n            \"country_name\": \"Luxembourg\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lu\",\n            \"phone_code\": \"352\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Macau S.A.R.\",\n            \"currency_code\": \"MOP\",\n            \"currency_list\": [\n                \"MOP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mo\",\n            \"phone_code\": \"853\",\n            \"currency_symbol\": \"MOP\"\n        },\n        {\n            \"country_name\": \"Macedonia\",\n            \"currency_code\": \"MKD\",\n            \"currency_list\": [\n                \"MKD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mk\",\n            \"phone_code\": \"389\",\n            \"currency_symbol\": \"ден\"\n        },\n        {\n            \"country_name\": \"Madagascar\",\n            \"currency_code\": \"MGA\",\n            \"currency_list\": [\n                \"MGA\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mg\",\n            \"phone_code\": \"261\",\n            \"currency_symbol\": \"MGA\"\n        },\n        {\n            \"country_name\": \"Malawi\",\n            \"currency_code\": \"MWK\",\n            \"currency_list\": [\n                \"MWK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mw\",\n            \"phone_code\": \"265\",\n            \"currency_symbol\": \"MK\"\n        },\n        {\n            \"country_name\": \"Malaysia\",\n            \"currency_code\": \"MYR\",\n            \"currency_list\": [\n                \"MYR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"my\",\n            \"phone_code\": \"60\",\n            \"currency_symbol\": \"RM\"\n        },\n        {\n            \"country_name\": \"Maldives\",\n            \"currency_code\": \"MVR\",\n            \"currency_list\": [\n                \"MVR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mv\",\n            \"phone_code\": \"960\",\n            \"currency_symbol\": \"Rf\"\n        },\n        {\n            \"country_name\": \"Mali\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ml\",\n            \"phone_code\": \"223\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Malta\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mt\",\n            \"phone_code\": \"356\",\n            \"currency_symbol\": \"MTL\"\n        },\n        {\n            \"country_name\": \"Man (Isle of)\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"xm\",\n            \"phone_code\": \"44\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Marshall Islands\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mh\",\n            \"phone_code\": \"692\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Martinique\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mq\",\n            \"phone_code\": \"596\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Mauritania\",\n            \"currency_code\": \"MRO\",\n            \"currency_list\": [\n                \"MRO\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mr\",\n            \"phone_code\": \"222\",\n            \"currency_symbol\": \"UM\"\n        },\n        {\n            \"country_name\": \"Mauritius\",\n            \"currency_code\": \"MUR\",\n            \"currency_list\": [\n                \"MUR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mu\",\n            \"phone_code\": \"230\",\n            \"currency_symbol\": \"₨\"\n        },\n        {\n            \"country_name\": \"Mayotte\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"yt\",\n            \"phone_code\": \"269\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Mexico\",\n            \"currency_code\": \"MXN\",\n            \"currency_list\": [\n                \"MXN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mx\",\n            \"phone_code\": \"52\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Micronesia\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"fm\",\n            \"phone_code\": \"691\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Moldova\",\n            \"currency_code\": \"MDL\",\n            \"currency_list\": [\n                \"MDL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"md\",\n            \"phone_code\": \"373\",\n            \"currency_symbol\": \"MDL\"\n        },\n        {\n            \"country_name\": \"Monaco\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mc\",\n            \"phone_code\": \"377\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Mongolia\",\n            \"currency_code\": \"MNT\",\n            \"currency_list\": [\n                \"MNT\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mn\",\n            \"phone_code\": \"976\",\n            \"currency_symbol\": \"₮\"\n        },\n        {\n            \"country_name\": \"Montserrat\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ms\",\n            \"phone_code\": \"1664\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Morocco\",\n            \"currency_code\": \"MAD\",\n            \"currency_list\": [\n                \"MAD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ma\",\n            \"phone_code\": \"212\",\n            \"currency_symbol\": \"MAD\"\n        },\n        {\n            \"country_name\": \"Mozambique\",\n            \"currency_code\": \"MZN\",\n            \"currency_list\": [\n                \"MZN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mz\",\n            \"phone_code\": \"258\",\n            \"currency_symbol\": \"MT\"\n        },\n        {\n            \"country_name\": \"Myanmar\",\n            \"currency_code\": \"MMK\",\n            \"currency_list\": [\n                \"MMK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mm\",\n            \"phone_code\": \"95\",\n            \"currency_symbol\": \"K\"\n        },\n        {\n            \"country_name\": \"Namibia\",\n            \"currency_code\": \"NAD\",\n            \"currency_list\": [\n                \"NAD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"na\",\n            \"phone_code\": \"264\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Nauru\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nr\",\n            \"phone_code\": \"674\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Nepal\",\n            \"currency_code\": \"NPR\",\n            \"currency_list\": [\n                \"NPR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"np\",\n            \"phone_code\": \"977\",\n            \"currency_symbol\": \"₨\"\n        },\n        {\n            \"country_name\": \"Netherlands Antilles\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"an\",\n            \"phone_code\": \"599\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Netherlands The\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nl\",\n            \"phone_code\": \"31\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"New Caledonia\",\n            \"currency_code\": \"XPF\",\n            \"currency_list\": [\n                \"XPF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nc\",\n            \"phone_code\": \"687\",\n            \"currency_symbol\": \"XPF\"\n        },\n        {\n            \"country_name\": \"New Zealand\",\n            \"currency_code\": \"NZD\",\n            \"currency_list\": [\n                \"NZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nz\",\n            \"phone_code\": \"64\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Nicaragua\",\n            \"currency_code\": \"NIO\",\n            \"currency_list\": [\n                \"NIO\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ni\",\n            \"phone_code\": \"505\",\n            \"currency_symbol\": \"C$\"\n        },\n        {\n            \"country_name\": \"Niger\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ne\",\n            \"phone_code\": \"227\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Nigeria\",\n            \"currency_code\": \"NGN\",\n            \"currency_list\": [\n                \"NGN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ng\",\n            \"phone_code\": \"234\",\n            \"currency_symbol\": \"₦\"\n        },\n        {\n            \"country_name\": \"Niue\",\n            \"currency_code\": \"NZD\",\n            \"currency_list\": [\n                \"NZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nu\",\n            \"phone_code\": \"683\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Norfolk Island\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"nf\",\n            \"phone_code\": \"672\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Northern Mariana Islands\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"mp\",\n            \"phone_code\": \"1670\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Norway\",\n            \"currency_code\": \"NOK\",\n            \"currency_list\": [\n                \"NOK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"no\",\n            \"phone_code\": \"47\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Oman\",\n            \"currency_code\": \"OMR\",\n            \"currency_list\": [\n                \"OMR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"om\",\n            \"phone_code\": \"968\",\n            \"currency_symbol\": \"﷼\"\n        },\n        {\n            \"country_name\": \"Pakistan\",\n            \"currency_code\": \"PKR\",\n            \"currency_list\": [\n                \"PKR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pk\",\n            \"phone_code\": \"92\",\n            \"currency_symbol\": \"₨\"\n        },\n        {\n            \"country_name\": \"Palau\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pw\",\n            \"phone_code\": \"680\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Palestinian Territory Occupied\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ps\",\n            \"phone_code\": \"970\",\n            \"currency_symbol\": \"₪\"\n        },\n        {\n            \"country_name\": \"Panama\",\n            \"currency_code\": \"PAB\",\n            \"currency_list\": [\n                \"PAB\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pa\",\n            \"phone_code\": \"507\",\n            \"currency_symbol\": \"B/.\"\n        },\n        {\n            \"country_name\": \"Papua new Guinea\",\n            \"currency_code\": \"PGK\",\n            \"currency_list\": [\n                \"PGK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pg\",\n            \"phone_code\": \"675\",\n            \"currency_symbol\": \"PGK\"\n        },\n        {\n            \"country_name\": \"Paraguay\",\n            \"currency_code\": \"PYG\",\n            \"currency_list\": [\n                \"PYG\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"py\",\n            \"phone_code\": \"595\",\n            \"currency_symbol\": \"Gs\"\n        },\n        {\n            \"country_name\": \"Peru\",\n            \"currency_code\": \"PEN\",\n            \"currency_list\": [\n                \"PEN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pe\",\n            \"phone_code\": \"51\",\n            \"currency_symbol\": \"S/.\"\n        },\n        {\n            \"country_name\": \"Philippines\",\n            \"currency_code\": \"PHP\",\n            \"currency_list\": [\n                \"PHP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ph\",\n            \"phone_code\": \"63\",\n            \"currency_symbol\": \"Php\"\n        },\n        {\n            \"country_name\": \"Pitcairn Island\",\n            \"currency_code\": \"NZD\",\n            \"currency_list\": [\n                \"NZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pn\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Poland\",\n            \"currency_code\": \"PLN\",\n            \"currency_list\": [\n                \"PLN\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pl\",\n            \"phone_code\": \"48\",\n            \"currency_symbol\": \"zł\"\n        },\n        {\n            \"country_name\": \"Portugal\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pt\",\n            \"phone_code\": \"351\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Puerto Rico\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pr\",\n            \"phone_code\": \"1787\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Qatar\",\n            \"currency_code\": \"QAR\",\n            \"currency_list\": [\n                \"QAR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"qa\",\n            \"phone_code\": \"974\",\n            \"currency_symbol\": \"﷼\"\n        },\n        {\n            \"country_name\": \"Reunion\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"re\",\n            \"phone_code\": \"262\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Romania\",\n            \"currency_code\": \"RON\",\n            \"currency_list\": [\n                \"RON\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ro\",\n            \"phone_code\": \"40\",\n            \"currency_symbol\": \"lei\"\n        },\n        {\n            \"country_name\": \"Russia\",\n            \"currency_code\": \"RUB\",\n            \"currency_list\": [\n                \"RUB\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ru\",\n            \"phone_code\": \"70\",\n            \"currency_symbol\": \"руб\"\n        },\n        {\n            \"country_name\": \"Rwanda\",\n            \"currency_code\": \"RWF\",\n            \"currency_list\": [\n                \"RWF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"rw\",\n            \"phone_code\": \"250\",\n            \"currency_symbol\": \"RWF\"\n        },\n        {\n            \"country_name\": \"Saint Helena\",\n            \"currency_code\": \"SHP\",\n            \"currency_list\": [\n                \"SHP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sh\",\n            \"phone_code\": \"290\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"Saint Kitts And Nevis\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"kn\",\n            \"phone_code\": \"1869\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Saint Lucia\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lc\",\n            \"phone_code\": \"1758\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Saint Pierre and Miquelon\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"pm\",\n            \"phone_code\": \"508\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Saint Vincent And The Grenadines\",\n            \"currency_code\": \"XCD\",\n            \"currency_list\": [\n                \"XCD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"vc\",\n            \"phone_code\": \"1784\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Samoa\",\n            \"currency_code\": \"WST\",\n            \"currency_list\": [\n                \"WST\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ws\",\n            \"phone_code\": \"684\",\n            \"currency_symbol\": \"WS$\"\n        },\n        {\n            \"country_name\": \"San Marino\",\n            \"currency_code\": \"EUR \",\n            \"currency_list\": [\n                \"EUR \",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sm\",\n            \"phone_code\": \"378\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Sao Tome and Principe\",\n            \"currency_code\": \"STD\",\n            \"currency_list\": [\n                \"STD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"st\",\n            \"phone_code\": \"239\",\n            \"currency_symbol\": \"Db\"\n        },\n        {\n            \"country_name\": \"Saudi Arabia\",\n            \"currency_code\": \"SAR\",\n            \"currency_list\": [\n                \"SAR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sa\",\n            \"phone_code\": \"966\",\n            \"currency_symbol\": \"﷼\"\n        },\n        {\n            \"country_name\": \"Senegal\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sn\",\n            \"phone_code\": \"221\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Serbia\",\n            \"currency_code\": \"RSD\",\n            \"currency_list\": [\n                \"RSD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"rs\",\n            \"phone_code\": \"381\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Seychelles\",\n            \"currency_code\": \"SCR\",\n            \"currency_list\": [\n                \"SCR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sc\",\n            \"phone_code\": \"248\",\n            \"currency_symbol\": \"₨\"\n        },\n        {\n            \"country_name\": \"Sierra Leone\",\n            \"currency_code\": \"SLL\",\n            \"currency_list\": [\n                \"SLL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sl\",\n            \"phone_code\": \"232\",\n            \"currency_symbol\": \"Le\"\n        },\n        {\n            \"country_name\": \"Singapore\",\n            \"currency_code\": \"SGD\",\n            \"currency_list\": [\n                \"SGD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sg\",\n            \"phone_code\": \"65\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Slovakia\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sk\",\n            \"phone_code\": \"421\",\n            \"currency_symbol\": \"Sk\"\n        },\n        {\n            \"country_name\": \"Slovenia\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"si\",\n            \"phone_code\": \"386\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Smaller Territories of the UK\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"xg\",\n            \"phone_code\": \"44\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Solomon Islands\",\n            \"currency_code\": \"SBD\",\n            \"currency_list\": [\n                \"SBD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sb\",\n            \"phone_code\": \"677\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Somalia\",\n            \"currency_code\": \"SOS\",\n            \"currency_list\": [\n                \"SOS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"so\",\n            \"phone_code\": \"252\",\n            \"currency_symbol\": \"S\"\n        },\n        {\n            \"country_name\": \"South Africa\",\n            \"currency_code\": \"ZAR\",\n            \"currency_list\": [\n                \"ZAR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"za\",\n            \"phone_code\": \"27\",\n            \"currency_symbol\": \"R\"\n        },\n        {\n            \"country_name\": \"South Georgia\",\n            \"currency_code\": \"\",\n            \"currency_list\": [\n                \"\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"gs\",\n            \"phone_code\": \"0\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"South Sudan\",\n            \"currency_code\": \"SSP\",\n            \"currency_list\": [\n                \"SSP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ss\",\n            \"phone_code\": \"211\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Spain\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"es\",\n            \"phone_code\": \"34\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Sri Lanka\",\n            \"currency_code\": \"LKR\",\n            \"currency_list\": [\n                \"LKR\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"lk\",\n            \"phone_code\": \"94\",\n            \"currency_symbol\": \"₨\"\n        },\n        {\n            \"country_name\": \"Sudan\",\n            \"currency_code\": \"SDG\",\n            \"currency_list\": [\n                \"SDG\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sd\",\n            \"phone_code\": \"249\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Suriname\",\n            \"currency_code\": \"SRD\",\n            \"currency_list\": [\n                \"SRD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sr\",\n            \"phone_code\": \"597\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Svalbard And Jan Mayen Islands\",\n            \"currency_code\": \"NOK\",\n            \"currency_list\": [\n                \"NOK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sj\",\n            \"phone_code\": \"47\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Swaziland\",\n            \"currency_code\": \"SZL\",\n            \"currency_list\": [\n                \"SZL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sz\",\n            \"phone_code\": \"268\",\n            \"currency_symbol\": \"SZL\"\n        },\n        {\n            \"country_name\": \"Sweden\",\n            \"currency_code\": \"SEK\",\n            \"currency_list\": [\n                \"SEK\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"se\",\n            \"phone_code\": \"46\",\n            \"currency_symbol\": \"kr\"\n        },\n        {\n            \"country_name\": \"Switzerland\",\n            \"currency_code\": \"CHF\",\n            \"currency_list\": [\n                \"CHF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ch\",\n            \"phone_code\": \"41\",\n            \"currency_symbol\": \"CHF\"\n        },\n        {\n            \"country_name\": \"Syria\",\n            \"currency_code\": \"SYP\",\n            \"currency_list\": [\n                \"SYP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"sy\",\n            \"phone_code\": \"963\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"Taiwan\",\n            \"currency_code\": \"TWD\",\n            \"currency_list\": [\n                \"TWD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tw\",\n            \"phone_code\": \"886\",\n            \"currency_symbol\": \"NT$\"\n        },\n        {\n            \"country_name\": \"Tajikistan\",\n            \"currency_code\": \"TJS\",\n            \"currency_list\": [\n                \"TJS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tj\",\n            \"phone_code\": \"992\",\n            \"currency_symbol\": \"TJS\"\n        },\n        {\n            \"country_name\": \"Tanzania\",\n            \"currency_code\": \"TZS\",\n            \"currency_list\": [\n                \"TZS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tz\",\n            \"phone_code\": \"255\",\n            \"currency_symbol\": \"TZS\"\n        },\n        {\n            \"country_name\": \"Thailand\",\n            \"currency_code\": \"THB\",\n            \"currency_list\": [\n                \"THB\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"th\",\n            \"phone_code\": \"66\",\n            \"currency_symbol\": \"฿\"\n        },\n        {\n            \"country_name\": \"Togo\",\n            \"currency_code\": \"XOF\",\n            \"currency_list\": [\n                \"XOF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tg\",\n            \"phone_code\": \"228\",\n            \"currency_symbol\": \"XOF\"\n        },\n        {\n            \"country_name\": \"Tokelau\",\n            \"currency_code\": \"NZD\",\n            \"currency_list\": [\n                \"NZD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tk\",\n            \"phone_code\": \"690\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Tonga\",\n            \"currency_code\": \"TOP\",\n            \"currency_list\": [\n                \"TOP\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"to\",\n            \"phone_code\": \"676\",\n            \"currency_symbol\": \"T$\"\n        },\n        {\n            \"country_name\": \"Trinidad And Tobago\",\n            \"currency_code\": \"TTD\",\n            \"currency_list\": [\n                \"TTD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tt\",\n            \"phone_code\": \"1868\",\n            \"currency_symbol\": \"TT$\"\n        },\n        {\n            \"country_name\": \"Tunisia\",\n            \"currency_code\": \"TND\",\n            \"currency_list\": [\n                \"TND\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tn\",\n            \"phone_code\": \"216\",\n            \"currency_symbol\": \"TND\"\n        },\n        {\n            \"country_name\": \"Turkey\",\n            \"currency_code\": \"TRY\",\n            \"currency_list\": [\n                \"TRY\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tr\",\n            \"phone_code\": \"90\",\n            \"currency_symbol\": \"₺\"\n        },\n        {\n            \"country_name\": \"Turkmenistan\",\n            \"currency_code\": \"TMT\",\n            \"currency_list\": [\n                \"TMT\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tm\",\n            \"phone_code\": \"7370\",\n            \"currency_symbol\": \"m\"\n        },\n        {\n            \"country_name\": \"Turks And Caicos Islands\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tc\",\n            \"phone_code\": \"1649\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Tuvalu\",\n            \"currency_code\": \"AUD\",\n            \"currency_list\": [\n                \"AUD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"tv\",\n            \"phone_code\": \"688\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Uganda\",\n            \"currency_code\": \"UGX\",\n            \"currency_list\": [\n                \"UGX\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ug\",\n            \"phone_code\": \"256\",\n            \"currency_symbol\": \"UGX\"\n        },\n        {\n            \"country_name\": \"Ukraine\",\n            \"currency_code\": \"UAH\",\n            \"currency_list\": [\n                \"UAH\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ua\",\n            \"phone_code\": \"380\",\n            \"currency_symbol\": \"₴\"\n        },\n        {\n            \"country_name\": \"United Arab Emirates\",\n            \"currency_code\": \"AED\",\n            \"currency_list\": [\n                \"AED\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ae\",\n            \"phone_code\": \"971\",\n            \"currency_symbol\": \"AED\"\n        },\n        {\n            \"country_name\": \"United Kingdom\",\n            \"currency_code\": \"GBP\",\n            \"currency_list\": [\n                \"GBP\",\n                \"USD\",\n                \"EUR\"\n            ],\n            \"country_code\": \"gb\",\n            \"phone_code\": \"44\",\n            \"currency_symbol\": \"£\"\n        },\n        {\n            \"country_name\": \"United States\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"us\",\n            \"phone_code\": \"1\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"United States Minor Outlying Islands\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"um\",\n            \"phone_code\": \"1\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Uruguay\",\n            \"currency_code\": \"UYU\",\n            \"currency_list\": [\n                \"UYU\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"uy\",\n            \"phone_code\": \"598\",\n            \"currency_symbol\": \"$U\"\n        },\n        {\n            \"country_name\": \"Uzbekistan\",\n            \"currency_code\": \"UZS\",\n            \"currency_list\": [\n                \"UZS\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"uz\",\n            \"phone_code\": \"998\",\n            \"currency_symbol\": \"лв\"\n        },\n        {\n            \"country_name\": \"Vanuatu\",\n            \"currency_code\": \"VUV\",\n            \"currency_list\": [\n                \"VUV\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"vu\",\n            \"phone_code\": \"678\",\n            \"currency_symbol\": \"Vt\"\n        },\n        {\n            \"country_name\": \"Vatican City State (Holy See)\",\n            \"currency_code\": \"EUR\",\n            \"currency_list\": [\n                \"EUR\",\n                \"USD\",\n                \"GBP\"\n            ],\n            \"country_code\": \"va\",\n            \"phone_code\": \"39\",\n            \"currency_symbol\": \"€\"\n        },\n        {\n            \"country_name\": \"Venezuela\",\n            \"currency_code\": \"VEF\",\n            \"currency_list\": [\n                \"VEF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ve\",\n            \"phone_code\": \"58\",\n            \"currency_symbol\": \"Bs\"\n        },\n        {\n            \"country_name\": \"Vietnam\",\n            \"currency_code\": \"VND\",\n            \"currency_list\": [\n                \"VND\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"vn\",\n            \"phone_code\": \"84\",\n            \"currency_symbol\": \"₫\"\n        },\n        {\n            \"country_name\": \"Virgin Islands (British)\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"vg\",\n            \"phone_code\": \"1284\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Virgin Islands (US)\",\n            \"currency_code\": \"USD\",\n            \"currency_list\": [\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"vi\",\n            \"phone_code\": \"1340\",\n            \"currency_symbol\": \"$\"\n        },\n        {\n            \"country_name\": \"Wallis And Futuna Islands\",\n            \"currency_code\": \"XPF\",\n            \"currency_list\": [\n                \"XPF\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"wf\",\n            \"phone_code\": \"681\",\n            \"currency_symbol\": \"XPF\"\n        },\n        {\n            \"country_name\": \"Western Sahara\",\n            \"currency_code\": \"MAD\",\n            \"currency_list\": [\n                \"MAD\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"eh\",\n            \"phone_code\": \"212\",\n            \"currency_symbol\": \"MAD\"\n        },\n        {\n            \"country_name\": \"Yemen\",\n            \"currency_code\": \"YER\",\n            \"currency_list\": [\n                \"YER\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"ye\",\n            \"phone_code\": \"967\",\n            \"currency_symbol\": \"﷼\"\n        },\n        {\n            \"country_name\": \"Yugoslavia\",\n            \"currency_code\": null,\n            \"currency_list\": [\n                null,\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"yu\",\n            \"phone_code\": \"38\",\n            \"currency_symbol\": null\n        },\n        {\n            \"country_name\": \"Zambia\",\n            \"currency_code\": \"ZMW\",\n            \"currency_list\": [\n                \"ZMW\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"zm\",\n            \"phone_code\": \"260\",\n            \"currency_symbol\": \"ZK\"\n        },\n        {\n            \"country_name\": \"Zimbabwe\",\n            \"currency_code\": \"ZWL\",\n            \"currency_list\": [\n                \"ZWL\",\n                \"USD\",\n                \"EUR\",\n                \"GBP\"\n            ],\n            \"country_code\": \"zw\",\n            \"phone_code\": \"26\",\n            \"currency_symbol\": \"Z$\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"7defdfe3-63fc-4851-89b7-797adf1307cd"},{"name":"Get Transaction","id":"2d5df6af-5a58-4d5f-9984-c8354f29b644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","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":"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":"Bearer {{VIZO_TEST}}","type":"text","id":0}],"url":"{{BASE_URL}}/api/m1/transaction?reference=DVA-999357240831142552459563784150","urlObject":{"path":["api","m1","transaction"],"host":["{{BASE_URL}}"],"query":[{"key":"reference","value":"DVA-999357240831142552459563784150"}],"variable":[]}},"response":[],"_postman_id":"2d5df6af-5a58-4d5f-9984-c8354f29b644"}],"id":"cd6c7b06-81cc-4f99-beb8-31c3ce46d681","_postman_id":"cd6c7b06-81cc-4f99-beb8-31c3ce46d681","description":""},{"name":"Account Balance","item":[{"name":"Get All Balance","id":"df7ed5ba-6606-43e1-91b5-66f819afa468","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/balance","urlObject":{"path":["api","m1","balance"],"host":["{{BASE_URL}}"],"query":[],"variable":[]}},"response":[{"id":"f3433fd9-7b8c-40f6-8d5f-997125c12534","name":"Get All Balance","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 07:06:44 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"id\": \"z6MRgjoxDzIG3R2b10yVUyW38dVA4aS2gWkznVkMCkekvdQ5BvfY8M4vwzvY\",\n            \"currency\": \"GHS\",\n            \"available_balance\": 358880.33,\n            \"ledger_balance\": 0,\n            \"input_at\": \"2022-08-23T10:35:51.000000Z\",\n            \"update_at\": \"2022-08-30T19:52:45.000000Z\"\n        },\n        {\n            \"id\": \"YeMpQY4WVMIQOavYQVZ1fEyo6gEnMkIVLnekmPnYc3R6nRGP5bu5B5ek30W8\",\n            \"currency\": \"USD\",\n            \"available_balance\": 1000,\n            \"ledger_balance\": 0,\n            \"input_at\": \"2022-08-23T10:37:06.000000Z\",\n            \"update_at\": \"2022-08-23T10:37:06.000000Z\"\n        },\n        {\n            \"id\": \"VDyAEVMBR7SMD4dA1DMkh7VNjxLKZzUX423EN6DjcQnLvPVnMxi6XROERD5Y\",\n            \"currency\": \"NGN\",\n            \"available_balance\": 20054.9,\n            \"ledger_balance\": 0,\n            \"input_at\": \"2022-08-30T19:58:18.000000Z\",\n            \"update_at\": \"2022-08-31T16:07:43.000000Z\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"df7ed5ba-6606-43e1-91b5-66f819afa468"},{"name":"Get Single Balance","id":"3bd30680-b24a-413f-813b-df803fb47c7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{BASE_URL}}/api/m1/balance?currency=NGN","urlObject":{"path":["api","m1","balance"],"host":["{{BASE_URL}}"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"currency","value":"NGN"}],"variable":[]}},"response":[{"id":"aaaa0828-f526-453b-8f9e-0755c3449a58","name":"Get Single Balance","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{ZUPAGO_AUTH_TOKEN_DEV}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{BASE_URL}}/api/m1/balance?currency=NGN","host":["{{BASE_URL}}"],"path":["api","m1","balance"],"query":[{"key":"currency","value":"NGN"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.23.1"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.1.9"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 07:07:01 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": {\n        \"2\": {\n            \"id\": \"VDyAEVMBR7SMD4dA1DMkh7VNjxLKZzUX423EN6DjcQnLvPVnMxi6XROERD5Y\",\n            \"currency\": \"NGN\",\n            \"available_balance\": 20054.9,\n            \"ledger_balance\": 0,\n            \"input_at\": \"2022-08-30T19:58:18.000000Z\",\n            \"update_at\": \"2022-08-31T16:07:43.000000Z\"\n        }\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"3bd30680-b24a-413f-813b-df803fb47c7f"}],"id":"4063074c-8bb8-484c-ace9-45838ce2178e","_postman_id":"4063074c-8bb8-484c-ace9-45838ce2178e","description":""},{"name":"WebHook Notification","item":[{"name":"Virtual Account","item":[],"id":"0f90e091-2bbf-4829-8aa1-c216186a6e62","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"SUCCESS\",\n    \"data\": {\n        \"id\": \"DVA-1\",\n        \"tx_ref\": \"DVA-999357240831142552459563784150\",\n        \"amount\": 98.5,\n        \"charged_amount\": 100,\n        \"app_fee\": 1.5,\n        \"merchant_fee\": 0,\n        \"currency\": \"NGN\",\n        \"status\": \"SUCCESSFUL\",\n        \"payment_mode\": \"DVA\",\n        \"created_at\": \"2024-08-31T14:25:52.645613\",\n        \"customer\": {\n            \"consumer_id\": \"\"\n        },\n        \"data\": {\n            \"narration\": \" DOT/3/CR-FROM/John Doe - Test\",\n            \"accountNo\": \"1000119971\",\n            \"accountName\": \"John Doe\",\n            \"sourceBankCode\": \"999357\",\n            \"sourceAccountNo\": \"1000075721\",\n            \"sourceAccountName\": \"John Doe John\",\n            \"amount\": 98.5,\n            \"transactionDate\": \"2024-08-31T14:25:52.645613\",\n            \"totalAmount\": 100,\n            \"fee\": 1.5,\n            \"merchantReference\": \"\",\n            \"currency\": \"NGN\"\n        }\n    },\n    \"message\": \"SUCCESSFUL\"\n}\n\n</code></pre>\n","_postman_id":"0f90e091-2bbf-4829-8aa1-c216186a6e62"}],"id":"2a127c2f-921b-42e2-a776-cf83f197f325","_postman_id":"2a127c2f-921b-42e2-a776-cf83f197f325","description":""}]}