{"info":{"_postman_id":"ea67b4d9-2d12-45b1-938f-5e15b9522cff","name":"Ideospay Checkout Docs","description":"<html><head></head><body><p>CHECKOUT GATEWAY DOCUMENTATION</p>\n<p>The checkout gateway allows merchant to receive payment in different currencies.</p>\n<p>There are different payment methods available to make payment and different apis to call. Payment methods include card, bank transfer, USSD, pay with bank account</p>\n<p>There are 3 major operations to perform so as to complete a payment. The api request body is passed as an encrypted data using the RSA encryption algorithm.</p>\n<p>To authorise the api request, public key (which is provided from the merchant dashboard) is required to be passed. on the header on all the requests.</p>\n<p>The 3 operations are</p>\n<ol>\n<li><p>Create Order</p>\n</li>\n<li><p>Pay Order</p>\n</li>\n<li><p>Verify Payment Status</p>\n</li>\n</ol>\n<ul>\n<li>Create Order</li>\n</ul>\n<p>Create order is the point where the customer details, the order details and every other information is been passed to create an order. which then returns the merchant information, the order details including the reference and the payment options available for the selected currency.</p>\n<p>A unique reference is required to be passed which is used to identifier the order payment between the different systems involved.</p>\n<ul>\n<li>Pay Order</li>\n</ul>\n<p>This is the point where the customer select the payment method they prefer to use either Card, USSD, Bank transfer or any other method available.<br>For Card payment different authorisation and authentication is used based on the card type.</p>\n<p>After a payment has been made. the success response respond return from this endpoint does not guarantee the payment is successful because in some cases the customer would have to go through verification and validation process. This is where the 3rd operation comes in</p>\n<ul>\n<li>Verify Payment Status</li>\n</ul>\n<p>This is the point where the status of the payment can be confirmed. this endpoint can be called couple of times to get the update on a payment</p>\n<p>Point to Note</p>\n<p>For easy integration, an endpoint is provided only for staging (it is not available on production) to encrypt data to be send for each of this operations</p>\n<p>SAMPLE ENCRYPTION CODE</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">import rsa from 'node-forge'\nconst BigInteger = rsa.jsbn.BigInteger\nlet parser = new DOMParser()\nfunction encryptForge(data, rsa_pub_key) {\n  let pk = rsa_pub_key\n  let rsaKeyValue = atob(pk)\n  rsaKeyValue = rsaKeyValue.split('!')[1]\n  const xmlDoc = parser.parseFromString(rsaKeyValue, 'text/xml')\n  const modulus = xmlDoc.getElementsByTagName('Modulus')[0].innerHTML\n  const exponent = xmlDoc.getElementsByTagName('Exponent')[0].innerHTML\n  const pubKey = rsa.pki.setRsaPublicKey(\n    parseBigInteger(modulus),\n    parseBigInteger(exponent),\n  ) // e\n  let encryptText = pubKey.encrypt(rsa.util.encodeUtf8(data))\n  return btoa(encryptText)\n}\nfunction parseBigInteger(b64) {\n  return new BigInteger(\n    rsa.util.createBuffer(rsa.util.decode64(b64)).toHex(),\n    16,\n  )\n}\nexport default encryptForge\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-python\">import base64\nfrom Crypto.PublicKey import RSA\nfrom Crypto.Cipher import PKCS1_v1_5\nfrom Crypto.Util.Padding import pad\nimport xml.etree.ElementTree as ET\ndef encrypt(data, public_xml):\n    try:\n        if not data:\n            raise Exception(\"Data sent for encryption is empty\")\n        print(data)\n        # Decode the Base64 string\n        decoded_bytes = base64.b64decode(public_xml)\n        # Convert the decoded bytes to a string\n        decoded_string = decoded_bytes.decode('utf-8')\n        public_xml_key = decoded_string.split('!')[1]\n        modulus = getXmlComponent(public_xml_key, \"Modulus\")\n        exponent = getXmlComponent(public_xml_key, \"Exponent\")\n        modulus_bytes = base64.b64decode(modulus)\n        exponent_bytes = base64.b64decode(exponent)\n        # Create an RSA public key from Modulus and Exponent\n        key = RSA.construct((int.from_bytes(modulus_bytes, byteorder='big'), int.from_bytes(exponent_bytes, byteorder='big')))\n        # Initialize the Cipher for encryption\n        cipher = PKCS1_v1_5.new(key)\n        # Encrypt data\n        encrypted_bytes = cipher.encrypt(bytes(data, 'utf-8'))\n        print(encrypted_bytes)\n        #Convert to base 64 string\n        encrypted_bytes_ = base64.b64encode(encrypted_bytes)\n        print(encrypted_bytes_)\n        return encrypted_bytes\n    except Exception as e:\n        raise e\ndef getXmlComponent(xmlstring, _field):\n    try:\n        # Parse the XML string\n        root = ET.fromstring(xmlstring)\n        # Find elements with the specified field name\n        modulusElements = root.findall(_field)\n        modulusValue = \"\"\n        if modulusElements:\n            # Extract the Modulus value from the first element\n            modulusValue = modulusElements[0].text\n            print(\"Modulus Value:\", modulusValue)\n        else:\n            print(\"Modulus element not found.\")\n        return modulusValue\n    except Exception as e:\n        # Handle exceptions (e.g., parsing errors)\n        print(\"Error:\", str(e))\n        return \"\"\n# Example usage:\n_data = \"{\\\"order\\\":{}}\"\npublic_xml = \"NDA5NiE8UlNBS2V5VmFsdWU+PE1vZHVsdXM+eTJTSXdvQTY4cmNwZlNYcjJwbWhUYmp3NzRLOEgwTW5CN2NhbWNSVStlMVZmZ3o3d2xISysvYi9kdE9NLzVtYVBZV1l0aW1YcURoNlppTHZyUytqaklhVkhjS2trS3dscTNrK1BTSDR1ckpqeElOQSt4RHBQSW1aWFVLMjJobmp2c2s1YTM2Vkx2Q1NPd2IwTXJXaHJwaXNKem9sS3VEaFR1MjhnYWNsT1FaR2JoNStNazdyV0ZnVjVLZThqcUFZK1FIMk16RmZYNys3ZldKbXhGQTlReEI5SThTODhBMC9SWm5SNUlJQWtrRHh3aGtsSlB0NEtQeG5GT0RmTHQyR3Z0YXp3NmlTNmNUUlBHVkF5MmNocDRrZmZSVFcrd0FhaTlycTV5V2h0cHFaOVlCZ1N1MUFLd2twd01NL3o0cVJHWDJOdWZoOEtnMWV6cUs0WkVnTGhOYnN1aXZ5NmdZNEZxMjdSZWpndDN1S0hmdmExaUtYLysxVVI5cmlIMjJYUVZEMzFIamFieUJoZ2lTcVBIMzgwUVBNMnlpdnpKZDdyWDZqMEpzZk1NRFlGejJzMCtIUHJoQmd6cFBua3l2S0RGMUFZcjRTc2RQaitCNUxrYlZESUg4TC9zZE1DcEpyblJqMWlHRXgvWUl4U1ExdEJFZWFnbWFxVVF2VVJYV2hOeHNIS0Nxa3Buelh3bVdpT3FUR1RNRWdpc2UvbkI3SHVuVlRITEZ0d0UyVE1LYXZxbEFkUHNxMytlSFNqUzhQVmZNK1IxL1VoMUVTR09aOFZZdThTMjdFYWl6dDY4SmhVbDQ0NnVjT0R4VEJTckFYS0ptdGhjZk9MZzNYekU5TVlkaEZiWisxRzlHbi91YkVFd2ZiZVZsOVViVXZ6WDEwZmxTZXRlUnZ0ZDg9PC9Nb2R1bHVzPjxFeHBvbmVudD5BUUFCPC9FeHBvbmVudD48L1JTQUtleVZhbHVlPg==\"\nencrypted_data = encrypt(_data, public_xml)\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">import org.w3c.dom.Document;\nimport org.w3c.dom.Element;\nimport org.w3c.dom.NodeList;\nimport org.xml.sax.SAXException;\nimport javax.crypto.Cipher;\nimport javax.xml.parsers.DocumentBuilder;\nimport javax.xml.parsers.DocumentBuilderFactory;\nimport javax.xml.parsers.ParserConfigurationException;\nimport java.io.File;\nimport java.io.FileOutputStream;\nimport java.io.IOException;\nimport java.io.UnsupportedEncodingException;\nimport java.nio.charset.StandardCharsets;\nimport java.security.*;\nimport java.security.spec.InvalidKeySpecException;\nimport java.security.spec.RSAPublicKeySpec;\nimport java.security.spec.X509EncodedKeySpec;\nimport java.util.Base64;\n//import javax.xml.bind.DatatypeConverter;\npublic class EncryptionHelper {\n    private PrivateKey privateKey;\n    private PublicKey publicKey;\n    public  static String getXmlComponent(String xmlstring, String _field) throws IOException, SAXException, ParserConfigurationException {\n        // Create a DocumentBuilder\n        DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();\n        DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();\n        // Parse the XML string\n        Document doc = dBuilder.parse(new java.io.ByteArrayInputStream(xmlstring.getBytes(\"UTF-8\")));\n        // Normalize the document\n        doc.getDocumentElement().normalize();\n        NodeList modulusNodeList = doc.getElementsByTagName(_field);\n        String modulusValue = \"\";\n        if (modulusNodeList.getLength() &gt; 0) {\n            Element modulusElement = (Element) modulusNodeList.item(0);\n            // Extract the Modulus value\n            modulusValue = modulusElement.getTextContent();\n            System.out.println(\"Modulus Value: \" + modulusValue);\n        } else {\n            System.out.println(\"Modulus element not found.\");\n        }\n        return modulusValue;\n    }\n    public static byte[] encrypt(String _data, String publicXml) throws Exception {\n        try {\n            var data = _data.getBytes();\n            if (data == null || data.length &lt; 1) {\n                throw new Exception(\"Data sent for encryption is empty\");\n            }\n            // Extract the Modulus and Exponent from the XML\n            // Decode the Base64 string\n            byte[] decodedBytes = Base64.getDecoder().decode(publicXml);\n            // Convert the decoded bytes to a string\n            String decodedString = new String(decodedBytes);\n            var publicxmllkey = decodedString.split(\"!\")[1];\n            System.out.println(publicxmllkey);\n            var modulus = getXmlComponent(publicxmllkey, \"Modulus\");\n            var exponent = getXmlComponent(publicxmllkey, \"Exponent\");\n            String modulusBase64 = modulus;\n            String exponentBase64 = exponent/* extract Exponent from publicXml */;\n            // Convert the Base64-encoded Modulus and Exponent to byte arrays\n            byte[] modulusBytes = Base64.getDecoder().decode(modulusBase64);\n            byte[] exponentBytes =Base64.getDecoder().decode(exponentBase64);\n            // Create RSAPublicKeySpec from Modulus and Exponent\n            RSAPublicKeySpec keySpec = new RSAPublicKeySpec(\n                    new java.math.BigInteger(1, modulusBytes),\n                    new java.math.BigInteger(1, exponentBytes)\n            );\n            // Generate the PublicKey from the RSAPublicKeySpec\n            KeyFactory keyFactory = KeyFactory.getInstance(\"RSA\");\n            PublicKey publicKey = keyFactory.generatePublic(keySpec);\n            // Initialize the Cipher for encryption\n            Cipher cipher = Cipher.getInstance(\"RSA/ECB/PKCS1Padding\");\n            cipher.init(Cipher.ENCRYPT_MODE, publicKey);\n            // Encrypt the data\n            byte[] encryptedBytes = cipher.doFinal(data);\n            return encryptedBytes;\n        } catch (Exception e) {\n            throw e;\n        }\n    }\n    public EncryptionHelper() throws Exception {\n        var rowdata = \"Hello World\";\n        var publicxml = \"NDA5NiE8UlNBS2V5VmFsdWU+PE1vZHVsdXM+eTJTSXdvQTY4cmNwZlNYcjJwbWhUYmp3NzRLOEgwTW5CN2NhbWNSVStlMVZmZ3o3d2xISysvYi9kdE9NLzVtYVBZV1l0aW1YcURoNlppTHZyUytqaklhVkhjS2trS3dscTNrK1BTSDR1ckpqeElOQSt4RHBQSW1aWFVLMjJobmp2c2s1YTM2Vkx2Q1NPd2IwTXJXaHJwaXNKem9sS3VEaFR1MjhnYWNsT1FaR2JoNStNazdyV0ZnVjVLZThqcUFZK1FIMk16RmZYNys3ZldKbXhGQTlReEI5SThTODhBMC9SWm5SNUlJQWtrRHh3aGtsSlB0NEtQeG5GT0RmTHQyR3Z0YXp3NmlTNmNUUlBHVkF5MmNocDRrZmZSVFcrd0FhaTlycTV5V2h0cHFaOVlCZ1N1MUFLd2twd01NL3o0cVJHWDJOdWZoOEtnMWV6cUs0WkVnTGhOYnN1aXZ5NmdZNEZxMjdSZWpndDN1S0hmdmExaUtYLysxVVI5cmlIMjJYUVZEMzFIamFieUJoZ2lTcVBIMzgwUVBNMnlpdnpKZDdyWDZqMEpzZk1NRFlGejJzMCtIUHJoQmd6cFBua3l2S0RGMUFZcjRTc2RQaitCNUxrYlZESUg4TC9zZE1DcEpyblJqMWlHRXgvWUl4U1ExdEJFZWFnbWFxVVF2VVJYV2hOeHNIS0Nxa3Buelh3bVdpT3FUR1RNRWdpc2UvbkI3SHVuVlRITEZ0d0UyVE1LYXZxbEFkUHNxMytlSFNqUzhQVmZNK1IxL1VoMUVTR09aOFZZdThTMjdFYWl6dDY4SmhVbDQ0NnVjT0R4VEJTckFYS0ptdGhjZk9MZzNYekU5TVlkaEZiWisxRzlHbi91YkVFd2ZiZVZsOVViVXZ6WDEwZmxTZXRlUnZ0ZDg9PC9Nb2R1bHVzPjxFeHBvbmVudD5BUUFCPC9FeHBvbmVudD48L1JTQUtleVZhbHVlPg==\";\n        var result = encrypt(rowdata, publicxml);\n        // Encode the byte array to a Base64 string\n        String base64String = Base64.getEncoder().encodeToString(result);\n        System.out.println(\"Converted successfully\");\n        System.out.println(base64String);\n    }\n    public static void main(String[] args) throws Exception {\n        EncryptionHelper keyPairGenerator = new EncryptionHelper();\n    }\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-php\">require 'vendor/autoload.php';\nuse phpseclib3\\Crypt\\RSA;\nuse phpseclib3\\Math\\BigInteger;\nfunction getXmlComponent($xmlstring, $field)\n{\n    try {\n        // Load XML\n        $xml = new SimpleXMLElement($xmlstring);\n        // Register namespaces if any\n        $namespaces = $xml-&gt;getNamespaces(true);\n        foreach ($namespaces as $prefix =&gt; $namespace) {\n            if ($prefix === '') {\n                $prefix = 'default';\n            }\n            $xml-&gt;registerXPathNamespace($prefix, $namespace);\n        }\n        // Construct the correct XPath query\n        $result = null;\n        if (!empty($namespaces)) {\n            foreach ($namespaces as $prefix =&gt; $namespace) {\n                $prefix = $prefix ?: 'default';\n                $result = $xml-&gt;xpath(\"//$prefix:$field\");\n                if ($result) {\n                    break;\n                }\n            }\n        } else {\n            $result = $xml-&gt;xpath(\"//$field\");\n        }\n        // Check if the element was found\n        if ($result &amp;&amp; count($result) &gt; 0) {\n            return (string)$result[0];\n        } else {\n            echo \"Element $field not found.\\n\";\n            return \"\";\n        }\n    } catch (Exception $e) {\n        echo \"Error: \" . $e-&gt;getMessage() . \"\\n\";\n        return \"\";\n    }\n}\nfunction encryptData($data, $public_xml)\n{\n    try {\n        if (!$data) {\n            throw new Exception(\"Data sent for encryption is empty\");\n        }\n        // Decode the Base64 string\n        $decoded_bytes = base64_decode($public_xml);\n        $decoded_string = mb_convert_encoding($decoded_bytes, 'UTF-8');\n        $public_xml_key = explode('!', $decoded_string)[1];\n        echo $public_xml_key;\n        $modulus = getXmlComponent($public_xml_key, \"Modulus\");\n        $exponent = getXmlComponent($public_xml_key, \"Exponent\");\n        $modulus_bytes = base64_decode($modulus);\n        $exponent_bytes = base64_decode($exponent);\n        // Create an RSA public key from Modulus and Exponent\n        $rsa = RSA::loadFormat('raw', [\n            'n' =&gt; new BigInteger($modulus_bytes, 256),\n            'e' =&gt; new BigInteger($exponent_bytes, 256)\n        ]);\n        echo \"Trying to encrypt data\" . \"\\n\";\n        // Encrypt data\n        $rsa = $rsa-&gt;withPadding(RSA::ENCRYPTION_PKCS1);\n        $encrypted = $rsa-&gt;encrypt($data);\n        // Convert to base 64 string\n        $encrypted_base64 = base64_encode($encrypted);\n        echo \"base 64 value\" . \"\\n\";\n        echo $encrypted_base64 . \"\\n\";\n        return $encrypted_base64;\n    } catch (Exception $e) {\n        echo \"Error: \" . $e-&gt;getMessage() . \"\\n\";\n        return \"No encrypted ata\";\n    }\n}\n// Example usage\n$data = \"{\\r\\n    \\\"customer\\\": {\\r\\n        \\\"firstname\\\": \\\"firstname\\\",\\r\\n        \\\"lastname\\\": \\\"lastname\\\",\\r\\n        \\\"mobile\\\": \\\"+2348158200000\\\",\\r\\n        \\\"country\\\": \\\"NG\\\",\\r\\n        \\\"email\\\": \\\"email@pay.dev\\\"\\r\\n    },\\r\\n    \\\"order\\\": {\\r\\n        \\\"amount\\\": 3,\\r\\n       \n\\\"reference\\\": \\\"223232323121212122121QWW2QWWW\\\",\\r\\n        \\\"description\\\": \\\"Pay\\\",\\r\\n        \\\"currency\\\": \\\"USD\\\"\\r\\n    },\\r\\n    \\\"payment\\\": {\\r\\n        \\\"RedirectUrl\\\": \\\"https://www.hi.com\\\"\\r\\n    }\\r\\n}\";\n$public_xml = \"NDA5NiE8UlNBS2V5VmFsdWU+PE1vZHVsdXM+eStWT0Q0Ymp2bnZ5Wmh6eW9ySDRNMDlpRGlGeXFwTlRGYVV6WU9ER3lFaXNqRFBkdEVCdjJvbzNyTm1vMkt6TmJTSGl1MzdmeDhKdWN3bHRIUHUrank0bUFSNGp5N0ZiOURkT2x3blpVaDVUMnlXSUU2OExhL3hGTFJQUTN3TmpkNER0RStpbkM0YStHQ1hQR0FTVm5XS3MrM1hQcEpiS1FFVHZxYUluVUZ0RVZQaGtabGtWNXpNRWU0eVVDNzZDSGxxR0hWMWJobXNEdS9GKzVEVHMvY1REd2NOSStXN1RHUjZuRmhnUFkrQU9vV3R2QzRobVBYc1VhR3NjVjNkbkV6Q0lDUTMxZHQwZ0NYdVdqN21LZ1dyT3N2a2IvaUp6RkVpRzdRL1hqaENiTzRRWENZcEF2eEpWSGkrQWV2WlYxTDQrRW9vZWVLU3N0REoxYlF2WW00L1NnQmszN0FZQXNEUElRZFUzaGsrbFdSWjhXeWRhZ2RlV3FHbVUybEt2Y1Z6MDMzVk1RMlZzS2x0NmFldG01Rmtsc3FpeFJPWUpxZHBMUU1BZldQVGxVLytQUUxMWHFEbUxOZ3ZFWm5PUEFjeE1EbEg2dEh0RVhvLysxQ1RmNzdEaDhPTGpmcGgvWTBCU3pjRndDODE0NUlld0hBSW9ZTTFLeUNvdElFazVyQXVxZks2aHpEWS9CUnN6VkNLYTVNNTVXRDJzclJ6dFVtNHNlaUNoVzlZVlV6ZUg1MFV3RmN3b1pLTlN5UEhYMXJocE54eTZkV2JXWVNuMjQwZTVwWEFQWFgyNUEwRElWK1RUMjcxNnRPQ2pxanpaMENZbXpkZ3ozYmVlQi8yQzRKV2lsZlNxejYyY3llWDVFem5PdE9rNkRNWEZrY2xPMzhMNVU4RTIwZlU9PC9Nb2R1bHVzPjxFeHBvbmVudD5BUUFCPC9FeHBvbmVudD48L1JTQUtleVZhbHVlPg==\";\n$encrypted_data = encryptData($data, $public_xml);\necho \"Encrypted data\" . \"\\n\";\necho $encrypted_data . \"\\n\";\n\n</code></pre>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10904236","collectionId":"ea67b4d9-2d12-45b1-938f-5e15b9522cff","publishedId":"2sA35G539D","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-31T14:14:15.000Z"},"item":[{"name":"Checkout service","item":[{"name":"Create Order","item":[{"name":"Sample Payload to encrypt","event":[{"listen":"prerequest","script":{"id":"428b6157-7145-4782-a8c0-094644713bd5","exec":["    pm.collectionVariables.set('reference', Math.floor(Math.random() * 1000000000));"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"8549e6a7-6b5d-475a-9a8b-9367dec224d1","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"12247d29-d60b-4ff0-85e0-7c2a68ed887b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": {\r\n        \"firstname\": \"ideos\",\r\n        \"lastname\": \"pay\",\r\n        \"mobile\": \"+2348158200000\",\r\n        \"country\": \"NG\",\r\n        \"email\": \"email@ideos.dev\"\r\n    },\r\n    \"order\": {\r\n        \"amount\": 2,\r\n        \"reference\": \"{{yourreference}}\",\r\n        \"description\": \"Pay\",\r\n        \"currency\": \"USD\"\r\n    },\r\n    \"payment\": {\r\n        \"RedirectUrl\": \"https://www.hi.com\"\r\n    },\r\n    \"paymentMeta\": {\r\n        \"ipAddress\": \"127.0.0.0\",\r\n        \"UserAgent\": \"Chrome/129.0.0.0\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"4dc1aa2e-b623-4a7a-be7c-b97b9e7e901c","name":"Encrypt Data - payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": {\r\n        \"firstname\": \"ideos\",\r\n        \"lastname\": \"pay\",\r\n        \"mobile\": \"+23481582333444\",\r\n        \"country\": \"NG\",\r\n        \"email\": \"email@ideos.dev\"\r\n    },\r\n    \"order\": {\r\n        \"amount\": 100,\r\n        \"reference\": \"{{yourreference}}\",\r\n        \"description\": \"Pay\",\r\n        \"currency\": \"NGN\"\r\n    },\r\n    \"payment\": {\r\n        \"RedirectUrl\": \"https://www.hi.com\"\r\n    }\r\n    }","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:05:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"CpDqKj/zLUlj9dmLB8i8ruaR2hOYW2Hk0KdpFdn7t3/FzCQCtFF6SFpWsyFEuZmnakBkIzwsJEG1gSI8PmHa+na98Lpgk0TllgF3dH5ESXl+b2PXmDZvSO1aPzMMFTq9ja2oT44KUc4/p6HpUU21VhZMTR+NpW/lpNfPQZ04+KHVDTzijQEmEx1HrxodHiR6DmaKF0fjl7oI+NOOBi7+8cRrnwEuugMaHOVOVg8QGVg7KSiPEf+xXAavOUIySsStfcb8S1bK/iI7QRCtzaeCZxc62xFvmgA7ScS3SG0Kzej+ytWzjvSlG+60mpchfXZD/FwU4LLd3X3aEMWKoTmGpuGQPA0eOqj9SkdmAyY7V0ZFyQqPtm0/rDS63us9Dt2qtqQlhrQGoJio6LA6wKcChr+YzNWwSa3WfKPIy6MX0oXeWNoxnczkW3gwFM3YdPz6gUNzD0/RMJ8VW0Fo91jB53GzG/YjfZMgFgibZnseApACZLHm/+VOY/sCAyanUT5Uu+kRgtgqguCqiIwqiQPkhDdZlHoOHH+ymnql+qDCiO6Kt5AnPZxemvwf9oPCo9YC18vPmc/XtOXyu4uQzMHF2WQseOm0YyKMWIF1zGTVMTsdQFa6KxUg+5DbiVnGgay9RBZyEel/vqy15B1pTzu7exTmnVZU+ViVHblTelYdWuE=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"12247d29-d60b-4ff0-85e0-7c2a68ed887b"},{"name":"Create Order","event":[{"listen":"prerequest","script":{"id":"8af1c30d-03d3-4bd3-a729-d10d0dd0ba31","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"25e22335-2c44-41dd-894e-590f619f8d75","exec":["if (pm.response.code == 200) {","    pm.collectionVariables.set('orderreference', pm.response.json().data.order.reference);","}"],"type":"text/javascript","packages":{}}}],"id":"a86e072b-685e-4729-9b94-72ba8282e9bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/create","urlObject":{"path":["payment","order","create"],"host":[""],"query":[{"disabled":true,"key":"api-key","value":""}],"variable":[]}},"response":[{"id":"c066f292-8322-4ad1-ac24-27516d7200ec","name":"Create Order","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/order/create","host":[""],"path":["payment","order","create"],"query":[{"key":"api-key","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:05:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1246"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order\": {\n            \"reference\": \"754874724\",\n            \"processorReference\": \"IDSPAY-76279490-6B08-45CF-9919-582E9C77F52B\",\n            \"orderPaymentReference\": null,\n            \"amount\": 100,\n            \"fee\": 0,\n            \"feeRate\": 0,\n            \"statusId\": 1,\n            \"status\": \"Initiated\",\n            \"currency\": \"NGN\",\n            \"narration\": \"Pay\"\n        },\n        \"subsidiary\": {\n            \"id\": 1,\n            \"name\": \"Test Merchant\",\n            \"country\": \"NG\",\n            \"supportEmail\": \"test@ideospay.dev\",\n            \"customization\": []\n        },\n        \"customer\": {\n            \"email\": \"email@ideos.dev\",\n            \"firstName\": \"ideos\",\n            \"lastName\": \"pay\",\n            \"mobile\": \"+23481582333444\",\n            \"country\": \"NG\"\n        },\n        \"payment\": {\n            \"code\": null,\n            \"source\": \"Selected by Customer\",\n            \"selectedOption\": null,\n            \"accountNumber\": null,\n            \"bankProviderName\": null\n        },\n        \"otherPaymentOptions\": [\n            {\n                \"code\": \"BT\",\n                \"name\": \"Bank Transfer\",\n                \"currency\": \"NGN\"\n            },\n            {\n                \"code\": \"C\",\n                \"name\": \"Card Payment\",\n                \"currency\": \"NGN\"\n            },\n            {\n                \"code\": \"BA\",\n                \"name\": \"Bank Account\",\n                \"currency\": \"NGN\"\n            },\n            {\n                \"code\": \"USSD\",\n                \"name\": \"USSD\",\n                \"currency\": \"NGN\"\n            },\n            {\n                \"code\": \"BANK-TRANSFER\",\n                \"name\": \"Pay With Bank Transfer\",\n                \"currency\": \"NGN\"\n            },\n            {\n                \"code\": \"NQR\",\n                \"name\": \"QR Code Payment\",\n                \"currency\": \"NGN\"\n            }\n        ],\n        \"savedCards\": [],\n        \"subsidiaryOrderSummary\": {\n            \"orderName\": \"Test Merchant Order 754874724\",\n            \"totalAmount\": 100,\n            \"reference\": \"754874724\",\n            \"currency\": \"NGN\",\n            \"orderItems\": [\n                {\n                    \"name\": \"Summary\",\n                    \"amount\": 100\n                }\n            ]\n        }\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"01\",\n    \"message\": \"Created order successfully\"\n}"}],"_postman_id":"a86e072b-685e-4729-9b94-72ba8282e9bb"}],"id":"bbc98ed4-0571-492a-ba88-5065eede2f9f","_postman_id":"bbc98ed4-0571-492a-ba88-5065eede2f9f","description":""},{"name":"Pay Order","item":[{"name":"Pay With Card","item":[{"name":"3DS Sample Payload to encrypt","event":[{"listen":"test","script":{"id":"c02a386c-eba5-4736-8b8f-3a2a4f1b8733","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"2ae55660-b350-4a50-8e0d-611254d4a182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"card\": {\r\n        \"cardnumber\": \"533850000006135\",\r\n        \"expirymonth\": \"10\",\r\n        \"expiryyear\": \"24\",\r\n        \"cvv\": \"101\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"874b4c0e-4fc3-4b04-9dd1-0adb0300c53e","name":"card 3ds-payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5120050000784608\",\r\n        \"expirymonth\": \"01\",\r\n        \"expiryyear\": \"39\",\r\n        \"cvv\": \"193\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:07:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"L5j3aO/R7dFkhC79naBxPbMehPXJ5H8Oehb5m2orJElB8ARCwsofnVjdROvVvT5cTIMw+ZlAcj9dHTJHp3x62A4VHArrjenFbs8IwMZmhmhr2cZGUp26U6J0glNxJdKO+/L/U6Q6W9c1ja3cRGeP3ozzcv59WnaeWUQ5q6kOHbWSCml1BnmQrIV/tfA9d1ry1M8g01Nm6F1RHK/1r3lyTebHiJDJ6N/oAGWfYnss/l/thy+K56krHP4Pww7dUUymeQvE86p1pLpm3bp+wzngvbiRyZQpaHz2c0r926lJCP1xCJiv5KXnwHmFo7tJCqTg3FtjElEatvzmI97VXBX8bMTisXVfMvnqJtyOGj5qKDMCYb3hrqXB77FLl+hNMkkI5pEAN45re+2zESJoChiJDgqXgnxTwWyXiTnXVTwFyKi2FzvNfuArz0nifwVEb+0mIXSU7wsucdoJ2rdr0McDDYSPRUNHqspvmb7Sy+F1CgRIOCS9Df730CwCzGZlBFvdkBX1+r4wEKpYT30d67y0jukygmtsnt6gcfnMttkcsFCRmp348pGx9I3g/3xkNL8zAnDpeH+muzLritKrYvmGXX4MrKwl3cPwP11P42t2G1wNBflx1HjYX7u3YYLj4joAVleo43Say3l5Q7nD/LVqW19teHHOOjUZA9KBX3eWuEk=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"2ae55660-b350-4a50-8e0d-611254d4a182"},{"name":"3DS to save card for customer","event":[{"listen":"test","script":{"id":"c02a386c-eba5-4736-8b8f-3a2a4f1b8733","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"c24a2676-205b-436b-9c31-e4e59d56a98e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5415901101801\",\r\n        \"expirymonth\": \"06\",\r\n        \"expiryyear\": \"26\",\r\n        \"cvv\": \"049\",\r\n        \"saveCard\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"105e9178-c8f5-4e0c-8207-43dd46457a9d","name":"card 3ds-payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5120050000784608\",\r\n        \"expirymonth\": \"01\",\r\n        \"expiryyear\": \"39\",\r\n        \"cvv\": \"193\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:07:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"L5j3aO/R7dFkhC79naBxPbMehPXJ5H8Oehb5m2orJElB8ARCwsofnVjdROvVvT5cTIMw+ZlAcj9dHTJHp3x62A4VHArrjenFbs8IwMZmhmhr2cZGUp26U6J0glNxJdKO+/L/U6Q6W9c1ja3cRGeP3ozzcv59WnaeWUQ5q6kOHbWSCml1BnmQrIV/tfA9d1ry1M8g01Nm6F1RHK/1r3lyTebHiJDJ6N/oAGWfYnss/l/thy+K56krHP4Pww7dUUymeQvE86p1pLpm3bp+wzngvbiRyZQpaHz2c0r926lJCP1xCJiv5KXnwHmFo7tJCqTg3FtjElEatvzmI97VXBX8bMTisXVfMvnqJtyOGj5qKDMCYb3hrqXB77FLl+hNMkkI5pEAN45re+2zESJoChiJDgqXgnxTwWyXiTnXVTwFyKi2FzvNfuArz0nifwVEb+0mIXSU7wsucdoJ2rdr0McDDYSPRUNHqspvmb7Sy+F1CgRIOCS9Df730CwCzGZlBFvdkBX1+r4wEKpYT30d67y0jukygmtsnt6gcfnMttkcsFCRmp348pGx9I3g/3xkNL8zAnDpeH+muzLritKrYvmGXX4MrKwl3cPwP11P42t2G1wNBflx1HjYX7u3YYLj4joAVleo43Say3l5Q7nD/LVqW19teHHOOjUZA9KBX3eWuEk=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"c24a2676-205b-436b-9c31-e4e59d56a98e"},{"name":"2DS - NOAUTH Sample Payload to encrypt","event":[{"listen":"test","script":{"id":"c02a386c-eba5-4736-8b8f-3a2a4f1b8733","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"06195c99-3961-49e1-9e4e-bac53393da83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5338530814336135\",\r\n        \"expirymonth\": \"10\",\r\n        \"expiryyear\": \"24\",\r\n        \"cvv\": \"123\",\r\n        \"authOption\": \"NOAUTH\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"77838d05-0e6e-4bd9-afa7-7375647ce24f","name":"card 3ds-payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5120050000784608\",\r\n        \"expirymonth\": \"01\",\r\n        \"expiryyear\": \"39\",\r\n        \"cvv\": \"193\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:07:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"L5j3aO/R7dFkhC79naBxPbMehPXJ5H8Oehb5m2orJElB8ARCwsofnVjdROvVvT5cTIMw+ZlAcj9dHTJHp3x62A4VHArrjenFbs8IwMZmhmhr2cZGUp26U6J0glNxJdKO+/L/U6Q6W9c1ja3cRGeP3ozzcv59WnaeWUQ5q6kOHbWSCml1BnmQrIV/tfA9d1ry1M8g01Nm6F1RHK/1r3lyTebHiJDJ6N/oAGWfYnss/l/thy+K56krHP4Pww7dUUymeQvE86p1pLpm3bp+wzngvbiRyZQpaHz2c0r926lJCP1xCJiv5KXnwHmFo7tJCqTg3FtjElEatvzmI97VXBX8bMTisXVfMvnqJtyOGj5qKDMCYb3hrqXB77FLl+hNMkkI5pEAN45re+2zESJoChiJDgqXgnxTwWyXiTnXVTwFyKi2FzvNfuArz0nifwVEb+0mIXSU7wsucdoJ2rdr0McDDYSPRUNHqspvmb7Sy+F1CgRIOCS9Df730CwCzGZlBFvdkBX1+r4wEKpYT30d67y0jukygmtsnt6gcfnMttkcsFCRmp348pGx9I3g/3xkNL8zAnDpeH+muzLritKrYvmGXX4MrKwl3cPwP11P42t2G1wNBflx1HjYX7u3YYLj4joAVleo43Say3l5Q7nD/LVqW19teHHOOjUZA9KBX3eWuEk=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"06195c99-3961-49e1-9e4e-bac53393da83"},{"name":"2D Charge With Saved Card","event":[{"listen":"test","script":{"id":"c02a386c-eba5-4736-8b8f-3a2a4f1b8733","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"e671048c-f7e3-4ef7-94c0-294bf8465026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"savedCardId\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"03fb5ba0-30bd-423c-b68d-16a9425d59b9","name":"card 3ds-payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"C\",\r\n    \"country\": \"NG\",\r\n    \"card\": {\r\n        \"cardnumber\": \"5120050000784608\",\r\n        \"expirymonth\": \"01\",\r\n        \"expiryyear\": \"39\",\r\n        \"cvv\": \"193\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:07:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"L5j3aO/R7dFkhC79naBxPbMehPXJ5H8Oehb5m2orJElB8ARCwsofnVjdROvVvT5cTIMw+ZlAcj9dHTJHp3x62A4VHArrjenFbs8IwMZmhmhr2cZGUp26U6J0glNxJdKO+/L/U6Q6W9c1ja3cRGeP3ozzcv59WnaeWUQ5q6kOHbWSCml1BnmQrIV/tfA9d1ry1M8g01Nm6F1RHK/1r3lyTebHiJDJ6N/oAGWfYnss/l/thy+K56krHP4Pww7dUUymeQvE86p1pLpm3bp+wzngvbiRyZQpaHz2c0r926lJCP1xCJiv5KXnwHmFo7tJCqTg3FtjElEatvzmI97VXBX8bMTisXVfMvnqJtyOGj5qKDMCYb3hrqXB77FLl+hNMkkI5pEAN45re+2zESJoChiJDgqXgnxTwWyXiTnXVTwFyKi2FzvNfuArz0nifwVEb+0mIXSU7wsucdoJ2rdr0McDDYSPRUNHqspvmb7Sy+F1CgRIOCS9Df730CwCzGZlBFvdkBX1+r4wEKpYT30d67y0jukygmtsnt6gcfnMttkcsFCRmp348pGx9I3g/3xkNL8zAnDpeH+muzLritKrYvmGXX4MrKwl3cPwP11P42t2G1wNBflx1HjYX7u3YYLj4joAVleo43Say3l5Q7nD/LVqW19teHHOOjUZA9KBX3eWuEk=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"e671048c-f7e3-4ef7-94c0-294bf8465026"}],"id":"9279ac30-a455-41b8-bafb-44062cfe0d8a","_postman_id":"9279ac30-a455-41b8-bafb-44062cfe0d8a","description":""},{"name":"Pay With Bank Transfer","item":[{"name":"pay with bank transfer","event":[{"listen":"test","script":{"id":"c02a386c-eba5-4736-8b8f-3a2a4f1b8733","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"e2da6808-2218-4954-9086-7a20543bdc0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"paymentoption\": \"bank-transfer\",\r\n    \"country\": \"NG\",\r\n    \"BankTransfer\": {\r\n        \"bankcode\": \"00017\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"21b9d1dd-d6ab-46be-9e9b-9493759b5405","name":"Data Encrypt","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": {\r\n        \"First_Name\": \"Aje\",\r\n        \"Last_Name\": \"Aje\",\r\n        \"Mobile_Number\": \"Jae\",\r\n        \"Country_Id\": 1,\r\n        \"Email_Address\": \"johndoe@gmail.com\"\r\n    },\r\n    \"Subsidiary\": {\r\n        \"Send_Customiza_tion\": true\r\n    },\r\n    \"Payment\": {\r\n        \"Payment_Option\": 1\r\n    },\r\n    \"Order\": {\r\n        \"Amount\": 5000,\r\n        \"Order_Reference\": \"ORD12345678\",\r\n        \"Description_Of_Order\": \"Test Payment\",\r\n        \"Currency_Id\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{uri}}/checkout/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 May 2021 00:33:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"704"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.18.0"}],"cookie":[],"responseTime":null,"body":"{\n    \"EncryptedData\": \"BsBpN1YiG5Ey5S3pZZfu5s5k1jU4yijm9+S/oBY35ian8WJp1ymMIj1rZxDIfTYe2W9kNjiuXJQPBpkmzvwuhouPlO12NVLHaf2FiE7s+6RcJnUb+yWc+qrdxeKz9UivyTiW1FO8XwTRobwzC1vZ9DqeNXzJ8pNefJjpP707LCWu9bBdrtrN9D71R9wW8oYQDwt0YW27EJeD7Egu+vleoc6BeOb1dU2E//vJOcZ8GddqX1g6HT3ewFvgLzRJgw/2G50YL4J4S67AQuZmGKzMjwgsiSAsFyFVoW+bzd/CWqMKLm3jrk7PtcpvEKfDtVCsMx3kehll29yCrtmJs8yedrQPORUnm/wHhS3d9RYYgN0CqOcgZCClqvbBGUbylpphMf337euC+5s/iIrRgjdoTYpKWTesc5FJCL1XBQcQL4UkAHRtwyvqigE32+by1vqab/gYRNlro6QkYbc3tfVw65/kU92HKOd68/D9SMS7d+PPsbHeqPlWe3Td2vH2UwMgUoDd27AAjTajqrFlIxLLCbTe463UXNTKHjXNM27ueymzUGPfsBxge/4alK+yDG0Oc4m0z4hIFNPrlet9jack+kHf9YR3YU6V3Cy/m3ZuEjj8nyij2AfyWYBtGnps6lm7QUX5C8B51xk+ybFM/4pzuVTh48LT1gojNMOjM5lDULA=\"\n}"},{"id":"3b381c07-115d-4c4a-9219-e65ba39f8a2d","name":"Pay with card payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\":\"ORD12DC89289033323387\",\r\n    \"payment_option\":\"C\",\r\n    \"card\":{\r\n        \"cvv\":\"214\",\r\n        \"card_number\":\"4456530000000007\",\r\n        \"expiry_month\":\"12\",\r\n        \"expiry_year\":\"2025\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 13 Jun 2021 07:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"adMeady/dFZjx2Rrty9Mn3yAJhD1eXNtTn3PzYD9H05Rx+oVohkEaovvAKGARvOmIrsLZ6Oi9KnYx+9hmyG/YEn1W5v833QyCUN34NaRjEz8YZAccEvk5n6ZJziwdAOzN3yo4gWUliN37alO2afn2QDZ8KfhFPh7+oXRBnYae4l9hTX6pWJHb4oahp36lfoK04XCRDhgFCgerqrCIkZQ/5FWbecpfsf7dSDTTqJLWqk+8AXghwq0sku20Izc15ShU0KMKiYBPIhSsFMa6j5g5STFtVRgrPxDnyrdTue6ANc1o1iL04bpB3nFz43scwvPEsdqnux94wuyDEldbCMdL542h+ZyLTpUOKu32IMIDGRBepSTaWNEz9q7A+ez0XXZNlK+JYHJZBitiPzaQla/mLvAC7fKrl0XvBVrL9bLz+AbOfYKrDY04LC5ADBacJ3FiRCTNLmiswRauUDCdo7DBkkEeL85eeg8E32i+xxnqUpkSGsxO69g7jNVKvsoHSCjO2ZYo+QIKSMuMU+5q46ipYXvHmjKJgPbvuG6R1SoFRoY/ATQEEe0WgPiO1tRVkLm/23wKlBu/uEKNeODBxtkG2U9vdzVE0oYmcXVWXi4WoCPpzZ9xNfaXqn26VfHzPaVwPSw9D4Y5s/7tA6H+FmR7lbqzcjdOlkCH/5kFSTnCwc=\"\n}"},{"id":"97b915f4-1389-4dda-ba9a-9fc4554ea2f0","name":"Card Payment Response","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/checkout/order/pay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 May 2022 04:22:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"687"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"card\": null,\n        \"payment_detail\": {\n            \"redirect_url\": \"http://payinvert-collection-service-dev.us-east-2.elasticbeanstalk.com/web/authorize/card/CP11931069-D9E9-4F56-BEB1-9815AF4E8A1D/initiate\",\n            \"payment_reference\": \"CP11931069-D9E9-4F56-BEB1-9815AF4E8A1D\"\n        },\n        \"bank_transfer_details\": null,\n        \"order_payment\": {\n            \"order_id\": 1218,\n            \"order_payment_reference\": \"PA-REF-EED87B40-658D-417A-95AE-D53DE49CBA6C\",\n            \"currency\": \"NGN\",\n            \"status_id\": 1,\n            \"order_payment_response_code\": \"01\",\n            \"order_payment_response_message\": \"Initiated\",\n            \"order_payment_instrument\": null,\n            \"remarks\": \"Order payment initiated\",\n            \"total_amount\": 112,\n            \"fee\": 12\n        }\n    },\n    \"status\": \"success\",\n    \"status_code\": \"00\",\n    \"message\": \"Card order created successfully\"\n}"}],"_postman_id":"e2da6808-2218-4954-9086-7a20543bdc0a"}],"id":"cff3079d-8aab-4890-ba84-d98ecdeabb6a","_postman_id":"cff3079d-8aab-4890-ba84-d98ecdeabb6a","description":""},{"name":"Pay Order","id":"8d9f02dc-21a0-4c32-b150-41b959cf04f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/pay","urlObject":{"path":["payment","order","pay"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"a7b10a02-4e41-4d85-98d2-9df7e214c5f2","name":"Pay Order","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/pay"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:08:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"paymentDetail\": {\n            \"redirectUrl\": \"https://core-api-service.ideospay.dev/web/card/authorize/CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F/initiate\",\n            \"recipientAccount\": null,\n            \"paymentReference\": \"CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F\"\n        },\n        \"bankTransferDetails\": null,\n        \"orderPayment\": {\n            \"orderId\": 26,\n            \"orderPaymentReference\": \"PGW-PAYREF-96C2ABCB218C43329037E47268F74195\",\n            \"currency\": \"NGN\",\n            \"statusId\": 2,\n            \"orderPaymentResponseCode\": \"02\",\n            \"orderPaymentResponseMessage\": \"pending-authenticaion\",\n            \"orderPaymentInstrument\": null,\n            \"remarks\": \"Order payment initiated\",\n            \"totalAmount\": 114,\n            \"fee\": 14\n        }\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"02\",\n    \"message\": \"Card order created successfully\"\n}"}],"_postman_id":"8d9f02dc-21a0-4c32-b150-41b959cf04f9"}],"id":"a56a9d2d-ef40-426b-99e7-0a4eb5c71d77","description":"<p>Pay Order</p>\n<p>After completing the pay order request.</p>\n<p>It's important to keep pulling the order status/verify endpoint to know when the status of the order has changed and customer can be notified properly of successful payment. If the status of the order didn't change after about 5 minutes then the status of the order can be on pending and customer would be notified once the transaction has been completed</p>\n","_postman_id":"a56a9d2d-ef40-426b-99e7-0a4eb5c71d77"},{"name":"Get Order Status","item":[{"name":"Sample Payload to encrypt","event":[{"listen":"test","script":{"id":"87062bdc-dd20-4bbd-b1e6-caadba10fa66","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript"}}],"id":"049c8f41-2c6e-492e-8201-fdc780fb399f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"698d5124-1b9b-46f5-92ff-d40ead22605b","name":"Encrypt Order Status payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:09:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"ASK7UxU45861CgMkQGlcUbQgLcWBpuw4sUEnd4+xWfD5VnEK6rT07cBb32VLcHK910Hpf3K+RD5n4JSwZC6Eu0PvBLAIPjH8FCkGATyo9+C2IS8OcNGLB4cHYNIfdUAUUmDFXqXMW5uz7gmJdfH47TyTmIbEh7ErJyGnM/vDdIUHJD0eh/m/xr1xdCXIUITQyIQ9ABu6MH4W8vjFg3MaW2iJC6wJVoKejd5HomJtUiGBOrlri1tUx0xuQs3rS0/Z2qxEed0j6aZHy1wfifHY6p4WOok7umx4FTTU1In3xS8Fwh2GB4YZizFVAtrghioL2IiXNauTgV+hKk9X56Ti3A7+VOm7ytPduysitaDWL6ZxNEEyepy83amFOGBIYySUGNrltCkUx2sSezH8Zdwv9IqlFoplo5zViSqyAjUB8BP86H0YF+Toc9s9c/XjVK+w811ypVVcVlKJL6I86usKwvDgZqR8s2ExUAJBvNZFSJ+RZE9Y3JBzUm2iKPTffGO90rVX30GsGZmTVwsVw/FPPP9iUOKxFXWplXmS/5mL5R0XTh3DL3gte8FyLjMkf9BPcCiCJ6L5910Iolb2PDC/jVBqoMVRRuMO30Qgy1UuFFQ6XmHEyzXh7WUPd12l00vi3s6AOp7+J6ZMzWp42AD75K7iQ9T5GkTj0tBBmpVGrMI=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"049c8f41-2c6e-492e-8201-fdc780fb399f"},{"name":"Order status","id":"540dcea9-b7c8-494e-8eee-508a0811c1bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/status","urlObject":{"path":["payment","order","status"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"28c4e0cb-a8cb-4612-a4c6-c1b9971f3d78","name":"Order status","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:09:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1302"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"statusCode\": \"00\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"isFinalStatus\": true,\n        \"requeryNeeded\": false,\n        \"requeryType\": null,\n        \"orderSummary\": {\n            \"id\": 26,\n            \"paymentReference\": \"IDSPAY-76279490-6B08-45CF-9919-582E9C77F52B\",\n            \"orderReference\": \"754874724\",\n            \"totalChargedAmount\": 114,\n            \"fee\": 14,\n            \"statusId\": 5,\n            \"status\": \"Successful\",\n            \"paymentType\": \"C\",\n            \"currencyId\": 1,\n            \"paymentResponseCode\": \"00\",\n            \"paymentResponseMessage\": \"Successful\",\n            \"providerResponseDate\": null,\n            \"datePaymentConfirmed\": null,\n            \"dateCreated\": \"2024-03-31T14:05:46.37\",\n            \"narration\": \"Pay\",\n            \"remarks\": \"Order initiated and created successfully\"\n        },\n        \"orderPayments\": [\n            {\n                \"orderId\": 26,\n                \"orderPaymentReference\": \"PGW-PAYREF-96C2ABCB218C43329037E47268F74195\",\n                \"paymentOptionId\": 2,\n                \"statusId\": 5,\n                \"orderPaymentResponseCode\": \"00\",\n                \"orderPaymentResponseMessage\": \"Successful\",\n                \"orderPaymentInstrument\": null,\n                \"remarks\": \"Order payment initiated\",\n                \"providerReference\": \"CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F\",\n                \"providerResponseCode\": \"02\",\n                \"paymentUrl\": \"https://core-api-service.ideospay.dev/web/card/authorize/CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F/initiate\",\n                \"externalReference\": \"N/A\",\n                \"authOption\": null,\n                \"order\": null,\n                \"id\": 18,\n                \"dateCreated\": \"2024-03-31T14:08:30.6525848\",\n                \"dateUpdated\": \"2024-03-31T14:08:51.3048026\",\n                \"dateDeleted\": null,\n                \"createdBy\": -1,\n                \"updatedBy\": -1,\n                \"deletedBy\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"540dcea9-b7c8-494e-8eee-508a0811c1bc"}],"id":"304e6ba5-2cd9-4434-8a22-cd7059ae2f4d","_postman_id":"304e6ba5-2cd9-4434-8a22-cd7059ae2f4d","description":""},{"name":"Save Card After Charge","item":[{"name":"Sample Payload to encrypt","event":[{"listen":"test","script":{"id":"87062bdc-dd20-4bbd-b1e6-caadba10fa66","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript"}}],"id":"9d4efdf4-80dc-41e4-b0d6-8016f0976ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"0ff4e006-5f3f-429f-9c89-3c8f60cd6ed4","name":"Encrypt Order Status payload","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:09:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"ASK7UxU45861CgMkQGlcUbQgLcWBpuw4sUEnd4+xWfD5VnEK6rT07cBb32VLcHK910Hpf3K+RD5n4JSwZC6Eu0PvBLAIPjH8FCkGATyo9+C2IS8OcNGLB4cHYNIfdUAUUmDFXqXMW5uz7gmJdfH47TyTmIbEh7ErJyGnM/vDdIUHJD0eh/m/xr1xdCXIUITQyIQ9ABu6MH4W8vjFg3MaW2iJC6wJVoKejd5HomJtUiGBOrlri1tUx0xuQs3rS0/Z2qxEed0j6aZHy1wfifHY6p4WOok7umx4FTTU1In3xS8Fwh2GB4YZizFVAtrghioL2IiXNauTgV+hKk9X56Ti3A7+VOm7ytPduysitaDWL6ZxNEEyepy83amFOGBIYySUGNrltCkUx2sSezH8Zdwv9IqlFoplo5zViSqyAjUB8BP86H0YF+Toc9s9c/XjVK+w811ypVVcVlKJL6I86usKwvDgZqR8s2ExUAJBvNZFSJ+RZE9Y3JBzUm2iKPTffGO90rVX30GsGZmTVwsVw/FPPP9iUOKxFXWplXmS/5mL5R0XTh3DL3gte8FyLjMkf9BPcCiCJ6L5910Iolb2PDC/jVBqoMVRRuMO30Qgy1UuFFQ6XmHEyzXh7WUPd12l00vi3s6AOp7+J6ZMzWp42AD75K7iQ9T5GkTj0tBBmpVGrMI=\",\n    \"message\": \"Operation successful\"\n}"}],"_postman_id":"9d4efdf4-80dc-41e4-b0d6-8016f0976ca2"},{"name":"Order status","id":"f72b245c-f3b1-46d3-a85d-4f2aed59c7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/save-card","urlObject":{"path":["payment","order","save-card"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"90aae3f8-a2b8-4db5-92da-a21d17ffe349","name":"Order status","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:09:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1302"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"statusCode\": \"00\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"isFinalStatus\": true,\n        \"requeryNeeded\": false,\n        \"requeryType\": null,\n        \"orderSummary\": {\n            \"id\": 26,\n            \"paymentReference\": \"IDSPAY-76279490-6B08-45CF-9919-582E9C77F52B\",\n            \"orderReference\": \"754874724\",\n            \"totalChargedAmount\": 114,\n            \"fee\": 14,\n            \"statusId\": 5,\n            \"status\": \"Successful\",\n            \"paymentType\": \"C\",\n            \"currencyId\": 1,\n            \"paymentResponseCode\": \"00\",\n            \"paymentResponseMessage\": \"Successful\",\n            \"providerResponseDate\": null,\n            \"datePaymentConfirmed\": null,\n            \"dateCreated\": \"2024-03-31T14:05:46.37\",\n            \"narration\": \"Pay\",\n            \"remarks\": \"Order initiated and created successfully\"\n        },\n        \"orderPayments\": [\n            {\n                \"orderId\": 26,\n                \"orderPaymentReference\": \"PGW-PAYREF-96C2ABCB218C43329037E47268F74195\",\n                \"paymentOptionId\": 2,\n                \"statusId\": 5,\n                \"orderPaymentResponseCode\": \"00\",\n                \"orderPaymentResponseMessage\": \"Successful\",\n                \"orderPaymentInstrument\": null,\n                \"remarks\": \"Order payment initiated\",\n                \"providerReference\": \"CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F\",\n                \"providerResponseCode\": \"02\",\n                \"paymentUrl\": \"https://core-api-service.ideospay.dev/web/card/authorize/CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F/initiate\",\n                \"externalReference\": \"N/A\",\n                \"authOption\": null,\n                \"order\": null,\n                \"id\": 18,\n                \"dateCreated\": \"2024-03-31T14:08:30.6525848\",\n                \"dateUpdated\": \"2024-03-31T14:08:51.3048026\",\n                \"dateDeleted\": null,\n                \"createdBy\": -1,\n                \"updatedBy\": -1,\n                \"deletedBy\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"f72b245c-f3b1-46d3-a85d-4f2aed59c7de"}],"id":"f4275900-ca88-4153-8f36-5400751c8c4c","_postman_id":"f4275900-ca88-4153-8f36-5400751c8c4c","description":""},{"name":"Get Order Fee","item":[{"name":"Encrypt Order fee","event":[{"listen":"test","script":{"id":"8691c2d5-28be-4694-b20d-3e3859c481b5","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript","packages":{}}}],"id":"550c8466-7017-449f-8db7-a84ac3ac8dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"amount\": 100,\r\n    \"paymentoption\": \"C\",\r\n    \"currency\": \"USD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"550c8466-7017-449f-8db7-a84ac3ac8dbc"},{"name":"Get fee","id":"d8816d20-e560-44ba-8505-2ad0797ae823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/fee","urlObject":{"path":["payment","order","fee"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d8816d20-e560-44ba-8505-2ad0797ae823"}],"id":"421e6eb0-c0f0-4ec9-9417-db5d8ac279c6","_postman_id":"421e6eb0-c0f0-4ec9-9417-db5d8ac279c6","description":""},{"name":"Track event","item":[{"name":"Encrypt","event":[{"listen":"test","script":{"id":"837e086f-69c3-47be-8fa2-ad432751c8a3","exec":["if(pm.response.code == 200){","    pm.collectionVariables.set('encrypteddata', pm.response.json().data);","}"],"type":"text/javascript"}}],"id":"3b771d28-5bbc-4494-8345-21b014c720a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"eventname\": \"CARD-ENTERED\",\r\n    \"orderreference\": {{yourreference}},\r\n    \"meta\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/data/encrypt","urlObject":{"path":["payment","data","encrypt"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3b771d28-5bbc-4494-8345-21b014c720a0"},{"name":"Track event","id":"70099901-2258-4f04-93d6-8b821e3c5eec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Data\":\"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/event/track","urlObject":{"path":["payment","order","event","track"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"70099901-2258-4f04-93d6-8b821e3c5eec"}],"id":"3cb2e020-5476-4d6d-83aa-1c51469a036c","_postman_id":"3cb2e020-5476-4d6d-83aa-1c51469a036c","description":""},{"name":"Banks","item":[{"name":"Get All banks","id":"24d35e7a-2cfb-4b6b-9cc6-2228b081423e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/banks","urlObject":{"path":["payment","banks"],"host":[""],"query":[{"disabled":true,"key":"paymentmethod","value":"ussd"}],"variable":[]}},"response":[],"_postman_id":"24d35e7a-2cfb-4b6b-9cc6-2228b081423e"},{"name":"Get Banks for USSD","id":"3764c8db-b40e-451c-9b4a-078303bdbc16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/banks?paymentmethod=ussd","urlObject":{"path":["payment","banks"],"host":[""],"query":[{"key":"paymentmethod","value":"ussd"}],"variable":[]}},"response":[],"_postman_id":"3764c8db-b40e-451c-9b4a-078303bdbc16"},{"name":"Get Banks for Bank transfer","id":"264a182c-b736-46bc-ae30-517890098a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/banks?paymentmethod=ussd","urlObject":{"path":["payment","banks"],"host":[""],"query":[{"key":"paymentmethod","value":"ussd"}],"variable":[]}},"response":[],"_postman_id":"264a182c-b736-46bc-ae30-517890098a14"}],"id":"bcd98caf-d114-468d-9209-5debe2b3ca8c","_postman_id":"bcd98caf-d114-468d-9209-5debe2b3ca8c","description":""},{"name":"Payment links","item":[{"name":"Fetch Payment link","event":[{"listen":"prerequest","script":{"id":"c8bac655-4ba0-41d3-b804-26fcf2070102","exec":["pm.environment.set('reference','DWErSBFXJW51b#xTY_8yFJDmg2JT#zVuJxYQMkHwE1ze124')"],"type":"text/javascript"}}],"id":"642341a6-b6dc-462b-8415-f2a9ac18d961","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/paymentlink/info?reference=QBjFGBMLpuR0lVOIbBaOrEm_M3kLT4swcqsOXuomteamz0r3RzjSUu1BQk12","urlObject":{"path":["payment","paymentlink","info"],"host":[""],"query":[{"key":"reference","value":"QBjFGBMLpuR0lVOIbBaOrEm_M3kLT4swcqsOXuomteamz0r3RzjSUu1BQk12"}],"variable":[]}},"response":[],"_postman_id":"642341a6-b6dc-462b-8415-f2a9ac18d961"},{"name":"Get Payment Keys","id":"1e93ec21-b548-4074-b270-ef3e32b549c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // \"reference\": \"C9Ve5UPCj8U20uKUWo34D7V3prh$kNpHWDRiidAWoLBIc3lB836\"\n    \"reference\":\"vGKillnWfoEajA5mUXe8qoDGAIn9xv8Y4xbO4O8Us4PIPbM6hRq36\"\n}","options":{"raw":{"language":"json"}}},"url":"/payment/paymentlink/get-keys","urlObject":{"path":["payment","paymentlink","get-keys"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1e93ec21-b548-4074-b270-ef3e32b549c7"}],"id":"a87d5f94-64aa-48a6-b9dd-0c5755150f7a","_postman_id":"a87d5f94-64aa-48a6-b9dd-0c5755150f7a","description":""},{"name":"Tokenize Charge with Seck key","item":[{"name":"Tokenize Charge","event":[{"listen":"prerequest","script":{"id":"1a5f5a30-e357-4590-891c-f67e4650e3b0","exec":["    pm.collectionVariables.set('reference', Math.floor(Math.random() * 1000000000));"],"type":"text/javascript","packages":{}}}],"id":"e4578958-a327-417d-84a9-9fda3f8b73de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"customer\": {\r\n        \"firstname\": \"ideos\",\r\n        \"lastname\": \"pay\",\r\n        \"mobile\": \"+23481582333444\",\r\n        \"country\": \"NG\",\r\n        \"email\": \"email@ideos.dev\"\r\n    },\r\n    \"order\": {\r\n        \"amount\": 2,\r\n        \"reference\": \"{{yourreference}}\",\r\n        \"description\": \"Pay\",\r\n        \"currency\": \"NGN\"\r\n    },\r\n    \"payment\": {\r\n        \"RedirectUrl\": \"https://www.hi.com\"\r\n    },\r\n    \"authorization\": {\r\n        \"cardToken\": \"TKNMDU4MzU4NzUwNTk0Mjg5NzQwMzgwNDA0NzQ1ODkz2173\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/card/tokenized/pay","urlObject":{"path":["payment","order","card","tokenized","pay"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"978fd5e9-fa2c-4d12-b0b5-8b7fe8c33e7f","name":"Order status","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": \"{{encrypteddata}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 31 Mar 2024 14:09:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1302"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Successful\",\n    \"statusCode\": \"00\",\n    \"message\": \"Successful\",\n    \"data\": {\n        \"isFinalStatus\": true,\n        \"requeryNeeded\": false,\n        \"requeryType\": null,\n        \"orderSummary\": {\n            \"id\": 26,\n            \"paymentReference\": \"IDSPAY-76279490-6B08-45CF-9919-582E9C77F52B\",\n            \"orderReference\": \"754874724\",\n            \"totalChargedAmount\": 114,\n            \"fee\": 14,\n            \"statusId\": 5,\n            \"status\": \"Successful\",\n            \"paymentType\": \"C\",\n            \"currencyId\": 1,\n            \"paymentResponseCode\": \"00\",\n            \"paymentResponseMessage\": \"Successful\",\n            \"providerResponseDate\": null,\n            \"datePaymentConfirmed\": null,\n            \"dateCreated\": \"2024-03-31T14:05:46.37\",\n            \"narration\": \"Pay\",\n            \"remarks\": \"Order initiated and created successfully\"\n        },\n        \"orderPayments\": [\n            {\n                \"orderId\": 26,\n                \"orderPaymentReference\": \"PGW-PAYREF-96C2ABCB218C43329037E47268F74195\",\n                \"paymentOptionId\": 2,\n                \"statusId\": 5,\n                \"orderPaymentResponseCode\": \"00\",\n                \"orderPaymentResponseMessage\": \"Successful\",\n                \"orderPaymentInstrument\": null,\n                \"remarks\": \"Order payment initiated\",\n                \"providerReference\": \"CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F\",\n                \"providerResponseCode\": \"02\",\n                \"paymentUrl\": \"https://core-api-service.ideospay.dev/web/card/authorize/CPF046D30F-3F82-4A9A-B2AD-AC5AE3480D8F/initiate\",\n                \"externalReference\": \"N/A\",\n                \"authOption\": null,\n                \"order\": null,\n                \"id\": 18,\n                \"dateCreated\": \"2024-03-31T14:08:30.6525848\",\n                \"dateUpdated\": \"2024-03-31T14:08:51.3048026\",\n                \"dateDeleted\": null,\n                \"createdBy\": -1,\n                \"updatedBy\": -1,\n                \"deletedBy\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"e4578958-a327-417d-84a9-9fda3f8b73de"}],"id":"8670c296-ed21-4876-8e94-393f8766706f","_postman_id":"8670c296-ed21-4876-8e94-393f8766706f","description":""},{"name":"Verify Order with Sec Key","item":[{"name":"verify status","id":"d1f0af16-8304-48f0-a868-62ca97e07de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/verify","urlObject":{"path":["payment","order","verify"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"d1f0af16-8304-48f0-a868-62ca97e07de3"}],"id":"7a6864bb-9b5f-4b08-a221-449f9b92d7b4","_postman_id":"7a6864bb-9b5f-4b08-a221-449f9b92d7b4","description":""},{"name":"Refund Order with Sec Key","item":[{"name":"Refund order","id":"89b01ba6-7ccf-4f08-9aff-fdec50e4102f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"reason\": \"\", // reason for refund\r\n    \"amount\": \"\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/refund","urlObject":{"path":["payment","order","refund"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"89b01ba6-7ccf-4f08-9aff-fdec50e4102f"}],"id":"460229a2-d5e4-427d-9aa6-74bb5144bef1","_postman_id":"460229a2-d5e4-427d-9aa6-74bb5144bef1","description":""},{"name":"Get all orders with sec key","item":[{"name":"All orders","id":"78a63142-9cb8-4e89-9ff0-58271e344ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/order/all/paginated?limit=5&page=1&OrderReference&PaymentReference&Currency&ExternalReference&Status&FromDate&ToDate","urlObject":{"path":["payment","order","all","paginated"],"host":[""],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"OrderReference","value":null},{"key":"PaymentReference","value":null},{"key":"Currency","value":null},{"key":"ExternalReference","value":null},{"key":"Status","value":null},{"key":"FromDate","value":null},{"key":"ToDate","value":null}],"variable":[]}},"response":[{"id":"84ecb2a5-8f23-4de4-8a34-3a711f661ef8","name":"Refund order","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"reason\": \"Some reasons\", // reason for refund\r\n    \"amount\": \"\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Apr 2025 00:18:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"orderId\": 4,\n        \"refundStatusId\": 5,\n        \"refundReference\": \"REFUND-989968021\",\n        \"amountRefunded\": 2,\n        \"providerResponse\": \"Approved Successfully\",\n        \"reason\": \"Some reasons\",\n        \"responseMessage\": \"Approved Successfully\",\n        \"responseCode\": \"00\",\n        \"providerResponseMessage\": \"AUTHENTICATION_INITIATED\",\n        \"providerResponseCode\": \"PG04\",\n        \"providerReceipt\": null,\n        \"orderPaymentId\": 3,\n        \"id\": 1,\n        \"dateCreated\": \"2025-04-04T00:18:01.8418507Z\",\n        \"dateUpdated\": null,\n        \"dateDeleted\": null,\n        \"createdBy\": -1,\n        \"updatedBy\": null,\n        \"deletedBy\": null\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Approved Successfully\"\n}"},{"id":"753f741a-b061-4f23-a6ed-17f481651e9b","name":"Refund order","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/order/all/paginated?limit=5&page=1&OrderReference&PaymentReference&Currency&ExternalReference&Status&FromDate&ToDate","host":[""],"path":["payment","order","all","paginated"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"OrderReference","value":null},{"key":"PaymentReference","value":null},{"key":"Currency","value":null},{"key":"ExternalReference","value":null},{"key":"Status","value":null},{"key":"FromDate","value":null},{"key":"ToDate","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"7526"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 28 Oct 2025 19:37:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": {\n            \"total\": 400,\n            \"size\": 5,\n            \"totalPage\": 80,\n            \"currentPage\": 1,\n            \"previousPage\": 0,\n            \"nextPage\": 2,\n            \"todayDate\": \"2025-10-28T19:37:01\"\n        },\n        \"items\": [\n            {\n                \"total\": 0,\n                \"id\": 7525,\n                \"dateCreated\": \"2025-07-18T14:30:52\",\n                \"paymentReference\": \"SIGPAY-CEA4BB4F63E311F0A2DE0676BC30D685\",\n                \"orderReference\": \"737136103\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 1,\n                \"customerName\": \"test pay\",\n                \"customerEmail\": \"email@test.dev\",\n                \"customerPhone\": \"+2348158200000\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"127.0.0.0\",\n                \"amount\": 2,\n                \"amountFormatted\": \"2.1400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Pay\",\n                \"externalReference\": \"T433877874313\",\n                \"providerReference\": \"CPE1083DEB-8ECB-4394-85F2-92F7220E2EBD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 0.14,\n                \"feeFormatted\": \"0.1400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T14:31:11.462005\",\n                \"datePaymentConfirmed\": \"2025-07-18T14:31:11.462161\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7483,\n                \"orderPaymentReference\": \"PGW-PAYREF-14D5A655631A4C3CB59C547B7753389D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7430,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30971D94637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST419660334041\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 724,\n                \"amountFormatted\": \"767.4400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433561468836\",\n                \"providerReference\": \"CPDA32664D-14AC-4A92-BBEB-DD53E92D9324\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 43.44,\n                \"feeFormatted\": \"43.4400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.329528\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.32964\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7402,\n                \"orderPaymentReference\": \"PGW-PAYREF-5707FB8D8459469097ADF3A44379CF2D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7431,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30A40F4C637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST951278092538\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 42,\n                \"amountFormatted\": \"44.5200\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433350330985\",\n                \"providerReference\": \"CP639C32B4-380E-49BF-8B42-1962674E83CA\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 2.52,\n                \"feeFormatted\": \"2.5200\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:15.313567\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:15.313683\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7404,\n                \"orderPaymentReference\": \"PGW-PAYREF-610A613F4F40478DAFA755AE5F6FDE36\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7432,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30AA7888637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST832265144620\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 486,\n                \"amountFormatted\": \"515.1600\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433433597342\",\n                \"providerReference\": \"CP3FE47D39-113C-4DD2-BBA8-40A9D5952A06\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 29.16,\n                \"feeFormatted\": \"29.1600\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.244596\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.244715\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7403,\n                \"orderPaymentReference\": \"PGW-PAYREF-FDC38BF34CE24ECB9668932C76CFF8B7\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7429,\n                \"dateCreated\": \"2025-07-18T02:09:08\",\n                \"paymentReference\": \"SIGPAY-2FF74395637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST862847046056\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 859,\n                \"amountFormatted\": \"910.5400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433047205721\",\n                \"providerReference\": \"CPD2A3B752-704E-4C1B-B573-A9257ED843FD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 51.54,\n                \"feeFormatted\": \"51.5400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:13.715621\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:13.715716\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7401,\n                \"orderPaymentReference\": \"PGW-PAYREF-89611A0FD51D4D48A36EA4FB8023E669\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            }\n        ]\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Orders fetched successfully\"\n}"}],"_postman_id":"78a63142-9cb8-4e89-9ff0-58271e344ebe"}],"id":"eba3754e-badd-47c4-8787-234b8127e0cf","_postman_id":"eba3754e-badd-47c4-8787-234b8127e0cf","description":""},{"name":"Get all refunds with sec key","item":[{"name":"All refunds","id":"b8c0fa49-7cc8-4b75-9f10-e81a581d3c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/refund/all/paginated?limit=100&page=1&OrderReference=644786149","urlObject":{"path":["payment","refund","all","paginated"],"host":[""],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"},{"key":"OrderReference","value":"644786149"},{"disabled":true,"key":"PaymentReference","value":null},{"disabled":true,"key":"Currency","value":null},{"disabled":true,"key":"ExternalReference","value":null},{"disabled":true,"key":"Status","value":null},{"disabled":true,"key":"FromDate","value":null},{"disabled":true,"key":"ToDate","value":null}],"variable":[]}},"response":[{"id":"39dfa916-a674-46f8-be24-742d8f96b4c4","name":"Refund order","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"reason\": \"Some reasons\", // reason for refund\r\n    \"amount\": \"\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Apr 2025 00:18:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"orderId\": 4,\n        \"refundStatusId\": 5,\n        \"refundReference\": \"REFUND-989968021\",\n        \"amountRefunded\": 2,\n        \"providerResponse\": \"Approved Successfully\",\n        \"reason\": \"Some reasons\",\n        \"responseMessage\": \"Approved Successfully\",\n        \"responseCode\": \"00\",\n        \"providerResponseMessage\": \"AUTHENTICATION_INITIATED\",\n        \"providerResponseCode\": \"PG04\",\n        \"providerReceipt\": null,\n        \"orderPaymentId\": 3,\n        \"id\": 1,\n        \"dateCreated\": \"2025-04-04T00:18:01.8418507Z\",\n        \"dateUpdated\": null,\n        \"dateDeleted\": null,\n        \"createdBy\": -1,\n        \"updatedBy\": null,\n        \"deletedBy\": null\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Approved Successfully\"\n}"},{"id":"3285a822-52f1-4ee1-bc2e-713d48b23dd5","name":"Refund order","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/order/all/paginated?limit=5&page=1&OrderReference&PaymentReference&Currency&ExternalReference&Status&FromDate&ToDate","host":[""],"path":["payment","order","all","paginated"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"OrderReference","value":null},{"key":"PaymentReference","value":null},{"key":"Currency","value":null},{"key":"ExternalReference","value":null},{"key":"Status","value":null},{"key":"FromDate","value":null},{"key":"ToDate","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"7526"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 28 Oct 2025 19:37:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": {\n            \"total\": 400,\n            \"size\": 5,\n            \"totalPage\": 80,\n            \"currentPage\": 1,\n            \"previousPage\": 0,\n            \"nextPage\": 2,\n            \"todayDate\": \"2025-10-28T19:37:01\"\n        },\n        \"items\": [\n            {\n                \"total\": 0,\n                \"id\": 7525,\n                \"dateCreated\": \"2025-07-18T14:30:52\",\n                \"paymentReference\": \"SIGPAY-CEA4BB4F63E311F0A2DE0676BC30D685\",\n                \"orderReference\": \"737136103\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 1,\n                \"customerName\": \"test pay\",\n                \"customerEmail\": \"email@test.dev\",\n                \"customerPhone\": \"+2348158200000\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"127.0.0.0\",\n                \"amount\": 2,\n                \"amountFormatted\": \"2.1400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Pay\",\n                \"externalReference\": \"T433877874313\",\n                \"providerReference\": \"CPE1083DEB-8ECB-4394-85F2-92F7220E2EBD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 0.14,\n                \"feeFormatted\": \"0.1400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T14:31:11.462005\",\n                \"datePaymentConfirmed\": \"2025-07-18T14:31:11.462161\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7483,\n                \"orderPaymentReference\": \"PGW-PAYREF-14D5A655631A4C3CB59C547B7753389D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7430,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30971D94637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST419660334041\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 724,\n                \"amountFormatted\": \"767.4400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433561468836\",\n                \"providerReference\": \"CPDA32664D-14AC-4A92-BBEB-DD53E92D9324\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 43.44,\n                \"feeFormatted\": \"43.4400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.329528\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.32964\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7402,\n                \"orderPaymentReference\": \"PGW-PAYREF-5707FB8D8459469097ADF3A44379CF2D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7431,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30A40F4C637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST951278092538\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 42,\n                \"amountFormatted\": \"44.5200\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433350330985\",\n                \"providerReference\": \"CP639C32B4-380E-49BF-8B42-1962674E83CA\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 2.52,\n                \"feeFormatted\": \"2.5200\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:15.313567\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:15.313683\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7404,\n                \"orderPaymentReference\": \"PGW-PAYREF-610A613F4F40478DAFA755AE5F6FDE36\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7432,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30AA7888637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST832265144620\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 486,\n                \"amountFormatted\": \"515.1600\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433433597342\",\n                \"providerReference\": \"CP3FE47D39-113C-4DD2-BBA8-40A9D5952A06\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 29.16,\n                \"feeFormatted\": \"29.1600\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.244596\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.244715\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7403,\n                \"orderPaymentReference\": \"PGW-PAYREF-FDC38BF34CE24ECB9668932C76CFF8B7\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7429,\n                \"dateCreated\": \"2025-07-18T02:09:08\",\n                \"paymentReference\": \"SIGPAY-2FF74395637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST862847046056\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 859,\n                \"amountFormatted\": \"910.5400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433047205721\",\n                \"providerReference\": \"CPD2A3B752-704E-4C1B-B573-A9257ED843FD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 51.54,\n                \"feeFormatted\": \"51.5400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:13.715621\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:13.715716\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7401,\n                \"orderPaymentReference\": \"PGW-PAYREF-89611A0FD51D4D48A36EA4FB8023E669\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            }\n        ]\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Orders fetched successfully\"\n}"}],"_postman_id":"b8c0fa49-7cc8-4b75-9f10-e81a581d3c9d"}],"id":"3d05fc11-f194-4fbb-8410-0c28223c3168","_postman_id":"3d05fc11-f194-4fbb-8410-0c28223c3168","description":""},{"name":"Get all chargeback with sec key","item":[{"name":"All chargeback","id":"da852760-7066-4f4d-9e6c-94754293bbdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/chargeback/all/paginated?size=5&page=1&OrderReference&PaymentReference&Currency&ExternalReference&Status&FromDate&ToDate","urlObject":{"path":["payment","chargeback","all","paginated"],"host":[""],"query":[{"key":"size","value":"5"},{"key":"page","value":"1"},{"key":"OrderReference","value":null},{"key":"PaymentReference","value":null},{"key":"Currency","value":null},{"key":"ExternalReference","value":null},{"key":"Status","value":null},{"key":"FromDate","value":null},{"key":"ToDate","value":null}],"variable":[]}},"response":[{"id":"35966663-7c77-4195-869d-751a71f35bd1","name":"Refund order","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\r\n    \"reference\": \"{{yourreference}}\",\r\n    \"reason\": \"Some reasons\", // reason for refund\r\n    \"amount\": \"\" // optional\r\n}","options":{"raw":{"language":"json"}}},"url":"/payment/order/refund"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Apr 2025 00:18:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"566"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"orderId\": 4,\n        \"refundStatusId\": 5,\n        \"refundReference\": \"REFUND-989968021\",\n        \"amountRefunded\": 2,\n        \"providerResponse\": \"Approved Successfully\",\n        \"reason\": \"Some reasons\",\n        \"responseMessage\": \"Approved Successfully\",\n        \"responseCode\": \"00\",\n        \"providerResponseMessage\": \"AUTHENTICATION_INITIATED\",\n        \"providerResponseCode\": \"PG04\",\n        \"providerReceipt\": null,\n        \"orderPaymentId\": 3,\n        \"id\": 1,\n        \"dateCreated\": \"2025-04-04T00:18:01.8418507Z\",\n        \"dateUpdated\": null,\n        \"dateDeleted\": null,\n        \"createdBy\": -1,\n        \"updatedBy\": null,\n        \"deletedBy\": null\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Approved Successfully\"\n}"},{"id":"3316c75c-f19b-419e-8bce-a4354ef12400","name":"Refund order","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/order/all/paginated?limit=5&page=1&OrderReference&PaymentReference&Currency&ExternalReference&Status&FromDate&ToDate","host":[""],"path":["payment","order","all","paginated"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"},{"key":"OrderReference","value":null},{"key":"PaymentReference","value":null},{"key":"Currency","value":null},{"key":"ExternalReference","value":null},{"key":"Status","value":null},{"key":"FromDate","value":null},{"key":"ToDate","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"7526"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Tue, 28 Oct 2025 19:37:00 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"page\": {\n            \"total\": 400,\n            \"size\": 5,\n            \"totalPage\": 80,\n            \"currentPage\": 1,\n            \"previousPage\": 0,\n            \"nextPage\": 2,\n            \"todayDate\": \"2025-10-28T19:37:01\"\n        },\n        \"items\": [\n            {\n                \"total\": 0,\n                \"id\": 7525,\n                \"dateCreated\": \"2025-07-18T14:30:52\",\n                \"paymentReference\": \"SIGPAY-CEA4BB4F63E311F0A2DE0676BC30D685\",\n                \"orderReference\": \"737136103\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 1,\n                \"customerName\": \"test pay\",\n                \"customerEmail\": \"email@test.dev\",\n                \"customerPhone\": \"+2348158200000\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"127.0.0.0\",\n                \"amount\": 2,\n                \"amountFormatted\": \"2.1400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Pay\",\n                \"externalReference\": \"T433877874313\",\n                \"providerReference\": \"CPE1083DEB-8ECB-4394-85F2-92F7220E2EBD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 0.14,\n                \"feeFormatted\": \"0.1400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T14:31:11.462005\",\n                \"datePaymentConfirmed\": \"2025-07-18T14:31:11.462161\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7483,\n                \"orderPaymentReference\": \"PGW-PAYREF-14D5A655631A4C3CB59C547B7753389D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7430,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30971D94637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST419660334041\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 724,\n                \"amountFormatted\": \"767.4400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433561468836\",\n                \"providerReference\": \"CPDA32664D-14AC-4A92-BBEB-DD53E92D9324\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 43.44,\n                \"feeFormatted\": \"43.4400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.329528\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.32964\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7402,\n                \"orderPaymentReference\": \"PGW-PAYREF-5707FB8D8459469097ADF3A44379CF2D\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7431,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30A40F4C637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST951278092538\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 42,\n                \"amountFormatted\": \"44.5200\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433350330985\",\n                \"providerReference\": \"CP639C32B4-380E-49BF-8B42-1962674E83CA\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 2.52,\n                \"feeFormatted\": \"2.5200\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:15.313567\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:15.313683\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7404,\n                \"orderPaymentReference\": \"PGW-PAYREF-610A613F4F40478DAFA755AE5F6FDE36\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7432,\n                \"dateCreated\": \"2025-07-18T02:09:09\",\n                \"paymentReference\": \"SIGPAY-30AA7888637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST832265144620\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 486,\n                \"amountFormatted\": \"515.1600\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433433597342\",\n                \"providerReference\": \"CP3FE47D39-113C-4DD2-BBA8-40A9D5952A06\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 29.16,\n                \"feeFormatted\": \"29.1600\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:14.244596\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:14.244715\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7403,\n                \"orderPaymentReference\": \"PGW-PAYREF-FDC38BF34CE24ECB9668932C76CFF8B7\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            },\n            {\n                \"total\": 0,\n                \"id\": 7429,\n                \"dateCreated\": \"2025-07-18T02:09:08\",\n                \"paymentReference\": \"SIGPAY-2FF74395637C11F0A2DE0676BC30D685\",\n                \"orderReference\": \"LOADTEST862847046056\",\n                \"subsidiaryId\": 1,\n                \"subsidiaryName\": \"Merchant Siglopay\",\n                \"customerId\": 2249,\n                \"customerName\": \"lll mla\",\n                \"customerEmail\": \"1212@test.work\",\n                \"customerPhone\": \"+2348101234542\",\n                \"accountNumber\": null,\n                \"cardType\": null,\n                \"maskedPan\": null,\n                \"ipAddress\": \"50.68.41.131\",\n                \"amount\": 859,\n                \"amountFormatted\": \"910.5400\",\n                \"orderStatus\": \"Successful\",\n                \"currency\": \"USD\",\n                \"paymentType\": \"C\",\n                \"paymentResponseCode\": \"00\",\n                \"paymentResponseMessage\": \"Transaction was completed successfully\",\n                \"narration\": \"Load Test Payment\",\n                \"externalReference\": \"T433047205721\",\n                \"providerReference\": \"CPD2A3B752-704E-4C1B-B573-A9257ED843FD\",\n                \"remarks\": \"Order initiated and created successfully\",\n                \"whoBearsFee\": \"Customer\",\n                \"settlementStatus\": null,\n                \"settlementAmount\": null,\n                \"settlementAmountFormatted\": null,\n                \"fee\": 51.54,\n                \"feeFormatted\": \"51.5400\",\n                \"subsidiaryFee\": 0,\n                \"subsidiaryFeeFormatted\": null,\n                \"customerFee\": null,\n                \"customFeeFormatted\": null,\n                \"dateUpdated\": \"2025-07-18T02:09:13.715621\",\n                \"datePaymentConfirmed\": \"2025-07-18T02:09:13.715716\",\n                \"appEnvironmentId\": 1,\n                \"appEnvironment\": null,\n                \"orderPaymentId\": 7401,\n                \"orderPaymentReference\": \"PGW-PAYREF-89611A0FD51D4D48A36EA4FB8023E669\",\n                \"paymentTypeName\": \"Card Payment\",\n                \"processorProviderBank\": \"SIGLOPAY\",\n                \"processorProviderUsername\": \"SIGLOPAY\",\n                \"authorizationCode\": null,\n                \"finalSettlementDate\": null,\n                \"initialSettlementDate\": null,\n                \"versionNumber\": \"V3\"\n            }\n        ]\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Orders fetched successfully\"\n}"}],"_postman_id":"da852760-7066-4f4d-9e6c-94754293bbdc"}],"id":"b08c7c5e-4280-472a-9587-922748a9c0a0","_postman_id":"b08c7c5e-4280-472a-9587-922748a9c0a0","description":""},{"name":"Get subsidiary details Copy","id":"af89c40c-16b3-4683-a139-42d906e76aed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{admin-url}}/admin/dashboard/subsidiary/fetch?subsidiaryId=1","urlObject":{"path":["admin","dashboard","subsidiary","fetch"],"host":["{{admin-url}}"],"query":[{"key":"subsidiaryId","value":"1"}],"variable":[]}},"response":[],"_postman_id":"af89c40c-16b3-4683-a139-42d906e76aed"}],"id":"d338a669-3d3a-4d88-86d6-9602136d9897","event":[{"listen":"prerequest","script":{"id":"0ec46ab7-6706-4466-9078-6f8df2ff6678","type":"text/javascript","exec":["pm.environment.set('randomnumber', Math.floor(Math.random() * 10000 + 1000))"]}},{"listen":"test","script":{"id":"56ce6a23-8c8c-4817-be02-5aa56f684e34","type":"text/javascript","exec":[""]}}],"_postman_id":"d338a669-3d3a-4d88-86d6-9602136d9897","description":""},{"name":"Payout Service","item":[{"name":"Get all Payout history","id":"b703aaaf-94f4-4700-b51a-5d916d79ecb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/payout/all?size=5&page=1","urlObject":{"path":["payment","payout","all"],"host":[""],"query":[{"key":"size","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"be2a9524-63e4-4636-b4dc-e642a6eec15b","name":"Get all Payout history","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/payout/all?size=5&page=1","host":[""],"path":["payment","payout","all"],"query":[{"key":"size","value":"5"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"3256"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 15:49:21 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"page\": {\n        \"total\": 123,\n        \"size\": 5,\n        \"totalPage\": 25,\n        \"currentPage\": 1,\n        \"previousPage\": 0,\n        \"nextPage\": 2,\n        \"todayDate\": \"2025-12-15T15:49:22\"\n    },\n    \"items\": [\n        {\n            \"id\": 89,\n            \"batchId\": 125,\n            \"subsidiaryId\": 3,\n            \"subsidiaryName\": \"Leo Bun\",\n            \"payoutReference\": \"PGW-PAYOUT-C0FDB83B0DE146A5BD1DDD0D2E6AAD2F\",\n            \"bankCode\": \"merchant\",\n            \"bankName\": null,\n            \"accountNumber\": \"1\",\n            \"recipientName\": \"Bustang\",\n            \"fee\": 15,\n            \"amount\": 5000,\n            \"narration\": \"jiji\",\n            \"debitCurrency\": \"NGN\",\n            \"batchReference\": \"PGW-BATCH-5F0E67DDF97442E9A58869738AF8B131\",\n            \"initiator\": \"Owner\",\n            \"approver\": \"Owner\",\n            \"isDefault\": null,\n            \"dateInitiated\": \"2025-01-13T05:36:51.820771\",\n            \"dateSettled\": \"2025-01-13T05:36:51.820771\",\n            \"status\": \"Successful\",\n            \"sessionId\": \"000015250111175454526105046679\",\n            \"type\": \"Single\",\n            \"transferType\": \"Spid\"\n        },\n        {\n            \"id\": 88,\n            \"batchId\": 124,\n            \"subsidiaryId\": 3,\n            \"subsidiaryName\": \"Leo Bun\",\n            \"payoutReference\": \"PGW-PAYOUT-48C7B46295F24ECEAA53A42521AEC1E2\",\n            \"bankCode\": \"merchant\",\n            \"bankName\": null,\n            \"accountNumber\": \"1\",\n            \"recipientName\": \"Bustang\",\n            \"fee\": 15,\n            \"amount\": 500,\n            \"narration\": \"yuuu\",\n            \"debitCurrency\": \"NGN\",\n            \"batchReference\": \"PGW-BATCH-224275C772FF4D73A656DED5C71F2545\",\n            \"initiator\": \"Owner\",\n            \"approver\": \"Owner\",\n            \"isDefault\": null,\n            \"dateInitiated\": \"2025-01-13T05:31:49.849754\",\n            \"dateSettled\": \"2025-01-13T05:31:49.849754\",\n            \"status\": \"Successful\",\n            \"sessionId\": \"000015250111175454526105046679\",\n            \"type\": \"Single\",\n            \"transferType\": \"Spid\"\n        },\n        {\n            \"id\": 87,\n            \"batchId\": 123,\n            \"subsidiaryId\": 3,\n            \"subsidiaryName\": \"Leo Bun\",\n            \"payoutReference\": \"PGW-PAYOUT-AC354A5546714C198BA3421ED534097E11\",\n            \"bankCode\": \"merchant\",\n            \"bankName\": null,\n            \"accountNumber\": \"2\",\n            \"recipientName\": \"Temiloluwa Abiodun-Ojo_BWOYU\",\n            \"fee\": 15,\n            \"amount\": 500,\n            \"narration\": \"yu\",\n            \"debitCurrency\": \"NGN\",\n            \"batchReference\": \"PGW-BATCH-FCBBB2B5C60F411E9CFB1E6CCB7E4625\",\n            \"initiator\": \"Owner\",\n            \"approver\": \"Owner\",\n            \"isDefault\": null,\n            \"dateInitiated\": \"2025-01-13T04:55:46.206542\",\n            \"dateSettled\": \"2025-01-13T04:55:46.206542\",\n            \"status\": \"Successful\",\n            \"sessionId\": \"000015250111175454526105046679\",\n            \"type\": \"Single\",\n            \"transferType\": \"Spid\"\n        },\n        {\n            \"id\": 23,\n            \"batchId\": 58,\n            \"subsidiaryId\": 3,\n            \"subsidiaryName\": \"Leo Bun\",\n            \"payoutReference\": \"PGW-PAYOUT-EB5175F7C41342949C36CC0DE992DFEF\",\n            \"bankCode\": \"000014\",\n            \"bankName\": \"ACCESS BANK\",\n            \"accountNumber\": \"1111111111\",\n            \"recipientName\": \"OYENIYI TOLULOPE OYEBIYI 4995\",\n            \"fee\": 15,\n            \"amount\": 500,\n            \"narration\": \"q\",\n            \"debitCurrency\": \"NGN\",\n            \"batchReference\": \"PGW-BATCH-D0C14C21915949FCA8C72F8B176EA7DA\",\n            \"initiator\": \"Owner\",\n            \"approver\": \"Owner\",\n            \"isDefault\": null,\n            \"dateInitiated\": \"2024-09-26T11:08:03.488765\",\n            \"dateSettled\": \"2024-09-26T11:08:03.488765\",\n            \"status\": \"Successful\",\n            \"sessionId\": \"000015250111175454526105046679\",\n            \"type\": \"Single\",\n            \"transferType\": \"Bank Account\"\n        },\n        {\n            \"id\": 15,\n            \"batchId\": 50,\n            \"subsidiaryId\": 3,\n            \"subsidiaryName\": \"Leo Bun\",\n            \"payoutReference\": \"PGW-PAYOUT-F04FF82A0CD54DF7A96C3515FE610A8E\",\n            \"bankCode\": \"000014\",\n            \"bankName\": \"ACCESS BANK\",\n            \"accountNumber\": \"1111111111\",\n            \"recipientName\": \"OYENIYI TOLULOPE OYEBIYI 5474\",\n            \"fee\": 15,\n            \"amount\": 500,\n            \"narration\": \"9090\",\n            \"debitCurrency\": \"NGN\",\n            \"batchReference\": \"PGW-BATCH-C0FD8CEBD6F848D9A83DC11E95D4B8A1\",\n            \"initiator\": \"Owner\",\n            \"approver\": \"Owner\",\n            \"isDefault\": null,\n            \"dateInitiated\": \"2024-09-25T22:57:46.209486\",\n            \"dateSettled\": \"2024-09-25T22:57:46.209486\",\n            \"status\": \"Awaiting Verification\",\n            \"sessionId\": \"000015250111175454526105046679\",\n            \"type\": \"Single\",\n            \"transferType\": \"Bank Account\"\n        }\n    ]\n}"}],"_postman_id":"b703aaaf-94f4-4700-b51a-5d916d79ecb6"},{"name":"Get single payout details","id":"7b5755a4-7d69-40e2-88e5-f5c191cd6a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/payout/single-details/:id","urlObject":{"path":["payment","payout","single-details",":id"],"host":[""],"query":[],"variable":[{"type":"any","value":"15","key":"id"}]}},"response":[{"id":"61c55ccb-0130-429a-9eb4-8bfdca2d4832","name":"Get single payout details","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/payout/single-details/:id","host":[""],"path":["payment","payout","single-details",":id"],"variable":[{"key":"id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"744"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 15:50:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 15,\n        \"batchId\": 50,\n        \"subsidiaryId\": 3,\n        \"subsidiaryName\": \"Leo Bun\",\n        \"payoutReference\": \"PGW-PAYOUT-F04FF82A0CD54DF7A96C3515FE610A8E\",\n        \"bankCode\": \"000014\",\n        \"bankName\": \"ACCESS BANK\",\n        \"accountNumber\": \"1111111111\",\n        \"recipientName\": \"OYENIYI TOLULOPE OYEBIYI 5474\",\n        \"fee\": 15,\n        \"amount\": 500,\n        \"narration\": \"9090\",\n        \"debitCurrency\": \"NGN\",\n        \"batchReference\": \"PGW-BATCH-C0FD8CEBD6F848D9A83DC11E95D4B8A1\",\n        \"initiator\": \"Owner\",\n        \"approver\": \"Owner\",\n        \"isDefault\": null,\n        \"dateInitiated\": \"2024-09-25T22:57:46.209486\",\n        \"dateSettled\": \"2024-09-25T22:57:46.209486\",\n        \"status\": \"Awaiting Verification\",\n        \"sessionId\": \"000015250111175454526105046679\",\n        \"type\": \"Single\",\n        \"transferType\": \"Bank Account\"\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Details successfully retrieved\"\n}"}],"_postman_id":"7b5755a4-7d69-40e2-88e5-f5c191cd6a9c"},{"name":"Get Balance","id":"be27a211-139c-4811-8ce3-085dbbc172cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/payment/payout/account/balance?Currency=NGN","urlObject":{"path":["payment","payout","account","balance"],"host":[""],"query":[{"key":"Currency","value":"NGN"}],"variable":[]}},"response":[{"id":"0417291d-06e1-423c-b8c1-c51fb1f4a835","name":"Get single payout details","originalRequest":{"method":"GET","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/payment/payout/single-details/:id","host":[""],"path":["payment","payout","single-details",":id"],"variable":[{"key":"id","value":"15"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"744"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 15:50:04 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 15,\n        \"batchId\": 50,\n        \"subsidiaryId\": 3,\n        \"subsidiaryName\": \"Leo Bun\",\n        \"payoutReference\": \"PGW-PAYOUT-F04FF82A0CD54DF7A96C3515FE610A8E\",\n        \"bankCode\": \"000014\",\n        \"bankName\": \"ACCESS BANK\",\n        \"accountNumber\": \"1111111111\",\n        \"recipientName\": \"OYENIYI TOLULOPE OYEBIYI 5474\",\n        \"fee\": 15,\n        \"amount\": 500,\n        \"narration\": \"9090\",\n        \"debitCurrency\": \"NGN\",\n        \"batchReference\": \"PGW-BATCH-C0FD8CEBD6F848D9A83DC11E95D4B8A1\",\n        \"initiator\": \"Owner\",\n        \"approver\": \"Owner\",\n        \"isDefault\": null,\n        \"dateInitiated\": \"2024-09-25T22:57:46.209486\",\n        \"dateSettled\": \"2024-09-25T22:57:46.209486\",\n        \"status\": \"Awaiting Verification\",\n        \"sessionId\": \"000015250111175454526105046679\",\n        \"type\": \"Single\",\n        \"transferType\": \"Bank Account\"\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Details successfully retrieved\"\n}"}],"_postman_id":"be27a211-139c-4811-8ce3-085dbbc172cf"},{"name":"Initiate Payout","event":[{"listen":"prerequest","script":{"id":"03a10346-fdf2-4d3b-bccd-d17f82af27b1","exec":["pm.collectionVariables.set(\"payout_reference\", \"PT\" + Math.random() * 1000000 + 100000000000000000000)"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"da377e84-8984-446d-9d2e-4cf0b11b06d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"merchantReference\": \"\",\n    \"PayoutDetails\": [\n        {\n            \"accountNumber\": \"1234567890\",\n            \"bankCode\": \"00017\",\n            \"amount\": \"100\",\n            \"description\": \"Payout test\",\n            \"accountName\": \"John Doe\",\n            \"debitCurrency\": \"NGN\",\n            \"payoutReference\": \"1-\"\n        },\n        {\n            \"accountNumber\": \"1234567890\",\n            \"bankCode\": \"00017\",\n            \"amount\": \"100\",\n            \"description\": \"Payout test\",\n            \"accountName\": \"John Doe\",\n            \"debitCurrency\": \"NGN\",\n            \"payoutReference\": \"2-\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/initiate","urlObject":{"path":["payment","payout","initiate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b16de9e1-1e66-483e-85e0-f77ba04718e3","name":"Initiate Payout","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"merchantReference\": \"\",\n    \"PayoutDetails\": [\n        {\n            \"accountNumber\": \"1234567890\",\n            \"bankCode\": \"00017\",\n            \"amount\": \"100\",\n            \"description\": \"Payout test\",\n            \"accountName\": \"John Doe\",\n            \"debitCurrency\": \"NGN\",\n            \"payoutReference\": \"1-\"\n        },\n        {\n            \"accountNumber\": \"1234567890\",\n            \"bankCode\": \"00017\",\n            \"amount\": \"100\",\n            \"description\": \"Payout test\",\n            \"accountName\": \"John Doe\",\n            \"debitCurrency\": \"NGN\",\n            \"payoutReference\": \"2-\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/initiate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"1749"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 16:45:33 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"providerReference\": null,\n            \"providerResponseCode\": \"02\",\n            \"providerResponseMessage\": null,\n            \"isRequeried\": null,\n            \"requeryStatus\": null,\n            \"cost\": null,\n            \"providerId\": null,\n            \"providerResponseDate\": null,\n            \"datePayoutConfirmed\": null,\n            \"id\": 128,\n            \"dateCreated\": \"2025-12-15T16:45:25.835844Z\",\n            \"dateUpdated\": null,\n            \"batchId\": 167,\n            \"transactionId\": 0,\n            \"payoutReference\": \"1-PT192978.15060108725100000000000000000000\",\n            \"bankCode\": \"00017\",\n            \"accountNumber\": \"1234567890\",\n            \"sessionId\": null,\n            \"accountName\": \"OYENIYI TOLULOPE OYEBIYI 1383\",\n            \"amount\": 100,\n            \"narration\": \"Payout test\",\n            \"currencyId\": 1,\n            \"walletId\": 34,\n            \"statusId\": 1,\n            \"finalStatus\": \"Pending\",\n            \"responseCode\": \"01\",\n            \"responseMessage\": \"Payout Initiated\",\n            \"fee\": 15,\n            \"beneficiaryId\": null,\n            \"appEnvironmentId\": 1,\n            \"parentPayoutId\": null,\n            \"subsidiaryId\": 3,\n            \"approvedBy\": null,\n            \"transferTypeId\": 1,\n            \"notificationType\": \"Payout\"\n        },\n        {\n            \"providerReference\": null,\n            \"providerResponseCode\": \"02\",\n            \"providerResponseMessage\": null,\n            \"isRequeried\": null,\n            \"requeryStatus\": null,\n            \"cost\": null,\n            \"providerId\": null,\n            \"providerResponseDate\": null,\n            \"datePayoutConfirmed\": null,\n            \"id\": 129,\n            \"dateCreated\": \"2025-12-15T16:45:25.835844Z\",\n            \"dateUpdated\": null,\n            \"batchId\": 167,\n            \"transactionId\": 0,\n            \"payoutReference\": \"2-PT192978.15060108725100000000000000000000\",\n            \"bankCode\": \"00017\",\n            \"accountNumber\": \"1234567890\",\n            \"sessionId\": null,\n            \"accountName\": \"OYENIYI TOLULOPE OYEBIYI 9096\",\n            \"amount\": 100,\n            \"narration\": \"Payout test\",\n            \"currencyId\": 1,\n            \"walletId\": 34,\n            \"statusId\": 1,\n            \"finalStatus\": \"Pending\",\n            \"responseCode\": \"01\",\n            \"responseMessage\": \"Payout Initiated\",\n            \"fee\": 15,\n            \"beneficiaryId\": null,\n            \"appEnvironmentId\": 1,\n            \"parentPayoutId\": null,\n            \"subsidiaryId\": 3,\n            \"approvedBy\": null,\n            \"transferTypeId\": 1,\n            \"notificationType\": \"Payout\"\n        }\n    ],\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Payout successfully verified and scheduled for processing\"\n}"}],"_postman_id":"da377e84-8984-446d-9d2e-4cf0b11b06d4"},{"name":"Resolve account","id":"cfef741e-6211-49a9-8a79-9c7f8d209d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"BankCode\": \"090268\",\n    \"AccountNumber\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/account/resolve","urlObject":{"path":["payment","payout","account","resolve"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"37960d7e-7e03-48cf-ba25-ebb796123dfd","name":"Resolve account","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"BankCode\": \"090268\",\n    \"AccountNumber\": \"1234567890\"\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/account/resolve"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"430"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 15:51:52 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"accountname\": \"OYENIYI TOLULOPE OYEBIYI 7940\",\n        \"accountnumber\": \"1234567890\",\n        \"bankcode\": \"090268\",\n        \"accountNumber\": \"1234567890\",\n        \"bankCode\": \"090268\",\n        \"bankId\": 0,\n        \"amount\": 0,\n        \"description\": null,\n        \"category\": null,\n        \"payoutReference\": null,\n        \"accountName\": \"OYENIYI TOLULOPE OYEBIYI 7940\",\n        \"creditCurrency\": null,\n        \"debitCurrency\": \"NGN\",\n        \"beneficiayAddress\": null\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Account resolved successfully\"\n}"}],"_postman_id":"cfef741e-6211-49a9-8a79-9c7f8d209d05"},{"name":"Get fee","id":"5d506ece-0c4f-498b-b3ff-dc23e3d611f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"Amount\": \"10000\",\n    \"Currency\": \"GHS\"\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/fee","urlObject":{"path":["payment","payout","fee"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"75b076c4-cb3a-4cb8-a403-0a6ab276d910","name":"Get fee","originalRequest":{"method":"POST","header":[{"key":"api-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"}],"body":{"mode":"raw","raw":"{\n    \"Amount\": \"10000\",\n    \"Currency\": \"GHS\"\n}","options":{"raw":{"language":"json"}}},"url":"/payment/payout/fee"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"94"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 15 Dec 2025 15:52:43 GMT"},{"key":"Server","value":"Kestrel"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"fee\": \"0\"\n    },\n    \"status\": \"success\",\n    \"statusCode\": \"00\",\n    \"message\": \"Fee fetched successfully\"\n}"}],"_postman_id":"5d506ece-0c4f-498b-b3ff-dc23e3d611f5"}],"id":"0e9d8287-07bb-4b32-9360-af60fbc075d9","_postman_id":"0e9d8287-07bb-4b32-9360-af60fbc075d9","description":""}],"event":[{"listen":"prerequest","script":{"id":"9d179cee-1eea-4d51-876b-55ad1eac45d7","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"555159cc-9859-4172-841b-b19dffd83cff","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"checkout-url","value":"https://payment-api-service.ideospaygo.com","disabled":true},{"key":"public-key","value":"PGW-PUBLICKEY-TEST-22450DA694F94B52AD83705C769CC1D6"},{"key":"private-key","value":"PGW-SECRETKEY-TEST-284F0717AC244BDC99514B19C90A9478"},{"key":"reference","value":"{{yourreference}}"},{"key":"encrypteddata","value":"{{encrypteddata}}"},{"key":"orderreference","value":"{{yourreference}}"},{"key":"checkout-url","value":""},{"key":"payout_reference","value":""}]}