{"info":{"_postman_id":"0cc25e8f-5326-482b-9cb1-3b6e53a75e52","name":"S-Payment Solutions | Gateway","description":"<html><head></head><body><h2 id=\"s-payment-solutions--gateway-api\">S-Payment Solutions | Gateway API</h2>\n<p>A payment gateway integration collection covering multiple payment methods including Bank Transfers, Crypto, Card, P2P, E-Wallet, and Zelle transactions.</p>\n<hr>\n<h3 id=\"api-url\">API URL</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Live</strong></td>\n<td>Available after integration</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h3 id=\"authentication\">Authentication</h3>\n<p>All requests use <strong>Basic Authentication</strong>. Encode <code>username:password</code> in Base64 and pass it in the <code>Authorization</code> header.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Username</strong></td>\n<td><code>cujam</code></td>\n</tr>\n<tr>\n<td><strong>Password</strong></td>\n<td><code>kG7bf9~!qLEr0sj8</code></td>\n</tr>\n<tr>\n<td><strong>MerchantKey</strong></td>\n<td><code>atsMark*</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Header format:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Basic &lt;base64(username:password)&gt;\n</code></pre><hr>\n<h3 id=\"transaction-statuses\">Transaction Statuses</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status ID</th>\n<th>Status</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td><code>pending</code></td>\n<td>Transaction is pending</td>\n</tr>\n<tr>\n<td>2</td>\n<td><code>rejected</code></td>\n<td>Transaction rejected by rules or limits</td>\n</tr>\n<tr>\n<td>3</td>\n<td><code>redirect</code></td>\n<td>Pending redirect</td>\n</tr>\n<tr>\n<td>4</td>\n<td><code>processing</code></td>\n<td>Transaction confirmed and processing</td>\n</tr>\n<tr>\n<td>5</td>\n<td><code>denied</code></td>\n<td>Transaction denied</td>\n</tr>\n<tr>\n<td>6</td>\n<td><code>cancelled</code></td>\n<td>Transaction cancelled</td>\n</tr>\n<tr>\n<td>7</td>\n<td><code>approved</code></td>\n<td>Transaction completed successfully</td>\n</tr>\n<tr>\n<td>8</td>\n<td><code>expired</code></td>\n<td>Pending transaction has expired</td>\n</tr>\n<tr>\n<td>9</td>\n<td><code>review</code></td>\n<td>Transaction pending review</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h3 id=\"parameter-considerations\">Parameter Considerations</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>transaction.amount</code></td>\n<td>Two decimal places, separated by a point (e.g. <code>1234.55</code>)</td>\n</tr>\n<tr>\n<td><code>transaction.invoiceId</code></td>\n<td>Unique merchant transaction ID</td>\n</tr>\n<tr>\n<td><code>transaction.typeId</code></td>\n<td>Transaction type — <code>1</code>: Deposit, <code>2</code>: Withdrawal</td>\n</tr>\n<tr>\n<td><code>transaction.methodId</code></td>\n<td>Payment method — <code>8</code>: Zelle, <code>24</code>: PayPhone, <code>26</code>: Mercury</td>\n</tr>\n<tr>\n<td><code>transaction.ip</code></td>\n<td>Customer's IP address</td>\n</tr>\n<tr>\n<td><code>transaction.order</code></td>\n<td>Optional order reference</td>\n</tr>\n<tr>\n<td><code>customer.uniqueId</code></td>\n<td>Unique customer identifier (e.g. <code>XYZ123</code>, <code>12345</code>)</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td><a href=\"https://en.wikipedia.org/wiki/ISO_3166-2\">ISO 3166-2</a> country code</td>\n</tr>\n<tr>\n<td><code>state</code></td>\n<td><a href=\"https://en.wikipedia.org/wiki/ISO_3166-2:US\">ISO 3166-2:US</a> state code</td>\n</tr>\n</tbody>\n</table>\n</div><hr>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li>The IP address of your server must be registered before going live. This can be a single IP, multiple IPs, or an IP range for the production environment.</li>\n<li><strong>All parameters are required</strong> unless explicitly marked as optional.</li>\n</ul>\n<hr>\n<h3 id=\"contact\">Contact</h3>\n<ul>\n<li><strong>Support Email:</strong> <a href=\"mailto:cs@spaymentsolutions.com\">cs@spaymentsolutions.com</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3873156","collectionId":"0cc25e8f-5326-482b-9cb1-3b6e53a75e52","publishedId":"UVJZoygp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-25T04:50:52.000Z"},"item":[{"name":"Card","item":[{"name":"Purchase","id":"49d50350-ae04-40c0-b55b-2847a9d30f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"71cdc180-cf66-4690-8b99-0cb71e7bc828\",\r\n        \"amount\": \"100.00\",\r\n        \"description\": \"Order #XYZ\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jsmith\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\",\r\n        \"address\": \"401 Biscayne Blvd\",\r\n        \"city\": \"Miami\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"cardholder\": \"John Smith\",\r\n        \"card_number\": \"4111111111111111\",\r\n        \"exp_month\": \"12\",\r\n        \"exp_year\": \"2025\",\r\n        \"cvv\": \"100\"\r\n    },\r\n    \"billing\": {\r\n        \"name\": \"John Smith\",\r\n        \"address\": \"SALINTR AVE\",\r\n        \"city\": \"Dora\",\r\n        \"state\": \"FL\",\r\n        \"country\": \"US\",\r\n        \"zipCode\": \"33122\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\"\r\n    }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/purchase/","description":"<p>Processes a <strong>card purchase</strong> (deposit) using the customer's credit or debit card details.</p>\n<p>Submit the card information, billing details, and transaction amount to charge the customer's card. The gateway returns a transaction ID and status. Ensure PCI compliance when handling card data.</p>\n","urlObject":{"path":["api","card","purchase",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"f20621da-c031-4ca3-9b44-fc9c2a801760","name":"Purchase-Rejected","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"726c8a75-c83e-462e-955d-a1561b0ef5c1\",\r\n        \"amount\": \"100.00\",\r\n        \"description\": \"Order #XYZ\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jsmith\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\",\r\n        \"address\": \"401 Biscayne Blvd\",\r\n        \"city\": \"Miami\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"cardholder\": \"John Smith\",\r\n        \"card_number\": \"4111111111111111\",\r\n        \"exp_month\": \"12\",\r\n        \"exp_year\": \"2022\",\r\n        \"cvv\": \"100\"\r\n    },\r\n    \"billing\": {\r\n        \"name\": \"John Smith\",\r\n        \"address\": \"SALINTR AVE\",\r\n        \"city\": \"Dora\",\r\n        \"state\": \"FL\",\r\n        \"country\": \"US\",\r\n        \"zipCode\": \"33122\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/purchase/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 14:36:33 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Mon, 07-Mar-2022 15:36:33 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 14:37:12 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"80"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"400\",\n    \"result\": \"rejected\",\n    \"message\": \"invalid params [card.third.party]\"\n}"},{"id":"3d8a9588-1279-4837-ab6d-8cbf8e449089","name":"Purchase-Denied","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"69bc5b73-f1ff-47ad-aff6-e3b9f935f305\",\r\n        \"amount\": \"100.00\",\r\n        \"description\": \"Order #XYZ\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jsmith\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\",\r\n        \"address\": \"401 Biscayne Blvd\",\r\n        \"city\": \"Miami\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"cardholder\": \"John Smith\",\r\n        \"card_number\": \"4111111111111111\",\r\n        \"exp_month\": \"12\",\r\n        \"exp_year\": \"2022\",\r\n        \"cvv\": \"100\"\r\n    },\r\n    \"billing\": {\r\n        \"name\": \"John Smith\",\r\n        \"address\": \"SALINTR AVE\",\r\n        \"city\": \"Dora\",\r\n        \"state\": \"FL\",\r\n        \"country\": \"US\",\r\n        \"zipCode\": \"33122\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/purchase/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 22:27:08 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Mon, 07-Mar-2022 23:27:08 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 22:27:14 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"307"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"300\",\n    \"result\": \"denied\",\n    \"message\": \"denied sandbox transaction\",\n    \"transaction\": {\n        \"id\": \"150\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"denied\",\n        \"statusId\": \"5\",\n        \"amount\": \"100.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-03-07 16:27:13\",\n        \"reference\": {\n            \"account\": \"\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"10\",\n            \"name\": \"Cards\"\n        }\n    }\n}"},{"id":"b5c4856b-7181-49e2-af9a-6f4480b6544e","name":"Purchase-Approved","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"8b8af615-a003-4284-8e5e-08975b17002a\",\r\n        \"amount\": \"100.00\",\r\n        \"description\": \"Order #XYZ\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jsmith\",\r\n        \"firstName\": \"John\",\r\n        \"lastName\": \"Smith\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\",\r\n        \"address\": \"401 Biscayne Blvd\",\r\n        \"city\": \"Miami\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"cardholder\": \"John Smith\",\r\n        \"card_number\": \"4111111111111111\",\r\n        \"exp_month\": \"12\",\r\n        \"exp_year\": \"2022\",\r\n        \"cvv\": \"100\"\r\n    },\r\n    \"billing\": {\r\n        \"name\": \"John Smith\",\r\n        \"address\": \"SALINTR AVE\",\r\n        \"city\": \"Dora\",\r\n        \"state\": \"FL\",\r\n        \"country\": \"US\",\r\n        \"zipCode\": \"33122\",\r\n        \"email\": \"jsmith@mail.com\",\r\n        \"phone\": \"5555500000\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/purchase/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 23:23:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=24c0f1ead46d82fba57623ebf505d257; expires=Mon, 07-Mar-2022 23:38:31 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 23:23:32 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gnto3xao48CljkF4SHa0ILUw4YxatodtOSvtqDaxND8CCaunyKU4wqovg4onZBtyPiPyg3lE8AcR%2BcY6RZ457TqF%2B36wC3mqZB4Oa8%2B%2FgEj1w9wt6k5aap9yeAJkflcdIACOFMWZ7Q0rsA%2F2\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e871451f9ce8db4-MIA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"result\": \"approved\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"175\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"approved\",\n        \"statusId\": \"7\",\n        \"amount\": \"100.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-03-07 17:23:32\",\n        \"reference\": {\n            \"account\": \"4111 **** **** 1111\",\n            \"descriptor\": \"Shop Test\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"10\",\n            \"name\": \"Cards\"\n        }\n    }\n}"}],"_postman_id":"49d50350-ae04-40c0-b55b-2847a9d30f71"},{"name":"Refund","id":"649dcbb1-182c-4fc0-bf1a-ca63187206f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"id\": \"151\"\r\n  }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/refund/","description":"<p>Processes a <strong>refund</strong> for a previously completed card purchase.</p>\n<p>Submit the original transaction ID and refund amount to reverse a card charge. Partial refunds may be supported depending on gateway configuration. The response includes the refund transaction ID and its processing status.</p>\n","urlObject":{"path":["api","card","refund",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"20a673bc-8ced-4956-bd7f-bd2b316e8b25","name":"Refund-Error","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"id\": \"9419\"\r\n\t}\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/refund/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 15:05:26 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Mon, 07-Mar-2022 16:05:26 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 15:05:33 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"78"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"the transaction could not be loaded or does not exist\"\n}"},{"id":"9ce65dfe-773c-4892-819e-562e39d5a3fd","name":"Refund-Rejected","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"id\": \"142\"\r\n\t}\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/refund/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 15:06:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Mon, 07-Mar-2022 16:06:43 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 15:07:41 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"64"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"message\": \"transaction has already been processed.\"\n}"},{"id":"30cdd3fb-ac3e-4286-8abe-08cf78f8412b","name":"Refund-Approved","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"id\": \"151\"\r\n\t}\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/card/refund/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Mar 2022 22:29:21 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Mon, 07-Mar-2022 23:29:21 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Mon, 07 Mar 2022 22:29:58 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"279"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"result\": \"approved\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"152\",\n        \"type\": \"refund\",\n        \"typeId\": 5,\n        \"status\": \"approved\",\n        \"statusId\": 7,\n        \"amount\": \"100.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-03-07 16:29:05\",\n        \"reference\": {\n            \"account\": \"\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"11\",\n            \"name\": \"Visa\"\n        }\n    }\n}"}],"_postman_id":"649dcbb1-182c-4fc0-bf1a-ca63187206f5"}],"id":"2102db29-0bf2-4485-ac2b-4c42a2144f70","description":"<p><strong>Test Card</strong></p>\n<ul>\n<li>VI: 4111 1111 1111 1111 | approved</li>\n<li>Valid expiration date</li>\n<li>Any CVV (000, 123, 987)</li>\n</ul>\n<p><strong>Restricted Countries</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AF</td>\n<td>Afghanistan</td>\n</tr>\n<tr>\n<td>AO</td>\n<td>Angola</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>Bulgaria</td>\n</tr>\n<tr>\n<td>CZ</td>\n<td>Czech Republic</td>\n</tr>\n<tr>\n<td>EE</td>\n<td>Estonia</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>Spain</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>France</td>\n</tr>\n<tr>\n<td>GR</td>\n<td>Greece</td>\n</tr>\n<tr>\n<td>GW</td>\n<td>Guinea-Bissau</td>\n</tr>\n<tr>\n<td>HK</td>\n<td>Hong Kong</td>\n</tr>\n<tr>\n<td>HU</td>\n<td>Hungary</td>\n</tr>\n<tr>\n<td>IL</td>\n<td>Israel</td>\n</tr>\n<tr>\n<td>IM</td>\n<td>Isle of Man</td>\n</tr>\n<tr>\n<td>IQ</td>\n<td>Iraq</td>\n</tr>\n<tr>\n<td>IR</td>\n<td>Iran, Islamic Republic of</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>Italy</td>\n</tr>\n<tr>\n<td>KE</td>\n<td>Kenya</td>\n</tr>\n<tr>\n<td>KH</td>\n<td>Cambodia, Kingdom of</td>\n</tr>\n<tr>\n<td>KP</td>\n<td>Korea, Dem. Peop. Rep. of (North Korea)</td>\n</tr>\n<tr>\n<td>LA</td>\n<td>Lao People's Democratic Republic (Laos)</td>\n</tr>\n<tr>\n<td>LB</td>\n<td>Lebanon</td>\n</tr>\n<tr>\n<td>LR</td>\n<td>Liberia</td>\n</tr>\n<tr>\n<td>MM</td>\n<td>Myanmar, Union of</td>\n</tr>\n<tr>\n<td>MZ</td>\n<td>Mozambique</td>\n</tr>\n<tr>\n<td>PH</td>\n<td>Philippines</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>Poland</td>\n</tr>\n<tr>\n<td>PT</td>\n<td>Portugal</td>\n</tr>\n<tr>\n<td>RO</td>\n<td>Romania</td>\n</tr>\n<tr>\n<td>SI</td>\n<td>Slovenia</td>\n</tr>\n<tr>\n<td>SR</td>\n<td>Suriname</td>\n</tr>\n<tr>\n<td>SY</td>\n<td>Syria (Syrian Arab Republic)</td>\n</tr>\n<tr>\n<td>TJ</td>\n<td>Tajikistan</td>\n</tr>\n<tr>\n<td>TR</td>\n<td>Turkey</td>\n</tr>\n<tr>\n<td>TW</td>\n<td>Taiwan</td>\n</tr>\n<tr>\n<td>VE</td>\n<td>Venezuela</td>\n</tr>\n<tr>\n<td>VI</td>\n<td>U.S. Virgin Islands</td>\n</tr>\n<tr>\n<td>YE</td>\n<td>Yemen</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2102db29-0bf2-4485-ac2b-4c42a2144f70"},{"name":"Crypto","item":[{"name":"Get Address","id":"14485364-13b2-4d97-8b77-ede0c5996250","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"e95291f1-b688-45c6-9225-f915cf69f271\",\r\n    \"amount\": \"300.00\",\r\n    \"methodId\": \"6\",\r\n    \"ip\": \"186.176.28.7\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/crypto/receiver/","description":"<p>Retrieves a <strong>crypto wallet receiving address</strong> for a customer deposit.</p>\n<p>Submit the customer and transaction details to obtain a blockchain address where the customer should send funds. The returned address is unique per transaction and should be presented to the customer to complete the deposit.</p>\n","urlObject":{"path":["api","crypto","receiver",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"f65204fa-10da-4373-bc69-f2c1ccc8f27c","name":"Get Address","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"invoiceId\": \"2210081248\",\r\n\t\t\"amount\": \"300.00\",\r\n        \"methodId\": \"4\",\r\n        \"ip\": \"186.176.28.7\"\r\n\t},\r\n\t\"customer\": {\r\n\t\t\"uniqueId\": \"jlopez\",\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez L\",\r\n        \"email\": \"jlopez@test.com\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n\t},\r\n\t\"account\": {\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez L\",\r\n        \"email\": \"jlopez@test.com\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/crypto/receiver/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Oct 2022 17:20:40 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sun, 09-Oct-2022 18:20:40 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 09 Oct 2022 17:21:38 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"343"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"100\",\n    \"result\": \"pending\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"13462\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"pending\",\n        \"statusId\": \"1\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-09 11:21:38\",\n        \"reference\": {\n            \"account\": \"bc1q4sn0yyghhrcrp40htqu2eplwkuf2dvytglwrct\",\n            \"number\": \"Mainnet\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"4\",\n            \"name\": \"BTC\"\n        }\n    }\n}"}],"_postman_id":"14485364-13b2-4d97-8b77-ede0c5996250"},{"name":"Payout","id":"8f491569-7cbe-415b-a489-d4ac5486c80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"29ced7b8-44e2-4b8e-8e43-88361f4c4047\",\r\n    \"amount\": \"300.00\",\r\n    \"methodId\": \"4\",\r\n    \"ip\": \"186.176.28.7\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"address\": \"bc1q4sn0yyghhrcrp40htqu2eplwkuf2dvytglwrct\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/crypto/sender/","description":"<p>Initiates a <strong>crypto payout</strong> (withdrawal) by sending cryptocurrency to a customer's wallet address.</p>\n<p>Submit the recipient's wallet address, the cryptocurrency type, and the transaction amount. The gateway broadcasts the transaction to the blockchain and returns a transaction ID for status tracking.</p>\n","urlObject":{"path":["api","crypto","sender",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f491569-7cbe-415b-a489-d4ac5486c80f"}],"id":"16111d82-8ca4-4c24-ab30-53484f431b08","description":"<h4 id=\"cryptocurrencies\"><strong>Cryptocurrencies</strong></h4>\n<h5 id=\"coins-available\">Coins available</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Coin</th>\n<th><strong>Method Id</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Bitcoin (BTC)</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Ethereum (ETH)</td>\n<td>5</td>\n</tr>\n<tr>\n<td>Litecoin (LTC)</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Tether (USDT)</td>\n<td>7</td>\n</tr>\n<tr>\n<td>USD Coin (USDC)</td>\n<td>23</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"16111d82-8ca4-4c24-ab30-53484f431b08"},{"name":"P2P","item":[{"name":"Get Name","id":"36bbfea6-66a5-4d94-b29c-d8b551009e91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"44d2cd2d-954b-4b47-94e7-731d97f75c01\",\r\n    \"amount\": \"300.00\",\r\n    \"methodId\": \"1\",\r\n    \"ip\": \"186.176.28.7\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/receiver/","description":"<p>Retrieves the <strong>account holder's name</strong> associated with a P2P receiver account.</p>\n<p>Submit the customer's account identifier to validate and retrieve the registered name before initiating a P2P transfer. This step is recommended to confirm the recipient's identity prior to sending funds.</p>\n","urlObject":{"path":["api","p2p","receiver",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"c07a8ccb-5d34-41b1-bd8b-a6f069d44aca","name":"Get Name","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"invoiceId\": \"2210101257\",\r\n\t\t\"amount\": \"300.00\",\r\n        \"methodId\": \"1\",\r\n        \"ip\": \"186.176.28.7\"\r\n\t},\r\n\t\"customer\": {\r\n\t\t\"uniqueId\": \"jlopez\",\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez L\",\r\n        \"email\": \"jlopez@test.com\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n\t},\r\n\t\"account\": {\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez L\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/receiver/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Oct 2022 19:00:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sun, 09-Oct-2022 20:00:43 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 09 Oct 2022 19:01:56 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"304"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"100\",\n    \"result\": \"pending\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"13464\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"pending\",\n        \"statusId\": \"1\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-09 13:01:56\",\n        \"reference\": {\n            \"account\": \"ANIVETH SABORIO HERRERA\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"1\",\n            \"name\": \"MG\"\n        }\n    }\n}"}],"_postman_id":"36bbfea6-66a5-4d94-b29c-d8b551009e91"},{"name":"Confirm","id":"cbf8bd5f-b0c6-422d-97ef-72e522de0c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"id\": \"13464\",\r\n    \"amount\": \"250.00\",\r\n    \"reference\": \"10101304\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/confirm/","description":"<p>Confirms a pending <strong>P2P transfer</strong> after the receiver's account has been validated.</p>\n<p>Submit the transaction reference from the Get Name step to confirm and finalize the P2P transfer. The gateway returns the updated transaction status upon confirmation.</p>\n","urlObject":{"path":["api","p2p","confirm",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"ad7dd466-e65b-4af2-b27b-b0d5a4298f1b","name":"Confirm","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"id\": \"13464\",\r\n\t\t\"amount\": \"250.00\",\r\n        \"reference\": \"10101304\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/confirm/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Oct 2022 19:04:38 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 09 Oct 2022 19:04:39 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"322"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"13464\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": 4,\n        \"amount\": \"250.00\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-09 13:01:56\",\n        \"reference\": {\n            \"account\": \"ANIVETH SABORIO HERRERA\",\n            \"number\": \"10101304\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"1\",\n            \"name\": \"MG\"\n        }\n    }\n}"}],"_postman_id":"cbf8bd5f-b0c6-422d-97ef-72e522de0c4d"},{"name":"Payout","id":"3fee51f8-8e9a-4f74-b37e-34bb841c049c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"c8e2b0b5-1ee4-4858-ab73-43fc34b26cd7\",\r\n    \"amount\": \"250.00\",\r\n    \"methodId\": \"1\",\r\n    \"ip\": \"186.176.28.7\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"jlopez\",\r\n    \"lastName\": \"Lopez\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/sender/","description":"<p>Initiates a <strong>P2P (peer-to-peer) payout</strong> by sending funds to a recipient's account.</p>\n<p>Submit the sender and recipient details along with the transaction amount. This endpoint processes the outbound P2P transfer and returns a transaction ID that can be used to track the payout status.</p>\n","urlObject":{"path":["api","p2p","sender",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"3dfa0bf1-96d3-4cf3-9e61-8a5b48740a3f","name":"Payout","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"invoiceId\": \"2210101360\",\r\n\t\t\"amount\": \"250.00\",\r\n        \"methodId\": \"1\",\r\n        \"ip\": \"186.176.28.7\"\r\n\t},\r\n\t\"customer\": {\r\n\t\t\"uniqueId\": \"jlopez\",\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez\",\r\n        \"email\": \"jlopez@test.com\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n\t},\r\n\t\"account\": {\r\n\t\t\"firstName\": \"jlopez\",\r\n\t\t\"lastName\": \"Lopez\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/p2p/sender/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Oct 2022 20:41:55 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sun, 09-Oct-2022 21:41:55 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 09 Oct 2022 20:41:56 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"78"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"13472\",\n        \"type\": \"withdrawal\",\n        \"typeId\": \"2\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"250.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-09 14:34:57\",\n        \"reference\": {\n            \"account\": null\n        },\n        \"paymentMethod\": {\n            \"id\": \"1\",\n            \"name\": \"MG\"\n        }\n    }\n}"}],"_postman_id":"3fee51f8-8e9a-4f74-b37e-34bb841c049c"},{"name":"Payout Status","id":"bbfbc708-a16c-4237-80cf-5466464e9aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/13472/","description":"<p>Retrieves the current <strong>status of a P2P payout transaction</strong> by its transaction ID.</p>\n<p>Replace the transaction ID in the URL path (<code>/api/transaction/{id}/</code>) with the actual transaction ID returned when the payout was created. Poll this endpoint to monitor the payout until it reaches a terminal state (<code>approved</code>, <code>denied</code>, <code>cancelled</code>, or <code>expired</code>).</p>\n","urlObject":{"path":["api","transaction","13472",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"232fea5f-94d6-44e2-8cfd-52c882dbf322","name":"Payout Status","originalRequest":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/13472/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 09 Oct 2022 20:43:47 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 09 Oct 2022 20:43:48 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"327"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"result\": \"approved\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"13472\",\n        \"type\": \"withdrawal\",\n        \"typeId\": \"2\",\n        \"status\": \"approved\",\n        \"statusId\": \"7\",\n        \"amount\": \"250.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-09 14:40:49\",\n        \"reference\": {\n            \"account\": \"LEONEL VALVERDE SMITH\",\n            \"number\": \"22101014\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"1\",\n            \"name\": \"MG\"\n        }\n    }\n}"}],"_postman_id":"bbfbc708-a16c-4237-80cf-5466464e9aeb"}],"id":"8511cfee-0fce-458b-bd33-d83e0e1ba6a1","description":"<h4 id=\"person-2-person\"><strong>Person 2 Person</strong></h4>\n<h5 id=\"methods-available\">Methods available</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Agency</strong></th>\n<th><strong>Method Id</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MoneyGram (MG)</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Remitly</td>\n<td>9</td>\n</tr>\n<tr>\n<td>Intermex</td>\n<td>15</td>\n</tr>\n<tr>\n<td>Boss</td>\n<td>16</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8511cfee-0fce-458b-bd33-d83e0e1ba6a1"},{"name":"Bank","item":[{"name":"Zelle","item":[{"name":"Deposit","id":"b5f345dd-9af6-4513-8e16-7bc3d0a467d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"bf1860b6-663a-4dd8-8085-8dd8655edd9b\",\r\n    \"amount\": \"300.00\",\r\n    \"methodId\": \"8\",\r\n    \"ip\": \"186.176.15.7\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/reference/","description":"<p>Initiates a <strong>Zelle deposit</strong> by generating a bank reference for the customer (<code>methodId: 8</code>).</p>\n<p>This is the first step in the Zelle flow. Submit the transaction and customer details to receive a bank reference number that the customer will use to complete the Zelle transfer. Proceed to the <strong>Confirm</strong> step once the reference is validated.</p>\n","urlObject":{"path":["api","bank","reference",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"f401b647-8d9b-42ee-a9d4-a24abd4f332e","name":"Start","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"transaction\": {\r\n\t\t\"invoiceId\": \"291718\",\r\n\t\t\"amount\": \"300.00\",\r\n        \"methodId\": \"8\",\r\n        \"ip\": \"127.0.0.1\"\r\n\t},\r\n\t\"customer\": {\r\n\t\t\"uniqueId\": \"jlopez\",\r\n\t\t\"firstName\": \"Jorge\",\r\n\t\t\"lastName\": \"Lopez L\",\r\n        \"email\": \"jlopez@gmail.com\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n\t},\r\n\t\"account\": {\r\n\t\t\"firstName\": \"Luis\",\r\n\t\t\"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\",\r\n\t\t\"country\": \"US\",\r\n\t\t\"state\": \"FL\"\r\n\t}\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/reference/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Nov 2021 22:20:01 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Wed, 24-Nov-2021 23:20:01 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Wed, 24 Nov 2021 22:20:10 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"266"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"285\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-26 17:41:42\",\n        \"reference\": {\n            \"account\": \"billingarcadiasoft@gmail.com\",\n            \"alias\": \"Merchant Account ABC\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"},{"id":"f602db49-eb3f-4c88-805c-218cebca495e","name":"Start-1Tap","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"2203071809\",\r\n    \"amount\": \"300.00\",\r\n    \"methodId\": \"8\",\r\n    \"ip\": \"127.0.0.1\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\",\r\n    \"city\": \"Miami\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/reference/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Feb 2022 13:54:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=cb0e169fcb06acd8b8f2fdf257b2d094; expires=Tue, 22-Feb-2022 14:09:00 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Tue, 22 Feb 2022 13:54:02 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=iLn36G5UBdN6Fa4h7XFMfKZnLcWLGNjVYXbQdFRl3IDH%2FGj58l5j9pCs%2Bvvd0f4YePRLZ9JSYAxhcmYGHE1PFshyKToC6mLOMrxUsLMsG%2F6SDufPvAq6u3R%2BRGIrYGv4tA0qTMQwGsqviAsl\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6e18b42d6c8a6d9d-MIA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"285\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-10-26 17:41:42\",\n        \"reference\": {\n            \"account\": \"billingarcadiasoft@gmail.com\",\n            \"number\": \"YWAM52687917\",\n            \"alias\": \"Merchant Account ABC\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"}],"_postman_id":"b5f345dd-9af6-4513-8e16-7bc3d0a467d9"},{"name":"Payout","id":"5ed9cda3-3683-45c5-b3d2-dca29ff861f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"4aa228c9-0e64-4919-8f94-6a716a4086e0\",\r\n        \"amount\": \"500.00\",\r\n        \"methodId\": \"8\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jlopez\",\r\n        \"firstName\": \"Jorge\",\r\n        \"lastName\": \"Lopez L\",\r\n        \"email\": \"jorgel@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n    },\r\n    \"account\": {\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\",\r\n        \"city\": \"Doral\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/payout/","description":"<p>Initiates a <strong>Zelle bank payout</strong> (withdrawal) to a customer's Zelle-linked bank account (<code>methodId: 8</code>).</p>\n<p>Submit the transaction and recipient details to send funds via Zelle. This is the third step in the Zelle flow, following Deposit and Confirm. The gateway returns a transaction ID for status tracking.</p>\n","urlObject":{"path":["api","bank","payout",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"0b0aad1c-f154-407f-814d-af5d172fb7be","name":"Payout","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"2112041219\",\r\n        \"amount\": \"500.00\",\r\n        \"methodId\": \"8\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jlopez\",\r\n        \"firstName\": \"Jorge\",\r\n        \"lastName\": \"Lopez L\",\r\n        \"email\": \"jorgel@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\",\r\n\t\t\"city\": \"Miami\"\r\n    },\r\n    \"account\": {\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\",\r\n        \"city\": \"Doral\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/reference/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Dec 2021 21:12:05 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sat, 04-Dec-2021 22:12:05 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sat, 04 Dec 2021 21:12:40 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"317"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"94\",\n        \"type\": \"withdrawal\",\n        \"typeId\": \"2\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"500.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2021-12-04 15:12:40\",\n        \"reference\": {\n            \"account\": \"\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"}],"_postman_id":"5ed9cda3-3683-45c5-b3d2-dca29ff861f4"},{"name":"Payout Status","id":"31982bc3-6f7a-48a2-a54b-810c1cfabea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/94/","description":"<p>Retrieves the current status of a <strong>payout transaction</strong> by its transaction ID.</p>\n<p>Replace the transaction ID in the URL path (<code>/api/transaction/{id}/</code>) with the actual transaction ID returned when the payout was created. Use this endpoint to poll for status updates until the transaction reaches a terminal state (<code>approved</code>, <code>denied</code>, <code>cancelled</code>, or <code>expired</code>).</p>\n","urlObject":{"path":["api","transaction","94",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"4863bc7e-4927-4943-831c-d156948b7988","name":"Payout Status","originalRequest":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/94/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 05 Dec 2021 05:28:12 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sun, 05-Dec-2021 06:28:12 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 05 Dec 2021 05:28:31 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"290"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"200\",\n    \"result\": \"approved\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"94\",\n        \"type\": \"withdrawal\",\n        \"typeId\": \"2\",\n        \"status\": \"approved\",\n        \"statusId\": 7,\n        \"amount\": \"500\",\n        \"fee\": \"0\",\n        \"modified\": \"2021-12-04 23:27:50\",\n        \"reference\": {\n            \"account\": \"BITMO\",\n            \"number\": \"0124855\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"}],"_postman_id":"31982bc3-6f7a-48a2-a54b-810c1cfabea2"}],"id":"00f9940e-12af-48b7-bd32-b4c5e1e3435f","description":"<p>Handles <strong>Zelle</strong> bank transfer transactions using <code>methodId: 8</code>.</p>\n<p>The typical flow for a Zelle transaction is:</p>\n<ol>\n<li><strong>Deposit</strong> — Initiate a deposit by submitting a bank reference request (<code>/api/bank/reference/</code>).</li>\n<li><strong>Confirm</strong> — Confirm the deposit once the reference is validated (<code>/api/bank/confirm/</code>).</li>\n<li><strong>Payout</strong> — Submit a payout to the customer's Zelle-linked bank account (<code>/api/bank/payout/</code>).</li>\n<li><strong>Check Status</strong> — Poll the transaction status to verify completion (<code>/api/transaction/{id}/</code>).</li>\n</ol>\n","_postman_id":"00f9940e-12af-48b7-bd32-b4c5e1e3435f"},{"name":"Transfers","item":[{"name":"Deposit","id":"57b0c727-f5ff-46fe-81d9-d21fe573728b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"0a11ffc2-5f8d-49fb-a775-a9d761b77a2f\",\r\n        \"amount\": \"100.00\",\r\n        \"methodId\": \"18\",\r\n        \"ip\": \"127.0.0.1\",\r\n        \"typeId\": \"1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jlopez\",\r\n        \"firstName\": \"Jorge\",\r\n        \"lastName\": \"Lopez L\",\r\n        \"email\": \"jorgel@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/transfer/","description":"<p>Initiates a <strong>bank transfer deposit</strong> for the Transfers payment method.</p>\n<p>Submit the transaction and customer details to create a deposit via bank transfer. The gateway returns a transaction reference and status upon success.</p>\n","urlObject":{"path":["api","bank","transfer",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"21513923-1fa9-45a3-9e45-77ab4daad7cd","name":"Deposit","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"74acbb58-ddc6-4570-861d-49291cdaf237\",\r\n        \"amount\": \"100.00\",\r\n        \"methodId\": \"18\",\r\n        \"ip\": \"127.0.0.1\",\r\n        \"typeId\": \"1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jlopez\",\r\n        \"firstName\": \"Jorge\",\r\n        \"lastName\": \"Lopez L\",\r\n        \"email\": \"jorgel@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\"\r\n    },\r\n    \"account\": {\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/transfer/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 05 Oct 2024 16:10:22 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"XDEBUG_SESSION=ECLIPSE_DBGP; expires=Sat, 05-Oct-2024 17:10:22 GMT; Max-Age=3600; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sat, 05 Oct 2024 16:10:57 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"511"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"1057\",\n        \"invoiceId\": \"36a89fed-1e3a-4e08-b908-37fa0f15\",\n        \"paymentId\": null,\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"100.00000000\",\n        \"fee\": \"0.00000000\",\n        \"processed\": \"2025-09-23 07:04:16\",\n        \"reference\": {\n            \"number\": \"BK808910293008\",\n            \"alias\": \"Corporation, Inc\",\n            \"account\": \"200001122334\",\n            \"routing\": \"064223344\",\n            \"address\": \"Choice Financial Group, 4501 23rd Avenue S, Fargo, ND 58104\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"18\",\n            \"name\": \"BankTransfer\"\n        }\n    }\n}"}],"_postman_id":"57b0c727-f5ff-46fe-81d9-d21fe573728b"}],"id":"7005c052-b7e8-4eab-874e-5a48adf0676d","description":"<h5 id=\"payouts-ach--account_type\">Payouts (ACH) | account_type</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>ID</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>CHECKING</td>\n</tr>\n<tr>\n<td>2</td>\n<td>SAVINGS</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7005c052-b7e8-4eab-874e-5a48adf0676d"},{"name":"PayPhone","item":[{"name":"Deposit","id":"60d30f5b-30a0-47f6-977e-af19b1ba3db2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"d0ae8705-cc71-4d31-9a46-081e6fee94a2\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"24\",\r\n    \"ip\": \"127.0.0.1\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/","description":"<p>Initiates an <strong>e-wallet deposit via PayPhone</strong> (<code>methodId: 24</code>).</p>\n<p>Submit the transaction and customer details to create a PayPhone deposit request. The customer will receive a payment prompt in their PayPhone mobile app to complete the transaction.</p>\n","urlObject":{"path":["api","ewallet","deposit",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"409bb01d-7d35-4968-8b84-5cd85a4e08b5","name":"Deposit","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"7945afa7-c702-4e2d-9ce2-e1421a24c5e0\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"24\",\r\n    \"ip\": \"127.0.0.1\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 28 Aug 2025 23:23:04 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"PHPSESSID=d610638b5494fb23f3218219bce47346; expires=Thu, 28-Aug-2025 23:38:04 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Thu, 28 Aug 2025 23:23:31 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"408"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"957\",\n        \"invoiceId\": \"d60b3b09-572a-40f5-b01b-593f7d64\",\n        \"paymentId\": null,\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"5.00000000\",\n        \"fee\": \"0.00000000\",\n        \"processed\": \"2025-08-28 17:23:28\",\n        \"reference\": {\n            \"account\": \"+50688665544\",\n            \"alias\": \"Bazar\",\n            \"number\": \"PF76176254\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"24\",\n            \"name\": \"PayPhone\"\n        }\n    }\n}"}],"_postman_id":"60d30f5b-30a0-47f6-977e-af19b1ba3db2"}],"id":"5621b1ba-fbeb-43cc-8e1f-8b626d2aa51f","description":"<p>Handles deposits via <strong>PayPhone</strong>, a mobile payment platform widely used in Latin America.</p>\n<ul>\n<li><strong>Method ID:</strong> <code>24</code></li>\n<li>Use this folder to initiate e-wallet deposits through the PayPhone method (<code>/api/ewallet/deposit/</code>).</li>\n<li>The customer completes the payment through the PayPhone mobile app.</li>\n</ul>\n","_postman_id":"5621b1ba-fbeb-43cc-8e1f-8b626d2aa51f"},{"name":"ACH","item":[{"name":"Payout","id":"3f258724-cabd-4420-8db9-3370be9ea217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"invoiceId\": \"49d61ac0-69f3-47c2-bfa0-31cf0d4d4ada\",\r\n        \"amount\": \"100.00\",\r\n        \"methodId\": \"18\",\r\n        \"ip\": \"127.0.0.1\"\r\n    },\r\n    \"customer\": {\r\n        \"uniqueId\": \"jlopez\",\r\n        \"firstName\": \"Jorge\",\r\n        \"lastName\": \"Lopez L\",\r\n        \"email\": \"jorgel@mail.com\",\r\n        \"country\": \"US\",\r\n        \"state\": \"FL\",\r\n        \"city\": \"Miami\",\r\n        \"address\": \"Doral st1\",\r\n        \"zipCode\": \"24012\"\r\n    },\r\n    \"account\": {\r\n        \"firstName\": \"Luis\",\r\n        \"lastName\": \"Perez\",\r\n        \"email\": \"lperez@mail.com\",\r\n        \"account_type\": \"2\",\r\n        \"category\": \"1\",\r\n        \"account\": \"73203496\",\r\n        \"routing\": \"LJNUMTE1\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/bank/payout/","description":"<p>Initiates an <strong>ACH bank payout</strong> (withdrawal) to a customer's US bank account.</p>\n<p>Submit the transaction details including the bank account number, routing number, and account type (<code>1</code>: CHECKING, <code>2</code>: SAVINGS). The gateway processes the ACH transfer and returns a transaction ID for status tracking.</p>\n","urlObject":{"path":["api","bank","payout",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f258724-cabd-4420-8db9-3370be9ea217"}],"id":"51362bcc-bf65-4e16-adec-fda1f1e1103a","description":"<p>Handles <strong>ACH (Automated Clearing House)</strong> bank transfer transactions, used for electronic fund transfers between US bank accounts.</p>\n<ul>\n<li>Use this folder to initiate ACH payouts via <code>/api/bank/payout/</code>.</li>\n<li>Supported bank account types:</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Account Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>1</code></td>\n<td>CHECKING</td>\n</tr>\n<tr>\n<td><code>2</code></td>\n<td>SAVINGS</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"51362bcc-bf65-4e16-adec-fda1f1e1103a"}],"id":"ed73dcd7-720e-44b7-9f66-df928df6a25d","description":"<h4 id=\"banks\"><strong>Banks</strong></h4>\n<h5 id=\"methods-available\">Methods available</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th><strong>Id</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Zelle</td>\n<td>8</td>\n</tr>\n<tr>\n<td>Bank Tansfrer Deposit / ACH Payouts</td>\n<td>18</td>\n</tr>\n<tr>\n<td>PayPhone</td>\n<td>24</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"account-category\">Account Category</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Id</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Personal</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Business</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"account-type\">Account Type</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Description</th>\n<th>Id</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Checking</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Savings</td>\n<td>2</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"ed73dcd7-720e-44b7-9f66-df928df6a25d"},{"name":"E-Wallet","item":[{"name":"Deposit","id":"73e7b780-78f6-4332-9111-f79601e66703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"cde2375b-3c88-4761-9300-fca6063071b7\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"20\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"return_url\": \"https://your.site.com/return\",\r\n    \"notify_url\": \"https://your.site.com/notify\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/","description":"<p>Initiates an <strong>e-wallet deposit</strong> for a customer.</p>\n<p>Submit the transaction and customer details to create an e-wallet deposit request. The gateway processes the deposit and returns a transaction ID and current status for tracking.</p>\n","urlObject":{"path":["api","ewallet","deposit",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"7d29477b-9398-4b85-9d24-64caf5441b33","name":"Deposit (Venmo)","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"04beaf48-5952-482d-a88f-f50e576b43b8\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"21\",\r\n    \"ip\": \"127.0.0.1\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Dec 2024 17:50:20 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"PHPSESSID=c9cc0ae83ea422de6e41b888dfc4d629; expires=Sun, 22-Dec-2024 18:05:21 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 22 Dec 2024 17:51:16 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"475"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"912\",\n        \"invoiceId\": \"53067548-61d5-45e2-aaf7-4d36ee08\",\n        \"paymentId\": null,\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"5.00000000\",\n        \"fee\": \"0.00000000\",\n        \"processed\": \"2024-12-22 11:51:05\",\n        \"reference\": {\n            \"account\": \"cyn7rom\",\n            \"alias\": \"Cynthia Romero\",\n            \"number\": \"59493229\",\n            \"url\": \"https://venmo.com/cyn7rom?txn=pay&amount=5.00&note=59493229\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"21\",\n            \"name\": \"Venmo\"\n        }\n    }\n}"},{"id":"b598a2f8-0b4b-4a08-bce0-11b88004815d","name":"Deposit (Chime)","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"c1fccd1e-37b5-442e-a6e6-d236fef8344a\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"22\",\r\n    \"ip\": \"127.0.0.1\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}"},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Dec 2024 17:54:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Set-Cookie","value":"PHPSESSID=a996e7b57267af86f56c777a812f8904; expires=Sun, 22-Dec-2024 18:09:44 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 22 Dec 2024 17:54:45 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"392"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"914\",\n        \"invoiceId\": \"428e4285-5e2e-447e-a01b-d575a55d\",\n        \"paymentId\": null,\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"5.00000000\",\n        \"fee\": \"0.00000000\",\n        \"processed\": \"2024-12-22 11:54:44\",\n        \"reference\": {\n            \"account\": \"mythingfit@gmail.com\",\n            \"number\": \"61177002\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"22\",\n            \"name\": \"Chime\"\n        }\n    }\n}"},{"id":"83f3bfa4-bdc8-4877-8839-f80ba96dc2ee","name":"Deposit (CashApp, Cards [GooglePay, ApplePay])","originalRequest":{"method":"POST","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"transaction\": {\r\n    \"invoiceId\": \"9a8475e6-8362-4475-a23c-78ba806c1d44\",\r\n    \"amount\": \"5.00\",\r\n    \"methodId\": \"20\",\r\n    \"ip\": \"127.0.0.1\",\r\n    \"return_url\": \"https://your.site.com/return\",\r\n    \"notify_url\": \"https://your.site.com/notify\"\r\n  },\r\n  \"customer\": {\r\n    \"uniqueId\": \"jlopez\",\r\n    \"firstName\": \"Jorge\",\r\n    \"lastName\": \"Lopez L\",\r\n    \"email\": \"jlopez@test.com\",\r\n    \"country\": \"US\",\r\n    \"state\": \"FL\"\r\n  },\r\n  \"account\": {\r\n    \"firstName\": \"Luis\",\r\n    \"lastName\": \"Perez\",\r\n    \"email\": \"lperez@mail.com\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://stg-gwapi.spaymentsolutions.com/api/ewallet/deposit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 22 Dec 2024 17:55:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"PHPSESSID=aa793a15ae8634a17cfab9afb753fb9e; expires=Sun, 22-Dec-2024 18:10:41 GMT; Max-Age=900; path=/"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Sun, 22 Dec 2024 17:55:43 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=C7GfHlAEOFwziW3cjuUxaUYoYjIQKcW%2F5KXSfKvUnmQcI%2B8cjKXku8IOQKUuwo9X190o0k%2FtJN8hYVtmSi4JFuVdPhnrOjma6c6mr09YCrDJVmc56%2BMwiFpzf0ZKJ%2BCfXOMq8baC5OuEy%2BJLgURdTovy\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8f61fbf47d64db5f-SJO"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"},{"key":"server-timing","value":"cfL4;desc=\"?proto=TCP&rtt=4276&min_rtt=3597&rtt_var=1834&sent=4&recv=5&lost=0&retrans=0&sent_bytes=2840&recv_bytes=1490&delivery_rate=811787&cwnd=251&unsent_bytes=0&cid=4c0d19b43f789fbc&ts=2217&x=0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"100\",\n    \"result\": \"pending\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"903\",\n        \"invoiceId\": \"68ceb6be-c7cd-453b-9f79-93c2fa13\",\n        \"paymentId\": null,\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"pending_redirect\",\n        \"statusId\": \"3\",\n        \"amount\": \"5.00000000\",\n        \"fee\": \"0.00000000\",\n        \"processed\": \"2024-12-22 11:55:42\",\n        \"reference\": {\n            \"account\": \"lperez@mail.com\",\n            \"number\": \"cs_test_a1zYKifYKBtn7gfJ2qWa4VSh8pR5apk5yTKuSeMd7pyi75IEr0XUicVLQP\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"20\",\n            \"name\": \"Stripe\"\n        },\n        \"redirectURL\": \"https://stg-gwapi.spaymentsolutions.com/process/transaction/P3/\"\n    }\n}"}],"_postman_id":"73e7b780-78f6-4332-9111-f79601e66703"}],"id":"7d71f3f4-57f3-46f9-b4d7-3e3703abea74","description":"<h5 id=\"methods-available\">Methods available</h5>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Payment Method</th>\n<th><strong>Method Id</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Stripe (Cards)</td>\n<td>20</td>\n</tr>\n<tr>\n<td>Venmo</td>\n<td>21</td>\n</tr>\n<tr>\n<td>Chime</td>\n<td>22</td>\n</tr>\n<tr>\n<td>CashApp</td>\n<td>25</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7d71f3f4-57f3-46f9-b4d7-3e3703abea74"},{"name":"Transaction Status","id":"ae5a91b2-ae5e-4c53-8f88-26c358a8b51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/152/","description":"<p>Retrieves the current <strong>status of a transaction</strong> by its transaction ID.</p>\n<p>Replace the transaction ID in the URL path (<code>/api/transaction/{id}/</code>) with the actual transaction ID. Use this endpoint to poll for updates until the transaction reaches a terminal state (<code>approved</code>, <code>denied</code>, <code>cancelled</code>, or <code>expired</code>).</p>\n","urlObject":{"path":["api","transaction","152",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"9ea3bafb-4839-4f54-998b-0d5af058e5e6","name":"Transaction Status","originalRequest":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/84/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 Nov 2021 04:49:43 GMT"},{"key":"Server","value":"Apache/2.4.25 (Win64) OpenSSL/1.0.2l PHP/7.3.6"},{"key":"X-Powered-By","value":"PHP/7.3.6"},{"key":"Expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Last-Modified","value":"Thu, 25 Nov 2021 04:49:46 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, PUT, DELETE"},{"key":"Access-Control-Allow-Headers","value":"accept, origin, content-type"},{"key":"Content-Length","value":"337"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"150\",\n    \"result\": \"processing\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"84\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"processing\",\n        \"statusId\": \"4\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2021-11-24 21:30:22\",\n        \"reference\": {\n            \"account\": \"BillingArcadiaSoft@gmail.com\",\n            \"number\": \"ZP12345678\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"}],"_postman_id":"ae5a91b2-ae5e-4c53-8f88-26c358a8b51f"},{"name":"Transaction Status Invoice","id":"fa80b5b3-820d-4cae-b89b-74b2bda63b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/invoice/1893324/","description":"<p>Retrieves the current <strong>status of a transaction using the merchant's invoice ID</strong>.</p>\n<p>Replace the invoice ID in the URL path (<code>/api/transaction/invoice/{invoiceId}/</code>) with the <code>transaction.invoiceId</code> used when the transaction was created. This is useful when you need to look up a transaction by your own internal reference rather than the gateway's transaction ID.</p>\n","urlObject":{"path":["api","transaction","invoice","1893324",""],"host":["https://stg-gwapi.spaymentsolutions.com"],"query":[],"variable":[]}},"response":[{"id":"0c96d3d6-9990-478a-90d8-6482910ebd52","name":"Transaction Status Invoice","originalRequest":{"method":"GET","header":[{"key":"MerchantKey","value":"atsMark*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Basic Y3VqYW06a0c3YmY5fiFxTEVyMHNqOA==","type":"text"}],"url":"https://stg-gwapi.spaymentsolutions.com/api/transaction/invoice/1893324/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Jan 2022 16:56:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"set-cookie","value":"PHPSESSID=7d697fb748221a9e74afcdde8eb5e79b; expires=Mon, 31-Jan-2022 17:11:59 GMT; Max-Age=900; path=/"},{"key":"expires","value":"Wed, 23 Dec 1980 00:30:00 GMT"},{"key":"cache-control","value":"no-cache, must-revalidate"},{"key":"pragma","value":"no-cache"},{"key":"last-modified","value":"Mon, 31 Jan 2022 16:56:59 GMT"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"GET, POST, PUT, DELETE"},{"key":"access-control-allow-headers","value":"accept, origin, content-type"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=5cbOvrjDep%2BX4qOT976wXot00aWVxcDzyrH7Va%2B5BLFslaUcnyMiEGBdCcLS2MWoEqYYU0jrOZ3vEi4w8%2FrTnOb8KvakpN%2ButYGGbg3dYVhLcHgHho53f1UO2W0hGhgEBBOcBy%2FAp5aNHpK%2F\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6d6479fb7b2e8db2-MIA"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400, h3-29=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"100\",\n    \"result\": \"pending\",\n    \"message\": \"\",\n    \"transaction\": {\n        \"id\": \"157\",\n        \"type\": \"deposit\",\n        \"typeId\": \"1\",\n        \"status\": \"pending\",\n        \"statusId\": \"1\",\n        \"amount\": \"300.00000000\",\n        \"fee\": \"0.00000000\",\n        \"modified\": \"2022-01-26 11:48:45\",\n        \"reference\": {\n            \"account\": \"BillingArcadiaSoft@gmail.com\"\n        },\n        \"paymentMethod\": {\n            \"id\": \"8\",\n            \"name\": \"Zelle\"\n        }\n    }\n}"}],"_postman_id":"fa80b5b3-820d-4cae-b89b-74b2bda63b71"},{"name":"Callback","id":"52212166-83eb-49fc-bdfc-d53873bf9372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"transaction\": {\r\n        \"id\": \"285\",\r\n        \"invoiceId\": \"20221216150347\",\r\n        \"type\": \"deposit\",\r\n        \"typeId\": \"1\",\r\n        \"status\": \"processing\",\r\n        \"statusId\": \"4\",\r\n        \"amount\": \"300.00000000\",\r\n        \"fee\": \"0.00000000\",\r\n        \"modified\": \"2022-10-26 17:41:42\",\r\n        \"reference\": {\r\n            \"account\": \"accunt@gmail.com\",\r\n            \"number\": \"YWAM52687917\",\r\n            \"alias\": \"Merchant Account ABC\"\r\n        },\r\n        \"paymentMethod\": {\r\n            \"id\": \"8\",\r\n            \"name\": \"Zelle\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your.merchant.notification.url.com/notify/","description":"<p>Callback after completing the transaction (approved and denied status only).</p>\n<p><strong>The merchant will send us a return URL to send the final transaction response.</strong></p>\n","urlObject":{"protocol":"https","path":["notify",""],"host":["your","merchant","notification","url","com"],"query":[],"variable":[]}},"response":[{"id":"e12a2220-30b0-4e28-a892-75a3d33b382c","name":"Callback-Approved","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"200\",\r\n    \"message\": \"\",\r\n    \"transaction\": {\r\n        \"id\": \"10036\",\r\n        \"type\": \"deposit\",\r\n        \"typeId\": \"1\",\r\n        \"status\": \"approved\",\r\n        \"statusId\": 7,\r\n        \"amount\": \"750.00000000\",\r\n        \"fee\": \"0.00000000\",\r\n        \"modified\": \"2022-12-05 17:23:42\",\r\n        \"reference\": {\r\n            \"account\": \"paymentsArcadia@gmail.com\",\r\n            \"number\": \"YWAM57370833\"\r\n        },\r\n        \"paymentMethod\": {\r\n            \"id\": \"8\",\r\n            \"name\": \"Zelle\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your.merchant.notification.url.com/notify/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"7a12dd06-006b-4ec6-adb3-3e7527d6daf9","name":"Callback-Denied","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"code\": \"300\",\r\n    \"message\": \"INVALID REFERENCE INFORMATION\",\r\n    \"transaction\": {\r\n        \"id\": \"13395\",\r\n        \"type\": \"deposit\",\r\n        \"typeId\": \"1\",\r\n        \"status\": \"denied\",\r\n        \"statusId\": 5,\r\n        \"amount\": \"300.00000000\",\r\n        \"fee\": \"0.00000000\",\r\n        \"modified\": \"2022-12-05 00:00:00\",\r\n        \"reference\": {\r\n            \"account\": \"admultipayment@gmail.com\",\r\n            \"number\": \"YWAM95007180\"\r\n        },\r\n        \"paymentMethod\": {\r\n            \"id\": \"8\",\r\n            \"name\": \"Zelle\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://your.merchant.notification.url.com/notify/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"52212166-83eb-49fc-bdfc-d53873bf9372"}],"event":[{"listen":"prerequest","script":{"id":"999e72d2-e20b-4ca1-a6ec-2b775fcbae6b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6699a919-d9c3-4d68-a7bb-1a43916391b7","type":"text/javascript","exec":[""]}}],"variable":[{"key":"api_url","value":"https://stg-gwapi.spaymentsolutions.com","type":"string"}]}