{"info":{"_postman_id":"a1c936c1-679a-40d1-a658-d497ed762d05","name":"Pay Easy SANDBOX Documentation","description":"<html><head></head><body><p>Welcome to the Pay Easy API documentation. This guide is designed to help developers understand and effectively integrate with our API. To begin using the Pay Easy API, you will need an API credential, which can be obtained from our developer portal.</p>\n<h2 id=\"getting-started\">Getting Started</h2>\n<p>Before diving into the endpoints, please ensure you have:</p>\n<ul>\n<li><p><strong>API Credentials</strong>: API keys , which are required for authentication.</p>\n</li>\n<li><p><strong>Sandbox Environment</strong>: Use this environment to test your integrations safely.</p>\n</li>\n<li><p><strong>Supported Countires</strong>: Ensure you are aware of the supported countires and exchange rates for deposits.</p>\n</li>\n</ul>\n<p>For authentication, all API requests must be made over HTTPS, and include a valid API key.</p>\n<h2 id=\"error-handling\">Error Handling</h2>\n<p>The API provides clear error messages to facilitate debugging and error handling. Below is a comprehensive table of possible errors, their corresponding status codes, and descriptions:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Message</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>-1000.</td>\n<td>internal server error</td>\n<td>An unexpected error occurred on the server.</td>\n</tr>\n<tr>\n<td>-1001.</td>\n<td>Invalid amount: Amount must be a positive number</td>\n<td>The amount is missing, not a number, or not a positive value.</td>\n</tr>\n<tr>\n<td>-1002.</td>\n<td>deposit full_Name is required</td>\n<td>The full name is required for deposits, unless it's a PIX machine.</td>\n</tr>\n<tr>\n<td>-1003.</td>\n<td>shop_order_id is required</td>\n<td>The shop_order_id parameter is missing or invalid.</td>\n</tr>\n<tr>\n<td>-1004.</td>\n<td>Invalid country code</td>\n<td>The provided country code does not exist in the supported list.</td>\n</tr>\n<tr>\n<td>-1005.</td>\n<td>usdt_wallet is required for this order</td>\n<td>The USDT wallet address is required when the order involves cryptocurrency.</td>\n</tr>\n<tr>\n<td>-1006.</td>\n<td>Wallet address is not a valid USDT.TRC-20</td>\n<td>The provided USDT wallet address format is invalid.</td>\n</tr>\n<tr>\n<td>-1007.</td>\n<td>id_number should be only number and exactly min 11 digits, max 14 digits</td>\n<td>The provided ID number is invalid. It must consist of only numbers and be between 11 to 14 digits.</td>\n</tr>\n<tr>\n<td>-1008.</td>\n<td>withdraw full_name is required</td>\n<td>The full name is required for withdraws</td>\n</tr>\n<tr>\n<td>-1009.</td>\n<td>id is not a valid cpf/cpnj number</td>\n<td>If the provided id is not a valid cpf or cpnj number</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26655959","collectionId":"a1c936c1-679a-40d1-a658-d497ed762d05","publishedId":"2s9YR9ZYtG","public":true,"customColor":{"top-bar":"6B1889","right-sidebar":"303030","highlight":"6B1889"},"publishDate":"2023-10-19T10:09:54.000Z"},"item":[{"name":"Deposit","item":[{"name":"deposit","id":"1b4953a6-87b9-451b-a6e4-aa20dc092484","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"xxxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit?api_key={{API_KEY}}","description":"<ul>\n<li><p><strong>amount</strong> (USD or local) [number]</p>\n</li>\n<li><p><strong>country</strong> (in short form) [AR,BO,BR,CO,CR,CL,DO,EC,MX,PA,PE,PY,UY,GT,HN,OT -for other countires]</p>\n</li>\n<li><p><strong>shop_order_id</strong></p>\n</li>\n<li><p><strong>full_Name</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>full_address</strong></p>\n</li>\n<li><p><strong>id</strong> <em>[Integer]</em></p>\n</li>\n<li><p><strong>is_usd</strong> [send <strong>false</strong>, if want to create order in local amount]</p>\n</li>\n</ul>\n","urlObject":{"path":["add","deposit"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"796fc5c2-342f-4b26-aa84-cc458af36307","name":"deposit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"04364941913\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"D1026311\",\n    \"status\": \"created\",\n    \"usd_amount\": 200,\n    \"is_usd\": true,\n    \"converted_amount\": 1012,\n    \"id\": \"04364941913\",\n    \"rate_used\": 5.0598,\n    \"order_created\": \"2023-10-19T07:21:21-03:00\"\n}"}],"_postman_id":"1b4953a6-87b9-451b-a6e4-aa20dc092484"},{"name":"deposit-card","id":"eb16bee0-1b41-4b07-bba5-6e0ef271dbfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 10,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.com\",\r\n    \"full_Name\": \"name test\",\r\n    \"card\": {\r\n        \"name\": \"Name test\",\r\n        \"number\": \"4242424242424242\",\r\n        \"cvv\": \"123\",\r\n        \"expire_date\": \"01/2029\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit-card?api_key={{API_KEY}}","description":"<ul>\n<li><p><strong>amount</strong> (USD or local) [number]</p>\n</li>\n<li><p><strong>country</strong></p>\n</li>\n<li><p><strong>shop_order_id</strong></p>\n</li>\n<li><p><strong>full_Name</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>full_address</strong></p>\n</li>\n<li><p><strong>card {name,number,cvv,expire_date}</strong></p>\n</li>\n</ul>\n","urlObject":{"path":["add","deposit-card"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"d58e7377-5917-457b-b104-aedd47cdfb0b","name":"deposit-card","originalRequest":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 10,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.com\",\r\n    \"full_Name\": \"name test\",\r\n    \"card\": {\r\n        \"name\": \"Name test\",\r\n        \"number\": \"4242424242424242\",\r\n        \"cvv\": \"123\",\r\n        \"expire_date\": \"01/2029\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit-card?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit-card"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"order_no\": \"D1028694\",\n    \"usd_amount\": 10,\n    \"rate_used\": 5.688,\n    \"order_created\": \"2025-05-13T07:39:31-03:00\",\n    \"status\": \"pending_3ds\",\n    \"redirect_url\": \"https://api1.dataprotect.site/transaction/3d_security/43811747132771\"\n}"}],"_postman_id":"eb16bee0-1b41-4b07-bba5-6e0ef271dbfc"},{"name":"deposit usdt-pix","id":"29e5df43-c76d-4ce3-8683-f1589aea9a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"xxxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit?api_key={{API_KEY}}","description":"<ul>\n<li><p><strong>amount</strong> (USD or local) [number]</p>\n</li>\n<li><p><strong>country</strong> (in short form) [BR] it works only for brazil.</p>\n</li>\n<li><p><strong>shop_order_id</strong></p>\n</li>\n<li><p><strong>full_Name</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>full_address</strong></p>\n</li>\n<li><p><strong>id</strong> <em>[Integer]</em></p>\n</li>\n<li><p><strong>is_usd</strong> [send <strong>false</strong>, if want to create order in local amount]</p>\n</li>\n</ul>\n<p><strong>for usdt-pix user must needs to redirect to our checkout page.</strong></p>\n<p>our checkout url:</p>\n<p><strong>sandbox:</strong></p>\n<p><a href=\"https://checkout-sandbox-frontend.herokuapp.com/deposit?order_no=%7Border-no-from-payeasy%7D&amp;broker=%7Bbroker-user-name%7D&amp;country=%7Bcountry-short-code%7D\">https://checkout-sandbox-frontend.herokuapp.com/deposit?order_no={order-no-from-payeasy}&amp;broker={broker-user-name}&amp;country={country-short-code}</a></p>\n<p><strong>production</strong>:<br /><a href=\"https://checkout.payeasy.tech/deposit?order_no=%7Border-no-from-payeasy%7D&amp;broker=%7Bbroker-user-name%7D&amp;country=%7Bcountry-short-code%7D\">https://checkout.payeasy.tech/deposit?order_no={order-no-from-payeasy}&amp;broker={broker-user-name}&amp;country={country-short-code}</a></p>\n","urlObject":{"path":["add","deposit"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"fbd3a7ed-ec78-4164-927e-03e698432251","name":"deposit","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"04364941913\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"D1026311\",\n    \"status\": \"created\",\n    \"usd_amount\": 200,\n    \"is_usd\": true,\n    \"converted_amount\": 1012,\n    \"id\": \"04364941913\",\n    \"rate_used\": 5.0598,\n    \"order_created\": \"2023-10-19T07:21:21-03:00\"\n}"}],"_postman_id":"29e5df43-c76d-4ce3-8683-f1589aea9a46"},{"name":"deposit-pix","id":"e6e251a4-1776-4cbe-abea-0938d2cd87a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"amount\":100,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"xxxxxxxxxxx\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit-pix?api_key={{API_KEY}}","description":"<ul>\n<li><p><strong>amount</strong> (USD or local) [number]</p>\n</li>\n<li><p><strong>country</strong> (Brazil only) [BR]</p>\n</li>\n<li><p><strong>shop_order_id</strong></p>\n</li>\n<li><p><strong>full_Name</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>full_address</strong></p>\n</li>\n<li><p><strong>id</strong> <em>[Integer min 11 digits and max 14]</em></p>\n</li>\n<li><p><strong>ip_address</strong></p>\n</li>\n</ul>\n","urlObject":{"path":["add","deposit-pix"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"4e05f628-e2da-4919-bf1f-d2bbc1b9fde3","name":"deposit-pix","originalRequest":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"amount\":100,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"04364941913\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit-pix?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit-pix"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"D1026312\",\n    \"status\": \"created\",\n    \"usd_amount\": 200,\n    \"converted_amount\": 1012,\n    \"id\": \"04364941913\",\n    \"rate_used\": 5.0598,\n    \"order_created\": \"2023-10-19T07:28:46-03:00\",\n    \"qr_link\": \"00020101021126730014br.gov.bcb.pix0123mdnuruddin044@gmail.com0224018b477b-0535-eaea-3f7a-520400005303986540510.125802BR5909Pay Easy 6008Curitiba61088025010462070503***6304335F\",\n    \"qr_code\": \"data:image/png;base64,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\",\n    \"terms\": \"Ao criar o QR code você concorda com os termos dessa intermediação\",\n    \"terms_url\": \"https://checkout.payeasy.tech/Terms_BR.pdf\"\n}"}],"_postman_id":"e6e251a4-1776-4cbe-abea-0938d2cd87a9"},{"name":"deposit-boleto","id":"a884eafb-a25a-4beb-959d-66267b1d02e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"amount\":\"100\",\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"xxxxxxxxxxx\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit-boleto?api_key={{API_KEY}}","description":"<ul>\n<li><p><strong>amount</strong> (USD or local) [number]</p>\n</li>\n<li><p><strong>country</strong> (Brazil only) [BR]</p>\n</li>\n<li><p><strong>shop_order_id</strong></p>\n</li>\n<li><p><strong>full_Name</strong></p>\n</li>\n<li><p><strong>email</strong></p>\n</li>\n<li><p><strong>full_address</strong></p>\n</li>\n<li><p><strong>id</strong> <em>[Integer min 11 digits and max 14]</em></p>\n</li>\n</ul>\n","urlObject":{"path":["add","deposit-boleto"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"c3b4992b-6132-4525-858b-b7fc12e6baaa","name":"deposit boleto","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"04364941913\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit-boleto?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit-boleto"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"order_no\": \"D1000116\",\n   \"status\": \"created\",\n   \"usd_amount\": 200,\n   \"converted_amount\": 4429,\n   \"rate_used\": 22.1472,\n   \"id\": \"04364941913\",\n   \"order_created\": \"2021-01-21T18:12:19.761Z\",\n   \"barcode\":\"33290.00115 17325.8686.....\",\n   \"payment_pdf\":\"https://checkout.payeasy.tech....\",\n   \"terms\":\"Ao criar o QR code você concorda c ....\",\n   \"terms_url\":\"https://checkout.payeasy.tech/Terms_BR.pdf\"\n}"}],"_postman_id":"a884eafb-a25a-4beb-959d-66267b1d02e8"},{"name":"deposit-picpay","id":"7a29996e-ec55-490f-8786-eeea64e3ac92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-forwarded-for","value":"0.0.0.0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n   \"amount\":100,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"xxxxxxxxxxx\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/deposit-picpay?api_key={{API_KEY}}","description":"<ul>\n<li><strong>amount</strong> (USD or local) [number]</li>\n<li><strong>country</strong> (Brazil only) [BR]</li>\n<li><strong>shop_order_id</strong></li>\n<li><strong>full_Name</strong></li>\n<li><strong>email</strong></li>\n<li><strong>full_address</strong></li>\n<li><strong>id</strong> <em>[Integer min 11 digits and max 14]</em></li>\n</ul>\n","urlObject":{"path":["add","deposit-picpay"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"e64220e6-1f9b-4e43-8804-3f1c168e9228","name":"deposit picpay","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":200,\r\n   \"country\":\"BR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"full_Name\":\"user name\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_address\":\"address1\",\r\n   \"id\":\"04364941913\",\r\n   \"ip_address\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/deposit-picpay?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","deposit-picpay"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n   \"order_no\": \"D1000116\",\n   \"status\": \"created\",\n   \"usd_amount\": 200,\n   \"converted_amount\": 4429,\n   \"rate_used\": 22.1472,\n   \"id\": \"04364941913\",\n   \"order_created\": \"2021-01-21T18:12:19.761Z\",\n   \"qr_link\":\"https://app.picpay.com/checkout/NjUxOT.....\",\n   \"qr_code\":\"data:image/png;base64,iVBORw0AAN.....\",\n   \"terms\":\"Ao criar o QR code você concorda c ....\",\n   \"terms_url\":\"https://checkout.payeasy.tech/Terms_BR.pdf\"\n}\n\n"}],"_postman_id":"7a29996e-ec55-490f-8786-eeea64e3ac92"}],"id":"38fe55a9-af6c-4e3a-a65b-21af83b980e4","description":"<p>We offer our services to the following countries:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Country</th>\n<th>Short Code</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Argentina</td>\n<td>AR</td>\n</tr>\n<tr>\n<td>Brazil</td>\n<td>BR</td>\n</tr>\n<tr>\n<td>Bolivia</td>\n<td>BO</td>\n</tr>\n<tr>\n<td>Canada</td>\n<td>CA</td>\n</tr>\n<tr>\n<td>Colombia</td>\n<td>CO</td>\n</tr>\n<tr>\n<td>Costa Rica</td>\n<td>CR</td>\n</tr>\n<tr>\n<td>Chile</td>\n<td>CL</td>\n</tr>\n<tr>\n<td>China</td>\n<td>CN</td>\n</tr>\n<tr>\n<td>Dominican Republic</td>\n<td>DO</td>\n</tr>\n<tr>\n<td>Ecuador</td>\n<td>EC</td>\n</tr>\n<tr>\n<td>Europe</td>\n<td>EEA</td>\n</tr>\n<tr>\n<td>El Salvador</td>\n<td>SV</td>\n</tr>\n<tr>\n<td>Guatemala</td>\n<td>GT</td>\n</tr>\n<tr>\n<td>Honduras</td>\n<td>HN</td>\n</tr>\n<tr>\n<td>Mexico</td>\n<td>MX</td>\n</tr>\n<tr>\n<td>Panama</td>\n<td>PA</td>\n</tr>\n<tr>\n<td>Peru</td>\n<td>PE</td>\n</tr>\n<tr>\n<td>Paraguay</td>\n<td>PY</td>\n</tr>\n<tr>\n<td>Uruguay</td>\n<td>UY</td>\n</tr>\n<tr>\n<td>Others</td>\n<td>OT</td>\n</tr>\n<tr>\n<td>Australia</td>\n<td>AU</td>\n</tr>\n<tr>\n<td>Bangladesh</td>\n<td>BD</td>\n</tr>\n<tr>\n<td>Congo</td>\n<td>CG</td>\n</tr>\n<tr>\n<td>Ghana</td>\n<td>GH</td>\n</tr>\n<tr>\n<td>India</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>Indonesia</td>\n<td>ID</td>\n</tr>\n<tr>\n<td>Japan</td>\n<td>JP</td>\n</tr>\n<tr>\n<td>Kenya</td>\n<td>KE</td>\n</tr>\n<tr>\n<td>South Korea</td>\n<td>KR</td>\n</tr>\n<tr>\n<td>Malaysia</td>\n<td>MY</td>\n</tr>\n<tr>\n<td>Malawi</td>\n<td>MW</td>\n</tr>\n<tr>\n<td>Nigeria</td>\n<td>NG</td>\n</tr>\n<tr>\n<td>Pakistan</td>\n<td>PK</td>\n</tr>\n<tr>\n<td>Rwanda</td>\n<td>RW</td>\n</tr>\n<tr>\n<td>Singapore</td>\n<td>SG</td>\n</tr>\n<tr>\n<td>Thailand</td>\n<td>TH</td>\n</tr>\n<tr>\n<td>Turkey</td>\n<td>TR</td>\n</tr>\n<tr>\n<td>Taiwan</td>\n<td>TW</td>\n</tr>\n<tr>\n<td>Tanzania</td>\n<td>TZ</td>\n</tr>\n<tr>\n<td>United kingdom</td>\n<td>GB</td>\n</tr>\n<tr>\n<td>Uganda</td>\n<td>UG</td>\n</tr>\n<tr>\n<td>Vietnam</td>\n<td>VN</td>\n</tr>\n<tr>\n<td>Cameroon</td>\n<td>CM</td>\n</tr>\n<tr>\n<td>Benin</td>\n<td>BJ</td>\n</tr>\n<tr>\n<td>Ivory Coast</td>\n<td>CI</td>\n</tr>\n<tr>\n<td>Senegal</td>\n<td>SN</td>\n</tr>\n<tr>\n<td>Zambia</td>\n<td>ZM</td>\n</tr>\n<tr>\n<td>Philippines</td>\n<td>PH</td>\n</tr>\n</tbody>\n</table>\n</div><p>to create a new deposit order.</p>\n","_postman_id":"38fe55a9-af6c-4e3a-a65b-21af83b980e4"},{"name":"Withdraw","item":[{"name":"withdraw AR","id":"d3ede17c-bc2a-433f-bbaa-9cbbe860ac40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"AR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"f54c29dc-63bc-41e0-870b-1bad64e04812","name":"withdraw AR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"AR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \" api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000059\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"converted_amount\": \"45827.00\",\n    \"rate_used\": \"208.305\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"ARS\",\n    \"cbu_number\": \"2850590940090418135201\",\n    \"cuit\": \"30-69330706-2\",\n    \"order_created\": \"2023-03-30T09:04:25.537Z\"\n}"}],"_postman_id":"d3ede17c-bc2a-433f-bbaa-9cbbe860ac40"},{"name":"withdraw BO","id":"6939eb12-4f87-42f1-9433-18357f200702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"BO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_type\":\"NID\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"c055b527-53ce-4a6f-9a74-053c925b34a6","name":"withdraw BO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"BO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_type\":\"NID\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000060\",\n    \"status\": \"created\",\n    \"converted_amount\": \"1520.00\",\n    \"rate_used\": 6.9088,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"order_created\": \"2023-03-30T06:04:48-03:00\"\n}"}],"_postman_id":"6939eb12-4f87-42f1-9433-18357f200702"},{"name":"withdraw BR","id":"089f87c8-a91f-4723-bd83-ff45b03bf724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"1241241\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"Test name\",\r\n    \"full_address\": \"full address\",\r\n    \"bank_name\": \"\",\r\n    \"bank_branch\": \"\",\r\n    \"account_no\": \"\",\r\n    \"account_type\": \"\",\r\n    \"key_type\": 4,\r\n    \"pix\": \"test@pix.com\",\r\n    \"id_number\":  \"xxxxxxxxxxx\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","description":"<p>StartFragment</p>\n<p>We need to receive the correct pix type, please add validation for each key type.</p>\n<p>for example, if the key type is a CPF, only allow to type numbers, not letters.</p>\n<p>If the key type is a phone, the 3rd digit must be a 9.</p>\n<p>If it's an email, we need at least one @.</p>\n<p>If it is a CNPJ, for example, we need 14 digits and no letters.</p>\n<p>if the end user selects and adds the withdraw info, create a drop-down with all 5 key types and map it to its equivalent number to pass when creating the order.</p>\n<p><strong>key_type</strong> values are -<br />1 = CPF [11 digits numbers only]<br />2 = CNPJ [14 digits numbers only]<br />3 = RANDOM [any]<br />4 = EMAIL [need to have @ in it]<br />5 = PHONE [11 digits number the 3rd must be a 9]</p>\n<p>EndFragment</p>\n","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"ae22e0f1-9b28-4a9a-8602-ac4bac86f2c4","name":"withdraw BR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"\",\r\n    \"bank_branch\": \"\",\r\n    \"account_no\": \"\",\r\n    \"account_type\": \"\",\r\n    \"key_type\": 4,\r\n    \"pix\": \"test@pix.com\",\r\n    \"id_number\": \"04364941913\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000332\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"is_usd\": true,\n    \"converted_amount\": \"1102.00\",\n    \"rate_used\": \"5.009\",\n    \"full_name\": \"Test name\",\n    \"bank_name\": \"\",\n    \"bank_branch\": \"\",\n    \"account_no\": \"\",\n    \"account_type\": \"\",\n    \"id_number\": \"04364941913\",\n    \"order_created\": \"2023-10-19T10:35:26.185Z\"\n}"}],"_postman_id":"089f87c8-a91f-4723-bd83-ff45b03bf724"},{"name":"withdraw BR (BOLETO)","id":"f827bd8b-1faa-49e7-95fd-ccffac1c5d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shop_order_id\": \"1241241\",\r\n    \"payment_method\":\"BOLETO\",\r\n    \"boleto_number\": \"46191110000000000000010352231012198980000003452\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","description":"<p>StartFragment</p>\n<p>We need to receive the correct pix type, please add validation for each key type.</p>\n<p>for example, if the key type is a CPF, only allow to type numbers, not letters.</p>\n<p>If the key type is a phone, the 3rd digit must be a 9.</p>\n<p>If it's an email, we need at least one @.</p>\n<p>If it is a CNPJ, for example, we need 14 digits and no letters.</p>\n<p>if the end user selects and adds the withdraw info, create a drop-down with all 5 key types and map it to its equivalent number to pass when creating the order.</p>\n<p><strong>key_type</strong> values are -<br />1 = CPF [11 digits numbers only]<br />2 = CNPJ [14 digits numbers only]<br />3 = RANDOM [any]<br />4 = EMAIL [need to have @ in it]<br />5 = PHONE [11 digits number the 3rd must be a 9]</p>\n<p>EndFragment</p>\n","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"063d0e43-c411-4504-ad24-9b016a02185f","name":"withdraw BR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"\",\r\n    \"bank_branch\": \"\",\r\n    \"account_no\": \"\",\r\n    \"account_type\": \"\",\r\n    \"key_type\": 4,\r\n    \"pix\": \"test@pix.com\",\r\n    \"id_number\": \"04364941913\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000332\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"is_usd\": true,\n    \"converted_amount\": \"1102.00\",\n    \"rate_used\": \"5.009\",\n    \"full_name\": \"Test name\",\n    \"bank_name\": \"\",\n    \"bank_branch\": \"\",\n    \"account_no\": \"\",\n    \"account_type\": \"\",\n    \"id_number\": \"04364941913\",\n    \"order_created\": \"2023-10-19T10:35:26.185Z\"\n}"}],"_postman_id":"f827bd8b-1faa-49e7-95fd-ccffac1c5d54"},{"name":"withdraw CO","id":"247ea9b2-f357-4566-89ca-4295b4db813d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"ARS\",\r\n   \"id_type\":\"TEST\",\r\n   \"id_number\":\"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"41fd8554-9e74-4b26-9c0e-c07fffcaeb9d","name":"withdraw CO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"ARS\",\r\n   \"id_type\":\"TEST\",\r\n   \"id_number\":\"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000067\",\n    \"status\": \"created\",\n    \"converted_amount\": \"1019920.00\",\n    \"rate_used\": 4636,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"ARS\",\n    \"id_type\": \"TEST\",\n    \"id_number\": \"TEST\",\n    \"order_created\": \"2023-03-30T06:08:36-03:00\"\n}"}],"_postman_id":"247ea9b2-f357-4566-89ca-4295b4db813d"},{"name":"withdraw CR","id":"e2b0720d-c840-4fb6-bbdb-c7283b18f614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_type\":\"NID\",\r\n   \"id_number\":\"1234\", \r\n   \"account_no\":\"0009795493C1\"\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"9ce53f68-933a-4499-8a54-f5309bd24453","name":"withdraw CR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CR\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_type\":\"NID\",\r\n   \"id_number\":\"1234\", \r\n   \"account_no\":\"0009795493C1\"\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000068\",\n    \"status\": \"created\",\n    \"converted_amount\": \"118811.00\",\n    \"rate_used\": 540.0503,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"order_created\": \"2023-03-30T06:08:50-03:00\"\n}"}],"_postman_id":"e2b0720d-c840-4fb6-bbdb-c7283b18f614"},{"name":"withdraw CL","id":"b46b7a8a-ea06-4c5f-b9e9-fc4a858910cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CL\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"rut_number\":\"test\",\r\n   \"phone_number\":\"test\",\r\n   \"id_number\":\"test\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"931e3a1a-c65f-4a0f-9e8d-4c52ada57e5b","name":"withdraw CL","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"CL\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"rut_number\":\"test\",\r\n   \"phone_number\":\"test\",\r\n   \"id_number\":\"test\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000069\",\n    \"status\": \"created\",\n    \"converted_amount\": \"174267.00\",\n    \"rate_used\": 792.1205,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"account_type\": \"checking\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"order_created\": \"2023-03-30T06:09:00-03:00\"\n}"}],"_postman_id":"b46b7a8a-ea06-4c5f-b9e9-fc4a858910cc"},{"name":"withdraw DO","id":"b5627784-e2e4-45f3-a7b9-3d46a0a95f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"DO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_number\":\"1234\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"swift_code\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"b5ab74fa-5291-4f30-a2d8-ffd8e892f843","name":"withdraw DO","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"DO\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"id_number\":\"1234\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"swift_code\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000070\",\n    \"status\": \"created\",\n    \"converted_amount\": \"12045.00\",\n    \"rate_used\": 54.7502,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"swift_code\": \"test\",\n    \"account_no\": \"0009795493C1\",\n    \"order_created\": \"2023-03-30T06:09:36-03:00\"\n}"}],"_postman_id":"b5627784-e2e4-45f3-a7b9-3d46a0a95f21"},{"name":"withdraw EC","id":"08379409-b112-43a0-9340-37b8bca5172f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"EC\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"1234\",\r\n   \"id_number\":\"test\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"e38a13d1-db93-4113-aa5a-a5c8a5b2914d","name":"withdraw EC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"EC\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"1234\",\r\n   \"id_number\":\"test\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000071\",\n    \"status\": \"created\",\n    \"converted_amount\": \"220.00\",\n    \"rate_used\": 1,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"post_code\": \"1234\",\n    \"routing_number\": \"test bank\",\n    \"account_type\": \"checking\",\n    \"account_no\": \"0009795493C1\",\n    \"order_created\": \"2023-03-30T06:09:50-03:00\"\n}"}],"_postman_id":"08379409-b112-43a0-9340-37b8bca5172f"},{"name":"withdraw MX","id":"2bb83892-fdac-46f6-bcf0-9502a5413223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"MX\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_CLAVE\":\"tes\",\r\n   \"account_CURP\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"2e458b49-6272-44ae-a895-33e107fa1906","name":"withdraw MX","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"MX\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"bank_name\":\"test bank\",\r\n   \"account_CLAVE\":\"tes\",\r\n   \"account_CURP\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000072\",\n    \"status\": \"created\",\n    \"converted_amount\": \"3971.00\",\n    \"rate_used\": 18.0512,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_CLAVE\": \"tes\",\n    \"account_CURP\": \"test\",\n    \"order_created\": \"2023-03-30T06:10:05-03:00\"\n}"}],"_postman_id":"2bb83892-fdac-46f6-bcf0-9502a5413223"},{"name":"withdraw PA","id":"bc54a7bb-41ec-4fa1-ac0b-f2cb1f9989b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PA\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"34534\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"a0925c19-96bc-4e81-b660-df8359b8d773","name":"withdraw PA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PA\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"34534\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000073\",\n    \"status\": \"created\",\n    \"converted_amount\": \"220.00\",\n    \"rate_used\": 0.9997,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"post_code\": \"34534\",\n    \"account_type\": \"test\",\n    \"account_no\": \"0009795493C1\",\n    \"routing_number\": \"test\",\n    \"order_created\": \"2023-03-30T06:10:19-03:00\"\n}"}],"_postman_id":"bc54a7bb-41ec-4fa1-ac0b-f2cb1f9989b2"},{"name":"withdraw PE","id":"c707a7cf-5832-4600-bfb1-22a05757a310","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PE\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"1234\",\r\n   \"id_number\":\"test\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"f3f06b6b-6033-4b25-84ef-ff0870690813","name":"withdraw PE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PE\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"1234\",\r\n   \"id_number\":\"test\",\r\n   \"routing_number\":\"test bank\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"checking\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000074\",\n    \"status\": \"created\",\n    \"converted_amount\": \"826.00\",\n    \"rate_used\": 3.754,\n    \"email\": \"api@payeasy.tech\",\n    \"is_usd\": true,\n    \"full_name\": \"test user\",\n    \"post_code\": \"1234\",\n    \"routing_number\": \"test bank\",\n    \"account_type\": \"checking\",\n    \"account_no\": \"0009795493C1\",\n    \"order_created\": \"2023-03-30T06:10:34-03:00\"\n}"}],"_postman_id":"c707a7cf-5832-4600-bfb1-22a05757a310"},{"name":"withdraw PY","id":"20bf16c0-d3d8-41ea-9705-e0797b846483","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PY\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"34534\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"a6b623f6-bf84-4152-aaba-7bbe72c1230e","name":"withdraw PY","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"amount\":220,\r\n   \"country\":\"PY\",\r\n   \"shop_order_id\":\"shop-00233\",\r\n   \"email\":\"api@payeasy.tech\",\r\n   \"full_name\":\"test user\",\r\n   \"full_address\":\"address 1\",\r\n   \"post_code\":\"34534\",\r\n   \"id_number\":\"1234\",\r\n   \"routing_number\":\"test\",\r\n   \"account_no\":\"0009795493C1\",\r\n   \"account_type\":\"test\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000075\",\n    \"status\": \"created\",\n    \"converted_amount\": \"1579893.00\",\n    \"rate_used\": 7181.3335,\n    \"email\": \"api@payeasy.tech\",\n    \"full_name\": \"test user\",\n    \"post_code\": \"34534\",\n    \"account_type\": \"test\",\n    \"account_no\": \"0009795493C1\",\n    \"routing_number\": \"test\",\n    \"order_created\": \"2023-03-30T06:10:48-03:00\"\n}"}],"_postman_id":"20bf16c0-d3d8-41ea-9705-e0797b846483"},{"name":"withdraw UY","id":"656df54c-f176-42b4-914d-18a775fddf58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"UY\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"f23e1639-b375-4edf-892b-b1b8da2cf48e","name":"withdraw AR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"AR\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \" api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000059\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"converted_amount\": \"45827.00\",\n    \"rate_used\": \"208.305\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"ARS\",\n    \"cbu_number\": \"2850590940090418135201\",\n    \"cuit\": \"30-69330706-2\",\n    \"order_created\": \"2023-03-30T09:04:25.537Z\"\n}"}],"_postman_id":"656df54c-f176-42b4-914d-18a775fddf58"},{"name":"withdraw GT","id":"0e525d39-89fc-4043-b877-049e088a1ef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"GT\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"9eb0ec00-1637-48fa-8ab7-c2cc629713d8","name":"withdraw AR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"GT\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \" api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000448\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"converted_amount\": \"1712.00\",\n    \"rate_used\": \"7.781\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"TEST\",\n    \"order_created\": \"2023-10-24T09:29:03.561Z\"\n}"}],"_postman_id":"0e525d39-89fc-4043-b877-049e088a1ef7"},{"name":"withdraw HN","id":"2b631129-7ecf-41c0-88f5-70e01cb3fd04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"HN\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"52f64210-9347-4b85-a33f-3fbb0afaef62","name":"withdraw AR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"HN\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \" api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000449\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"converted_amount\": \"5336.00\",\n    \"rate_used\": \"24.253\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"TEST\",\n    \"order_created\": \"2023-10-24T09:29:37.568Z\"\n}"}],"_postman_id":"2b631129-7ecf-41c0-88f5-70e01cb3fd04"},{"name":"withdraw OT","id":"24b9522b-4c8d-49d5-bd13-95ea54f908fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"OT\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"TEST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"4c878b9f-8ab6-400f-b275-f244a4b3ad88","name":"withdraw OT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"OT\",\r\n    \"shop_order_id\": \"shop-00233\",\r\n    \"email\": \" api@payeasy.tech\",\r\n    \"full_name\": \"test user\",\r\n    \"full_address\": \"address 1\",\r\n    \"bank_name\": \"test bank\",\r\n    \"account_no\": \"0009795493C1\",\r\n    \"account_type\": \"ARS\",\r\n    \"cbu_number\": \"2850590940090418135201\",\r\n    \"cuit\": \"30-69330706-2\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000449\",\n    \"status\": \"created\",\n    \"usd_amount\": 220,\n    \"converted_amount\": \"5336.00\",\n    \"rate_used\": \"24.253\",\n    \"full_name\": \"test user\",\n    \"bank_name\": \"test bank\",\n    \"account_no\": \"0009795493C1\",\n    \"account_type\": \"TEST\",\n    \"order_created\": \"2023-10-24T09:29:37.568Z\"\n}"}],"_postman_id":"24b9522b-4c8d-49d5-bd13-95ea54f908fb"}],"id":"b2af8873-14cb-4588-a553-5bdcb6081aa0","description":"<p>create a new withdraw order.</p>\n","_postman_id":"b2af8873-14cb-4588-a553-5bdcb6081aa0"},{"name":"Withdraw Crypto","item":[{"name":"withdraw USDT","id":"e8038e42-5eea-43a5-9bfb-23f62b67d8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"1241241\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"Test\",\r\n    \"full_address\": \"full address\",\r\n    \"is_crypto\":true,\r\n    \"usdt_wallet\":\"trc-20 wallet address\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","description":"<p>StartFragment</p>\n<ul>\n<li><strong>country</strong> (in short form) [AR,BO,BR,CO,CR,CL,DO,EC,MX,PA,PE,PY,UY,GT, HN]</li>\n</ul>\n<p><strong>usdt_wallet must be a TRC-20 wallet address</strong></p>\n<p>EndFragment</p>\n","urlObject":{"path":["add","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"f0dd5926-3a8c-4d5f-9081-c60435af07ef","name":"withdraw BR","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"1241241\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"Test\",\r\n    \"full_address\": \"\",\r\n    \"id_number\":  \"04364941915\",\r\n    \"is_crypto\":true,\r\n    \"usdt_wallet\":\"trc-20 wallet address\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"order_no\": \"W1000334\",\n    \"status\": \"created\",\n    \"usd_amount\": 217.8,\n    \"is_usd\": true,\n    \"converted_amount\": \"1102.00\",\n    \"rate_used\": \"5.060\",\n    \"full_name\": \"Test\",\n    \"order_created\": \"2023-10-19T10:37:51.531Z\"\n}"},{"id":"09c7d2ac-80dd-4a06-b399-9d821f682776","name":"withdraw BR 400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 220,\r\n    \"country\": \"BR\",\r\n    \"shop_order_id\": \"1241241\",\r\n    \"email\": \"api@payeasy.tech\",\r\n    \"full_name\": \"Test\",\r\n    \"full_address\": \"\",\r\n    \"id_number\":  \"04364941915\",\r\n    \"is_crypto\":true,\r\n    \"usdt_wallet\":\"trc-20 wallet address\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/add/withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["add","withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"error\": \"Wallet adddress is not a valid USDT.TRC-20\"\n}"}],"_postman_id":"e8038e42-5eea-43a5-9bfb-23f62b67d8da"}],"id":"8a425f13-a1d6-4f23-b067-24fc232ee5c8","description":"<p>create a new withdraw order which will be paid in crypto.</p>\n","_postman_id":"8a425f13-a1d6-4f23-b067-24fc232ee5c8"},{"name":"When We Send the Callback","item":[],"id":"fb080743-64b7-4c2b-927a-ad001426e42f","description":"<p>We only send the callback for <strong>paid</strong> orders. The callback is sent to your registered URL as a <code>GET</code> request with the following query parameters:</p>\n<ul>\n<li><p><code>order_no</code></p>\n</li>\n<li><p><code>shop_order_id</code></p>\n</li>\n<li><p><code>status_updated</code> (ISO timestamp)</p>\n</li>\n<li><p><code>card_number</code> (for card methods only) [optional]</p>\n</li>\n<li><p><code>status=canceled</code> (for cancelled withdraw only) [optional]</p>\n</li>\n<li><p><code>cancel_reason</code> (for cancelled withdraw only) [optional]</p>\n</li>\n</ul>\n<h4 id=\"callback-examples\">Callback Examples</h4>\n<p>When a deposit is paid, we send a GET request to your deposit callback URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Example for Deposit Callback:\nhttps://yourdomain.com/deposit_callback\n  ?order_no=D1000116\n  &amp;shop_order_id=shop-00233\n  &amp;card_number=5111********1111\n  &amp;status_updated=2024-01-01T12:00:00.000Z\n          \n\n</code></pre><p>When a withdraw is paid, we send a GET request to your withdraw callback URL:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Example for Withdraw Callback:\nhttps://yourdomain.com/withdraw_callback\n  ?order_no=W1000107\n  &amp;shop_order_id=shop-00999\n  &amp;status_updated=2024-01-01T12:00:00.000Z\n          \n\n</code></pre><p>(OPTIONAL) When a withdraw is not paid it will be automatically cancelled, we will send a GET callback to the withdraw URL</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>// Example for Withdraw Canceled Callback\nhttps://yourdomain.com/withdraw_callback\n  ?order_no=W1000107\n  &amp;shop_order_id=shop-00999\n  &amp;status=canceled\n  &amp;cancel_reason=Invalid document PIX\n  &amp;status_updated=2024-01-01T12:00:00.000Z\n\n</code></pre>","_postman_id":"fb080743-64b7-4c2b-927a-ad001426e42f"},{"name":"Checkout","item":[{"name":"deposit","id":"3aad0dab-7b06-4498-b8f1-7499de8708b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout-sandbox.payeasy.tech/deposit?order_no=\"order\"&broker=\"client\"&country=\"country code\"","urlObject":{"path":["deposit"],"host":["https://checkout-sandbox.payeasy.tech"],"query":[{"description":{"content":"<p>deposit order no</p>\n","type":"text/plain"},"key":"order_no","value":"\"order\""},{"description":{"content":"<p>broker username</p>\n","type":"text/plain"},"key":"broker","value":"\"client\""},{"description":{"content":"<p>country code [AR,BO,BR,CO,CR,CL,DO,EC,MX,PA,PE,PY,UY]</p>\n","type":"text/plain"},"key":"country","value":"\"country code\""}],"variable":[]}},"response":[],"_postman_id":"3aad0dab-7b06-4498-b8f1-7499de8708b3"}],"id":"0d0e7764-2843-42cb-a32a-ef753e852d0e","_postman_id":"0d0e7764-2843-42cb-a32a-ef753e852d0e","description":""},{"name":"Orders","item":[{"name":"Update deposit to paid.","id":"b62beae1-00f1-4761-9010-213c0e7f53e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_no\":\"D1000159\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/user/deposit?api_key={{API_KEY}}","urlObject":{"path":["user","deposit"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"9c6ce2de-dec3-4c7f-b173-4eb9139b9cc2","name":"Update deposit to paid.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_no\":\"D1000159\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/user/deposit?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["user","deposit"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Deposit order has been paid\",\n    \"data\": {\n        \"payment_method\": \"PIX\",\n        \"cpf_no\": \"95.991.748/0001-00\",\n        \"is_usd\": true,\n        \"date\": \"2022-03-22T14:52:47.466Z\",\n        \"is_calculated\": false,\n        \"is_referral_calculated\": false,\n        \"referral_company\": [],\n        \"ecommerce\": null,\n        \"_id\": \"6239e2bfe9396a0016411053\",\n        \"order_no\": \"D1000159\",\n        \"client_name\": \"test_client\",\n        \"status\": \"paid\",\n        \"usd_amount\": 2,\n        \"country\": \"BR\",\n        \"converted_amount\": 9.95,\n        \"rate_used\": 4.977,\n        \"status_updated\": \"2023-10-11T07:31:07.661Z\",\n        \"shop_order_id\": \"test1 pix\",\n        \"full_Name\": \"Obner Test1\",\n        \"full_address\": \"RUA rua rua\",\n        \"email\": \"obner@mercadoeasy.tech\",\n        \"createdAt\": \"2022-03-22T14:52:47.469Z\",\n        \"updatedAt\": \"2023-10-11T07:31:07.663Z\",\n        \"__v\": 1\n    }\n}"}],"_postman_id":"b62beae1-00f1-4761-9010-213c0e7f53e4"},{"name":"Update withdraw to paid.","id":"c89fdcd7-75ac-4cc3-921e-018487527be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_no\":\"W1000332\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/user/withdraw?api_key={{API_KEY}}","urlObject":{"path":["user","withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"1ec02cba-dc29-43bd-be7c-23ee63535218","name":"Update withdraw to paid.","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_no\":\"W1000332\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-sandbox.payeasy.tech/user/withdraw?api_key=C6CKMCDT8BMMV8QQD3649NVWJ6V5","protocol":"https","host":["api-sandbox","payeasy","tech"],"path":["user","withdraw"],"query":[{"key":"api_key","value":"C6CKMCDT8BMMV8QQD3649NVWJ6V5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"is_usd\": true,\n        \"date\": \"2023-10-19T10:35:26.179Z\",\n        \"is_calculated\": false,\n        \"is_referral_calculated\": false,\n        \"referral_company\": [],\n        \"is_auto_withdraw_failed\": false,\n        \"usdt_wallet\": null,\n        \"usdt_chain\": \"TRC-20\",\n        \"is_crypto\": false,\n        \"payment_method\": \"PIX\",\n        \"is_refund\": false,\n        \"send_refund_email\": false,\n        \"_id\": \"6531066e6d5a044ce9144802\",\n        \"order_no\": \"W1000332\",\n        \"client_name\": \"test_client\",\n        \"status\": \"paid\",\n        \"usd_amount\": 220,\n        \"country\": \"BR\",\n        \"converted_amount\": 1102,\n        \"rate_used\": 5.0091,\n        \"full_name\": \"Test name\",\n        \"shop_order_id\": \"1241241\",\n        \"email\": \"api@payeasy.tech\",\n        \"full_address\": \"full address\",\n        \"bank_name\": \"\",\n        \"bank_branch\": \"\",\n        \"account_no\": \"\",\n        \"account_type\": \"\",\n        \"id_number\": \"04364941913\",\n        \"pix\": \"test@pix.com\",\n        \"key_type\": \"4\",\n        \"status_updated\": \"2023-10-19T10:59:51.796Z\",\n        \"rate_updated\": \"2023-10-19T10:35:26.179Z\",\n        \"deposit_order\": \"\",\n        \"createdAt\": \"2023-10-19T10:35:26.185Z\",\n        \"updatedAt\": \"2023-10-19T10:59:51.798Z\",\n        \"__v\": 0\n    }\n}"}],"_postman_id":"c89fdcd7-75ac-4cc3-921e-018487527be7"},{"name":"GET Rates","id":"76466725-c668-46fb-be6c-e124a10913cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/rates?usd_amount=20&api_key={{API_KEY}}","urlObject":{"path":["rates"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"usd_amount","value":"20"},{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"5ae9db7a-dfc5-47e3-875f-3c4766777f19","name":"get rates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-sandbox.payeasy.tech/rates?usd_amount=20&api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["rates"],"query":[{"key":"usd_amount","value":"20"},{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ar\": {\n        \"deposit_amount\": 4166.0919,\n        \"withdraw_amount\": 4166.0919\n    },\n    \"bo\": {\n        \"deposit_amount\": 138.1755,\n        \"withdraw_amount\": 138.1755\n    },\n    \"br\": {\n        \"deposit_amount\": 102.716,\n        \"withdraw_amount\": 102.716\n    },\n    \"co\": {\n        \"deposit_amount\": 92720,\n        \"withdraw_amount\": 92720\n    },\n    \"cr\": {\n        \"deposit_amount\": 10801.0055,\n        \"withdraw_amount\": 10801.0055\n    },\n    \"cl\": {\n        \"deposit_amount\": 15842.409,\n        \"withdraw_amount\": 15842.409\n    },\n    \"do\": {\n        \"deposit_amount\": 1095.004,\n        \"withdraw_amount\": 1095.004\n    },\n    \"ec\": {\n        \"deposit_amount\": 20,\n        \"withdraw_amount\": 20\n    },\n    \"mx\": {\n        \"deposit_amount\": 361.025,\n        \"withdraw_amount\": 361.025\n    },\n    \"pa\": {\n        \"deposit_amount\": 19.9941,\n        \"withdraw_amount\": 19.9941\n    },\n    \"pe\": {\n        \"deposit_amount\": 75.0803,\n        \"withdraw_amount\": 75.0803\n    },\n    \"py\": {\n        \"deposit_amount\": 143626.6701,\n        \"withdraw_amount\": 143626.6701\n    }\n}"}],"_postman_id":"76466725-c668-46fb-be6c-e124a10913cf"},{"name":"GET all deposit info","id":"e63fc86c-6d5b-479f-9523-d6aa4e8b92c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/all_deposit?api_key={{API_KEY}}","urlObject":{"path":["all_deposit"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"54cd92dd-344e-4911-80fe-9d806fe85933","name":"GET all deposit info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-sandbox.payeasy.tech/all_deposit?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["all_deposit"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"payment_method\": \"PIX\",\n        \"cpf_no\": \"11111111111\",\n        \"is_usd\": true,\n        \"date\": \"2023-03-30T09:12:17.976Z\",\n        \"is_calculated\": false,\n        \"is_referral_calculated\": false,\n        \"_id\": \"64255271283e6b4fe463992d\",\n        \"order_no\": \"D1007097\",\n        \"client_name\": \"crypto_test\",\n        \"status\": \"created\",\n        \"usd_amount\": 200,\n        \"country\": \"BR\",\n        \"converted_amount\": 1027,\n        \"rate_used\": 5.136,\n        \"wallet\": \"\",\n        \"status_updated\": \"2023-03-30T09:12:17.976Z\",\n        \"shop_order_id\": \"shop-00233\",\n        \"full_Name\": \"user name\",\n        \"full_address\": \"address1\",\n        \"email\": \"api@payeasy.tech\",\n        \"createdAt\": \"2023-03-30T09:12:17.977Z\",\n        \"updatedAt\": \"2023-03-30T09:12:17.977Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"e63fc86c-6d5b-479f-9523-d6aa4e8b92c4"},{"name":"GET all withdraw info","id":"fbe3b8c3-9470-4f9c-8664-0a14b32e2d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/all_withdraw?api_key={{API_KEY}}","urlObject":{"path":["all_withdraw"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[{"id":"99b15476-7259-46c5-9473-453106ce9978","name":"GET all withdraw info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-sandbox.payeasy.tech/all_withdraw?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["all_withdraw"],"query":[{"key":"api_key","value":"{{API_KEY}}"}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"is_usd\": true,\n        \"date\": \"2023-03-30T09:04:25.533Z\",\n        \"is_calculated\": false,\n        \"is_referral_calculated\": false,\n        \"_id\": \"64255099098738e6833b681a\",\n        \"order_no\": \"W1000059\",\n        \"client_name\": \"crypto_test\",\n        \"status\": \"created\",\n        \"usd_amount\": 220,\n        \"converted_amount\": 45827,\n        \"rate_used\": 208.3046,\n        \"country\": \"AR\",\n        \"full_name\": \"test user\",\n        \"shop_order_id\": \"shop-00233\",\n        \"email\": \"api@payeasy.tech\",\n        \"full_address\": \"address 1\",\n        \"bank_name\": \"test bank\",\n        \"account_no\": \"0009795493C1\",\n        \"account_type\": \"ARS\",\n        \"cbu_number\": \"2850590940090418135201\",\n        \"cuit\": \"30-69330706-2\",\n        \"status_updated\": \"2023-03-30T09:04:25.533Z\",\n        \"rate_updated\": \"2023-03-30T09:04:25.533Z\",\n        \"createdAt\": \"2023-03-30T09:04:25.537Z\",\n        \"updatedAt\": \"2023-03-30T09:04:25.537Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"fbe3b8c3-9470-4f9c-8664-0a14b32e2d90"},{"name":"GET single deposit info","id":"61acab2a-d298-4fdc-8010-962610204933","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/user/deposit/:{{order_no}}?api_key={{API_KEY}}","urlObject":{"path":["user","deposit",":{{order_no}}"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[{"type":"any","value":"D1026306","key":"{{order_no}}"}]}},"response":[{"id":"7fe6a23d-7285-4fa1-82f3-7d80a6765964","name":"GET single deposit info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-sandbox.payeasy.tech/user/deposit/:order_no?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["user","deposit",":order_no"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[{"key":"order_no","value":"D1007097"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"payment_method\": \"PIX\",\n    \"cpf_no\": \"11111111111\",\n    \"is_usd\": true,\n    \"date\": \"2023-03-30T09:12:17.976Z\",\n    \"is_calculated\": false,\n    \"is_referral_calculated\": false,\n    \"_id\": \"64255271283e6b4fe463992d\",\n    \"order_no\": \"D1007097\",\n    \"client_name\": \"crypto_test\",\n    \"status\": \"created\",\n    \"usd_amount\": 200,\n    \"country\": \"BR\",\n    \"converted_amount\": 1027,\n    \"rate_used\": 5.136,\n    \"wallet\": \"\",\n    \"status_updated\": \"2023-03-30T09:12:17.976Z\",\n    \"shop_order_id\": \"shop-00233\",\n    \"full_Name\": \"user name\",\n    \"full_address\": \"address1\",\n    \"email\": \"api@payeasy.tech\",\n    \"createdAt\": \"2023-03-30T09:12:17.977Z\",\n    \"updatedAt\": \"2023-03-30T09:12:17.977Z\",\n    \"__v\": 0\n}"}],"_postman_id":"61acab2a-d298-4fdc-8010-962610204933"},{"name":"GET single withdraw info","id":"1454fb16-80c8-49a3-a03a-46b47332a58f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/user/withdraw/:{{order_no}}?api_key={{API_KEY}}","urlObject":{"path":["user","withdraw",":{{order_no}}"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[{"type":"any","value":"W1000330","key":"{{order_no}}"}]}},"response":[{"id":"f7d6ca5b-991e-40fb-803e-12fca22c58b6","name":"GET single withdraw info","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api-sandbox.payeasy.tech/user/withdraw/:order_no?api_key={{API_KEY}}","host":["https://api-sandbox.payeasy.tech"],"path":["user","withdraw",":order_no"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[{"key":"order_no","value":"W1000059"}]}},"code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\n    \"date\": \"2023-10-11T10:18:14.060Z\",\n    \"payment_method\": \"PIX\",\n    \"_id\": \"65267666a914077b49ddafe5\",\n    \"order_no\": \"W1000207\",\n    \"client_name\": \"test_client\",\n    \"status\": \"finished\",\n    \"usd_amount\": 1,\n    \"country\": \"BR\",\n    \"converted_amount\": 3,\n    \"rate_used\": 5.0519,\n    \"full_name\": \"Test\",\n    \"shop_order_id\": \"65267665a914077b49ddafe4\",\n    \"email\": \"api@payeasy.tech\",\n    \"full_address\": \"address 123\",\n    \"id_number\": \"19542597714917\",\n    \"pix\": \"19542597714917\",\n    \"key_type\": \"2\",\n    \"status_updated\": \"2023-10-11T10:18:17.836Z\",\n    \"rate_updated\": \"2023-10-11T10:18:14.060Z\",\n    \"deposit_order\": \"D1026124\",\n    \"createdAt\": \"2023-10-11T10:18:14.071Z\",\n    \"updatedAt\": \"2023-10-11T10:18:17.836Z\",\n    \"receipt_file\": \"https://s3.sa-east-1.amazonaws.com/new-cdn.trio.com.br/comprovante-sandbox.pdf\"\n}"}],"_postman_id":"1454fb16-80c8-49a3-a03a-46b47332a58f"}],"id":"0cf73ebe-bec7-451f-8990-8e2c7f5df62a","_postman_id":"0cf73ebe-bec7-451f-8990-8e2c7f5df62a","description":""},{"name":"Subscription","item":[{"name":"New Request","id":"58998e3b-52c0-429a-9237-4466d810628c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"plan_id\":\"price_1NBaCTKujW4xdiHM1N8oxBzb\",\r\n   \"email\":\"mdnuruddin043@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/add/subscription?api_key={{API_KEY}}","urlObject":{"path":["add","subscription"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[],"_postman_id":"58998e3b-52c0-429a-9237-4466d810628c"}],"id":"10648f38-11a1-4f8f-98f4-ef369c9d9685","_postman_id":"10648f38-11a1-4f8f-98f4-ef369c9d9685","description":""},{"name":"Update Callback URL","item":[{"name":"get callback urls","id":"2fb03594-a787-4473-8947-152c1c73b2ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-sandbox.payeasy.tech/api/callback_url?api_key={{API_KEY}}","urlObject":{"path":["api","callback_url"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[],"_postman_id":"2fb03594-a787-4473-8947-152c1c73b2ad"},{"name":"add or update callback url","id":"ed62392d-92b7-4945-953b-368038e12bcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"withdraw_callback\": \"https://localhost:4000\",\r\n    \"deposit_callback\": \"https://localhost:4000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api-sandbox.payeasy.tech/api/callback_url?api_key={{API_KEY}}","urlObject":{"path":["api","callback_url"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[],"_postman_id":"ed62392d-92b7-4945-953b-368038e12bcf"},{"name":"delete both callback url","id":"1ec58f1c-79c5-498d-b3c4-8818fd972526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-sandbox.payeasy.tech/api/callback_url?api_key={{API_KEY}}","urlObject":{"path":["api","callback_url"],"host":["https://api-sandbox.payeasy.tech"],"query":[{"key":"api_key","value":"{{API_KEY}}"}],"variable":[]}},"response":[],"_postman_id":"1ec58f1c-79c5-498d-b3c4-8818fd972526"}],"id":"8abeee62-61d3-4177-8d3b-db19cdbd6c42","_postman_id":"8abeee62-61d3-4177-8d3b-db19cdbd6c42","description":""}],"event":[{"listen":"prerequest","script":{"id":"b494d611-3d93-467a-9cd0-dfd21fe7f11a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8be5861c-53b8-489e-a00c-195c79a9735d","type":"text/javascript","exec":[""]}}],"variable":[{"key":"BASE_URL","value":"https://api-sandbox.payeasy.tech","type":"string"},{"key":"API_KEY","value":"{{API_KEY}}","type":"string"},{"key":"CHECKOUT_URL","value":"https://checkout-sandbox.payeasy.tech","type":"string"}]}