{"info":{"_postman_id":"b60fc37f-f4c6-4106-8e0d-31c598f3accb","name":"PayGate.to - Payment Gateway with Instant Payouts, Instant Approval, No Sign Up, No Rolling Reserve: High-Risk Merchant Account","description":"<html><head></head><body><p>This publicily available API provided by PayGate.to allows you to generate payment links anonymously without KYC. You can accept <strong>Credit/debit card (including MasterCard, Visa, and Maestro) – Apple Pay – Google Pay</strong> – SEPA or ACH local bank transfer. You will receive instant payouts to your USDC (Polygon) wallet address once the customer pay using the link. For more information visit: <a href=\"https://paygate.to/instant-payment-gateway/\">https://paygate.to/instant-payment-gateway/</a></p>\n<p>For successful payment link generation you need to make two mandatory steps:</p>\n<ol>\n<li><p>Generate a temporary encrypted wallet address using <code>GET</code> <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#9f7c5d95-9ca3-495a-931a-128d76ecd92e\">wallet.php</a> by passing a unique callback URL + your own USDC (Polygon) wallet address to receive payouts. Optionally you can use the affiliate.php wallet creator and pass an additional wallet you own to earn affiliate percentage commission on every sale.</p>\n</li>\n<li><p>Redirect the customer to the payment page by passing the generated encrypted wallet address along with other required parameters through another <code>GET</code> request to <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#d9a2f09d-2103-42e5-989d-3717be050c09\">Process Payment</a> This rquest will directly send the customer to the payment page.</p>\n</li>\n</ol>\n<p>Please consult <a href=\"https://paygate.to/instant-payment-gateway/#minimumorder\">minimum order values for payment providers</a>. Optionally you can <a href=\"https://paygate.to/affiliate-white-label/\">white-label</a> this API and <a href=\"https://paygate.to/white-label-api-custom-domain-guide/\">use your own custom domain</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14826208","collectionId":"b60fc37f-f4c6-4106-8e0d-31c598f3accb","publishedId":"2sA3Bj9aBi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-04-15T19:10:37.000Z"},"item":[{"name":"Standard Integration","item":[{"name":"Create Wallet","id":"9f7c5d95-9ca3-495a-931a-128d76ecd92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paygate.to/control/wallet.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forders.php%3Fnumber%3D8271468415326","description":"<p>This endpoint retrieves wallet control information by making an HTTP GET request to the specified URL. The request includes the wallet address and a callback URL. The response returns a status code of 200, along with the encrypted receiving wallet address and callback URL in the JSON format.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><p><code>address</code>: The wallet address to receive instant payouts after customer payment. Wallet must be a valid USDC (Polygon).</p>\n</li>\n<li><p><code>callback</code>: urlencoded callback URL where the payment confirmation will be sent using <strong>GET</strong> request. You must have at least one unique <strong>GET</strong> parameter with each request. <em><strong>If you use the same parameter value again the same temporary receiving address will be provided in the response</strong></em><strong>.</strong> <strong>In production use your own unique callback NOT example.com</strong></p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response returns a newly generated encrypted receiving temporary wallet address and the same provided callback URL for confirmation in the JSON format. You may need to json_decode(); the response <code>address_in</code> to pass it in the next step.</p>\n<ul>\n<li><p><code>address_in</code> : This is the encrypted wallet address that need to be passed to the payment link generator (Process Payment) in the second step.</p>\n</li>\n<li><p><code>polygon_address_in</code> : This is the generated receiving address decrypted for easy payment tracking. You can't pass this address directly to the second step, you need to pass the encrypted <code>address_in</code>.</p>\n</li>\n<li><p><code>callback_url</code> : This is the same callback URL you passed containing all your parameters returned in a decoded format for confirmation. Our bot will send a <strong>GET</strong> request to this URL when the customer complete the payment containing all your parameters with an additional parameter <code>value_coin</code> representing the actual USDC value sent by the payment provider which can be useful for your system in case you want to verify the sent amount.</p>\n</li>\n<li><p><code>ipn_token</code>: This token is useful when provided to our support team we will be able to track your payment and investigate failed callback events.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["control","wallet.php"],"host":["api","paygate","to"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forders.php%3Fnumber%3D8271468415326"}],"variable":[]}},"response":[{"id":"dddc3098-4dc4-4d03-b8c9-1de94b056741","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/wallet.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forders.php%3Fnumber%3D8271468415326","protocol":"https","host":["api","paygate","to"],"path":["control","wallet.php"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forders.php%3Fnumber%3D8271468415326"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 16:01:38 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"372"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_in\": \"eE5A43DAkczRwxoW3IL7sGsRh6CiMx4kkTCccr6n%2FYMTGhy9b1eeIJLTr9Lho64fJTIeOfgsnJNNc%2FarqtR1jw%3D%3D\",\n    \"polygon_address_in\": \"0x756C4D5EAad2165b3841a543Cf851Eed6AAF211B\",\n    \"callback_url\": \"https://www.example.com/orders.php?number=8271468415326\",\n    \"ipn_token\": \"ZEE2cW8zb1N0N2otZEc3eHh3MDNUU1lTMEExYmVvcDBVNlVBcEl5Y01RcmFTMUtpbExHX0V2QTJucXpQRVdGRnQ3dzhmUVhYZUE%3D\"\n}"}],"_postman_id":"9f7c5d95-9ca3-495a-931a-128d76ecd92e"},{"name":"Process Payment","id":"d9a2f09d-2103-42e5-989d-3717be050c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.paygate.to/process-payment.php?address=eE5A43DAkczRwxoW3IL7sGsRh6CiMx4kkTCccr6n%2FYMTGhy9b1eeIJLTr9Lho64fJTIeOfgsnJNNc%2FarqtR1jw%3D%3D&amount=103.78&provider=moonpay&email=john%40example.com&currency=USD","description":"<p>This endpoint will redirect the customer to the payment page. You should treat this as the payment URL. Your CMS should pass all the following parameters.</p>\n<ul>\n<li><p><code>address</code>: you need to pass the <strong>encrypted</strong> <code>address_in</code> generated from <code>GET</code> <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#9f7c5d95-9ca3-495a-931a-128d76ecd92e\">wallet.php</a> | Passing your payout wallet address directly without the first step will result in a 400 bad request.</p>\n</li>\n<li><p><code>amount</code>: Amount you need the customer to pay. For example <code>105.78</code> this should be the order total in your system. You can add more fees by passing bigger amounts to cover the payment processing fees.</p>\n</li>\n<li><p><code>provider</code>: Possible values can be fetched from provider <code>id</code> at <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#b2bb7f98-c48a-420c-b06c-ec6f785f2e8d\">provider status endpoint</a>. Other providers can be available exclusively through the <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#365839e7-152a-4839-a094-6372f44ae6b2\">Multi-provider mode</a> only.</p>\n</li>\n<li><p><code>email</code>: urlencoded customer email address</p>\n</li>\n<li><p><code>currency</code>: Currency code, for example: <code>USD</code> or <code>EUR</code> or <code>CAD</code><br />  <strong>stripe</strong>, <strong>transfi, robinhood</strong> and <strong>bitnovo</strong> providers values need to be in <code>USD</code> only!<br />  <strong>upi</strong> is <code>INR</code> currency only! | <strong>interac</strong> is <code>CAD</code> currency only!</p>\n</li>\n</ul>\n<p>Please note that you are not allowed to use the payment link within embedded iframe, user must be redirected to the licensed payment provider page directly. Your system will be notified after customer payment using the predefined callback URL.</p>\n<p>By default when the end customer is redirected through this endpoint our servers would detect the customer location country automatically. However in some cases you may want to hide our domain completely and fetch the end provider payment URL that this endpoint is redirecting to. In this case you may need to note that payment links are usually built based on end customer location country and you should always make sure to pass the end user geo country ISO code by passing HTTP request header <code>PGTO-IPCountry</code> with its value as the country ISO code of end user for example <code>ES</code> for Spain.</p>\n","urlObject":{"protocol":"https","path":["process-payment.php"],"host":["checkout","paygate","to"],"query":[{"key":"address","value":"eE5A43DAkczRwxoW3IL7sGsRh6CiMx4kkTCccr6n%2FYMTGhy9b1eeIJLTr9Lho64fJTIeOfgsnJNNc%2FarqtR1jw%3D%3D"},{"key":"amount","value":"103.78"},{"key":"provider","value":"moonpay"},{"key":"email","value":"john%40example.com"},{"key":"currency","value":"USD"}],"variable":[]}},"response":[],"_postman_id":"d9a2f09d-2103-42e5-989d-3717be050c09"},{"name":"Multi-provider Mode (optional)","id":"365839e7-152a-4839-a094-6372f44ae6b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.paygate.to/pay.php?address=eE5A43DAkczRwxoW3IL7sGsRh6CiMx4kkTCccr6n%2FYMTGhy9b1eeIJLTr9Lho64fJTIeOfgsnJNNc%2FarqtR1jw%3D%3D&amount=103.78&email=john%40example.com&currency=USD&domain=checkout.paygate.to","description":"<p>This endpoint is similar to process-payment.php but it will redirect the customer to a hosted page with multi-provider selection list. Options displayed on the hosted payment page are based on several factors including but not limited to customer location, payment amount and currency. GET parameters can be as follows:</p>\n<h3 id=\"required-parameters\">Required Parameters</h3>\n<ul>\n<li><p><code>address</code>: you need to pass the ecnrypted <code>address_in</code> generated from <code>GET</code> <a href=\"https://api.paygate.to/control/wallet.php\">https://api.paygate.to/control/wallet.php</a> | Passing your payout wallet address directly without the first step will result in a 400 bad request.</p>\n</li>\n<li><p><code>amount</code>: Amount you need the customer to pay. For example <code>105.78</code> this should be the order total in your system. You can add more fees by passing bigger amounts to cover the payment processing fees.</p>\n</li>\n<li><p><code>email</code>: urlencoded customer email address</p>\n</li>\n<li><p><code>currency</code>: Currency code, for example: <code>USD</code> or <code>EUR</code> or <code>CAD</code></p>\n</li>\n</ul>\n<h4 id=\"optional-parameters\">Optional Parameters</h4>\n<ul>\n<li><p><code>domain</code>: This is an <strong>optional parameter</strong> to <a href=\"https://paygate.to/white-label-api-custom-domain-guide/\">white-label (rebrand)</a> the hosted checkout page with your own custom domain name. You can set your own rebranded subdomain that will replace any instance of checkout.paygate.to in the hosted payment page code. The format of this optional parameter value should be like checkout.example.com and it can be set to be hidden within your cloudflare worker code to prevent manipulation.</p>\n</li>\n<li><p><code>logo</code>: urlencoded image URL to be used as the brand logo displayed on the multi-coin crypto checkout page. This is an optional value and it can be for example your own website/brand logo.</p>\n</li>\n<li><p><code>background</code>: urlencoded HEX color code to optionally change the background color of the checkout page. Instead of HEX code you may pass direct CSS color naming like green, blue, orange, etc.</p>\n</li>\n<li><p><code>theme</code>: urlencoded HEX color code to optionally change the theme color of the checkout page. Instead of HEX code you may pass direct CSS color naming like green, blue, orange, etc.</p>\n</li>\n<li><p><code>button</code>: urlencoded HEX color code to optionally change the checkout page button color. Instead of HEX code you may pass direct CSS color naming like green, blue, orange, etc.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["pay.php"],"host":["checkout","paygate","to"],"query":[{"key":"address","value":"eE5A43DAkczRwxoW3IL7sGsRh6CiMx4kkTCccr6n%2FYMTGhy9b1eeIJLTr9Lho64fJTIeOfgsnJNNc%2FarqtR1jw%3D%3D"},{"key":"amount","value":"103.78"},{"key":"email","value":"john%40example.com"},{"key":"currency","value":"USD"},{"key":"domain","value":"checkout.paygate.to"}],"variable":[]}},"response":[],"_postman_id":"365839e7-152a-4839-a094-6372f44ae6b2"},{"name":"List All Providers","id":"b2bb7f98-c48a-420c-b06c-ec6f785f2e8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paygate.to/control/provider-status","description":"<p>This endpoint will return full list of possible providers you can use within the credit card system and their minimum order value. No extra <code>GET</code> parameters needed with this endpoint.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>id</code>: This is the API provider id to be used as <code>&amp;provider=</code> parameter value for <a href=\"https://documenter.getpostman.com/view/14826208/2sA3Bj9aBi#d9a2f09d-2103-42e5-989d-3717be050c09\">process payment link</a>.</p>\n</li>\n<li><p><code>provider_name</code>: User friendly (human readable) provider name.</p>\n</li>\n<li><p><code>status</code>: Up to date status of the provider. If it is not active then you should avoid using this provider in your system.</p>\n</li>\n<li><p><code>minimum_currency</code>: The currency of the minimum allowed order amount for this provider. Note that the provider may still support other currencies.</p>\n</li>\n<li><p><code>minimum_amount</code>: The minimum order amount for this provider.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["control","provider-status"],"host":["api","paygate","to"],"query":[],"variable":[]}},"response":[{"id":"54df5e6d-65a8-4281-8849-ba87629fafae","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":"https://api.paygate.to/control/provider-status"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 18 Dec 2025 21:13:02 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"4521"},{"key":"Keep-Alive","value":"timeout=5, max=99"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"providers\": [\n        {\n            \"id\": \"wert\",\n            \"provider_name\": \"Wert.io\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 1\n        },\n        {\n            \"id\": \"stripe\",\n            \"provider_name\": \"Stripe (USA)\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 2\n        },\n        {\n            \"id\": \"coinbase\",\n            \"provider_name\": \"Coinbase Pay\",\n            \"status\": \"redirected\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 2\n        },\n        {\n            \"id\": \"rampnetwork\",\n            \"provider_name\": \"ramp.network\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 4\n        },\n        {\n            \"id\": \"robinhood\",\n            \"provider_name\": \"Robinhood (USA)\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 5\n        },\n        {\n            \"id\": \"revolut\",\n            \"provider_name\": \"Revolut (EU/EEA)\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"EUR\",\n            \"minimum_amount\": 6\n        },\n        {\n            \"id\": \"unlimit\",\n            \"provider_name\": \"Unlimit\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 10\n        },\n        {\n            \"id\": \"bitnovo\",\n            \"provider_name\": \"Bitnovo\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 10\n        },\n        {\n            \"id\": \"kryptonim\",\n            \"provider_name\": \"Kryptonim\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 10\n        },\n        {\n            \"id\": \"topper\",\n            \"provider_name\": \"Topper\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 10\n        },\n        {\n            \"id\": \"gateconnect\",\n            \"provider_name\": \"Gate Connect\",\n            \"status\": \"unstable\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 10\n        },\n        {\n            \"id\": \"transak\",\n            \"provider_name\": \"Transak\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 15\n        },\n        {\n            \"id\": \"binance\",\n            \"provider_name\": \"Binance Connect\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 15\n        },\n        {\n            \"id\": \"alchemypay\",\n            \"provider_name\": \"Alchemy Pay\",\n            \"status\": \"redirected\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 15\n        },\n        {\n            \"id\": \"moonpay\",\n            \"provider_name\": \"MoonPay\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 20\n        },\n        {\n            \"id\": \"banxa\",\n            \"provider_name\": \"Banxa\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 20\n        },\n        {\n            \"id\": \"guardarian\",\n            \"provider_name\": \"Guardarian\",\n            \"status\": \"redirected\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 20\n        },\n        {\n            \"id\": \"cryptix\",\n            \"provider_name\": \"Cryptix\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 20\n        },\n        {\n            \"id\": \"particle\",\n            \"provider_name\": \"particle.network\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 30\n        },\n        {\n            \"id\": \"mercuryo\",\n            \"provider_name\": \"mercuryo.io\",\n            \"status\": \"unstable\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 30\n        },\n        {\n            \"id\": \"sardine\",\n            \"provider_name\": \"Sardine.ai\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 30\n        },\n        {\n            \"id\": \"simpleswap\",\n            \"provider_name\": \"SimpleSwap\",\n            \"status\": \"unstable\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 30\n        },\n        {\n            \"id\": \"utorg\",\n            \"provider_name\": \"UTORG\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 50\n        },\n        {\n            \"id\": \"simplex\",\n            \"provider_name\": \"Simplex\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 50\n        },\n        {\n            \"id\": \"transfi\",\n            \"provider_name\": \"Transfi\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"USD\",\n            \"minimum_amount\": 70\n        },\n        {\n            \"id\": \"upi\",\n            \"provider_name\": \"UPI/IMPS\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"INR\",\n            \"minimum_amount\": 1600\n        },\n        {\n            \"id\": \"interac\",\n            \"provider_name\": \"Interac\",\n            \"status\": \"active\",\n            \"minimum_currency\": \"CAD\",\n            \"minimum_amount\": 100\n        }\n    ]\n}"}],"_postman_id":"b2bb7f98-c48a-420c-b06c-ec6f785f2e8d"}],"id":"5e5d4429-f645-4e30-9be6-e6748466d872","description":"<p>Standard integration is for merchants who want to use PayGate.to credit card system directly. Merchant would only need a valid crypto EVM wallet to access the system and it should be a self-custodial wallet to avoid any possible payout issues or coin mismatch. The TrustWallet SWIFT option is the best for beginners who don't understand how crypto works since it provides a single wallet address to receive all coins. While it is possible to use exchanges like a Binance deposit addresses it is not recommended.</p>\n<p>There are two important notes regarding the integration:</p>\n<ol>\n<li><p>You must use the API to create a unique encrypted wallet <code>address_in</code> for each customer and you should avoid reusing the same link for multiple customers otherwise it will get blocked.</p>\n</li>\n<li><p>Creating a unique wallet requires passing a unique callback link of your own with each request. Make sure the links have a unique <code>GET</code> parameter value for each like for example a unique order number or invoice ID.</p>\n</li>\n</ol>\n","_postman_id":"5e5d4429-f645-4e30-9be6-e6748466d872"},{"name":"Affiliate System","item":[{"name":"Affiliate Create Wallet (optional)","id":"77215a20-538f-41f6-91e5-4dc0e0cb0e6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paygate.to/control/affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82176413628089&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06","description":"<p>Optionally if you want to white-label (rebrand) our payment gateway then you can use this endpoint as the first step and pass your affiliate wallet as an extra <code>affiliate</code> parameter to earn commission on every sale. Merchant wallet and affiliate wallet must be different or the request will fail.</p>\n","urlObject":{"protocol":"https","path":["control","affiliate.php"],"host":["api","paygate","to"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82176413628089"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"}],"variable":[]}},"response":[{"id":"27b9fe4a-e611-45f7-aeca-e5b58511451f","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82176413628089&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06","protocol":"https","host":["api","paygate","to"],"path":["control","affiliate.php"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82176413628089"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 16:04:10 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"364"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_in\": \"aV9oMn9gnOq8ykVfkWzIiNiDqS4Cx2sPmepd0v%2F%2BOX5WJ9AZsUBWqlYsOQxuOy1%2FhlP%2BEDkctFyu6HYFpfOMlg%3D%3D\",\n    \"polygon_address_in\": \"0x82b1d4439e0dcB404aCC3b1aDfA4b00d11Ec5df8\",\n    \"callback_url\": \"https://www.example.com/order?number=82176413628089\",\n    \"ipn_token\": \"ZEE2cW8zb1N0N2otZEc3eHh3MDNUU1lTMEExYmVvcDBVNlVBcEl6UWNRX2ZXUWktM09UdlJyVTlrcV9MRm1kTHY3QTA%3D\"\n}"}],"_postman_id":"77215a20-538f-41f6-91e5-4dc0e0cb0e6c"},{"name":"Custom Affiliate Commission (optional)","id":"5bcee463-af55-4e7f-914e-bfdcb71f4098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paygate.to/control/custom-affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173313628090&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06&affiliate_fee=0.01&merchant_fee=0.98","description":"<p>This optional endpoint is for advanced rebranding usage. If you want to rebrand (white-label) and set a custom redistribution of the payout or set a custom commssion fee to yourself as an affiliate then you can optionally use this endpoint to create wallets. This endpoint is similar to the Affiliate endpoint with two extra parameters <code>affiliate_fee</code> and <code>merchant_fee</code>. Those two parameters can be used to distribute percentage of the instant payout to <code>address</code> and <code>affiliate</code> wallets.</p>\n<p><code>affiliate_fee</code> is used to set percentage to the <code>affiliate</code> wallet, if it is set to 0.01 this wallet would receive 1% of the total final payout. <code>merchant_fee</code> is used to set percentage to the <code>address</code> wallet, if it is set to 0.98 then this wallet would receive 98% of the total final payout.</p>\n<p><strong>The sum of affiliate_fee and merchant_fee must always be 0.99 as our service fee is 1% of the total payout</strong>. If the total is not 0.99 the request would fail.</p>\n","urlObject":{"protocol":"https","path":["control","custom-affiliate.php"],"host":["api","paygate","to"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173313628090"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"},{"key":"affiliate_fee","value":"0.01"},{"key":"merchant_fee","value":"0.98"}],"variable":[]}},"response":[{"id":"3f8d5a9c-2176-4b76-b1f0-e4cc5a51b6f5","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/custom-affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173313628090&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06&affiliate_fee=0.01&merchant_fee=0.98","protocol":"https","host":["api","paygate","to"],"path":["control","custom-affiliate.php"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173313628090"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"},{"key":"affiliate_fee","value":"0.01"},{"key":"merchant_fee","value":"0.98"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 16:04:59 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"364"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_in\": \"PSHb7nNwS2o06r0DqAWrXmB8wc8IM%2Fww8An%2F6NnshnsSq0ng%2Bpi4%2B6BIjNg2J8mI67Nt1mtagMetMw93izaXbg%3D%3D\",\n    \"polygon_address_in\": \"0xA7Eba8e2e69CEe6e2AAB875B2Dd97F8698Dd8BAb\",\n    \"callback_url\": \"https://www.example.com/order?number=82173313628090\",\n    \"ipn_token\": \"ZEE2cW8zb1N0N2otZEc3eHh3MDNUU1lTMEExYmVvcDBVNlVBcEl6UWNRX2ZXUWktM09UdlJyVTRsYV9MRm1kTHY3RTk%3D\"\n}"}],"_postman_id":"5bcee463-af55-4e7f-914e-bfdcb71f4098"},{"name":"Sub-Affiliate (Optional)","id":"e74d712c-5a25-4a23-9197-851e45074dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paygate.to/control/custom-sub-affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173314628191&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06&affiliate_fee=0.01&merchant_fee=0.97&sub_affiliate_fee=0.01&sub_affiliate=0x082489A616aB4D46d1947eE3F912e080815b08DA","description":"<p>This optional endpoint is for advanced rebranding usage. If you want to rebrand (white-label) and set a custom redistribution of the payout or set a custom commssion fee for both yourself as an affiliate and your sub-affiliate then you can optionally use this endpoint to create wallets. This endpoint is similar to the Affiliate endpoint with extra parameters <code>affiliate_fee</code> , <code>sub_affiliate_fee</code> and <code>merchant_fee</code>. Those parameters can be used to distribute percentage of the instant payout to <code>address</code>, <code>sub-affiliate</code> and <code>affiliate</code> wallets.</p>\n<p><code>affiliate_fee</code> is used to set percentage to the <code>affiliate</code> wallet, if it is set to 0.01 this wallet would receive 1% of the total final payout. <code>merchant_fee</code> is used to set percentage to the <code>address</code> wallet, if it is set to 0.97 then this wallet would receive 97% of the total final payout. <code>sub_affiliate_fee</code> is used to set percentage to the <code>sub_affiliate</code> wallet, if it is set to 0.01 the <code>sub_affiliate</code> would receive 1% of the final payout.</p>\n<p><strong>The sum of affiliate_fee, sub_affiliate_fee and merchant_fee must always be 0.99 as our service fee is 1% of the total payout</strong>. If the total is not 0.99 the request would fail.</p>\n","urlObject":{"protocol":"https","path":["control","custom-sub-affiliate.php"],"host":["api","paygate","to"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173314628191"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"},{"key":"affiliate_fee","value":"0.01"},{"key":"merchant_fee","value":"0.97"},{"key":"sub_affiliate_fee","value":"0.01"},{"key":"sub_affiliate","value":"0x082489A616aB4D46d1947eE3F912e080815b08DA"}],"variable":[]}},"response":[{"id":"3842d10f-8f34-4a4a-9a97-73f24bf5bbd7","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/custom-sub-affiliate.php?address=0xF977814e90dA44bFA03b6295A0616a897441aceC&callback=https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173314628191&affiliate=0x3c783c21a0383057D128bae431894a5C19F9Cf06&affiliate_fee=0.01&merchant_fee=0.97&sub_affiliate_fee=0.01&sub_affiliate=0x082489A616aB4D46d1947eE3F912e080815b08DA","protocol":"https","host":["api","paygate","to"],"path":["control","custom-sub-affiliate.php"],"query":[{"key":"address","value":"0xF977814e90dA44bFA03b6295A0616a897441aceC"},{"key":"callback","value":"https%3A%2F%2Fwww.example.com%2Forder%3Fnumber%3D82173314628191"},{"key":"affiliate","value":"0x3c783c21a0383057D128bae431894a5C19F9Cf06"},{"key":"affiliate_fee","value":"0.01"},{"key":"merchant_fee","value":"0.97"},{"key":"sub_affiliate_fee","value":"0.01"},{"key":"sub_affiliate","value":"0x082489A616aB4D46d1947eE3F912e080815b08DA"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 16:05:47 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"360"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"address_in\": \"wBWnsV63iw08CXjZ%2BYQwKYMRz5K4mpBRZwHuGe5PUKmpVyBLgI5PXJqvs4X11%2F6zRrqtAnyI3kYvE1J0SSUaYA%3D%3D\",\n    \"polygon_address_in\": \"0x1a65e22d1A8e3001574446D6d92632D5E075073a\",\n    \"callback_url\": \"https://www.example.com/order?number=82173314628191\",\n    \"ipn_token\": \"ZEE2cW8zb1N0N2otZEc3eHh3MDNUU1lTMEExYmVvcDBVNlVBcEl6UWNRX2ZXUWktM09UdlJyVTRsYV9NRm1kTHZyRTg%3D\"\n}"}],"_postman_id":"e74d712c-5a25-4a23-9197-851e45074dd9"}],"id":"9e409106-de4f-4d33-a456-ca3366b3e58c","description":"<p>The affiliate system works the same way as the standard integration but it would allow sending and distributing the payout to multiple wallets. This would be controlled at the encrypted wallet creation step (<code>address_in</code>).</p>\n<p>There are multiple possible setups for the affiliate system:</p>\n<ol>\n<li><p>Follow the easy <a href=\"https://paygate.to/white-label-api-custom-domain-guide/\">custom domain guide</a> to fully integrate the system with or without affiliate commission. Using this easy method you can set your own <strong>custom set commission,</strong> rebranding the payment gateway with minimal coding skills.</p>\n</li>\n<li><p>Use this API server side to earn the default 0.5% or any <strong>custom set commission</strong> as you wish. (Payouts will be distributed to two wallets one is the merchant and the other is for the affiliate who rebranded the system).</p>\n</li>\n<li><p>Use this API server side to create an advanced integration with both sub-merchants and sub-affiliates. So you would have merchants using your system and affiliates under you doing marketing to the rebranded payment gateway.</p>\n</li>\n</ol>\n<p>In all use cases it is instant approval and instant payouts for all. The generated receiving wallets will automatically send payouts per the set API commission percentage. <em>Make sure the merchant wallets and affiliate wallets are different otherwise requests will fail</em>.</p>\n","_postman_id":"9e409106-de4f-4d33-a456-ca3366b3e58c"},{"name":"Convert to USD","id":"25bdca17-8411-4e9f-aa81-06c6b4e35342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paygate.to/control/convert.php?from=EUR&value=1258.31","description":"<p>Some providers like <code>wert</code>, <code>Stripe</code>, <code>Transfi</code> and <code>rampnetwork</code> supports USD only. You may need to convert your amount to USD currency.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p><code>from</code> : The from currency code you want to convert to USD for example: EUR or SEK.<br /><code>value</code> : The amount of the from currency to be converted to USD.</p>\n<h3 id=\"response\">Response</h3>\n<p><code>value_coin</code> : Converted amount to USD.<br /><code>exchange_rate</code> : Currency conversion rate to USD.</p>\n","urlObject":{"protocol":"https","path":["control","convert.php"],"host":["api","paygate","to"],"query":[{"key":"from","value":"EUR"},{"key":"value","value":"1258.31"}],"variable":[]}},"response":[{"id":"e608c1eb-aa0d-43fc-8b37-05ae942749dd","name":"Example Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/convert.php?from=EUR&value=1258.31","protocol":"https","host":["api","paygate","to"],"path":["control","convert.php"],"query":[{"key":"from","value":"EUR"},{"key":"value","value":"1258.31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 May 2024 02:58:54 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1715137134&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=HTFjG%2FqBEd25Ds7kQ5qLhWlf%2F88GnKlc5j9KWHZgxUE%3D\"}]}"},{"key":"Reporting-Endpoints","value":"heroku-nel=https://nel.heroku.com/reports?ts=1715137134&sid=c46efe9b-d3d2-4a0c-8c76-bfafa16c5add&s=HTFjG%2FqBEd25Ds7kQ5qLhWlf%2F88GnKlc5j9KWHZgxUE%3D"},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Via","value":"1.1 vegur"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains; preload"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"880630cf6e660dae-MRS"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"value_coin\": \"1351.76\",\n    \"exchange_rate\": \"1.07427\"\n}"}],"_postman_id":"25bdca17-8411-4e9f-aa81-06c6b4e35342"},{"name":"Callback Event","id":"49c49ed2-387f-4b40-9237-e68fd0152ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.example.com/orders.php?number=827746841326&value_coin=105.6&coin=polygon_usdc&txid_in=0xa22a82b4aefbc55f6382e1b5c0b4f0e3c034a654df3bcac431f7fed1942e22bc&txid_out=0x94c2c3e84c2021e6bf377aebf8abf03b49570611bb0c336e357d7f4516f56244&address_in=0x32e854bD1270670C832634CA87858fFd9F3e2c78&value_forwarded_coin=104.016","description":"<p>When a payment is made by one of the providers our bot will visit your callback URL using <code>GET</code> request method. All your original parameters will be included plus the following payment data parameters:</p>\n<ul>\n<li><p><code>value_coin</code>: Amount of USDC paid by the provider.</p>\n</li>\n<li><p><code>coin</code>: Payout coin type usually polygon_usdc or polygon_usdt</p>\n</li>\n<li><p><code>txid_in</code>: Polygon TXID of the payment made from the provider to the order assigned wallet.</p>\n</li>\n<li><p><code>txid_out</code>: Instant payout TXID from the order assigned wallet to your merchant predefined wallet.</p>\n</li>\n<li><p><code>address_in</code>: This should match the same <code>polygon_address_in</code> unencrypted wallet generated at the first step.</p>\n</li>\n<li><p><code>value_forwarded_coin</code>: Total amount forwarded from the order assigned wallet to merchant and affiliates.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["orders.php"],"host":["www","example","com"],"query":[{"key":"number","value":"827746841326"},{"key":"value_coin","value":"105.6"},{"key":"coin","value":"polygon_usdc"},{"key":"txid_in","value":"0xa22a82b4aefbc55f6382e1b5c0b4f0e3c034a654df3bcac431f7fed1942e22bc"},{"key":"txid_out","value":"0x94c2c3e84c2021e6bf377aebf8abf03b49570611bb0c336e357d7f4516f56244"},{"key":"address_in","value":"0x32e854bD1270670C832634CA87858fFd9F3e2c78"},{"key":"value_forwarded_coin","value":"104.016"}],"variable":[]}},"response":[],"_postman_id":"49c49ed2-387f-4b40-9237-e68fd0152ae3"},{"name":"Check Payment Status","id":"c0a4e49b-9033-44b3-89ee-140bf202a1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paygate.to/control/payment-status.php?ipn_token=ZEE2cW8zb1N0N2o2ZDJ1LTFoQTZRVFFObTBwTE9wQXJFYjBYcnBEQWJ4dkxYQXk0aExpeUFfWmt3Zi1NUlNJUzlxZDdlUm1WTDdMbEdJNlNOU1lmREVEXzJqLS1zYVZjMGY4OTBQbTNoWkxWQm1qSW5NeFg2ZE5NRmpxUV9OODR6cTBFQVMyd08wZVkzdEFoUlpBV25MbE81eHFKS2NoOU43eENfM2s%3D","description":"<p>Use this endpoint to check the payment status.</p>\n<p><strong>Warning</strong>: This endpoint is intended to be used on casual basis only to check the payment status and payout info when needed. However you shouldn't rely on this endpoint to change order status on your own website/system to avoid getting rate limited. To change order status within your own website system you should rely on the Callback Event where our bot will hit your server when the payment is made.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<ul>\n<li><code>ipn_token</code>: You should have this from the first request creating the wallet.</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>status</code>: It is either <code>paid</code> or <code>unpaid</code>.</p>\n</li>\n<li><p><code>value_coin</code>: Amount of crypto sent by the provider to the order assigned wallet, usually USDC.</p>\n</li>\n<li><p><code>txid_out</code>: TXID of the payout transaction to your merchant wallet on the blockchain.</p>\n</li>\n<li><p><code>coin</code>: The payout coin type usually <code>polygon_usdc</code></p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["control","payment-status.php"],"host":["api","paygate","to"],"query":[{"key":"ipn_token","value":"ZEE2cW8zb1N0N2o2ZDJ1LTFoQTZRVFFObTBwTE9wQXJFYjBYcnBEQWJ4dkxYQXk0aExpeUFfWmt3Zi1NUlNJUzlxZDdlUm1WTDdMbEdJNlNOU1lmREVEXzJqLS1zYVZjMGY4OTBQbTNoWkxWQm1qSW5NeFg2ZE5NRmpxUV9OODR6cTBFQVMyd08wZVkzdEFoUlpBV25MbE81eHFKS2NoOU43eENfM2s%3D"}],"variable":[]}},"response":[{"id":"816c97f2-1278-49ff-9e5d-571493f315bd","name":"Response Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.paygate.to/control/payment-status.php?ipn_token=ZEE2cW8zb1N0N2o2ZDJ1LTFoQTZRVFFObTBwTE9wQXJFYjBYcnBEQWJ4dkxYQXk0aExpeUFfWmt3Zi1NUlNJUzlxZDdlUm1WTDdMbEdJNlNOU1lmREVEXzJqLS1zYVZjMGY4OTBQbTNoWkxWQm1qSW5NeFg2ZE5NRmpxUV9OODR6cTBFQVMyd08wZVkzdEFoUlpBV25MbE81eHFKS2NoOU43eENfM2s%3D","protocol":"https","host":["api","paygate","to"],"path":["control","payment-status.php"],"query":[{"key":"ipn_token","value":"ZEE2cW8zb1N0N2o2ZDJ1LTFoQTZRVFFObTBwTE9wQXJFYjBYcnBEQWJ4dkxYQXk0aExpeUFfWmt3Zi1NUlNJUzlxZDdlUm1WTDdMbEdJNlNOU1lmREVEXzJqLS1zYVZjMGY4OTBQbTNoWkxWQm1qSW5NeFg2ZE5NRmpxUV9OODR6cTBFQVMyd08wZVkzdEFoUlpBV25MbE81eHFKS2NoOU43eENfM2s%3D"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 06 Oct 2025 16:08:18 GMT"},{"key":"Server","value":"Apache/2.4.65 (Debian)"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"141"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"paid\",\n    \"value_coin\": \"117.59\",\n    \"txid_out\": \"0xe85ed56174785b0bb9fcb522655f961675ad236f2aad2f5bb4fa2f074ac09726\",\n    \"coin\": \"polygon_usdc\"\n}"}],"_postman_id":"c0a4e49b-9033-44b3-89ee-140bf202a1d6"}]}