{"info":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","description":"<html><head></head><body><p>Zueron Merchant API offers a robust and secure API designed to facilitate mobile money and card services, including collections and disbursements. By integrating with Mpesa and card networks, the API provides businesses with a seamless and efficient way to manage their financial transactions.This integration allows businesses to handle payments, refunds, and other financial<br>operations directly through the Mpesa platform, ensuring fast, reliable, and<br>secure transactions. The API is built to support high-volume transactions,<br>making it ideal for businesses that rely on mobile money as a core part of<br>their operations.</p>\n<p>With the Zueron Merchant API, businesses can streamline<br>their payment processes, reduce manual errors, and enhance the overall customer<br>experience by leveraging the widespread and trusted Mobile Money Technologies in Kenya.</p>\n<p>*Please reach out to Zueron to obtain the <strong>baseUrl</strong>, <strong>username</strong>, <strong>password</strong> and <strong>merchantId</strong>.</p>\n<p><strong>Definition of terms</strong></p>\n<ol>\n<li><p><strong>baseUrl:</strong> The base URL for the API.Will be provided along with credentials.</p>\n</li>\n<li><p><strong>token:</strong> A base64-encoded token used for authorization.</p>\n</li>\n<li><p><strong>username:</strong> The username provided separately for authentication.</p>\n</li>\n<li><p><strong>password:</strong> The password provided separately for authentication.</p>\n</li>\n<li><p><strong>token_clear:</strong> A placeholder for a clear token,used in authentication or session management.</p>\n</li>\n<li><p><strong>externalId</strong>: This is a unique ID provided by your end to track each individual transaction.</p>\n</li>\n<li><p><strong>callbackUrl:</strong> This is a url from your end that we will call with the result of the payment whether successful or failed.</p>\n</li>\n<li><p><strong>redirectUrl:</strong> This is a url on your site where the client will be redirected after a successful/failed payment.</p>\n</li>\n<li><p><strong>amount:</strong> The amount to be transacted.</p>\n</li>\n<li><p><strong>recipientPhone:</strong> The recipients Phone number. The phone number must include the country code.</p>\n</li>\n<li><p><strong>currency:</strong> The currency of the transaction.</p>\n</li>\n<li><p><strong>cardNumber:</strong> The card number used.</p>\n</li>\n<li><p><strong>expiryMonth:</strong> The expiration mont of the card.</p>\n</li>\n<li><p><strong>expiryYear:</strong> The expiration year of the card.</p>\n</li>\n<li><p><strong>securityCode:</strong> The security code of the customers card.</p>\n</li>\n<li><p><strong>capture:</strong> Aflag indicating whether to capture the 3DS2 check.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"41561512","collectionId":"ca7aeab2-3152-4770-9f89-d02ca5511157","publishedId":"2sB2xEBobD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5f2e9d"},"publishDate":"2025-06-26T06:24:37.000Z"},"item":[{"name":"Card Payments","item":[{"name":"Card Hosted Pages","item":[{"name":"Generate Card Payment Link","id":"e7f822ae-3622-42b9-bda1-ffd48539b4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"externalId\": \"Test1777025966\",\n  \"callbackUrl\": \"{{callbackurl}}\",\n  \"redirectUrl\": \"{{redirect_url}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/card/initiate/","description":"<p>This <code>POST</code> request generates a card payment link for a specified merchant via the Zueron Merchant API. It requires a Bearer Token for authentication and sends transaction details (<code>merchant ID, currency, amount,</code> and <code>external ID</code>) along with <code>callback</code> and <code>redirect URLs</code>. Upon successful execution, a payment link is created, which redirects the customer for payment processing, with callback features available to show the status of the transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["card","initiate",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f822ae-3622-42b9-bda1-ffd48539b4e6"}],"id":"f6f3c9ee-4056-4915-9d3d-1692f5a6c46d","_postman_id":"f6f3c9ee-4056-4915-9d3d-1692f5a6c46d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Card S2S","item":[{"name":"S2S Card Payment","id":"26758567-1514-4574-986f-57421a0e7268","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    \"first_name\": \"John\",\n    \"last_name\" : \"Doe\",\n    \"card_number\" : \"424242424242424242\",\n    \"expiration_month\" : \"00\",\n    \"expiration_year\" : \"2028\",\n    \"amount\" : 100,\n    \"currency_code\" : \"USD\",\n    \"address1\" : \"Road lane\",\n    \"administrative_area\" : \"City\",\n    \"locality\" : \"City\",\n    \"postal_code\" : \"00000\",\n    \"country\" : \"KE\",\n    \"email\" : \"boom@gmail.com\",\n    \"phone\" : \"25412345678\",\n    \"address2\" : \"Kabul\",\n    \"card_security_code\" : \"000\",\n    \"externalId\" : \"sts-1777025966\",\n    \"callbackUrl\" : \"{{callbackurl}}\",\n    \"redirectUrl\" : \"{{redirect_url}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/card/server-to-sever/","description":"<p>This <code>POST</code> request generates a card payment link for a specified merchant via the Zueron Merchant API. It requires a Bearer Token for authentication and sends transaction details (<code>merchant ID, currency, amount,</code> and <code>external ID</code>) along with <code>callback</code> and <code>redirect URLs</code>. Upon successful execution, a payment link is created, which redirects the customer for payment processing, with callback features available to show the status of the transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["card","server-to-sever",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26758567-1514-4574-986f-57421a0e7268"},{"name":"Authorize Payment","id":"a5f0bb86-7770-49e5-9764-e9b358c9ee91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"externalId\" : \"rvn-1777025966\",\n    \"externalId\" : \"sts-1733330303\",\n    \"card_number\" : \"4xxxxxxxxxxxxx0\",\n    \"securityCode\":\"234\",\n    \"expirationMonth\" : \"00\",\n    \"expirationYear\" : \"2222\",\n    \"capture\": {{capture}}\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/card/authorize-payment/","description":"<p>This <code>POST</code> request generates a card payment link for a specified merchant via the Zueron Merchant API. It requires a Bearer Token for authentication and sends transaction details (<code>merchant ID, currency, amount,</code> and <code>external ID</code>) along with <code>callback</code> and <code>redirect URLs</code>. Upon successful execution, a payment link is created, which redirects the customer for payment processing, with callback features available to show the status of the transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["card","authorize-payment",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f0bb86-7770-49e5-9764-e9b358c9ee91"}],"id":"66f45f48-3b6d-4a26-8e37-0b674e4af455","_postman_id":"66f45f48-3b6d-4a26-8e37-0b674e4af455","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Generate Token","event":[{"listen":"test","script":{"exec":["pm.test(\"Set B64 token\", function () {\r","  var jsonData = pm.response.json();\r","  var btoa = require('btoa');\r","  \r","  if(jsonData.accessToken){\r","    pm.collectionVariables.set(\"token_clear\", jsonData.accessToken);\r","    pm.collectionVariables.set(\"token\", btoa(jsonData.accessToken));\r","    console.log(\"B64 token and clear token set\", jsonData);\r","  }\r","});"],"type":"text/javascript","packages":{},"id":"5101a94a-5dd6-47f5-af86-14a14947d5d8"}}],"id":"be8f44d9-2e85-416a-a100-bd037bddad52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username provided separately}}"},{"key":"password","value":"{{password provided separately}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/auth/","description":"<p>Generate an authentication token for secure access, then use it in the headers for all subsequent API requests.</p>\n<p>Before using the token in API requests, it must be <strong>encoded in Base64</strong> format.</p>\n","urlObject":{"path":["auth",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"be8f44d9-2e85-416a-a100-bd037bddad52"},{"name":"Callback Simulator","id":"90974a8c-e924-4772-af53-d6865d33ce2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"transactionStatus\": \"COMPLETED\",\r\n  \"transactionReport\": \"Payment completed successfully\",\r\n  \"currency\": \"USD\",\r\n  \"amount\": \"1.00\",\r\n  \"netAmount\": \"1.00\",\r\n  \"secureId\": \"ed351aa1-535c-465d-8a33-9558b81fc48c\",\r\n  \"externalId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://example.com","description":"<p>This POST request simulates a mobile payment callback for a transaction. It sends details like the transaction status, amount, and a unique SecureId. If the transaction was successful, <em><strong>transactionStatus</strong></em> will be COMPLETED ; otherwise, it did not go through.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"host":["https://example.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90974a8c-e924-4772-af53-d6865d33ce2c"},{"name":"Read Transaction Card","id":"2308e5b6-230c-4645-b21d-53c4457a96e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"transactionStatus\":\"COMPLETED\",\n    // \"currency\":\"KES\",\n    // \"secureId\": \"\",\n    // \"externalId\": \"test123\",\n    \"transactionStatus\":\"FAILED\",\n    \"maxLimit\": \"10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/card-transactions/","description":"<p>This <code>POST</code> request retrieves transaction details for a specified merchant via the Zueron Merchant API. It requires a Bearer Token for authentication and sends transaction information <code>(merchant ID, currency, and external ID)</code> in the body. Optional parameters such as transaction status and secure ID can also be included. Callback features are available to provide updates on the status of the transaction.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["card-transactions",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2308e5b6-230c-4645-b21d-53c4457a96e3"}],"id":"9301a16e-bdac-4835-9cbb-00a90be80ec3","_postman_id":"9301a16e-bdac-4835-9cbb-00a90be80ec3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Mobile","item":[{"name":"Initiate Mobile Payment","id":"2c4170c7-3fb6-43bd-8815-037e4c9b2306","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"KES\",\n  \"amount\": 10,\n  \"payerPhone\": \"254700000008\",\n  \"externalId\": \"LnDemo2\",\n  \"callbackUrl\": \"https://example.com\",\n  \"redirectUrl\": \"https://example.com\",\n  \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/rs/merchant/at/initiate_mobile_payment","description":"<p>Make a POST request to initiate a mobile payment using the provided bearer token. The request includes details like merchant ID, currency, amount, payer's phone number, external ID, and callback and redirect URLs.</p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>payerPhone</code> (string): The phone number where the amount will be deducted from.</p>\n</li>\n<li><p><code>amount</code> (string): The amonut involved in the transaction.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>callbackUrl:</code> (string): This is a url from your end that we will call with the result of the payment whether successful or failed.</p>\n</li>\n<li><p><code>redirectUrl</code> (string): This is a url on your site where the client will be redirected after a successful/failed payment.</p>\n</li>\n<li><p><code>uniqueExternalId: (bool):</code>These<br />  fields work together to help with payment reconciliation and can help<br />  prevent duplicate payments when uniqueExternalId is set to true.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["api","rs","merchant","at","initiate_mobile_payment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c4170c7-3fb6-43bd-8815-037e4c9b2306"},{"name":"Read Transaction Mobile","id":"e4c50076-3056-4185-b180-3a9fd7741b82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"transactionStatus\":\"ERROR\",\n    // \"currency\":\"KES\",\n    // \"secureId\":\"2e23bb61-3af5-42c6-89d1-9bf39a13e6d6\",\n    // \"externalId\": \"test123\",\n    \"maxLimit\": \"5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/rs/merchant/at/read_mobile_transactions","description":"<p>Send a POST request to retrieve mobile transactions. Include the bearer token, merchant ID, and the maximum number of transactions to retrieve in the request body. Optional fields include transaction status, currency, and secure ID.</p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (string): The amonut involved in the transaction.</p>\n</li>\n<li><p><code>recipient_phone</code> (string): Recipient phone of the transaction.</p>\n</li>\n<li><p><code>reff_id:</code> (string) : The external id preiously set.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>transactionStatus:</code> (string): This is a the final status of the transaction.</p>\n</li>\n<li><p><code>secureId</code> (string): A unique stirng generated for each transaction.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["api","rs","merchant","at","read_mobile_transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4c50076-3056-4185-b180-3a9fd7741b82"},{"name":"Send Money Mobile - Mpesa","id":"1edb30e8-e642-4f5f-a327-8ecab1a41b11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"KES\",\n  \"amount\": 11,\n  \"recipientPhone\": \"+254700000008\",\n  \"externalId\": \"test123\",\n  \"callbackUrl\": \"https://example.com\",\n  \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/rs/merchant/at/send_money_mobile","description":"<p>Send a POST request to transfer money to a mobile number via Mpesa. Include the bearer token, merchant ID, currency, amount, recipient's phone number, external ID, and a callback URL in the request body.</p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (string): The amonut involved in the transaction.</p>\n</li>\n<li><p><code>recipient_phone</code> (string): Recipient phone of the transaction.</p>\n</li>\n<li><p><code>reff_id:</code> (string) : The external id preiously set.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>transactionStatus:</code> (string): This is a the final status of the transaction.</p>\n</li>\n<li><p><code>secureId</code> (string): A unique stirng generated for each transaction.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["api","rs","merchant","at","send_money_mobile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1edb30e8-e642-4f5f-a327-8ecab1a41b11"},{"name":"Read Transaction Mobile Send Money","id":"66c63a21-a4b2-4fa4-9c5e-1600ddace15c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"transactionStatus\":\"ERROR\",\n    // \"currency\":\"KES\",\n    // \"secureId\": \"\",\n    // \"externalId\": \"test123\",\n    \"maxLimit\": \"5\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/rs/merchant/at/read_mobile_send_money_transactions","description":"<p>Send a POST request to retrieve mobile money send transactions. Include the bearer token and merchant ID in the request body. Optionally, you can specify the transaction status, currency, and secure ID.</p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (string): The amount involved in the transaction.</p>\n</li>\n<li><p><code>netAmount</code> (string): <code>amount</code> + <code>fees</code>.</p>\n</li>\n<li><p><code>fees</code> (string) : Charges applied on the transaction.</p>\n</li>\n<li><p><code>SPRef</code> (string) : Unique identifier from telco for each transaction made.</p>\n</li>\n<li><p><code>balance</code> (string): The current Payout balance.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>transactionStatus:</code> (string): This is a the final status of the transaction.</p>\n</li>\n<li><p><code>transactionReport:</code> (string): This is a the final report of the transaction.</p>\n</li>\n<li><p><code>secureId</code> (string): A unique stirng generated for each transaction.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["api","rs","merchant","at","read_mobile_send_money_transactions"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"66c63a21-a4b2-4fa4-9c5e-1600ddace15c"},{"name":"Reverse Money Mobile - Mpesa Copy","id":"76f7ffd5-f18b-42a2-9737-350ab3a06a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    \"currency\": \"KES\",\n    \"amount\": 10.0,\n    \"recipientPhone\": \"+25400000000\",\n    \"externalId\": \"BC1777025966\",\n    \"callbackUrl\": \"{{callbackurl}}\",\n    \"SPRef\": \"THJ334FHTUI\",\n    \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/mobile-reversal/","description":"<p>Send a POST request to transfer money to a mobile number via Mpesa. Include the bearer token, merchant ID, currency, amount, recipient's phone number, external ID, and a callback URL in the request body.</p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (string): The amount involved in the transaction.</p>\n</li>\n<li><p><code>recipientPhone</code> (string): The phone number where the amount will be sent to.</p>\n</li>\n<li><p><code>SPRef</code> (string) : Unique identifier from telco for each transaction made.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>secureId</code> (string): A unique stirng generated for each transaction.</p>\n</li>\n<li><p><code>callbackUrl:</code> (string): This is a url from your end that we will call with the result of the payment whether successful or failed.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["mobile-reversal",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76f7ffd5-f18b-42a2-9737-350ab3a06a7b"},{"name":"Merchant to Merchant Transfers","id":"1f148908-15fa-45dd-8def-412263ca11af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"https://merchant.zueron.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"KES\",// kes\n  \"amount\": \"100.00\",\n  \"recipient\": \"MerchantIdemailphone\",\n  \"source\":\"payin\"//payout|card\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/merchant-wallet-transfer/","description":"<p>This API endpoint facilitates <strong>merchant-to-merchant (M2M) transfers</strong>, allowing merchants to send funds directly to another merchant's wallet. It supports multiple payment sources, including <strong>payin, payout, and card transactions</strong>.</p>\n<p><strong>Request Parameters:</strong></p>\n<ul>\n<li><p><strong>merchantId</strong> (<code>string</code>) – Unique identifier of the sending merchant.</p>\n</li>\n<li><p><strong>currency</strong> (<code>string</code>) – Currency of the transaction (<strong>KES</strong> in this case).</p>\n</li>\n<li><p><strong>amount</strong> (<code>string</code>) – Transaction amount, e.g., <code>\"100.00\"</code>.</p>\n</li>\n<li><p><strong>recipient</strong> (<code>string</code>) – Merchant ID, email, or phone number of the receiving merchant.</p>\n</li>\n<li><p><strong>source</strong> (<code>string</code>) – Defines the transfer source (<code>payin</code>, <code>payout</code>, or <code>card</code>).</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["merchant-wallet-transfer",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"24af1021-7d5d-4695-a342-c0912726de01","name":"success","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"https://sandbox.merchant.zueron.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"KES\",// kes\n  \"amount\": \"100.00\",\n  \"recipient\": \"MerchlTT8yrRMfBZ423dfrv9PsLbvGzUMerch\",\n  \"source\":\"payin\"//payout|card\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/merchant-wallet-transfer/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Mon, 19 May 2025 18:13:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.merchant.safeheavenglobal.org https://sandbox.dashboard.safeheavenglobal.org https://centinelapi.cardinalcommerce.com; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.merchant.safeheavenglobal.org https://sandbox.dashboard.safeheavenglobal.org https://centinelapi.cardinalcommerce.com; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"https://merchant.genio-pago.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Funds transfered successfuly to MerchlTT8yrRMfBZ56Tnl9PsLbvGzUmerch\",\n    \"data\": []\n}"}],"_postman_id":"1f148908-15fa-45dd-8def-412263ca11af"},{"name":"Merchant Transfer Read Transactions","id":"56e7a2d2-ffe8-4af9-82b6-0468f50ce63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Origin","value":"https://merchant.genio-pago.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n//   \"currency\": \"KES\",// kes\n//   \"amount\": \"100.00\",\n  \"maxLimit\": \"10\"\n//   \"externalId\":\"25051949137\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/merchant-transfer-transactions/","description":"<p>This <strong>endpoint</strong> allows merchants to <strong>retrieve transaction records</strong> related to fund transfers. It provides detailed transaction history, helping businesses track movements and manage financial data efficiently. Authentication via <strong>Bearer Token</strong> is required for secure access.  </p>\n<ul>\n<li><p><strong>merchantId</strong> (<code>string</code>) – Identifies the merchant whose transactions are being retrieved.</p>\n</li>\n<li><p><strong>currency</strong> (<code>string</code>, optional) – Specifies the transaction currency (e.g., <code>\"KES\"</code>).</p>\n</li>\n<li><p><strong>amount</strong> (<code>string</code>, optional) – Filters transactions based on a specific amount (e.g., <code>\"100.00\"</code>).</p>\n</li>\n<li><p><strong>maxLimit</strong> (<code>string</code>, optional) – Sets the maximum number of transactions to fetch (e.g., <code>\"10\"</code>).</p>\n</li>\n<li><p><strong>externalId</strong> (<code>string</code>, optional) – Allows searching for a specific transaction using a unique reference identifier.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["merchant-transfer-transactions",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b4c35cf8-d595-4d36-bc46-8cf0cf0126ed","name":"success","originalRequest":{"method":"POST","header":[{"key":"Origin","value":"https://sandbox.merchant.yet-kenya.com","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n//   \"currency\": \"KES\",// kes\n//   \"amount\": \"100.00\",\n  \"maxLimit\": \"10\"\n//   \"externalId\":\"25051949137\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/merchant-transfer-transactions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Mon, 19 May 2025 18:16:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"457"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.merchant.safeheavenglobal.org https://sandbox.dashboard.safeheavenglobal.org https://centinelapi.cardinalcommerce.com; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.merchant.safeheavenglobal.org https://sandbox.dashboard.safeheavenglobal.org https://centinelapi.cardinalcommerce.com; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Access-Control-Allow-Origin","value":"https://merchant.genio-pago.com"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Success. Max 500 records. Actual 1\",\n    \"data\": [\n        {\n            \"id\": 1,\n            \"reff_id\": \"25051949137\",\n            \"merchant_id\": \"Merch2uWT28CeUCWZ3MdLVKrfdwwdfMerch\",\n            \"recipient\": \"Merch1lTT8yrRMfBZ56Tnl9PsLbvGzUMerch\",\n            \"amount\": 100,\n            \"net_amount\": 101.2,\n            \"fees\": 1.21,\n            \"source\": \"payin\",\n            \"target\": \"payin\",\n            \"initial_balance\": 148.9,\n            \"final_balance\": 47.7,\n            \"date_created\": \"2025-05-19T21:13:49.522122+03:00\",\n            \"last_updated\": \"2025-05-19T21:13:49.522142+03:00\",\n            \"group_name\": \"geniopago\"\n        }\n    ]\n}"}],"_postman_id":"56e7a2d2-ffe8-4af9-82b6-0468f50ce63a"}],"id":"329badcc-cfad-4876-acf4-9664641cf617","_postman_id":"329badcc-cfad-4876-acf4-9664641cf617","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Sepa","item":[{"name":"Initiate Sepa Payment","id":"9e7720a8-d127-4132-9ad6-121db722dc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EUR\",\n  \"payment_currency\":\"EUR\",\n  \"amount\": \"100.00\",\n  \"externalId\": \"BJDemo1777025966\",\n  \"callbackUrl\": \"{{callbackurl}}\",\n  \"redirectUrl\": \"{{callbackurl}}\",\n  \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/process/","description":"<p>Make a POST request to initiate a payment using the provided bearer token. The request includes details like merchant ID, currency, amount, payment_currency, external ID, and callback and redirect URLs.  </p>\n<ul>\n<li><p><code>merchantId</code> (string): The merchant ID associated with the transaction.</p>\n</li>\n<li><p><code>currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>payment_currency</code> (string): The currency of the transaction.</p>\n</li>\n<li><p><code>amount</code> (string): The amonut involved in the transaction.</p>\n</li>\n<li><p><code>externalId</code> : The a unique identifier for each transaction.</p>\n</li>\n<li><p><code>callbackUrl:</code> (string): This is a url from your end that we will call with the result of the payment whether successful or failed.</p>\n</li>\n<li><p><code>redirectUrl</code> (string): This is a url on your site where the client will be redirected after a successful/failed payment.</p>\n</li>\n<li><p><code>uniqueExternalId: (bool):</code>These<br />  fields work together to help with payment reconciliation and can help<br />  prevent duplicate payments when uniqueExternalId is set to true.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["sepa","process",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a59dc564-4b81-47f1-9cea-d33443313ed2","name":"currency error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EURO\",\n  \"payment_currency\":\"USDT\",\n  \"amount\": \"10.00\",\n  \"externalId\": \"BJDemo1777025966\",\n  \"callbackUrl\": \"{{callbackurl}}\",\n  \"redirectUrl\": \"{{callbackurl}}\",\n  \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/process/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Tue, 15 Jul 2025 20:30:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"882"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; style-src 'self' * 'unsafe-inline'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error occurred when processing request. Try again in a moment\",\n    \"sid\": \"798380452343\",\n    \"data\": {\n        \"errors\": [\n            {\n                \"received\": \"EURO\",\n                \"code\": \"invalid_enum_value\",\n                \"options\": [\n                    \"USDC\",\n                    \"USDT\",\n                    \"TRX\",\n                    \"BNB\",\n                    \"bUSDT\",\n                    \"BTC\",\n                    \"ETH\",\n                    \"eUSDC\",\n                    \"eUSDT\",\n                    \"FTN\",\n                    \"POL\",\n                    \"pUSDC\",\n                    \"SOL\",\n                    \"sUSDT\",\n                    \"tUSDC\",\n                    \"tUSDT\",\n                    \"wpUSDC\",\n                    \"wpUSDT\",\n                    \"EUR\",\n                    \"GBP\",\n                    \"AZN\",\n                    \"BDT\",\n                    \"INR\",\n                    \"JPY\",\n                    \"PKR\",\n                    \"RUB\",\n                    \"TRY\",\n                    \"UZS\",\n                    \"AUD\",\n                    \"BRL\",\n                    \"CAD\",\n                    \"CHF\",\n                    \"CZK\",\n                    \"DKK\",\n                    \"KES\",\n                    \"NOK\",\n                    \"NZD\",\n                    \"SEK\",\n                    \"USD\"\n                ],\n                \"path\": [\n                    \"body\",\n                    \"baseCurrency\"\n                ],\n                \"message\": \"Invalid enum value. Expected 'USDC' | 'USDT' | 'TRX' | 'BNB' | 'bUSDT' | 'BTC' | 'ETH' | 'eUSDC' | 'eUSDT' | 'FTN' | 'POL' | 'pUSDC' | 'SOL' | 'sUSDT' | 'tUSDC' | 'tUSDT' | 'wpUSDC' | 'wpUSDT' | 'EUR' | 'GBP' | 'AZN' | 'BDT' | 'INR' | 'JPY' | 'PKR' | 'RUB' | 'TRY' | 'UZS' | 'AUD' | 'BRL' | 'CAD' | 'CHF' | 'CZK' | 'DKK' | 'KES' | 'NOK' | 'NZD' | 'SEK' | 'USD', received 'EURO'\"\n            }\n        ],\n        \"success\": false\n    }\n}"},{"id":"658c6943-54d9-4e6f-8408-5b048e45b9e1","name":"payment currency error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EUR\",\n  \"payment_currency\":\"USDT\",\n  \"amount\": \"10.00\",\n  \"externalId\": \"BJDemo1777025966\",\n  \"callbackUrl\": \"{{callbackurl}}\",\n  \"redirectUrl\": \"{{callbackurl}}\",\n  \"uniqueExternalId\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/process/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Tue, 15 Jul 2025 20:31:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"263"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; style-src 'self' * 'unsafe-inline'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Error occurred when processing request. Try again in a moment\",\n    \"sid\": \"118615281849\",\n    \"data\": {\n        \"errors\": [\n            {\n                \"code\": \"bad_request\",\n                \"message\": \"Payment currency USDT is not available for this invoice. Available currencies: EUR\"\n            }\n        ],\n        \"success\": false\n    }\n}"}],"_postman_id":"9e7720a8-d127-4132-9ad6-121db722dc70"},{"name":"Initiate Sepa Deposit","id":"819eedfc-1729-422c-864f-ffa2e9b491d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EUR\",\n  \"amount\": \"100.00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/demo/","description":"<p>Make a POST request to initiate a deposit using the provided bearer token. The request includes details like merchant ID, currency, amount.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["sepa","demo",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f77ae46c-a080-4fb7-ac24-6771da842573","name":"permission error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EUR\",\n  \"amount\": \"10.00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/demo/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Thu, 17 Jul 2025 10:32:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; style-src 'self' * 'unsafe-inline'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Unauthorized! Additional permission is required\",\n    \"data\": []\n}"},{"id":"f05c5878-1bae-4cba-8f48-f286404f42d4","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"currency\": \"EUR\",\n  \"amount\": \"20.00\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/demo/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Thu, 17 Jul 2025 11:00:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"style-src 'self' * 'unsafe-inline'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"success\",\n    \"data\": {\n        \"data\": \"Transaction simulated\",\n        \"success\": true\n    }\n}"}],"_postman_id":"819eedfc-1729-422c-864f-ffa2e9b491d6"},{"name":"Read Sepa Transactions","id":"5a03c058-0c28-46ba-af45-0b5643b0fd32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"transactionStatus\":\"COMPLETED\",\n    // \"currency\":\"EUR\",\n    // \"secureId\": \"\",\n    // \"externalId\": \"BJDemo1752774883\",\n    // \"option\": \"payin\",\n    \"maxLimit\": \"10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/transactions/","description":"<p>Make a POST request to read transactions using the provided bearer token. The request includes details like merchant ID, currency, amount, maxLimit, option, external ID.</p>\n<ul>\n<li><p><strong>merchantId</strong> (<code>string</code>) – Identifies the merchant whose transactions are being retrieved.</p>\n</li>\n<li><p><strong>transactionStatus</strong> (<code>string</code>) – Identifies the status of the transactions being retrieved.</p>\n</li>\n<li><p><strong>currency</strong> (<code>string</code>, optional) – Specifies the transaction currency (e.g., <code>\"KES\"</code>).</p>\n</li>\n<li><p><strong>amount</strong> (<code>string</code>, optional) – Filters transactions based on a specific amount (e.g., <code>\"100.00\"</code>).</p>\n</li>\n<li><p><strong>maxLimit</strong>(<code>string</code>, optional) – Sets the maximum number of transactions to fetch (e.g., <code>\"10\"</code>).</p>\n</li>\n<li><p><strong>option</strong> (<code>string</code>, optional) – The channel for of the transaction (e.g., payin ).</p>\n</li>\n<li><p><strong>externalId</strong> (<code>string</code>, optional) – Allows searching for a specific transaction using a unique reference identifier.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["sepa","transactions",""],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f6e48fcf-11be-46e9-b786-0ac2234453c6","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchantId\": \"{{username provided separately}}\",\n    // \"transactionStatus\":\"COMPLETED\",\n    // \"currency\":\"EUR\",\n    // \"secureId\": \"\",\n    // \"externalId\": \"BJDemo1752774883\",\n    // \"option\": \"payin\",\n    \"maxLimit\": \"10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/sepa/transactions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Thu, 17 Jul 2025 19:54:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3370"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; style-src 'self' * 'unsafe-inline'; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Success. Max 500 records. Actual 10\",\n    \"data\": [\n        {\n            \"transactionStatus\": \"COMPLETED\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 100,\n            \"netAmount\": \"99.78\",\n            \"fees\": 3.18613,\n            \"secureId\": \"300158596562\",\n            \"externalId\": \"BJDemo1752774883\",\n            \"callbackUrl\": \"https://webhook.site/7edac0fa-e4bf-41d4-a875-e9811e4abc53\",\n            \"transactionDate\": \"17-07-2025 17:55:41\",\n            \"transactionDateTimestamp\": 1752774941\n        },\n        {\n            \"transactionStatus\": \"COMPLETED\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 100,\n            \"netAmount\": \"99.77\",\n            \"fees\": 3.185853,\n            \"secureId\": \"209932126538\",\n            \"externalId\": \"BJDemo1752774399\",\n            \"callbackUrl\": \"https://webhook.site/7edac0fa-e4bf-41d4-a875-e9811e4abc53\",\n            \"transactionDate\": \"17-07-2025 17:47:38\",\n            \"transactionDateTimestamp\": 1752774458\n        },\n        {\n            \"transactionStatus\": \"COMPLETED\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 30,\n            \"netAmount\": \"29.94\",\n            \"fees\": 0.956005,\n            \"secureId\": \"657726999159\",\n            \"externalId\": \"BJDemo1752756668\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 12:52:07\",\n            \"transactionDateTimestamp\": 1752756727\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 30,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"254153890693\",\n            \"externalId\": \"BJDemo1752755431\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 12:31:32\",\n            \"transactionDateTimestamp\": 1752755492\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 30,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"251444097677\",\n            \"externalId\": \"BJDemo1752753725\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 12:03:04\",\n            \"transactionDateTimestamp\": 1752753784\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 30,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"279248342216\",\n            \"externalId\": \"BJDemo1752752306\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 11:39:25\",\n            \"transactionDateTimestamp\": 1752752365\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 30,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"660038472303\",\n            \"externalId\": \"BJDemo1752752002\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 11:34:21\",\n            \"transactionDateTimestamp\": 1752752061\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 20,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"858584360026\",\n            \"externalId\": \"BJDemo1752751347\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 11:23:26\",\n            \"transactionDateTimestamp\": 1752751406\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 20,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"711343825159\",\n            \"externalId\": \"BJDemo1752750563\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 11:10:22\",\n            \"transactionDateTimestamp\": 1752750622\n        },\n        {\n            \"transactionStatus\": \"PENDING\",\n            \"transactionReport\": null,\n            \"currency\": \"EUR\",\n            \"amount\": 10,\n            \"netAmount\": \"0.0\",\n            \"fees\": 0,\n            \"secureId\": \"902760589641\",\n            \"externalId\": \"BJDemo1752749916\",\n            \"callbackUrl\": \"https://webhook.site/311a6fa2-57bc-4b7b-83f1-9251ae1b9da1\",\n            \"transactionDate\": \"17-07-2025 10:59:35\",\n            \"transactionDateTimestamp\": 1752749975\n        }\n    ]\n}"}],"_postman_id":"5a03c058-0c28-46ba-af45-0b5643b0fd32"}],"id":"ebec1ac5-ba84-4e7d-8265-f03609b198d0","_postman_id":"ebec1ac5-ba84-4e7d-8265-f03609b198d0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Zueron Crypto Wallet","item":[{"name":"Merchant","item":[{"name":"Merchant","id":"9e53311b-7c08-4503-867c-1d1a29ad071d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/merchant/create?merchantId={{username provided separately}}","description":"<p>Make a GET Request Retrieves a merchant profile in the SPG system using the provided merchant ID. Requires a valid authorization token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","merchant","create"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"}],"variable":[]}},"response":[{"id":"3593d0c4-1cd2-4c5d-90ff-e56200417aa7","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/merchant/create?merchantId={{username provided separately}}","host":["{{baseUrl}}"],"path":["spg","merchant","create"],"query":[{"key":"merchantId","value":"{{username provided separately}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 04:48:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully.\",\n    \"spg_merchants\": [\n        {\n            \"id\": 2,\n            \"name\": \"SmartpaySPG\",\n            \"client_identifier\": \"SPG1752900445\",\n            \"uid\": \"1000_99347b81645b11f0b5440e1a97af751\",\n            \"date_created\": \"2025-07-19T07:48:22.487262+03:00\",\n            \"group_name\": \"geniopago\",\n            \"auth_user\": 52\n        }\n    ],\n    \"spg_customers\": []\n}"}],"_postman_id":"9e53311b-7c08-4503-867c-1d1a29ad071d"},{"name":"Merchant Wallet","id":"56055ffe-7523-4b29-a4f9-c1593ff94342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/merchant/wallet?merchantId={{username provided separately}}&uid=1000_99347b81645b11f0b5440e1a97af751","description":"<p>Fetches the current wallet details for a specified merchant within the SPG system, using both the merchant ID and unique wallet UID. Requires a valid bearer token for authorization.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","merchant","wallet"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1000_99347b81645b11f0b5440e1a97af751"},{"disabled":true,"key":"currencyCode","value":"XRP"}],"variable":[]}},"response":[{"id":"73f08c25-73d8-4f9e-8a31-5d07672774be","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/merchant/wallet?merchantId={{username provided separately}}&uid=1000_99347b81645b11f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","merchant","wallet"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1000_99347b81645b11f0b5440e1a97af751"},{"key":"currencyCode","value":"XRP","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 05:02:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"328"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": [\n        {\n            \"code\": \"XRP\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": [\n                {\n                    \"memo\": \"23\",\n                    \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n                    \"blockchain_id\": 1\n                }\n            ]\n        },\n        {\n            \"code\": \"RLUSD\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": []\n        },\n        {\n            \"code\": \"SPG\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": []\n        }\n    ]\n}"}],"_postman_id":"56055ffe-7523-4b29-a4f9-c1593ff94342"},{"name":"Merchant Transaction","id":"34adbc3f-9640-4161-86cf-9821ec9e7974","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1000_99347b81645b11f0b5440e1a97af751","description":"<p>Retrieves transaction history for a specified merchant and wallet UID within the SPG system. Requires valid authorization via bearer token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","transactions"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1000_99347b81645b11f0b5440e1a97af751"}],"variable":[]}},"response":[{"id":"82d3f39c-ea8e-4cb8-9877-9075957e4e5c","name":"empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1000_99347b81645b11f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","transactions"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1000_99347b81645b11f0b5440e1a97af751"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 06:59:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": {\n        \"transactions\": []\n    }\n}"},{"id":"03fb6df4-5b92-42cb-a4cc-8c82d2c54c07","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1000_99347b81645b11f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","transactions"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1000_99347b81645b11f0b5440e1a97af751"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 07:21:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": {\n        \"transactions\": [\n            {\n                \"total_amount\": \"4.50000000\",\n                \"tx_id\": \"2B111CEBBFBE5DCDCEE2840E4866B34C84AC95BB670898304816049E91D25AC2\",\n                \"type\": \"DEPOSIT\",\n                \"status\": \"SUCCESS\",\n                \"remark\": null,\n                \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n                \"network\": \"XRP\",\n                \"created_at\": \"2025-07-19T07:20:51.000Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"34adbc3f-9640-4161-86cf-9821ec9e7974"},{"name":"Create Merchant","id":"09363743-9d09-4113-a664-7aeeb2b20d9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"name\": \"SmartpaySPG\",\n  \"client_identifier\": \"SPG1777025966\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/merchant/create","description":"<p><strong>Creates a new merchant entry in the SPG system by submitting merchant details such as ID, name, and client identifier. Requires JSON payload and a valid authorization token.</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","merchant","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"86d2d357-feea-47f1-8219-2ad08699116d","name":"Initiate Sepa Deposit Demo Copy 2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"name\": \"SmartpaySPG\",\n  \"client_identifier\": \"SPG1777025966\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/merchant/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 04:48:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"266"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Client Created Successfully\",\n    \"data\": {\n        \"uid\": \"1000_99347b81645b11f0b5440e1a97af751\",\n        \"mfa\": \"K5CDYXKAEZRWS2CV\",\n        \"action\": \"Using the mfa: K5CDYXKAEZRWS2CV, please setup 2FA. We recommend using Google Authenticator App. to allow OTP generation.\"\n    }\n}"}],"_postman_id":"09363743-9d09-4113-a664-7aeeb2b20d9b"},{"name":"Create Merchant Wallet","id":"75d376ea-4139-45d8-bcc9-2b91a009fa4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1000_99347b81645b11f0b5440e1a97af751\",\n  \"currencyCode\": \"XRP\",\n  \"blockchainId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/merchant/wallet/create","description":"<p><strong>Creates a new wallet for a specified merchant within the SPG system. The wallet is initialized with a unique UID, currency code, and associated blockchain ID. Requires a valid authorization token and JSON payload</strong></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","merchant","wallet","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"46cb6a39-8ca3-4a97-83b1-efb6088c6fed","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1000_99347b81645b11f0b5440e1a97af751\",\n  \"currencyCode\": \"XRP\",\n  \"blockchainId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/merchant/wallet/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 04:56:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"87"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully. request wallet to confirm\",\n    \"data\": {}\n}"}],"_postman_id":"75d376ea-4139-45d8-bcc9-2b91a009fa4a"},{"name":"Merchant Send","id":"740dceb8-afdf-40c4-8164-4016f8110bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\":\"1000_99347b81645b11f0b5440e1a97af751\",\n  \"currencyId\": \"1300174893616ec699ab\",\n  \"amount\": \"100.00\",\n  \"otpCode\": 123456,\n  \"blockchainId\": 1,\n  \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n  \"memo\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/send","description":"<p>Initiates a blockchain-based fund transfer from a specified merchant wallet in the SPG system. Requires merchant credentials, wallet UID, currency ID, amount, OTP code, blockchain details, recipient address, and optional memo. Authorization token is required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","send"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"551e252a-4e3a-4247-9567-1e98079f630c","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\":\"1000_99347b81645b11f0b5440e1a97af751\",\n  \"currencyId\": \"1300174893616ec699ab\",\n  \"amount\": \"100.00\",\n  \"otpCode\": 123456,\n  \"blockchainId\": 1,\n  \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n  \"memo\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 07:23:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Processing Failed\",\n    \"data\": {\n        \"success\": false,\n        \"message\": \"Invalid OTP\",\n        \"result\": {}\n    }\n}"}],"_postman_id":"740dceb8-afdf-40c4-8164-4016f8110bcd"}],"id":"a9527e4b-fc99-4198-9535-789e91873b66","_postman_id":"a9527e4b-fc99-4198-9535-789e91873b66","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Customer","item":[{"name":"Customer","id":"bb037b9f-c161-4b01-8c5a-919f1d5c9a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/customer/create?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","description":"<p>Initializes customer profile data within the SPG system for a given merchant and unique customer UID. Requires valid authorization token to access the endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","customer","create"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"}],"variable":[]}},"response":[{"id":"18c00c9e-48ca-4937-bb8f-93742346b512","name":"Customer","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/customer/create?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","customer","create"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 05:46:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"297"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; style-src 'self' * 'unsafe-inline'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully.\",\n    \"data\": {\n        \"id\": 1,\n        \"uid\": \"1100_4c3abc1f646011f0b5440e1a97af751\",\n        \"first_name\": \"SPG\",\n        \"last_name\": \"Demo\",\n        \"email\": \"info.spg@geniopago.com\",\n        \"mobile\": \"9059167585\",\n        \"date_created\": \"2025-07-19T08:22:00.824776+03:00\",\n        \"group_name\": \"geniopago\",\n        \"spg_merchant\": 2\n    }\n}"}],"_postman_id":"bb037b9f-c161-4b01-8c5a-919f1d5c9a44"},{"name":"Customer Wallet","id":"38b5fd32-f44e-4e00-8aea-3a19de5149f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/customer/wallet?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","description":"<p>Retrieves wallet information for a specific customer associated with a given merchant in the SPG system. Identification is performed using the merchant ID and customer UID. Authorization via a valid bearer token is required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","customer","wallet"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"},{"disabled":true,"key":"currencyCode","value":"XRP"}],"variable":[]}},"response":[{"id":"95407ee7-8e27-4004-9d17-de986a0f7a5f","name":"Customer Wallet","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/customer/wallet?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","customer","wallet"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"},{"key":"currencyCode","value":"XRP","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 06:29:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"328"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; style-src 'self' * 'unsafe-inline'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": [\n        {\n            \"code\": \"XRP\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": [\n                {\n                    \"memo\": \"24\",\n                    \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n                    \"blockchain_id\": 1\n                }\n            ]\n        },\n        {\n            \"code\": \"RLUSD\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": []\n        },\n        {\n            \"code\": \"SPG\",\n            \"available_balance\": \"0.00000000\",\n            \"addresses\": []\n        }\n    ]\n}"}],"_postman_id":"38b5fd32-f44e-4e00-8aea-3a19de5149f3"},{"name":"Customer Transaction","id":"4069da1d-ffdc-4903-af78-0ddcb80c3c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1111_4c3abc1f646011f0b5440e1a97aferg","description":"<p>Fetches transaction history for a specific customer wallet in the SPG system using the merchant ID and customer UID. Requires bearer token authorization to securely retrieve records.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","transactions"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1111_4c3abc1f646011f0b5440e1a97aferg"}],"variable":[]}},"response":[{"id":"b54f09d5-4757-4ed0-98a5-99b37d48cc47","name":"empty","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","transactions"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 06:58:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": {\n        \"transactions\": []\n    }\n}"},{"id":"2fad5749-6ab6-4b08-8665-c857d6659cb6","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/transactions?merchantId={{username provided separately}}&uid=1100_4c3abc1f646011f0b5440e1a97af751","host":["{{baseUrl}}"],"path":["spg","transactions"],"query":[{"key":"merchantId","value":"{{username provided separately}}"},{"key":"uid","value":"1100_4c3abc1f646011f0b5440e1a97af751"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 07:21:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"334"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": {\n        \"transactions\": [\n            {\n                \"total_amount\": \"4.00000000\",\n                \"tx_id\": \"F6C47C5FEB78280FCE4B8F1140021063412C64A188D5DDB6BF210EF63BC0E25F\",\n                \"type\": \"DEPOSIT\",\n                \"status\": \"SUCCESS\",\n                \"remark\": null,\n                \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n                \"network\": \"XRP\",\n                \"created_at\": \"2025-07-19T07:20:17.000Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"4069da1d-ffdc-4903-af78-0ddcb80c3c3f"},{"name":"Create Customer","id":"479d5f20-bfbd-4ad6-9db6-b45606a918eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1111_99347b81645b11f0b5440e1a97af4rtg\",\n  \"first_name\": \"Zueron\",\n  \"last_name\": \"Demo\",\n  \"email\": \"demo@Zueron.com\",\n  \"mobile\": \"9059167585\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/customer/create","description":"<p>Creates a new customer record within the SPG system by submitting key identity fields including UID, first and last names, email, and mobile number. Requires authorization token for secure access.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","customer","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bb6cdd2f-4226-4730-821f-bae45089694d","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1000_99347b81645b11f0b5440e1a97af751\",\n  \"first_name\": \"SPG\",\n  \"last_name\": \"Demo\",\n  \"email\": \"info.spg@geniopago.com\",\n  \"mobile\": \"9059167585\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/customer/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 05:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"268"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; style-src 'self' * 'unsafe-inline'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Customer Created Successfully\",\n    \"data\": {\n        \"uid\": \"1100_4c3abc1f646011f0b5440e1a97af751\",\n        \"mfa\": \"MZSFAL3YGJ3DMIKT\",\n        \"action\": \"Using the mfa: MZSFAL3YGJ3DMIKT, please setup 2FA. We recommend using Google Authenticator App. to allow OTP generation.\"\n    }\n}"}],"_postman_id":"479d5f20-bfbd-4ad6-9db6-b45606a918eb"},{"name":"Create Customer Wallet","id":"b68a837b-6e46-4ee2-832d-858fb5efc647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1100_4c3abc1f646011f0b5440e1a97af751\",\n  \"currencyCode\": \"XRP\",\n  \"blockchainId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/customer/wallet/create","description":"<p>Initializes a blockchain wallet for a specific customer under a merchant account. Parameters include customer UID, desired currency code, and blockchain network ID. Requires authentication and JSON payload.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","customer","wallet","create"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dc63c1ad-957d-4477-b43b-84e828ced56d","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\": \"1100_4c3abc1f646011f0b5440e1a97af751\",\n  \"currencyCode\": \"XRP\",\n  \"blockchainId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/customer/wallet/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 05:54:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; style-src 'self' * 'unsafe-inline'; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Processed successfully\",\n    \"data\": []\n}"}],"_postman_id":"b68a837b-6e46-4ee2-832d-858fb5efc647"},{"name":"Customer Send","id":"fd954b48-f7a5-4039-b775-a9f8114c8ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\":\"1100_4c3abc1f646011f0b5440e1a97af751\",\n  \"currencyId\": \"1300174893616ec699ab\",\n  \"amount\": \"100.00\",\n  \"otpCode\": 123456,\n  \"blockchainId\": 1,\n  \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n  \"memo\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/send","description":"<p>Executes a fund transfer from a customer's wallet to an external blockchain address. Requires customer UID, currency ID, amount, OTP code, recipient address, blockchain ID, and an optional memo. Authentication via bearer token is mandatory.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","send"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"633ab527-a023-4a49-be91-f57934ae17a1","name":"erro","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"uid\":\"1100_4c3abc1f646011f0b5440e1a97af751\",\n  \"currencyId\": \"1300174893616ec699ab\",\n  \"amount\": \"100.00\",\n  \"otpCode\": 123456,\n  \"blockchainId\": 1,\n  \"address\": \"rHTzLTi6s1oVSt38AjDaFCp8aAMw9aonUb\",\n  \"memo\": 20\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/spg/send"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 07:22:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Processing Failed\",\n    \"data\": {\n        \"success\": false,\n        \"message\": \"Invalid OTP\",\n        \"result\": {}\n    }\n}"}],"_postman_id":"fd954b48-f7a5-4039-b775-a9f8114c8ea3"}],"id":"dc8bfe77-76f1-4bd3-8166-6a0547131ec4","_postman_id":"dc8bfe77-76f1-4bd3-8166-6a0547131ec4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Zueron crypto currencies","id":"61609836-ff82-4c1f-83f2-da91eb5ec937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/spg/currencies?merchantId={{username provided separately}}","description":"<p>Fetches a list of supported currencies available to the specified merchant within the SPG system. Requires merchant identification and valid authorization token to access currency options.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["spg","currencies"],"host":["{{baseUrl}}"],"query":[{"key":"merchantId","value":"{{username provided separately}}"}],"variable":[]}},"response":[{"id":"1cf69bec-e89d-46be-875f-5fae55c01b80","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/spg/currencies?merchantId={{username provided separately}}","host":["{{baseUrl}}"],"path":["spg","currencies"],"query":[{"key":"merchantId","value":"{{username provided separately}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 04:19:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3553"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Security-Policy","value":"style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:; default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Supported currencies\",\n    \"data\": {\n        \"success\": true,\n        \"message\": \"Currencies Fetched Successfully\",\n        \"result\": {\n            \"currencyData\": [\n                {\n                    \"id\": 1,\n                    \"uuid\": \"1300174893616ec699ab\",\n                    \"name\": \"Ripple\",\n                    \"code\": \"XRP\",\n                    \"symbol\": \"XRP\",\n                    \"logo_url\": \"https://asset.kassio.com/static/crypto_icons/xrp.png\",\n                    \"minimum_deposit\": \"0.00000000\",\n                    \"maximum_deposit\": \"10000.00000000\",\n                    \"minimum_withdraw\": \"0.10000000\",\n                    \"maximum_withdraw\": \"100000.00000000\",\n                    \"type\": \"CRYPTO\",\n                    \"sub_type\": \"CRYPTO\",\n                    \"description\": \"Ripple Coin\",\n                    \"deposit_fee\": \"0.00000000\",\n                    \"withdraw_fee\": \"0.00000000\",\n                    \"quantity_decimal\": 2,\n                    \"blockchain_decimal\": 6,\n                    \"is_deposit_working\": 1,\n                    \"is_withdraw_working\": 1,\n                    \"is_withdraw_working_batch\": 0,\n                    \"is_auto_withdraw\": 0,\n                    \"auto_withdraw_max_limit\": \"0.00000000\",\n                    \"min_confirmation\": 10,\n                    \"is_memo_applicable\": 1,\n                    \"is_utxo_based\": 0,\n                    \"is_static_fee\": 0,\n                    \"is_dynamic_fee\": 0,\n                    \"dynamic_fee\": \"0.00000000\",\n                    \"dynamic_fee_delta_percentage\": \"0.00000000\",\n                    \"network\": \"TESTNET\",\n                    \"is_saving_interest_applicable\": 0,\n                    \"saving_interest_apy\": \"0.00000000\",\n                    \"daily_interest_rate\": \"0.00000000\",\n                    \"deposit_withdraw_from\": \"OWNWALLET\",\n                    \"comment\": \"Ripple Crypto Currency\",\n                    \"is_active\": 1,\n                    \"is_deleted\": 0,\n                    \"created_by\": \"\",\n                    \"updated_by\": \"\",\n                    \"created_at\": \"2025-06-03T07:36:16.000Z\",\n                    \"updated_at\": \"2025-06-30T09:27:13.000Z\",\n                    \"disable_reason\": null,\n                    \"networks\": [\n                        {\n                            \"code\": \"XRP\",\n                            \"blockchainId\": 1\n                        }\n                    ]\n                },\n                {\n                    \"id\": 2,\n                    \"uuid\": \"130017489365674d3f35\",\n                    \"name\": \"Ripple USD\",\n                    \"code\": \"RLUSD\",\n                    \"symbol\": \"RLUSD\",\n                    \"logo_url\": \"https://asset.kassio.com/static/crypto_icons/xrp.png\",\n                    \"minimum_deposit\": \"0.00000000\",\n                    \"maximum_deposit\": \"10000.00000000\",\n                    \"minimum_withdraw\": \"0.10000000\",\n                    \"maximum_withdraw\": \"10000.00000000\",\n                    \"type\": \"CRYPTO\",\n                    \"sub_type\": \"CRYPTO\",\n                    \"description\": \"Ripple Stable Coin\",\n                    \"deposit_fee\": \"0.00000000\",\n                    \"withdraw_fee\": \"0.00000000\",\n                    \"quantity_decimal\": 2,\n                    \"blockchain_decimal\": 15,\n                    \"is_deposit_working\": 1,\n                    \"is_withdraw_working\": 1,\n                    \"is_withdraw_working_batch\": 0,\n                    \"is_auto_withdraw\": 0,\n                    \"auto_withdraw_max_limit\": \"0.00000000\",\n                    \"min_confirmation\": 10,\n                    \"is_memo_applicable\": 1,\n                    \"is_utxo_based\": 0,\n                    \"is_static_fee\": 0,\n                    \"is_dynamic_fee\": 0,\n                    \"dynamic_fee\": \"0.00000000\",\n                    \"dynamic_fee_delta_percentage\": \"0.00000000\",\n                    \"network\": \"TESTNET\",\n                    \"is_saving_interest_applicable\": 0,\n                    \"saving_interest_apy\": \"0.00000000\",\n                    \"daily_interest_rate\": \"0.00000000\",\n                    \"deposit_withdraw_from\": \"OWNWALLET\",\n                    \"comment\": \"RLUSD\",\n                    \"is_active\": 1,\n                    \"is_deleted\": 0,\n                    \"created_by\": null,\n                    \"updated_by\": null,\n                    \"created_at\": \"2025-06-03T07:43:13.000Z\",\n                    \"updated_at\": \"2025-06-30T09:27:13.000Z\",\n                    \"disable_reason\": null,\n                    \"networks\": [\n                        {\n                            \"code\": \"XRP\",\n                            \"blockchainId\": 2\n                        }\n                    ]\n                },\n                {\n                    \"id\": 3,\n                    \"uuid\": \"13001751275660a934a3\",\n                    \"name\": \"SPG\",\n                    \"code\": \"SPG\",\n                    \"symbol\": \"SPG\",\n                    \"logo_url\": \"https://asset.kassio.com/static/crypto_icons/xrp.png\",\n                    \"minimum_deposit\": \"0.00000000\",\n                    \"maximum_deposit\": \"10000.00000000\",\n                    \"minimum_withdraw\": \"0.10000000\",\n                    \"maximum_withdraw\": \"10000.00000000\",\n                    \"type\": \"FIAT\",\n                    \"sub_type\": \"FIAT\",\n                    \"description\": \"\",\n                    \"deposit_fee\": \"0.00000000\",\n                    \"withdraw_fee\": \"0.00000000\",\n                    \"quantity_decimal\": 2,\n                    \"blockchain_decimal\": 2,\n                    \"is_deposit_working\": 1,\n                    \"is_withdraw_working\": 1,\n                    \"is_withdraw_working_batch\": 0,\n                    \"is_auto_withdraw\": 0,\n                    \"auto_withdraw_max_limit\": \"0.00000000\",\n                    \"min_confirmation\": 10,\n                    \"is_memo_applicable\": 0,\n                    \"is_utxo_based\": 0,\n                    \"is_static_fee\": 0,\n                    \"is_dynamic_fee\": 0,\n                    \"dynamic_fee\": \"0.00000000\",\n                    \"dynamic_fee_delta_percentage\": \"0.00000000\",\n                    \"network\": \"TESTNET\",\n                    \"is_saving_interest_applicable\": 0,\n                    \"saving_interest_apy\": \"0.00000000\",\n                    \"daily_interest_rate\": \"0.00000000\",\n                    \"deposit_withdraw_from\": \"OWNWALLET\",\n                    \"comment\": \"SPG\",\n                    \"is_active\": 1,\n                    \"is_deleted\": 0,\n                    \"created_by\": \"\",\n                    \"updated_by\": null,\n                    \"created_at\": \"2025-06-30T09:27:01.000Z\",\n                    \"updated_at\": \"2025-07-15T10:36:20.000Z\",\n                    \"disable_reason\": null,\n                    \"networks\": []\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"61609836-ff82-4c1f-83f2-da91eb5ec937"}],"id":"793ee35e-6a12-410f-a842-08f2d093726a","description":"<p>This set of endpoints enables you to perform crypto-related activities at both the merchant and client levels.</p>\n","_postman_id":"793ee35e-6a12-410f-a842-08f2d093726a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}},{"name":"Zueron Nigeria","item":[{"name":"Generate Card Link","id":"4e12a249-aeaf-4b1a-80d6-52f98f9ab168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"amount\": \"100\",\n  \"description\": \"test\",\n  \"redirectLink\": \"https://smartpaygenie.ca/api/dashboard/payment/redirect\",\n  \"supportLink\": \"https://smartpaygenie.ca/api/dashboard/payment/support\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ng/spg/process","description":"<p>Initiates a payment request within the Nigerian gateway. The request includes merchant details, transaction amount, a short description, and navigation links for redirection and support. This endpoint facilitates user-facing payment flows. Authorization and payload data are required.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}},"urlObject":{"path":["ng","spg","process"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a04a7119-180c-49cc-987c-1640dc7800fc","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"amount\": \"100\",\n  \"description\": \"test\",\n  \"redirectLink\": \"https://smartpaygenie.ca/api/dashboard/payment/redirect\",\n  \"supportLink\": \"https://smartpaygenie.ca/api/dashboard/payment/support\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ng/spg/process"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 18:41:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": true,\n    \"message\": \"Unauthorized! Additional permission is required\",\n    \"data\": []\n}"},{"id":"82959265-9612-4714-8316-1b338e546921","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"merchantId\": \"{{username provided separately}}\",\n  \"amount\": \"100\",\n  \"description\": \"test\",\n  \"redirectLink\": \"https://smartpaygenie.ca/api/dashboard/payment/redirect\",\n  \"supportLink\": \"https://smartpaygenie.ca/api/dashboard/payment/support\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/ng/spg/process"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.4"},{"key":"Date","value":"Sat, 19 Jul 2025 18:43:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"941"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, origin"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"Content-Security-Policy","value":"default-src 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; frame-ancestors 'self' https://sandbox.payments.yet-kenya.com https://sandbox.merchant.yet-kenya.com https://sandbox.dashboard.yet-kenya.com https://sandbox.payments.genio-pago.com https://sandbox.merchant.genio-pago.com https://sandbox.dashboard.genio-pago.com https://sandbox.payments.hudumacitypay.com https://sandbox.merchant.hudumacitypay.com https://sandbox.dashboard.hudumacitypay.com https://sandbox.payments.safeheavenglobal.org https://sandbox.invest.safeheavenglobal.org https://sandbox.admin.safeheavenglobal.org https://centinelapi.cardinalcommerce.com https://sandbox.payments.zueron.com https://sandbox.merchant.zueron.com https://sandbox.dashboard.zueron.com; script-src 'self' * 'unsafe-inline' 'unsafe-eval'; style-src 'self' * 'unsafe-inline'; img-src 'self' * 'unsafe-inline' 'unsafe-eval' data:"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false,\n    \"message\": \"Supported currencies\",\n    \"data\": {\n        \"statusCode\": \"00\",\n        \"message\": \"Payment Link created successfully\",\n        \"data\": {\n            \"payment_link_id\": \"3bc59cb4-3279-43d2-b571-2adef79f5272\",\n            \"user_id\": \"29594bb8-b260-40c5-a488-0780850d702e\",\n            \"plan_name\": \"0687be73-f0dd-7017-8000-a9478a1c4fb7\",\n            \"industry\": \"Technology\",\n            \"description\": \"test\",\n            \"amount\": 100,\n            \"logo_url\": \"uploads/logo-1752950592375-475226590.jpg\",\n            \"cover_image_url\": \"uploads/coverImage-1752950592376-220761794.jpg\",\n            \"custom_link\": \"https://smartpaygenie.ca/api/dashboard/payment/create8385b9f4-f77c-4824-9850-eeedc130043c\",\n            \"redirect_link\": \"https://smartpaygenie.ca/api/dashboard/payment/redirect\",\n            \"support_link\": \"https://smartpaygenie.ca/api/dashboard/payment/support\",\n            \"transaction_id\": null,\n            \"custom_name\": \"8385b9f4-f77c-4824-9850-eeedc130043c\",\n            \"status\": \"ENABLED\",\n            \"created\": \"2025-07-19T18:43:12.383Z\",\n            \"updatedAt\": \"2025-07-19T18:43:12.384Z\",\n            \"is_fixed\": 1,\n            \"acceptCardPayment\": 1,\n            \"total_revenue\": 0\n        }\n    }\n}"}],"_postman_id":"4e12a249-aeaf-4b1a-80d6-52f98f9ab168"}],"id":"a06d3530-4fd7-4945-b74c-86ec7c4c042c","description":"<p>Access our Nigerian gateway seamlessly by sending a request to the endpoint below.</p>\n","_postman_id":"a06d3530-4fd7-4945-b74c-86ec7c4c042c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]},"isInherited":true,"source":{"_postman_id":"ca7aeab2-3152-4770-9f89-d02ca5511157","id":"ca7aeab2-3152-4770-9f89-d02ca5511157","name":"Zueron Merchant API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{base64 of token}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d380fd81-bda6-40b2-a0ef-6d0fd7176738"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"106181a4-b3e6-44dc-9b1b-81f321daf7ff"}}],"variable":[{"key":"baseUrl","value":"{{baseUrl}}","type":"string"},{"key":"token","value":"{{base64 of token}}","type":"string"},{"key":"username","value":"{{username provided separately}}","type":"string"},{"key":"password","value":"{{password provided separately}}","type":"string"},{"key":"token_clear","value":""},{"key":"partnerCallbackSimulatorUrl","value":"https://example.com","type":"string"}]}