{"info":{"_postman_id":"8453c6dd-7e4e-45f4-b03a-87e42ce09ae8","name":"Paystream API Documentation","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<hr>\n<p>Paystream is a payment gateway optimization and intelligence service that merchants can use to provide a remote and frictionless payment experience.</p>\n<p>This documentation will help you get started with integrating Paystream but if you have any questions, please do not hesitate to reach out to us via email at <a href=\"https://mailto:hello@paystream-advisors.com\">hello@paystream-advisors.com</a></p>\n<p>Please be advised that our support team is only available during standard business hours.</p>\n<h1 id=\"environments\">Environments</h1>\n<hr>\n<p>These are the BaseUrls for the APIs on different environments:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Environment</strong></th>\n<th><strong>Base URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Production</td>\n<td><a href=\"https://\">https://api.paystreamportal.com/api/v1</a></td>\n</tr>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"https://\">https://api.paystreamportal.com/api/v1</a>  <br><code>Note: set the Sandbox flag true (checked) in your merchant account. As shown in the image below</code></td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"authentication\">Authentication</h1>\n<hr>\n<p>To access the API, you must acquire your unique API key from the merchant dashboard -&gt; API Keys section in your account. Make sure to use this key as a <strong>bearer token</strong> in the Authorization header for every request you send.</p>\n<p><code>AUTHORIZATION: Bearer Token</code></p>\n<p><code>Token: {{APIKey}} .</code></p>\n<p>Access your sandbox API key credentials by navigating to your merchant login and checking the 'is sandbox' option, located in the top right corner under merchant profile.</p>\n<img src=\"https://content.pstmn.io/85f4febc-5d7b-4f29-b7e6-28c75b6504cd/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjEyMzUuNDI5LnBuZw==\">\n\n<p>To get to the live API key, uncheck the <strong>'Is Sandbox'</strong> option in the top right corner of your merchant dashboard. After unchecking, the page will refresh, and you can generate an API key for live transactions in this environment.\"</p>\n<img src=\"https://content.pstmn.io/a6ac78d8-9f9e-4d20-96e7-49588a80f373/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjEzNDcuNDkyLnBuZw==\">\n\n<p>Reiterating, the API keys in Sandbox mode are for testing (when 'is sandbox' is CHECKED in the top right corner under merchant profile). The live API key credentials are for processing actual card transactions in Live mode (when 'is sandbox' is UNCHECKED in the same location)</p>\n<h1 id=\"request-headers\">Request Headers</h1>\n<hr>\n<p>Use these headers on every API call unless noted.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Value</th>\n<th>Required</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>Content-Type</code></td>\n<td><code>application/json</code></td>\n<td>Yes</td>\n<td>All endpoints. Send JSON payloads.</td>\n</tr>\n<tr>\n<td><code>Authorization</code></td>\n<td><code>Bearer {MERCHANT_API_KEY}</code></td>\n<td>Yes</td>\n<td>All endpoints.  <br>Replace with your merchant API key.</td>\n</tr>\n<tr>\n<td><code>BrandId</code></td>\n<td><code>{YOUR_BRAND_ID}</code></td>\n<td>Conditional</td>\n<td><strong>Session</strong> and <strong>Customer</strong>APIs.  <br>optional in customer APIs but Mandatory in Session APIs</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Environments","slug":"environments"},{"content":"Authentication","slug":"authentication"},{"content":"Request Headers","slug":"request-headers"}],"owner":"54431596","collectionId":"8453c6dd-7e4e-45f4-b03a-87e42ce09ae8","publishedId":"2sBYAyu9K4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-14T13:51:13.000Z"},"item":[{"name":"⚙️ Integration Steps","item":[],"id":"015264ab-6323-4755-8d7f-d9115c08ba6b","description":"<p>To start integrating you should already have your Merchant access to our admin portal and sandbox credentials which you will need to complete the integration.</p>\n<h1 id=\"1-setup--check-merchant-details\">1. Setup &amp; check merchant details</h1>\n<p>The first step in getting your integration ready is to check whether all the details about you as a merchant are correct on our Merchant portal. If you detect anomalies, then please contact your Account Manager.</p>\n<p>Start with sandbox mode (see top right-hand corner on your merchant portal to toggle between modes) and generate API Key, Brand ID and Public Key and also set up the callback URLs for subscribing to webhooks.</p>\n<ol>\n<li><p><strong>API Key</strong> - necessary to send transactions via API</p>\n</li>\n<li><p><strong>Brand ID</strong> - needed to send transaction. Use different brand IDs for different shops or brands.</p>\n</li>\n<li><p><strong>Public Key -</strong> needed to signature verification received in headers of the webhook</p>\n</li>\n<li><p><strong>Webhook</strong> - recommended to get notifications from our server to your server to inform you of transaction status changes and notifications about transactions. You can check all the details of how our webhooks work on the Webhooks page.</p>\n</li>\n</ol>\n<h1 id=\"2-test-the-integration-in-sandbox-mode\">2. Test the integration in Sandbox Mode</h1>\n<p>After finishing your integration, make sure your code is working as intended and test the purchase flow in the sandbox environment.</p>\n<p>Test cards and Testing simulators can be found at the end of this document.</p>\n<h1 id=\"3-create-and-test-credentials-on-the-live-mode\">3. Create and test credentials on the Live Mode</h1>\n<p>After finishing your integration in sandbox mode, set up your production environment by turning off the sandbox mode from merchant dashboard and following the same steps mentioned in step one. Test the integration using small amounts to ensure everything is working.</p>\n<h1 id=\"4-go-live\">4. Go live!</h1>\n<p>Inform your Account Manager when the setup is done to get started with processing live traffic.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"624d6ece-54af-4653-9300-2a350da72eda"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fe03b41d-ad55-485f-bfea-670ddd8df053"}}],"_postman_id":"015264ab-6323-4755-8d7f-d9115c08ba6b"},{"name":"🔌 Webhooks","item":[{"name":"PayIn","item":[],"id":"aa3178ed-5523-4c0b-93be-4a04dc4b06dd","description":"<h2 id=\"overview\"><strong>Overview</strong></h2>\n<p>When a transaction status changes to a terminal state (e.g., paid, refunded, expired), our payment gateway sends a server-to-server POST callback to the merchant's configured Webhook URL.</p>\n<p>The callback includes full transaction details so the merchant can update order status in real time.</p>\n<h3 id=\"webhook-events-for-payins\"><strong>Webhook Events for Payins</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event type</strong></th>\n<th><strong>Status</strong></th>\n<th><strong>When is the event triggered</strong></th>\n<th><strong>Is this a terminal event?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>purchase created</strong></td>\n<td><code>created</code></td>\n<td>Triggered when a new purchase request is initialized and recorded in the system.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment in process</strong></td>\n<td><code>payment_in_process</code></td>\n<td>Triggered when the payment is initiated and awaiting confirmation from the PSP/bank.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>purchase overdue</strong></td>\n<td><code>overdue</code></td>\n<td>Triggered when a purchase remains in the CREATED state and the configured <em>Transaction Overdue Hours</em> (from Admin Settings) have elapsed, the system automatically updates the purchase status to OVERDUE</td>\n<td>❌ No (may lead to failed/expired/paid later)</td>\n</tr>\n<tr>\n<td><strong>purchase paid</strong></td>\n<td><code>paid</code></td>\n<td>Triggered when the payment is successfully completed and confirmed.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase failed</strong></td>\n<td><code>error</code></td>\n<td>Triggered when the payment attempt fails due to technical error, insufficient funds, or rejection by PSP/bank.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase cancelled</strong></td>\n<td><code>cancelled</code></td>\n<td>Triggered when the customer or system cancels the purchase before completion.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>purchase expired</strong></td>\n<td><code>expired</code></td>\n<td>Triggered when the purchase is not paid within the allowed expiry time.</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td><strong>refund in process</strong></td>\n<td><code>refund_in_process</code></td>\n<td>Triggered when a refund has been initiated but is not yet completed/settled.</td>\n<td>❌ No</td>\n</tr>\n<tr>\n<td><strong>payment refund</strong></td>\n<td><code>refunded</code> / <code>fraud_refunded</code></td>\n<td>Triggered when the completed payment is refunded, refunded due to fraud, or reversed via chargeback.</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"webhook-payload-specification\"><strong>Webhook Payload Specification</strong></h4>\n<p><strong>Fields Description</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message.purchaseId</td>\n<td>Unique identifier of the purchase generated by Paystream.</td>\n</tr>\n<tr>\n<td>message.client</td>\n<td>Customer’s ID in merchant’s system (if available), otherwise \"NA\".</td>\n</tr>\n<tr>\n<td>message.client.email</td>\n<td>Customer’s email address.</td>\n</tr>\n<tr>\n<td>message.client.phone</td>\n<td>Customer’s phone number (with country code).</td>\n</tr>\n<tr>\n<td>message.client.full_name</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>message.client.date_of_birth</td>\n<td>Customer’s date of birth in YYYY-MM-DD format.</td>\n</tr>\n<tr>\n<td>message.client.street_address</td>\n<td>Customer’s full street address.</td>\n</tr>\n<tr>\n<td>message.client.country</td>\n<td>ISO 2-letter country code of the customer.</td>\n</tr>\n<tr>\n<td>message.client.city</td>\n<td>City name (and state, if applicable).</td>\n</tr>\n<tr>\n<td>message.client.zip_code</td>\n<td>Postal / ZIP code.</td>\n</tr>\n<tr>\n<td>message.client.stateCode</td>\n<td>ISO 2-letter state code.</td>\n</tr>\n<tr>\n<td>message.updated_on</td>\n<td>UNIX timestamp of the last update to the transaction.</td>\n</tr>\n<tr>\n<td>message.type</td>\n<td>Type of transaction (e.g., \"purchase\").</td>\n</tr>\n<tr>\n<td>message.paymentMethod</td>\n<td>Comma-separated list of payment methods used (e.g., \"MASTER,VISA,JCB\").</td>\n</tr>\n<tr>\n<td>message.amountUnit</td>\n<td>Unit of amount — \"MAJOR\" for full currency unit, \"MINOR\" for subunits.</td>\n</tr>\n<tr>\n<td>message.errorMsg</td>\n<td>Message describing the transaction result — success message or error details.</td>\n</tr>\n<tr>\n<td>message.created_on</td>\n<td>UNIX timestamp when the purchase was created.</td>\n</tr>\n<tr>\n<td>message.merchantRef</td>\n<td>Unique transaction reference from the merchant.</td>\n</tr>\n<tr>\n<td>message.merchantName</td>\n<td>Registered merchant name in Paystream.</td>\n</tr>\n<tr>\n<td>message.purchase.currency</td>\n<td>Currency code (ISO 4217).</td>\n</tr>\n<tr>\n<td>message.purchase.products</td>\n<td>Array of product details (name, quantity, price, discount, tax).</td>\n</tr>\n<tr>\n<td>message.purchase.total</td>\n<td>Total amount for all products (in amount unit).</td>\n</tr>\n<tr>\n<td>message.purchase.language</td>\n<td>Language code for the transaction (ISO 639-1).</td>\n</tr>\n<tr>\n<td>message.payment.payment_type</td>\n<td>Type of payment (e.g., \"PURCHASE\").</td>\n</tr>\n<tr>\n<td>message.payment.amount</td>\n<td>Payment amount.</td>\n</tr>\n<tr>\n<td>message.payment.currency</td>\n<td>Payment currency.</td>\n</tr>\n<tr>\n<td>message.payment.paid_on</td>\n<td>UNIX timestamp when the payment was completed.</td>\n</tr>\n<tr>\n<td>message.status</td>\n<td>Current transaction status.</td>\n</tr>\n<tr>\n<td>message.status_history</td>\n<td>Array of all past statuses with timestamps.</td>\n</tr>\n<tr>\n<td>message.reference</td>\n<td>Paystream’s unique transaction reference.</td>\n</tr>\n<tr>\n<td>status (root-level)</td>\n<td>Duplicate of current status for quick access.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"possible-status-values\"><strong>Possible Status Values</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>purchase failed due to an error.</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>purchase was cancelled by the user or system.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>purchase record created but not paid yet.</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>payment link or session expired.</td>\n</tr>\n<tr>\n<td>overdue</td>\n<td>payment overdue.</td>\n</tr>\n<tr>\n<td>paid</td>\n<td>payment completed successfully.</td>\n</tr>\n<tr>\n<td>refunded</td>\n<td>payment refunded.</td>\n</tr>\n<tr>\n<td>fraud_refunded</td>\n<td>refunded due to fraud detection.</td>\n</tr>\n<tr>\n<td>chargeback</td>\n<td>reversed due to chargeback.</td>\n</tr>\n<tr>\n<td>payment_in_process</td>\n<td>payment is in progress.</td>\n</tr>\n<tr>\n<td>refund_in_process</td>\n<td>refund process started but not completed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"🔐-key-pair-generation\"><strong>🔐 Key Pair Generation</strong></h2>\n<p><strong>Paystream uses RSA key pairs to digitally sign webhooks, ensuring all notifications are both secure and authentic.</strong></p>\n<hr />\n<p><strong>1. Generate Your Keys</strong></p>\n<img src=\"https://content.pstmn.io/6e17a656-3d35-471b-9eb3-9b4e22306c02/U2NyZWVuc2hvdCAyMDI1LTExLTE3IGF0IDguMzIuNDTigK9BTS5wbmc=\" />\n\n<ul>\n<li><p>Click “Generate Key Pair” in the dashboard.</p>\n</li>\n<li><p>A unique RSA private key and public key are created for your merchant ID.</p>\n</li>\n</ul>\n<p><strong>2. Key Storage</strong></p>\n<img src=\"https://content.pstmn.io/336ed3b4-84ad-4df2-bfbb-d59ac9427185/U2NyZWVuc2hvdCAyMDI1LTExLTE3IGF0IDguMzUuMDLigK9BTS5wbmc=\" />\n\n<ul>\n<li><p>Private Key → Stored securely by Paystream (never exposed).</p>\n</li>\n<li><p>Public Key → Displayed to you once on the screen. Copy and save it for verifying signatures.</p>\n</li>\n</ul>\n<p><strong>3. Webhook Signing</strong></p>\n<ul>\n<li><p>Every webhook payload is signed using Paystream’s private key.</p>\n</li>\n<li><p>The signature is included in webhook headers:</p>\n<ul>\n<li>paystream-sign or paystream_sign</li>\n</ul>\n</li>\n</ul>\n<p><strong>4. Verification</strong></p>\n<ul>\n<li><p>Use your public key to verify the paystream-sign header against the webhook body.</p>\n</li>\n<li><p>This ensures the webhook came from Paystream and was not tampered with.</p>\n</li>\n</ul>\n<h2 id=\"🔏-signature-paystream-sign-or-paystream_sign\"><strong>🔏 Signature: paystream-sign (or paystream_sign)</strong></h2>\n<p><strong>The paystream-sign header is a Base64-encoded digital signature generated using your merchant-specific RSA private key.</strong></p>\n<hr />\n<h3 id=\"🔨-how-the-signature-is-generated\"><strong>🔨 How the Signature is Generated</strong></h3>\n<ol>\n<li>Message Construction</li>\n</ol>\n<p>Concatenate the following fields in order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{purchaseId}|{message.status}|{brandId}\n\n</code></pre>\n<p>Example</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1234567890|PAID|BRAND_001\n\n</code></pre><p>2. Signing Algorithm</p>\n<ul>\n<li><p>Algorithm: SHA256withRSA</p>\n</li>\n<li><p>Output: Base64-encoded signature (sent in the paystream-sign header).</p>\n</li>\n</ul>\n<h3 id=\"✅-how-to-verify-the-signature\"><strong>✅ How to Verify the Signature</strong></h3>\n<ol>\n<li>Rebuild the Message</li>\n</ol>\n<p>From the webhook JSON body, extract:</p>\n<ul>\n<li><p>purchaseId</p>\n</li>\n<li><p>status (convert to uppercase)</p>\n</li>\n<li><p>brandId</p>\n</li>\n</ul>\n<p>Reconstruct the string in the same format:<br />{purchaseId}|{message.status}|{brandId}</p>\n<p>2. Verification Steps</p>\n<ul>\n<li><p>Use your stored public key.</p>\n</li>\n<li><p>Decode the paystream-sign header from Base64.</p>\n</li>\n<li><p>Verify using SHA256withRSA.</p>\n</li>\n<li><p>If verification succeeds, the webhook is authentic and untampered.</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"💻-java-verification-example\"><strong>💻 Java Verification Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public static boolean verifySignature(String message, String signatureBase64, PublicKey publicKey) throws Exception {\n    Signature signature = Signature.getInstance(\"SHA256withRSA\");\n    signature.initVerify(publicKey);\n    signature.update(message.getBytes());\n    byte[] signatureBytes = Base64.getDecoder().decode(signatureBase64);\n    return signature.verify(signatureBytes);\n}\n\n</code></pre>\n<ul>\n<li><p>message → The reconstructed string (purchaseId|STATUS|brandId)</p>\n</li>\n<li><p>signatureBase64 → Value from paystream-sign header</p>\n</li>\n<li><p>publicKey → Your saved Paystream public key</p>\n</li>\n</ul>\n<p><strong>Sample Webhook</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"message\": {\n    \"purchaseId\": \"6808127876673d75156df3e6\",\n    \"client\": {\n      \"customerId\": \"NA\",\n      \"email\": \"user6091@example.com\",\n      \"phone\": \"+17808752869\",\n      \"full_name\": \"Dale Richardson\",\n      \"date_of_birth\": \"1800-01-01\",\n      \"street_address\": \"48 AVE , ALBERTA BEACH\",\n      \"country\": \"CA\",\n      \"city\": \"ALBERTA\",\n      \"zip_code\": \"T0E 0A0\",\n      \"shipping_street_address\": \" \",\n      \"shipping_country\": \"\",\n      \"shipping_city\": \"\",\n      \"shipping_zip_code\": \"\",\n      \"cc\": [],\n      \"bcc\": [],\n      \"stateCode\": \"AB\"\n    },\n    \"updated_on\": 1745359929,\n    \"type\": \"purchase\",\n    \"isFraud\": \"NO\",\n    \"paymentMethod\": \"INTERAC,MASTER,VISA,JCB\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"Transaction succeeded-APPROVED\",\n    \"detailedMsg\": \"Transaction succeeded-APPROVED\",\n    \"redirectType\": \"POST\",\n    \"force_recurring\": false,\n    \"created_on\": 1745359481,\n    \"merchantRef\": \"7235\",\n    \"merchantName\": \"firstinvestacademy\",\n    \"pspReference\": \"pKlSYNsPOdOL2FCmSAjXEOHzDDpSP5\",\n    \"bankmid\": \"waverlite\",\n    \"bankname\": \"waverlite\",\n    \"purchase\": {\n      \"currency\": \"CAD\",\n      \"products\": [\n        {\n          \"name\": \"Payment\",\n          \"quantity\": 1,\n          \"price\": 294,\n          \"discount\": 0,\n          \"tax_percent\": \"0.00\"\n        }\n      ],\n      \"total\": 294,\n      \"language\": \"en\",\n      \"notes\": \"Micro+ Plan\",\n      \"debt\": 0,\n      \"total_formatted\": 1,\n      \"expireInMin\": \"43800\",\n      \"taxAmount\": 0,\n      \"taxPercent\": 0,\n      \"request_client_details\": [],\n      \"email_message\": \"\"\n    },\n    \"payment\": {\n      \"is_outgoing\": false,\n      \"payment_type\": \"PURCHASE\",\n      \"amount\": 294,\n      \"currency\": \"CAD\",\n      \"net_amount\": 294,\n      \"fee_amount\": 0,\n      \"pending_amount\": 0,\n      \"pending_unfreeze_on\": null,\n      \"description\": \"\",\n      \"paid_on\": 1745359487,\n      \"remote_paid_on\": 1745359487\n    },\n    \"issuer_details\": {\n      \"website\": \"\",\n      \"legal_street_address\": \"\",\n      \"legal_country\": \"\",\n      \"legal_city\": \"\",\n      \"legal_zip_code\": \"\",\n      \"bank_accounts\": [\n        {}\n      ],\n      \"legal_name\": \"FISCOM\",\n      \"brand_name\": \"FISCOM\",\n      \"registration_number\": \"\",\n      \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n      \"payment_method\": \"\",\n      \"flow\": \"payform\",\n      \"extra\": {\n        \"amount\": 294,\n        \"masked_pan\": \"INTERAC\"\n      },\n      \"country\": \"\",\n      \"attempts\": [\n        {\n          \"client_ip\": \"203.0.113.119\",\n          \"type\": \"execute\",\n          \"payment_method\": \"INTERAC\",\n          \"flow\": \"payform\",\n          \"successful\": true,\n          \"country\": \"INTERAC\",\n          \"processing_time\": 1745359487,\n          \"extra\": {\n            \"amount\": 294,\n            \"masked_pan\": \"INTERAC\"\n          }\n        }\n      ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n      {\n        \"status\": \"created\",\n        \"timestamp\": 1745359481\n      },\n      {\n        \"status\": \"pending_execute\",\n        \"timestamp\": 1745359487\n      },\n      {\n        \"status\": \"payment_in_process\",\n        \"timestamp\": 1745359491\n      },\n      {\n        \"status\": \"viewed\",\n        \"timestamp\": 1745359500\n      },\n      {\n        \"status\": \"paid 294.0\",\n        \"timestamp\": 1745359929\n      }\n    ],\n    \"viewedOn\": 1745359932,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS4754\",\n    \"reference\": \"7235\",\n    \"issued\": \"2025-04-22\",\n    \"due\": 1745359481,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"Africhange Technologies\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"fx_Currency\": \"CAD\",\n    \"fx_Amount\": \"294.00\",\n    \"transFees\": \"0.44\",\n    \"refundFee\": \"NA\",\n    \"chargeBackFee\": \"NA\",\n    \"rollingReserve\": \"0.00\",\n    \"cascade_Num\": \"NA\",\n    \"debitOrcredit\": \"NA\",\n    \"conversionRiskFactorApplied\": \"0\",\n    \"payInDetails\": {\n      \"name\": \"INTERAC E-TRANSFER\",\n      \"emailAddress\": \"user9999@example.com\",\n      \"secretQA\": \"q4754199\",\n      \"secretAnswer\": \"a4754199\"\n    },\n    \"paidOn\": 1745359929,\n    \"receivedAmt\": 294,\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"https://firstinvestschool.com/?wc-api=wc_gateway_paystream_payments&amp;id=7235&amp;action=cancel\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"creator_agent\": \"Paystream Payments for WooCommerce: v1.2.3\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.13, 203.0.113.137, 203.0.113.122\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6808127876673d75156df3e6/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6808127876673d75156df3e6/\",\n    \"mdr\": \"13.52\",\n    \"payoutProcess\": false\n  },\n  \"status\": \"paid\"\n}\n\n</code></pre>\n","_postman_id":"aa3178ed-5523-4c0b-93be-4a04dc4b06dd"},{"name":"Payout","item":[],"id":"1fadbe1b-aec3-4cea-98aa-8529ea69682f","description":"<h3 id=\"overview\">Overview</h3>\n<p>When a transaction status changes to a terminal state (e.g., paid, pending_review (in development)), our payment gateway sends a server-to-server POST callback to the merchant's configured Webhook URL.</p>\n<p>The callback includes full transaction details so the merchant can update order status in real time.</p>\n<h3 id=\"webhook-events-for-payouts\">Webhook Events for Payouts</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Event type (Condition applied in code)</th>\n<th>Status</th>\n<th>When is the event triggered</th>\n<th>Is this a terminal event</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Payout – Created</td>\n<td>created</td>\n<td>When the payout request is created</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Payout – in Process</td>\n<td>payout_in_process</td>\n<td>When the Payout request is triggered to the bank, and the status is in pending</td>\n<td>No</td>\n</tr>\n<tr>\n<td>Payout – Pending Review</td>\n<td>pending_review</td>\n<td>When the payout request needs manual review from the merchant</td>\n<td>No</td>\n</tr>\n<tr>\n<td>payout – failure</td>\n<td>error</td>\n<td>Triggered when the payout request fails (system/PSP error, rejection, etc.).</td>\n<td>✅ Yes</td>\n</tr>\n<tr>\n<td>payout – success</td>\n<td>paid</td>\n<td>Triggered when the payout is processed successfully and funds are released.</td>\n<td>✅ Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"webhook-payload-specification\"><strong>Webhook Payload Specification</strong></h2>\n<h3 id=\"fields-description\"><strong>Fields Description</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payload.payoutId</td>\n<td>Unique identifier of the payout generated by Paystream.</td>\n</tr>\n<tr>\n<td>payload.client.customerId</td>\n<td>Customer’s ID in the merchant’s system (if available), otherwise \"NA\".</td>\n</tr>\n<tr>\n<td>payload.client.email</td>\n<td>Customer’s email address.</td>\n</tr>\n<tr>\n<td>payload.client.phone</td>\n<td>Customer’s phone number (with country code).</td>\n</tr>\n<tr>\n<td>payload.client.full_name</td>\n<td>Full name of the customer.</td>\n</tr>\n<tr>\n<td>payload.client.country</td>\n<td>ISO 2-letter country code of the customer.</td>\n</tr>\n<tr>\n<td>payload.updated_on</td>\n<td>UNIX timestamp of the last update to the payout transaction.</td>\n</tr>\n<tr>\n<td>payload.payoutMethod</td>\n<td>Payout method used (e.g., \"PAYOUT-INTERAC\").</td>\n</tr>\n<tr>\n<td>payload.amountUnit</td>\n<td>Unit of amount — \"MAJOR\" for full currency unit, \"MINOR\" for subunits.</td>\n</tr>\n<tr>\n<td>payload.amount</td>\n<td>Total payout amount.</td>\n</tr>\n<tr>\n<td>payload.errorMsg</td>\n<td>Message describing the payout result — success message or error details.</td>\n</tr>\n<tr>\n<td>payload.purpose</td>\n<td>Purpose/description of the payout.</td>\n</tr>\n<tr>\n<td>payload.created_on</td>\n<td>UNIX timestamp when the payout was created.</td>\n</tr>\n<tr>\n<td>payload.merchantRef</td>\n<td>Unique transaction reference from the merchant.</td>\n</tr>\n<tr>\n<td>payload.merchantName</td>\n<td>Registered merchant name in Paystream.</td>\n</tr>\n<tr>\n<td>payload.currency</td>\n<td>Currency code of the payout (ISO 4217).</td>\n</tr>\n<tr>\n<td>payload.fx_Currency</td>\n<td>FX (foreign exchange) currency used (if applicable).</td>\n</tr>\n<tr>\n<td>payload.fx_Amount</td>\n<td>FX-adjusted payout amount.</td>\n</tr>\n<tr>\n<td>payload.transFees</td>\n<td>Transaction fee amount.</td>\n</tr>\n<tr>\n<td>payload.paymentOn</td>\n<td>UNIX timestamp when the payout was completed/paid.</td>\n</tr>\n<tr>\n<td>payload.payOutDetails.name</td>\n<td>Payout instrument name (e.g., \"INTERAC E-TRANSFER\").</td>\n</tr>\n<tr>\n<td>payload.payOutDetails.emailAddress</td>\n<td>Payout recipient email address.</td>\n</tr>\n<tr>\n<td>payload.payOutDetails.secretQA</td>\n<td>Security question used for payout (if applicable).</td>\n</tr>\n<tr>\n<td>payload.payOutDetails.secretAnswer</td>\n<td>Security answer used for payout (if applicable).</td>\n</tr>\n<tr>\n<td>payload.taxAmount</td>\n<td>Tax amount applied to the payout.</td>\n</tr>\n<tr>\n<td>payload.taxPercent</td>\n<td>Tax percentage applied to the payout.</td>\n</tr>\n<tr>\n<td>payload.redirectType</td>\n<td>Redirect method after payout completion (e.g., \"POST\").</td>\n</tr>\n<tr>\n<td>payload.pendingReview</td>\n<td>Indicates if the payout is under review (\"Yes\"/\"No\").</td>\n</tr>\n<tr>\n<td>payload.surcharge</td>\n<td>Surcharge amount applied (if any).</td>\n</tr>\n<tr>\n<td>payload.success_callback</td>\n<td>Callback URL invoked on payout success.</td>\n</tr>\n<tr>\n<td>payload.failure_callback</td>\n<td>Callback URL invoked on payout failure.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"possible-status-values\"><strong>Possible Status Values</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>status</th>\n<th>description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>error</td>\n<td>Payout failed due to an error.</td>\n</tr>\n<tr>\n<td>created</td>\n<td>Payout record created but not paid yet.</td>\n</tr>\n<tr>\n<td>paid</td>\n<td>payment completed successfully.</td>\n</tr>\n<tr>\n<td>payout_in_process</td>\n<td>Payout is in progress.</td>\n</tr>\n<tr>\n<td>pending_review</td>\n<td>Payout needs to be reviewed</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"🔐-key-pair-generation\"><strong>🔐 Key Pair Generation</strong></h2>\n<p><strong>Paystream uses RSA key pairs to digitally sign webhooks, ensuring all notifications are both secure and authentic.</strong></p>\n<hr />\n<h3 id=\"1-generate-your-keys\"><strong>1. Generate Your Keys</strong></h3>\n<img src=\"https://content.pstmn.io/7518adf1-d6ec-4b0e-b1bb-b6710a5173f1/U2NyZWVuc2hvdCAyMDI1LTExLTE3IGF0IDExLjM4LjIw4oCvQU0ucG5n\" />\n\n<ul>\n<li><p>Click “Generate Key Pair” in the dashboard.</p>\n</li>\n<li><p>A unique RSA private key and public key are created for your merchant ID</p>\n</li>\n</ul>\n<h3 id=\"2-key-storage\"><strong>2. Key Storage</strong></h3>\n<img src=\"https://content.pstmn.io/0a39578e-0796-4671-80f6-d68ca391bdef/U2NyZWVuc2hvdCAyMDI1LTExLTE3IGF0IDExLjM4LjMw4oCvQU0ucG5n\" />\n\n<ul>\n<li><p>Private Key → Stored securely by Paystream (never exposed).</p>\n</li>\n<li><p>Public Key → Displayed to you once on the screen. Copy and save it for verifying signatures.</p>\n</li>\n</ul>\n<h3 id=\"3-webhook-signing\"><strong>3. Webhook Signing</strong></h3>\n<ul>\n<li><p>Every webhook payload is signed using Paystream’s private key.</p>\n</li>\n<li><p>The signature is included in webhook headers:</p>\n<ul>\n<li>paystream-sign or paystream_sign</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"4-verification\"><strong>4. Verification</strong></h3>\n<ul>\n<li><p>Use your public key to verify the paystream-sign header against the webhook body.</p>\n</li>\n<li><p>This ensures the webhook came from Paystream and was not tampered with.</p>\n</li>\n</ul>\n<h2 id=\"🔏-signature-paystream-sign-or-paystream_sign\"><strong>🔏 Signature: paystream-sign (or paystream_sign)</strong></h2>\n<p><strong>The paystream-sign header is a Base64-encoded digital signature generated using your merchant-specific RSA private key.</strong></p>\n<h3 id=\"🔨-how-the-signature-is-generated\"><strong>🔨 How the Signature is Generated</strong></h3>\n<ol>\n<li><strong>Message Construction</strong></li>\n</ol>\n<p>Concatenate the following fields in order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{payoutId}|{payload.status}\n\n</code></pre><p><strong>Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>1234567890|paid\n\n</code></pre><p><strong>2. Signing Algorithm</strong></p>\n<ol>\n<li><p>Algorithm: SHA256withRSA</p>\n</li>\n<li><p>Output: Base64-encoded signature (sent in the paystream-sign header).</p>\n</li>\n</ol>\n<h3 id=\"✅-how-to-verify-the-signature\"><strong>✅ How to Verify the Signature</strong></h3>\n<ol>\n<li><strong>Rebuild the Message</strong></li>\n</ol>\n<p>From the webhook JSON body, extract:</p>\n<ul>\n<li><p>payoutId</p>\n</li>\n<li><p>payload.status (convert to lowercase)</p>\n</li>\n</ul>\n<p>Reconstruct the string in the same format:<br />{payoutId}|{payload.status}</p>\n<p><strong>2. Verification Steps</strong></p>\n<ul>\n<li><p>Use your stored public key.</p>\n</li>\n<li><p>Decode the paystream-sign header from Base64.</p>\n</li>\n<li><p>Verify using SHA256withRSA.</p>\n</li>\n<li><p>If verification succeeds, the webhook is authentic and untampered.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public static boolean verifySignature(String message, String signatureBase64, PublicKey publicKey) throws Exception {\n    Signature signature = Signature.getInstance(\"SHA256withRSA\");\n    signature.initVerify(publicKey);\n    signature.update(message.getBytes());\n    byte[] signatureBytes = Base64.getDecoder().decode(signatureBase64);\n    return signature.verify(signatureBytes);\n}\n\n</code></pre>\n<ul>\n<li><p>message → The reconstructed string (payoutId|status)</p>\n</li>\n<li><p>signatureBase64 → Value from paystream-sign header</p>\n</li>\n<li><p>publicKey → Your saved Paystream public key</p>\n</li>\n</ul>\n<p><strong>Sample Webhook:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"payload\": {\n    \"payoutId\": \"68b02af16c4f71530ae1d73b\",\n    \"client\": {\n      \"customerId\": \"NA\",\n      \"email\": \"user5890@example.com\",\n      \"phone\": \"+14377717874\",\n      \"full_name\": \"Blake Mensah\",\n      \"country\": \"CA\"\n    },\n    \"updated_on\": 1756375793,\n    \"payoutMethod\": \"PAYOUT-INTERAC-ETRANSFER\",\n    \"amountUnit\": \"MAJOR\",\n    \"amount\": 6,\n    \"errorMsg\": \"\",\n    \"purpose\": \"test payout\",\n    \"created_on\": 1756375793,\n    \"merchantRef\": \"68b02af16c4f71530ae1d73b\",\n    \"merchantName\": \"Skyler Nakamurasinghal\",\n    \"status\": \"PAID\",\n    \"status_history\": [\n      {\n        \"status\": \"created\",\n        \"timestamp\": 1756375793\n      },\n      {\n        \"status\": \"paid\",\n        \"timestamp\": 1756375810\n      }\n    ],\n    \"currency\": \"CAD\",\n    \"fx_Currency\": \"CAD\",\n    \"fx_Amount\": \"6.00\",\n    \"transFees\": \"0.3\",\n    \"paymentOn\": 1756375810,\n    \"payOutDetails\": {\n      \"name\": \"INTERAC E-TRANSFER\",\n      \"emailAddress\": \"user5890@example.com\",\n      \"secretQA\": \"q680216471530173202\",\n      \"secretAnswer\": \"a680216471530173202\"\n    },\n    \"taxAmount\": 0,\n    \"taxPercent\": 0,\n    \"redirectType\": \"POST\",\n    \"pendingReview\": \"No\",\n    \"surcharge\": 0,\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"mdr\": \"0.00\"\n  },\n  \"status\": \"paid\"\n}\n\n</code></pre>\n","_postman_id":"1fadbe1b-aec3-4cea-98aa-8529ea69682f"}],"id":"dbe0e228-957a-4667-aca9-03f0636675e9","description":"<p>To receive information about various transaction status and events, you will need to set up an endpoint which accepts payloads sent by Paystream. Your endpoint will receive <strong>POST</strong> requests with <strong>content-type: application/json</strong>.</p>\n<h3 id=\"configuring-the-webhook-endpoint\">Configuring the webhook endpoint</h3>\n<p>The webhook endpoint can be set up on <code>Partner Dashboard -&gt; Webhooks -&gt; New Webhook</code>.</p>\n<img src=\"https://content.pstmn.io/b0324a54-e3c6-443e-be64-2c7ca1cccfa3/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjMzMzAuMTcxLnBuZw==\" />\n\n<p>Make sure you save the endpoint by clicking \"Create\".</p>\n<p>Paystream will post all payloads to the specified URLs. Please note that if merchant face any issues with accepting the webhook, it will not be resent. Alternatively the merchant can call Paystream get status API to verify the status of a purchase.</p>\n<h3 id=\"steps-to-configure-a-webhook\"><strong>Steps to Configure a Webhook</strong></h3>\n<img src=\"https://content.pstmn.io/150048bf-996b-4157-86e8-1b2e6e10ca1f/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjE0MDIuMDY1LnBuZw==\" />\n\n<p><strong>1.Add a New Webhook:</strong></p>\n<ul>\n<li>Click on the “New Webhook” button.</li>\n</ul>\n<p><strong>2. Provide Details:</strong></p>\n<ul>\n<li><p>Name: Give the webhook a descriptive name.</p>\n</li>\n<li><p>Payment Method Selection:</p>\n</li>\n</ul>\n<p>a. Choose a specific payment method or select “All” for universal callbacks.</p>\n<ul>\n<li>Enter URL:</li>\n</ul>\n<p>a. Provide the callback URL where the event notifications will be sent.</p>\n<p><strong>3. Select Event Triggers:</strong></p>\n<p>a. Choose from a list of available events (Note: Depending on the payment method, not all events may be available.)</p>\n<p><strong>4. Save configuration:</strong></p>\n<p>a. Click “Save” to store the webhook settings.**</p>\n<h2 id=\"notes\">Notes:</h2>\n<ol>\n<li><p>You can setup one URL for all the events or individual URLs for each of the events. Paystream would call the webhooks based on whatever the setup is. If only one URL, the developer will need to extract the message from the payload information.</p>\n</li>\n<li><p>In case of a success_callback (webhook) or failure_callback (webhook) is given the <code>/purchases</code> API or <code>/createSession</code> API, then priority will be given to API callback webhooks, and not the webhooks set in the merchant dashboard. In other words, the webhooks given in the API will override the webhooks set in the merchant dashboard. The webhook posted would be a JSON object (either purchase or payout object as the case might be) containing the status. This object is the same as the one you will get in the <code>/getStatus</code> API call <code>https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/</code></p>\n</li>\n</ol>\n<h2 id=\"available-event-for-subscription\">Available Event for subscription</h2>\n<p>When a transaction status changes to a terminal state (e.g., paid, refunded, expired), our payment gateway sends a server-to-server POST callback to the merchant's configured Webhook URL.</p>\n<p>The callback includes full transaction details so the merchant can update order status in real time.</p>\n<h2 id=\"http-method--headers\"><strong>HTTP Method &amp; Headers</strong></h2>\n<p><strong>Method: POST</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Content-Type</td>\n<td><strong>application/json; charset=utf-8 — Indicates the payload format is JSON in UTF-8 encoding.</strong></td>\n</tr>\n<tr>\n<td>User-Agent</td>\n<td>Always set to \"Paystream\" — Identifies the request origin as Paystream.</td>\n</tr>\n<tr>\n<td>paystream_sign</td>\n<td><strong>Present only if a signature value (paystream_sign) is generated(</strong><a href=\"https://docs.google.com/document/d/1qgsO7_jxMOXASnezEw-RU70WNddCfKrXWCwPGJLmqUs/edit?tab=t.nwoa2ohizyre#heading=h.rlwjz036ocez\"><b>see the logic below</b></a><strong>). This is used for validating the authenticity of the callback.</strong></td>\n</tr>\n<tr>\n<td>paystream-sign</td>\n<td><strong>Same signature value as paystream_sign but provided in an alternate header name for better compatibility.</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"webhook-structure\"><strong>Webhook structure</strong></h3>\n<p>We add a signature as “<strong>paystream_sign</strong>” or <strong>\"paystream-sign\"</strong> in the webhook header for verifying the payload, If you have already created a <strong>public key</strong> from your merchant dashboard.</p>\n<p>To verify this signature, decrypt the signature with your public key. Compare this with the values which you received in your payload.</p>\n<p>Use the following method (in Java) for signature verification.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\"> private static boolean verify(String message,String signature, PublicKey publicKey) throws Exception \n{\n    Signature verifier = Signature.getInstance(\"SHA256withRSA\");\n    verifier.initVerify(publicKey);\n    verifier.update(message.getBytes());\n    return verifier.verify(Base64.getDecoder().decode(signature.getBytes()));\n}\n\n</code></pre>\n<ol>\n<li><p>Where the <strong>message</strong> is the combination of values which you received in the payload:</p>\n<ol>\n<li><p>For Payins: the message is a combination of <strong><code>purchaseId+\"|\"+status(uppercase)+\"|\"+brandId</code></strong></p>\n</li>\n<li><p>Payouts: this message is a combination of p**<code>ayoutId+\"|\"+status(lowercase)</code>**</p>\n</li>\n</ol>\n</li>\n<li><p>The signature is the value of the “<strong>paystream_sign</strong>” or <strong>\"paystream-sign\"</strong> you received in webhook.</p>\n</li>\n<li><p>You can obtain the <strong>Public Key</strong> from your merchant dashboard.</p>\n</li>\n</ol>\n","_postman_id":"dbe0e228-957a-4667-aca9-03f0636675e9"},{"name":"🖥️ Status Code","item":[{"name":"Transaction Status and Their Meaning","item":[],"id":"23e703e1-5fd2-4b89-8841-6099da142948","description":"<p>The lifecycle of a transaction is reflected through the status of the transaction.</p>\n<p>This section details various statuses of a transaction and what it means and when does it appears.</p>\n<p>The status of a transaction can be read from the <code>\"status\"</code> field of the responses or webhook payload.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>When it Appears</strong></th>\n<th><strong>Is it Final?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREATED</td>\n<td>Purchase is created in the system.</td>\n<td>When Purchase API is called, the transaction is created as \"CREATED\".</td>\n<td>N</td>\n</tr>\n<tr>\n<td>CANCELLED</td>\n<td>Purchase is cancelled in the system. Only transactions in \"CREATED\" status can be cancelled.</td>\n<td>When Cancel API is called.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>PENDING EXECUTE</td>\n<td>Purchase hasn't been completed yet. Only transactions in \"CREATED\" status can become \"PENDING EXECUTE\" after S2S API call.</td>\n<td>The callback URL provided in the S2S call response hasn't been called by merchant yet.</td>\n<td>N</td>\n</tr>\n<tr>\n<td>OVERDUE</td>\n<td>Purchase hasn't been completed yet. Only transactions in \"CREATED\" status can become \"OVERDUE\" if S2S API hasn't been called in 2 hours.</td>\n<td>S2S API hasn't been called within 2 hours since transaction creation.</td>\n<td>N</td>\n</tr>\n<tr>\n<td>EXPIRED</td>\n<td>Purchase hasn't been completed. Only transactions in \"PAYMENT IN PROCESS\" and \"PENDING EXECUTE\" status can become \"EXPIRED\". After payment in process, no data is provided.</td>\n<td>The callback URL provided in the S2S call response hasn't been called by the merchant after the specific time period.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>PAID</td>\n<td>Purchase has been completed successfully. Only transactions in \"PAYMENT IN PROCESS\" status can become \"PAID\".</td>\n<td>The callback URL provided in the S2S call response has been called by the merchant.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>PAYMENT IN PROCESS</td>\n<td>Purchase hasn't been completed. Only transactions in \"PENDING EXECUTE\" status can become \"PAYMENT IN PROCESS\".</td>\n<td>When the user's action is pending (e.g., OTP confirmation). Transaction can stay in this status for 24 hours since creation.</td>\n<td>N</td>\n</tr>\n<tr>\n<td>CHARGEBACK</td>\n<td>Transaction type that allows customers to receive money back.</td>\n<td>When requested by customer or merchant (manual process).</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>REFUNDED</td>\n<td>Only transactions in \"REFUND IN PROCESS\" status can become \"REFUNDED\".</td>\n<td>When the provider confirms the refund.</td>\n<td>Y</td>\n</tr>\n<tr>\n<td>REFUND IN PROCESS</td>\n<td>Only transactions in <strong>\"PAID\"</strong> status can become <strong>\"REFUND IN PROCESS\"</strong>.</td>\n<td>When Refund API is called and a response is received with \"REFUND IN PROCESS\" status.</td>\n<td>N</td>\n</tr>\n<tr>\n<td>ERROR</td>\n<td>Only transactions in statuses: <strong>\"PENDING EXECUTE\"</strong>, <strong>\"PAYMENT IN PROCESS\"</strong>, <strong>\"PAYOUT IN PROCESS\"</strong> or <strong>\"REFUND IN PROCESS\"</strong> can become \"ERROR\".</td>\n<td>Refers to the Errors list for possible errors.</td>\n<td>Y</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong></p>\n<p>If you want a more detailed error message, please rely on the <strong>\"errorMsg\"</strong> field in the responses or webhook payload.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"12e11631-5384-4770-b3f4-a3cefa30663c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9c01d678-ef49-40db-b003-c9edbfe72e8a"}}],"_postman_id":"23e703e1-5fd2-4b89-8841-6099da142948"}],"id":"f3cdd5f9-7c54-4bed-be27-8693cfb6bd1d","description":"<h1 id=\"http-response-code\">HTTP Response Code</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Triggering Event</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful Response</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Successful / Accepted</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, the given data is invalid, or additional data is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>unauthorized request</td>\n</tr>\n<tr>\n<td>404</td>\n<td>page not found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed (GET/POST)</td>\n</tr>\n<tr>\n<td>415</td>\n<td>unsupported media type</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable content, data is required</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many request attempt</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div><p>You will not get Error codes if HTTPS response code is 200 or 202.</p>\n<h2 id=\"error-codes-and-messages\">Error Codes and Messages</h2>\n<h3 id=\"with-http-code-400-404-401-405-415\">with http code (400, 404, 401, 405, 415)</h3>\n<p>Below is the list of possible error codes and the corresponding messages from Paystream System</p>\n<h2 id=\"format\">Format</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n<th><strong>APIs that could generate the error code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authentication_failed</td>\n<td>Authorization header missing</td>\n<td>All</td>\n</tr>\n<tr>\n<td>already_in_process</td>\n<td>Some Processing is running on this purchaseId</td>\n<td>All</td>\n</tr>\n<tr>\n<td>unsupported_media_type</td>\n<td>Unsupported media type \"text/plain; charset=ISO-8859-1\" in request.</td>\n<td>All</td>\n</tr>\n<tr>\n<td>authentication_failed</td>\n<td>Incorrect secret_key/Invalid Merchant Type</td>\n<td>All</td>\n</tr>\n<tr>\n<td>transaction_error</td>\n<td>See the table below</td>\n<td>See the table below</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"transaction_error-message-list\">\"transaction_error\" Message List</h2>\n<p>All the Messages possible when \"transaction_error\" is in reponse:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Message</strong></th>\n<th><strong>APIs that generate the error Message</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cvv_error</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Expired card</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>expiry_date_error</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Insufficient fund</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Invalid card number</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Issuing bank - do not honer</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Picking card</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Temp error - card blocked</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Transaction declined - try again</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>PurchaseId Not found.</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Only purchases that can be paid for can be initiated for payment.</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Customer/Ip is Blocked</td>\n<td>after executing callback_url</td>\n</tr>\n<tr>\n<td>Client Ip could not be match with Merchant Ip</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Invalid Card Information</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Card is Blocked</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Different Type of key used to create purchase and payment</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>You charges setting is in complete .Please Contact to Administrator.</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Allowed Attempt for this Transaction has been consumed</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Customer not allowed For transaction</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Invalid Card Expiry(Valid Format:MM/YY) must be greater than current month/year</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Customer profile is Blocked</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Customer/Card not allowed for transaction</td>\n<td>s2s calling</td>\n</tr>\n<tr>\n<td>Allowed Limit for this card for particular time period has been consumed</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>some Mandatory Parameter are missing</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Invalid_Parameter</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Invalid format of Date_of_Birth[allowed format: yyyy-mm-dd]</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Invalid Email Format</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Please submit Valid Alpha2 Country Code Ex:(AF,IN) in \\\"country\\\" parameter</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Please pass Valid State Code</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Please pass valid street address in \\\"street_address\\\" parameter</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Please pass valid city name in \\\"city\\\" parameter</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Please pass valid postal Code name in \\\"zip_code\\\" parameter</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>You are not Allowed for Live Transaction</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Merchant Limit is not set</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Minimum amount is not set for this merchant</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Brand not found!</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Your charges setting is incomplete .Plese Contact to Administrator.</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Only “curr_name” currency is allowed</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Transaction amount must be equal or greater to minimum trans amount</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>Transaction amount must not be greater to maximum trans amount</td>\n<td>create purchase</td>\n</tr>\n<tr>\n<td>This Purchase was already fully refunded.</td>\n<td><code>/refund/</code></td>\n</tr>\n<tr>\n<td>Previous Refund Request already in Process</td>\n<td><code>/refund/</code></td>\n</tr>\n<tr>\n<td>Max Time for Refund was elapsed.</td>\n<td><code>/refund/</code></td>\n</tr>\n<tr>\n<td>Refund can not be initiated .Please contact Administrator.</td>\n<td><code>/refund/</code></td>\n</tr>\n<tr>\n<td>Only Purchases with `status == (paid)` can be refunded.</td>\n<td><code>/refund/</code></td>\n</tr>\n<tr>\n<td>Only purchases that can be paid for can be cancelled.</td>\n<td><code>/cancel/</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9aa4de27-e815-45e9-9f2b-7d46e2dfd24c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bfb79fd7-238d-4219-b4cb-c20bee04f17b"}}],"_postman_id":"f3cdd5f9-7c54-4bed-be27-8693cfb6bd1d"},{"name":"Payment Methods","item":[{"name":"💳 Card Payments","item":[{"name":"Concepts","item":[],"id":"254650dc-38e0-4fe4-bdf2-401d862e6d5c","description":"<h1 id=\"paystream-card-payments\">Paystream Card Payments</h1>\n<h1 id=\"get-started\"><strong>Get started</strong></h1>\n<p>Paystream’s Server-to-Server (S2S) integration allows merchants to process card payments entirely from their backend systems.</p>\n<p>In this integration model, all payment initiation and sensitive card operations are performed from the merchant backend. However, during 3D Secure authentication flows, the customer browser may be redirected to the issuing bank’s authentication page to complete verification.  </p>\n<p>This integration is recommended for merchants who require:</p>\n<ul>\n<li><p>Full control over the checkout experience</p>\n</li>\n<li><p>Reduced exposure of platform endpoints</p>\n</li>\n<li><p>A secure and compliant payment architecture</p>\n</li>\n</ul>\n<h1 id=\"how-it-works\"><strong>How it works</strong></h1>\n<p>The S2S card payment flow follows a three-step process:</p>\n<ol>\n<li><p>Create a purchase - Register the transaction and generate a unique purchaseId.</p>\n</li>\n<li><p>Submit card details (S2S) - Send card and device details securely from your server.</p>\n</li>\n<li><p>Handle callbacks and redirects - Complete the transaction using 2D or 3D Secure flows.</p>\n</li>\n</ol>\n<p><strong>Note:</strong><br />callback_url is used only to continue the authentication or processing flow.</p>\n<p>success_redirect, pending_redirect, and failure_redirect are final outcome URLs where the customer is redirected after transaction completion.</p>\n<p><strong>This integration supports:</strong></p>\n<ul>\n<li><p>2D (non-3DS) transactions</p>\n</li>\n<li><p>3D Secure Frictionless transactions</p>\n</li>\n<li><p>3D Secure Challenge transactions</p>\n</li>\n</ul>\n<h1 id=\"before-you-begin\"><strong>Before you begin</strong></h1>\n<p>Before starting the integration, ensure the following prerequisites are met:</p>\n<ul>\n<li><p>You have received your API credentials from Paystream</p>\n</li>\n<li><p>Your server can make secure HTTPS requests</p>\n</li>\n<li><p>Since card details are collected and transmitted from the merchant server, merchants are fully responsible for PCI-DSS compliance and secure handling of sensitive cardholder data.</p>\n</li>\n<li><p>You have configured the following redirect URLs:</p>\n<ul>\n<li><p>success_redirect</p>\n</li>\n<li><p>pending_redirect</p>\n</li>\n<li><p>failure_redirect</p>\n</li>\n</ul>\n</li>\n<li><p>You have a valid brand_id provided by Paystream</p>\n</li>\n</ul>\n<h1 id=\"create-a-new-payment-session\"><strong>Create a New Payment Session</strong></h1>\n<p>A payment session is created when a purchase is initialized in the Paystream system. This session represents the starting point of a transaction and is required before submitting any payment details or initiating authentication flows.</p>\n<p>Creating a payment session registers the transaction details, configures redirect URLs, and generates a unique identifier (purchaseId) that is used in all subsequent Server-to-Server (S2S) payment operations.</p>\n<h2 id=\"when-to-create-a-payment-session\"><strong>When to create a payment session</strong></h2>\n<p>You must create a new payment session when:</p>\n<ul>\n<li><p>A customer initiates a new checkout</p>\n</li>\n<li><p>A new payment attempt is required</p>\n</li>\n<li><p>You want to process a card payment using S2S integration</p>\n</li>\n<li><p>You need to support 2D or 3D Secure payment flows</p>\n</li>\n</ul>\n<p>Each payment session corresponds to one transaction attempt.</p>\n<h2 id=\"payment-session-flow\"><strong>Payment Session Flow</strong></h2>\n<ol>\n<li><p>Your server sends a request to the Create Purchase API with customer, product, and redirect details.</p>\n</li>\n<li><p>Paystream validates the request and creates a new payment session.</p>\n</li>\n<li><p>A unique purchaseId is generated for the session.</p>\n</li>\n<li><p>The payment session remains in the CREATED state until payment details are submitted.</p>\n</li>\n<li><p>The purchaseId is used to continue the payment flow via S2S APIs.</p>\n</li>\n</ol>\n<h1 id=\"card-payments\"><strong>Card Payments</strong></h1>\n<p>Card payments enable customers to pay online using debit or credit cards issued by card networks such as Visa, Mastercard, and others. During a card payment , the customer’s card details are submitted securely and sent through the payment processor , card network, and issuing bank to determine whether the transaction can be authorized.</p>\n<h3 id=\"card-payment-checks-include\">Card payment checks include:</h3>\n<ul>\n<li><p>Card validity and available balance</p>\n</li>\n<li><p>Risk and fraud assessment</p>\n</li>\n<li><p>Authorization by the issuing bank</p>\n</li>\n</ul>\n<p>Depending on the security requirements, region, and risk profile, a card payment can be processed as either:</p>\n<ul>\n<li><p><strong>2D (Non-3DS) payment</strong></p>\n</li>\n<li><p><strong>3D Secure (3DS) payment</strong></p>\n</li>\n</ul>\n<h2 id=\"2d-non-3ds-payments\"><strong>2D (non-3DS) Payments</strong></h2>\n<p>2D payments are standard card transactions that do not include an additional cardholder authentication step by issuing bank. Authorization is based on the card details and internal risk checks performed by the payment processor and issuer.</p>\n<h3 id=\"2d-payment-flow\"><strong>2D Payment Flow</strong></h3>\n<ul>\n<li><p>The customer provide card details (card number, expiry, cvv).</p>\n</li>\n<li><p>The transaction is authorized or declined by the issuing bank.</p>\n</li>\n<li><p>The customer is directly redirected to the final outcome URL.</p>\n</li>\n</ul>\n<h3 id=\"characteristics\">Characteristics</h3>\n<ul>\n<li><p>Faster checkout experience.</p>\n</li>\n<li><p>Lower protection against fraud and chargebacks.</p>\n</li>\n<li><p>Typically, no callback_url is required for standard 2D transactions.</p>\n</li>\n<li><p>No 3D Secure authentication.</p>\n</li>\n</ul>\n<h3 id=\"typical-use-case\"><strong>Typical Use Case</strong></h3>\n<ul>\n<li><p>Low-risk transactions.</p>\n</li>\n<li><p>Trusted customers.</p>\n</li>\n<li><p>Regions or scenarios where 3DS is not mandatory.</p>\n</li>\n</ul>\n<h2 id=\"3d-secure-3ds-payments\"><strong>3D Secure (3DS) Payments</strong></h2>\n<p>3D secure (3DS) Payments add an extra layer of security by requiring the cardholder to be authenticated by issuing bank. This helps reduce fraud and protects merchants against certain types of chargebacks.</p>\n<h3 id=\"3ds-payment-flow\"><strong>3DS Payment Flow</strong></h3>\n<ul>\n<li><p>The transaction is evaluated by the card network and issuing bank.</p>\n</li>\n<li><p>Based on risk assessment, the transaction proceeds through either a Frictionless or Challenge flow.</p>\n</li>\n<li><p>After authentication, the transaction is authorized or declined.</p>\n</li>\n<li><p>The customer is redirected to the appropriate URL.</p>\n</li>\n</ul>\n<h2 id=\"3ds-authentication-flows\"><strong>3DS Authentication Flows</strong></h2>\n<h3 id=\"3d-secure-challenge-flow\"><strong>3D Secure Challenge Flow</strong></h3>\n<ul>\n<li><p>The customer is redirected to the issuer’s ACS (Access Control Server)</p>\n</li>\n<li><p>The cardholder must authenticate (OTP, biometric, or password)</p>\n</li>\n<li><p>After authentication, the customer is redirected to the appropriate URL</p>\n</li>\n</ul>\n<p>3DS payments provide higher security, better fraud prevention, and improved compliance with regulatory requirements such as PSD2 (Second Payment Service Directive).</p>\n<h3 id=\"3d-secure-frictionless-flow\"><strong>3D Secure Frictionless Flow</strong></h3>\n<ul>\n<li><p>No user interaction is required</p>\n</li>\n<li><p>Authentication is completed automatically in the background</p>\n</li>\n<li><p>The customer is directly redirected to the appropriate URL</p>\n</li>\n</ul>\n<h2 id=\"2d-vs-3d-secure---comparison-table\"><strong>2D vs 3D Secure - Comparison Table</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Feature</th>\n<th>2D (Non-3DS) Payments</th>\n<th>3D Secure (3DS) Payments</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cardholder authentication</td>\n<td>Not required</td>\n<td>Required (Frictionless or Challenge)</td>\n</tr>\n<tr>\n<td>User interaction</td>\n<td>Not required</td>\n<td>Required only in Challenge flow</td>\n</tr>\n<tr>\n<td>Security level</td>\n<td>Standard</td>\n<td>High</td>\n</tr>\n<tr>\n<td>Fraud protection</td>\n<td>Limited</td>\n<td>Strong</td>\n</tr>\n<tr>\n<td>Chargeback liability shift</td>\n<td>No</td>\n<td>Yes (subject to scheme rules)</td>\n</tr>\n<tr>\n<td>Callback URL</td>\n<td>Not generated</td>\n<td>Generated when authentication is required</td>\n</tr>\n<tr>\n<td>Redirect handling</td>\n<td>Direct redirect to final URL</td>\n<td>Redirect after authentication</td>\n</tr>\n<tr>\n<td>Checkout speed</td>\n<td>Faster</td>\n<td>Slightly slower (Challenge flow only)</td>\n</tr>\n<tr>\n<td>Regulatory compliance</td>\n<td>Not always sufficient</td>\n<td>Helps meet PSD2 and similar regulations</td>\n</tr>\n<tr>\n<td>Typical use case</td>\n<td>Low-risk transactions</td>\n<td>Medium to high-risk transactions</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"required-configuration\"><strong>Required configuration</strong></h1>\n<p>To successfully create a payment session, the following must be provided:</p>\n<ul>\n<li><p>Customer information (name, email, location)</p>\n</li>\n<li><p>Purchase details (currency and products)</p>\n</li>\n<li><p>A valid brand_id</p>\n</li>\n<li><p>Redirect URLs to handle the final transaction outcome:</p>\n<ul>\n<li><p>success_redirect</p>\n</li>\n<li><p>pending_redirect</p>\n</li>\n<li><p>failure_redirect</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>These redirect URLs are mandatory and are used later during 2D or 3D Secure flows.</p>\n<h2 id=\"redirect-handling\"><strong>Redirect Handling</strong></h2>\n<p>After successful background authentication, the user is redirected to one of the following URLs, which must be configured during the Purchase Creation step:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Redirect URL</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>success_redirect</td>\n<td>Payment completed successfully</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Payment is still under processing</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Payment failed or was declined</td>\n</tr>\n</tbody>\n</table>\n</div><p>The final redirect depends on the authorization and authentication outcome returned by the issuer.</p>\n<h1 id=\"api-used-for-card-payment\"><strong>API Used for Card Payment</strong></h1>\n<h2 id=\"step-1-transaction-initiation--create-a-purchase\">Step 1: Transaction Initiation – Create a Purchase</h2>\n<h3 id=\"overview\"><strong>Overview</strong></h3>\n<p>To begin a transaction, a Purchase must first be created in the system. This is done by initiating a purchase request that registers all required transaction details and prepares the system for further processing.</p>\n<p>This step applies equally to both 2D and 3D transactions and follows the same flow regardless of transaction type.</p>\n<p><strong>| POST /api/v1/purchases |</strong></p>\n<h3 id=\"purchase-creation-process\">Purchase Creation Process</h3>\n<ol>\n<li><p>A purchase is initiated by sending a POST request to the purchase creation endpoint ({baseURL}/purchase/).</p>\n</li>\n<li><p>During this step, the system validates the request and creates a Purchase record.</p>\n</li>\n<li><p>Once the Purchase is successfully created, the system generates a unique purchaseId, which is required for subsequent server-to-server operations.</p>\n</li>\n</ol>\n<h3 id=\"mandatory-redirect-urls\"><strong>Mandatory Redirect URLs</strong></h3>\n<p>To successfully create a Purchase, the following redirect URLs must be defined and must contain valid URLs:</p>\n<ul>\n<li><p>success_redirect<br />  Redirects the customer after a successful transaction.</p>\n</li>\n<li><p>pending_redirect<br />  Redirects the customer when the transaction remains in a pending or processing state.</p>\n</li>\n<li><p>failure_redirect<br />  Redirects the customer if the transaction fails.</p>\n</li>\n</ul>\n<h3 id=\"merchantref-merchant-reference\"><strong>merchantRef (Merchant Reference)</strong></h3>\n<p>Although not mandatory, the merchantRef parameter is strongly recommended for all merchants.</p>\n<h3 id=\"purpose-and-benefits\"><strong>Purpose and Benefits</strong></h3>\n<ol>\n<li><p><strong>Prevention of Duplicate Transactions</strong></p>\n<ul>\n<li><p>merchantRef acts as a unique merchant-defined reference.</p>\n</li>\n<li><p>If a subsequent purchase request is sent using the same merchantRef, the system identifies it as a duplicate and prevents accidental repeat transactions.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Transaction Retrieval and Recovery</strong></p>\n<ul>\n<li><p>If the purchase creation response times out or the purchaseId is not received,<br />  the merchant can use merchantRef to retrieve the corresponding transaction details.</p>\n</li>\n<li><p>This ensures reliable tracking and reconciliation even when immediate responses are unavailable.</p>\n</li>\n</ul>\n</li>\n</ol>\n<h3 id=\"system-behavior-without-merchantref\"><strong>System Behavior Without merchantRef</strong></h3>\n<ul>\n<li><p>If merchantRef is not provided, the platform automatically assigns an internal purchaseId.</p>\n</li>\n<li><p>This internally generated purchaseId then becomes the sole reference for that transaction.</p>\n</li>\n</ul>\n<h3 id=\"purchase-creation-outcome\"><strong>Purchase Creation Outcome</strong></h3>\n<ul>\n<li><p>On successful creation of a Purchase:</p>\n<ul>\n<li><p>The system returns a purchaseId.</p>\n</li>\n<li><p>This purchaseId uniquely identifies the transaction within the platform.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"step-2-server-to-server-s2s-processing\"><strong>Step 2: Server-to-Server (S2S) Processing</strong></h2>\n<p>After receiving the purchaseId, merchants must proceed with the server-to-server (S2S) call using the following pattern:</p>\n<p>This call is required to continue processing the transaction securely on the server side.</p>\n<p><strong>| POST p/{purchaseId}/?s2s=true |</strong></p>\n<h2 id=\"step-3-transaction-flows-after-calling-callback_url\">Step 3: Transaction Flows After Calling callback_url</h2>\n<p>After the callback URL is invoked, the transaction can proceed through one of the following three flows:</p>\n<h3 id=\"3d-secure-challenge-flow-1\"><strong>3D Secure Challenge Flow</strong></h3>\n<ul>\n<li><p>The user is redirected to the ACS (Access Control Server) page of the issuing bank.</p>\n</li>\n<li><p>The cardholder is required to complete authentication (e.g., OTP, biometric, or password).</p>\n</li>\n<li><p>After successful or failed authentication, the user is redirected to one of the URLs configured during the Purchase Creation API:</p>\n<ul>\n<li><p>Success_redirect</p>\n</li>\n<li><p>Pending_redirect</p>\n</li>\n<li><p>failure_redirect</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The final redirect depends on the transaction outcome.</p>\n<h3 id=\"3d-secure-frictionless-flow-1\"><strong>3D Secure Frictionless Flow</strong></h3>\n<p>The 3D Secure Frictionless Flow is a streamlined authentication process where the cardholder does not need to perform any additional action. The authentication is completed automatically in the background based on risk assessment performed by the card network and the issuing bank.</p>\n<p>This flow is designed to deliver a fast and seamless checkout experience while still complying with 3D Secure regulations.</p>\n<h4 id=\"when-frictionless-flow-occurs\"><strong>When Frictionless Flow Occurs</strong></h4>\n<p>A transaction may qualify for the frictionless flow when:</p>\n<ul>\n<li><p>The transaction amount is considered low risk</p>\n</li>\n<li><p>The issuing bank trusts the merchant and transaction context</p>\n</li>\n<li><p>Accurate device and browser information is provided</p>\n</li>\n<li><p>The cardholder has a positive transaction history</p>\n</li>\n</ul>\n<p><strong>Note</strong>: The final decision to apply frictionless authentication is made solely by the issuing bank.</p>\n<p><strong>Important:</strong></p>\n<ul>\n<li><p>Calling the callback_url is mandatory for all transactions returning a 202 response.</p>\n</li>\n<li><p>All redirect URLs must be predefined during the Purchase Creation step.</p>\n</li>\n<li><p>Merchants should ensure proper handling of all three redirect outcomes to deliver a seamless user experience.</p>\n</li>\n</ul>\n<h1 id=\"operational-flow\"><strong>Operational Flow</strong></h1>\n<ol>\n<li><p>The merchant submits the card payment request using the Server-to-Server (S2S) API.</p>\n</li>\n<li><p>Paystream sends the transaction details to the card network and issuing bank for 3D Secure evaluation.</p>\n</li>\n<li><p>The issuing bank determines that no challenge is required based on:</p>\n<ul>\n<li><p>Cardholder risk profile</p>\n</li>\n<li><p>Transaction amount</p>\n</li>\n<li><p>Device and browser data</p>\n</li>\n<li><p>Merchant trust level</p>\n</li>\n</ul>\n</li>\n<li><p>Authentication is successfully completed in the background without redirecting the user to an authentication (ACS) page.</p>\n</li>\n<li><p>Once authentication and authorization are completed, the user is automatically redirected to the appropriate URL configured during the Purchase Creation API.</p>\n</li>\n</ol>\n<h1 id=\"http-response-codes\"><strong>HTTP Response Codes</strong></h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Triggering Event</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Request processed successfully</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Request accepted and processing is pending</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request – invalid data provided or required data is missing</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Unauthorized request – invalid or missing authentication credentials</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Resource or page not found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method not allowed (unsupported HTTP method such as GET or POST)</td>\n</tr>\n<tr>\n<td>415</td>\n<td>Unsupported media type</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable content – required data is missing or invalid</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many requests – rate limit exceeded</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div><p>Please see the <a href=\"https://\">Status Code</a> section for further details.</p>\n<p>If the response code is 202, upon receiving the response body, redirect the customer to the callback_url provided in the response.</p>\n<p>If the card requires 3D Secure verification, the user will be redirected to a verification or challenge screen by the card issuing bank. After successful user verification, the user will be redirected to the success URL provided in the <code>/purchase</code> API from Step 1.</p>\n<p>If, for any reason, the transaction is unsuccessful, the user will be redirected the failure URL provided in the /purchase API from Step 1.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"708856dd-87a1-4233-a875-f55fb44f34b5"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"c8d57bb9-8b7c-40c0-a099-ea1f641214ea"}}],"_postman_id":"254650dc-38e0-4fe4-bdf2-401d862e6d5c"},{"name":"APIs","item":[{"name":"Purchase","id":"3f159b5a-e957-4152-9401-fd6e15143159","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user1599@example.com\",\r\n        \"street_address\": \"90 Fixture Close\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Reese Nakamura\",\r\n        \"zip_code\": \"01000-000\",\r\n        \"country\": \"IN\",\r\n        \"date_of_birth\": \"1991-07-10\",\r\n        \"stateCode\": \"SP\",\r\n        \"phone\": \"+91 9634458881\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"5\"\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"Morgan Costa2345test\", // optional\r\n    \"paymentMethod\": \"MASTER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p>To Initiate a payment, the very first call to make is <code>/purchases</code> with the required data in the request body.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>The customer's city.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>ISO-3166 Country Code. Must be upper case. Example “SG” (Alpha2)</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>Example “AL”, “XZ”. Must be in upper case.</td>\n</tr>\n<tr>\n<td>Client.street_address</td>\n<td>The customer's address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>The customer's ZIP or postal code. If country=US, zip format must be NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>ISO 4217 code for currency you want to send the transaction in.  <br />  <br />Please note, the currency has to be enabled by the account manager for your account.</td>\n</tr>\n<tr>\n<td>purchase.products</td>\n<td>An object which contains the list of products which the customer is buying.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>The name of the product.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Price in decimal format.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>URL to send the user if the transactions is in pending.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>URL to send the user if the transactions is unsuccessful.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"essential-optional-parameters\">Essential Optional Parameters</h2>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<p>Upon successul create on a Purchase you'd get a <code>\"purchaseId\"</code> . Use this ID for the next step in Server to server call by calling <code>p/{purchaseId}/?s2s=true .</code></p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<h3 id=\"possible-error-messages\">Possible Error Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Allowed Limit for this card for particular time period has been consumed</td>\n</tr>\n<tr>\n<td>some Mandatory Parameter are missing</td>\n</tr>\n<tr>\n<td>Invalid format of Date_of_Birth [allowed format: yyyy-mm-dd]</td>\n</tr>\n<tr>\n<td>Invalid Email Format</td>\n</tr>\n<tr>\n<td>Please submit Valid Alpha2 Country Code Ex:(AF,IN) in \\\"country\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass Valid State Code</td>\n</tr>\n<tr>\n<td>Please pass valid street address in \\\"street_address\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass valid city name in \\\"city\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass valid postal Code name in \\\"zip_code\\\" parameter</td>\n</tr>\n<tr>\n<td>You are not Allowed for Live Transaction</td>\n</tr>\n<tr>\n<td>Merchant Limit is not set</td>\n</tr>\n<tr>\n<td>Minimum amount is not set for this merchant</td>\n</tr>\n<tr>\n<td>Brand not found !</td>\n</tr>\n<tr>\n<td>Your charges setting is incomplete .Plese Contact to Administrator.</td>\n</tr>\n<tr>\n<td>Only {{currencyCode}} currency is allowed.</td>\n</tr>\n<tr>\n<td>Transaction amount must be equal or greater to minimum trans amount</td>\n</tr>\n<tr>\n<td>Invalid_Parameter  <br />You'd usually get it when one or more mandatory parameters are not present in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c75e316d-ffae-4747-a53a-482a3964bc17","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user1599@example.com\",\r\n        \"street_address\": \"90 Fixture Close\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Reese Nakamura\",\r\n        \"zip_code\": \"01000-000\",\r\n        \"country\": \"IN\",\r\n        \"date_of_birth\": \"1991-07-10\",\r\n        \"stateCode\": \"SP\",\r\n        \"phone\": \"+91 9634458881\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"5\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"MASTER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:22:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a1d26a3d373e5fd3c44ae14\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user1599@example.com\",\n        \"phone\": \"6393000899\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1780295331,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"MASTER,VISA,JCB,VIRTUAL-CARD,MOBILEMONEY,UPI-INTENT,UPI-QR,INTERAC-E-TRANSFER,INTERAC-REQUEST-MONEY,INTERAC-EXPRESS,PIX,FawryPay,OPEN-BANKING,SPEI\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1780295331,\n    \"merchantRef\": \"user5957@example.com\",\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"product name\",\n                \"quantity\": 1.0,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"requestAmount\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"Final_cashier\",\n        \"brand_name\": \"Final_cashier\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {},\n        \"country\": \"\",\n        \"attempts\": []\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1780295331\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS1172\",\n    \"issued\": \"2026-06-01\",\n    \"due\": 1780295331,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"totalRefunded\": 0.0,\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.232\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/c3f2eee71c5824b75c7b52ff41e76814/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a1d26a3d373e5fd3c44ae14/\",\n    \"payoutProcess\": false\n}"},{"id":"65b783b9-0622-4a29-94a6-a78513d01eff","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user1599@example.com\",\r\n        \"street_address\": \"90 Fixture Close\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Reese Nakamura\",\r\n        \"zip_code\": \"01000-000\",\r\n        \"country\": \"IN\",\r\n        \"date_of_birth\": \"1991-07-10\",\r\n        \"stateCode\": \"SP\",\r\n        \"phone\": \"+91 9634458881\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"5\"\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"Morgan Costa2345test\", // optional\r\n    \"paymentMethod\": \"MASTER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 23 Jul 2026 05:43:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"c07bd249-d2e4-4e74-9ed0-c965c1dda2da"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 a863373015dd073e91a52d99d8ad6bfc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"U2b6w0TFxlY3b7tonscz71FODjmdZYELG6dLUj2_xoJrHfVOfrvINw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=y%2BGEIJ%2Bk5LUPJPukL601IMsbHpT426vsZPHtXNnbIrQl17sOhZMHt1S5g%2B0PlJ8tDNpAVwsGq8otMh2f2H1qVF%2Bc1PSkl3Ru1NotMmZJfFDRZLf9It3qA8EU067KuPjMWaPF\"}]}"},{"key":"CF-RAY","value":"a1f85dcfacfdd635-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect secret_key\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"3f159b5a-e957-4152-9401-fd6e15143159"},{"name":"S2S","id":"64bc8566-05c8-45e6-b3c9-4e6dfc55541d","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/p/purchaseid/?s2s=true","description":"<p>This API would be the 2nd in sequence to call if the call to <code>/purchases/</code> was successful in step 1. and you want to do the transaction via Server-to-Server mode.</p>\n<p>The request body would contain the details of the card that's to be transacted upon.</p>\n<h3 id=\"mandatory-parameters-in-request-body\"><strong>Mandatory parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>remote_ip</td>\n<td>IP address of the customer’s device used for transaction. Helps in fraud checks and risk scoring. Ex- 203.0.113.42</td>\n</tr>\n<tr>\n<td>remember_card</td>\n<td>\"on\" or \"off\" if you want us to store the card details on our end.</td>\n</tr>\n<tr>\n<td>user_agent</td>\n<td>Full browser and operating system details captured from HTTP header. EX- Chrome/5.0 (X11; Linux x86_64)</td>\n</tr>\n<tr>\n<td>accept_header</td>\n<td>Browser’s accepted content types (from HTTP header). Used for validating request origin and device info. EX- text/html</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />If you want to use token_reference for doing a card transaction, please have a look at Network Tokenisation Section.</p>\n<h3 id=\"essential-parameters-in-request-body\"><strong>Essential parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardholder_name</td>\n<td>Name of the cardholder</td>\n</tr>\n<tr>\n<td>card_number</td>\n<td>The card numbers Must be 10-20 characters.</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>must be greater than the current month/year. MM/YY format.</td>\n</tr>\n<tr>\n<td>cvc</td>\n<td>3 or 4 digit</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Other optional parameters in request body:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>language</td>\n<td>Preferred language of the user’s browser . EX - en-US</td>\n</tr>\n<tr>\n<td>java_enabled</td>\n<td>Indicates if Java is enabled in the browser. Helps PSPs in device profiling. Ex- true/false</td>\n</tr>\n<tr>\n<td>javascript_enabled</td>\n<td>Indicates if JavaScript is enabled in the client browser. Used for 3DS or risk-based checks. Ex- true</td>\n</tr>\n<tr>\n<td>color_depth</td>\n<td>Bit depth of the display screen. Ex- 24</td>\n</tr>\n<tr>\n<td>utc_offset</td>\n<td>Difference in minutes between local time and UTC. Used for location and timezone checks. Ex- 330</td>\n</tr>\n<tr>\n<td>screen_width</td>\n<td>Width of the device screen in pixels. Used in device profiling. Ex- 1920</td>\n</tr>\n<tr>\n<td>screen_height</td>\n<td>Height of the device screen in pixels. Ex- 1080</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"successful-response\">Successful Response</h3>\n<p>If all the details are correct you'll get a 202 response with staus as Pending</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/payment/63bd0bf80fb42a076e8a4dd1/\",\n    \"method\": \"GET\"\n}\n\n</code></pre>\n<p>If the response code is 202, after receiving the response body, direct the customer to the callback_url provided in the response.</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Client Ip could not be matched with Merchant Ip</td>\n</tr>\n<tr>\n<td>Invalid Card Information</td>\n</tr>\n<tr>\n<td>Card is Blocked</td>\n</tr>\n<tr>\n<td>Different Type of key used to create purchase and payment</td>\n</tr>\n<tr>\n<td>You charges setting is incomplete .Plese Contact to adminstrartor.</td>\n</tr>\n<tr>\n<td>Allowed Attempt for this Transaction has been consumed</td>\n</tr>\n<tr>\n<td>Invalid Card Expiry(Valid Format:MM/YY) must be greator than current month/year</td>\n</tr>\n<tr>\n<td>Customer profile is Blocked</td>\n</tr>\n<tr>\n<td>Customer/Card not allowed for transaction</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["p","purchaseid",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"s2s","value":"true"}],"variable":[]}},"response":[{"id":"45ec20f0-54e3-438f-8d74-99ca9e4dedfd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"411111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/purchaseid/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","purchaseid",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:31:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/api/v1/payment/64b034ecc6dccf7d329d9eb3/\",\n    \"method\": \"GET\"\n}"},{"id":"e43ec43a-418f-45c6-9d5f-55eb087a5eb6","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/purchaseid/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","purchaseid",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 06 Jan 2026 05:57:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"cc434220-0bcd-42c7-9078-53503b81a221"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 9bce423254194c16408d5cf7234126e2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"FgTt6KEGIk0CH79DQDOvB1tYb1pGfaz0ryIVmQ0CCpDShyhsJGuAkA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=9SnHJOEjnd1y7hArGsRLWmrk8H9ExaiR%2Fc%2BQMWhAvHlNPYCNEjS60wTjIyODXpca0ZD9%2BalkhLJ63boMGg%2B8iI6eFtXfW%2BxwGaBP1p1ZcwpA\"}]}"},{"key":"CF-RAY","value":"9b98f9f4684505e7-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authorization header missing\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"64bc8566-05c8-45e6-b3c9-4e6dfc55541d"},{"name":"Payment (To be initiated From client browser)","id":"69b51aea-c60f-4003-a9fd-67e058d90000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/payment/purchaseid/","description":"<p>This is the callback URL that is in the response object of the Server-to-Server Call</p>\n<p>When this URL is called from the end user's browser, the user would be redirected to the <code>success_redirect</code> or <code>failure_redirect</code> URL given by the merchant at the time of create purchase</p>\n<p>When this URL is called from the end user's browser, if card is 3DS enrolled, the user will be redirect to a verification screen or challenge by the issuing bank and upon successful user verification, the user would be redictected to the success URL given in <code>/purchases API</code> .</p>\n<p>If for some reason the transactions is unsuccessful, the user will be redirect to failure URL given in <code>/purchases API</code> API .</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["payment","purchaseid",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"13930f85-1b14-4f09-9a9a-02679466b33c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/payment/purchaseid/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 23 Jul 2026 05:44:32 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"2e50df3e-f2b8-4348-9e87-94ba435ddad8"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 ee18a1b4e63943353fb077b0d07769f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"89jTEtoJCKUezw8Bb4q8Ks5eoez_W5865iIrcozRrAXgbB5yso0N1g=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=zY%2Bb36FlS7NuZoDXIwoJGLYsdtE4ZNhhoMpDPzLUH2CFzlfUTGFSK4QvbuFQtrSPzbne6UvrajEUcOqcGZrI38k1jwqw7i3XCeLuIVPGu2c82Y184reBB%2BCgd41wK2rrsfWQ\"}]}"},{"key":"CF-RAY","value":"a1f85faf3fa4595b-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bfdb7df63e36669499e82f\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user6085@example.com\",\n        \"phone\": \"\",\n        \"full_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690296521,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690295168,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 9,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 9,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 9,\n        \"currency\": \"USD\",\n        \"net_amount\": 9,\n        \"fee_amount\": 10.2591,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1690295205,\n        \"remote_paid_on\": 1690295205\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"10\",\n            \"amount\": 9,\n            \"card_issuer\": \"1-800-432-3117\",\n            \"masked_pan\": \"411111XXXXXX1111\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"cardholder_name\": \"dk\",\n            \"expiry_year\": \"23\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"US\",\n                \"processing_time\": 1690295205,\n                \"extra\": {\n                    \"expiry_month\": \"10\",\n                    \"amount\": 9,\n                    \"card_issuer\": \"1-800-432-3117\",\n                    \"masked_pan\": \"411111XXXXXX1111\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"cardholder_name\": \"dk\",\n                    \"expiry_year\": \"23\"\n                }\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1690295168\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1690295193\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1690295205\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1690296521\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1690299929\n        }\n    ],\n    \"viewedOn\": 1690299929,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\":\"d9db7ec0-f94c-4a9d-8883-54c19c222d81\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS192\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690295168,\n    \"refund_upto\": 1705843623,\n    \"cc_descriptor\": \"test-cardeye\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 9,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bfdb7df63e36669499e82f/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bfdb7df63e36669499e82f/\"\n}"},{"id":"51a19804-b1f6-42cf-ac07-53bc0f6a1ea4","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/payment/purchaseid/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 14:12:18 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Only purchases that can be paid for can be initiated for payment.\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"69b51aea-c60f-4003-a9fd-67e058d90000"},{"name":"Get Status","id":"779fae8b-411f-4e01-9be0-d11cd8ed0c43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/","description":"<p>This API tells you about all the details of a purchase, including its history</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the <code>PurchaseID</code> in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>created</td>\n<td>When Purchase order is created.</td>\n</tr>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payment_in_process</td>\n<td>Payment is under Processing</td>\n</tr>\n<tr>\n<td>chargeback</td>\n<td>Payment is chargeback state</td>\n</tr>\n<tr>\n<td>refund_in_process</td>\n<td>Refund is under Processing.</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>Purchase has Expired.</td>\n</tr>\n<tr>\n<td>overdue</td>\n<td>Purchase is Overdued.</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>Purchase is cancelled.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n<tr>\n<td>refunded</td>\n<td>Payment is refunded</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>Paid</code> and <code>Error</code> Status purchases.</p>\n<h3 id=\"error-details\">Error Details</h3>\n<p>If there are any issues on the Purchase you can get more details from the <code>transaction_data.attempts.error</code> attribute of the response object</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","purchaseid",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"018d21f6-6ab7-4eb2-b8ac-f7a1b9bd1c09","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 15:45:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bfdb7df63e36669499e82f\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user6085@example.com\",\n        \"phone\": \"\",\n        \"full_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690296521,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690295168,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 9,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 9,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 9,\n        \"currency\": \"USD\",\n        \"net_amount\": 9,\n        \"fee_amount\": 10.2591,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1690295205,\n        \"remote_paid_on\": 1690295205\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"10\",\n            \"amount\": 9,\n            \"card_issuer\": \"1-800-432-3117\",\n            \"masked_pan\": \"411111XXXXXX1111\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"cardholder_name\": \"dk\",\n            \"expiry_year\": \"23\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"US\",\n                \"processing_time\": 1690295205,\n                \"extra\": {\n                    \"expiry_month\": \"10\",\n                    \"amount\": 9,\n                    \"card_issuer\": \"1-800-432-3117\",\n                    \"masked_pan\": \"411111XXXXXX1111\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"cardholder_name\": \"dk\",\n                    \"expiry_year\": \"23\"\n                }\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1690295168\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1690295193\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1690295205\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1690296521\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1690299929\n        }\n    ],\n    \"viewedOn\": 1690299929,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\":\"d9db7ec0-f94c-4a9d-8883-54c19c222d81\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS192\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690295168,\n    \"refund_upto\": 1705843623,\n    \"cc_descriptor\": \"test-cardeye\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 9,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bfdb7df63e36669499e82f/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bfdb7df63e36669499e82f/\"\n}"},{"id":"65c44ab8-7fba-4552-a857-02c3f9bf4861","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 15:44:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bfd7c9f63e36669499e779\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user6085@example.com\",\n        \"phone\": \"\",\n        \"full_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690294251,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690294220,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 100,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"10\",\n            \"amount\": 100,\n            \"card_issuer\": \"1-800-432-3117\",\n            \"masked_pan\": \"411111XXXXXX1111\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"cardholder_name\": \"dk\",\n            \"expiry_year\": \"23\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"US\",\n                \"processing_time\": 1690294279,\n                \"extra\": {\n                    \"expiry_month\": \"10\",\n                    \"amount\": 100,\n                    \"card_issuer\": \"1-800-432-3117\",\n                    \"masked_pan\": \"411111XXXXXX1111\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"cardholder_name\": \"dk\",\n                    \"expiry_year\": \"23\"\n                },\n                \"error\": {\n                    \"message\": \"Transaction Failed\",\n                    \"code\": \"transaction_error\"\n                }\n            }\n        ]\n    },\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1690294220\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1690294251\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1690294299\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1690294382\n        }\n    ],\n    \"viewedOn\": 1690299845,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS188\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690294220,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bfd7c9f63e36669499e779/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bfd7c9f63e36669499e779/\"\n}"}],"_postman_id":"779fae8b-411f-4e01-9be0-d11cd8ed0c43"},{"name":"Refund","id":"5cfdc314-afed-4b38-9545-74f81bfb6bcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund","description":"<p>This API is used to initate refund (Full Refund) of the purchases that have status as <code>PAID</code> can be initiated for refund</p>\n<p>Once the refund has been initiated, the status of the purchase would become <code>REFUND_IN_PROCESS</code> and once the refund has been approved by the bank, the status woud become <code>REFUNDED</code></p>\n<p>Purchase ID is <strong>mandatory</strong> for this API.</p>\n<p>Currently we don't support partial refunds.</p>\n<h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>successful</code> and <code>unsuccessful</code> in refund of purchases.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","purchaseid","refund"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7f309da8-8bb6-4962-be7e-a5f58af9fdb9","name":"Refund - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 16:33:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bfdb7df63e36669499e82f\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user3747@example.com\",\n        \"phone\": \"6393000899\",\n        \"full_name\": \"Test\",\n        \"date_of_birth\": \"05/05/1995\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690302819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690295168,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 9,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 9,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 9,\n        \"currency\": \"USD\",\n        \"net_amount\": 9,\n        \"fee_amount\": 10.2591,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1690295205,\n        \"remote_paid_on\": 1690295205\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"10\",\n            \"amount\": 9,\n            \"card_issuer\": \"1-800-432-3117\",\n            \"masked_pan\": \"411111XXXXXX1111\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"cardholder_name\": \"dk\",\n            \"expiry_year\": \"23\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"US\",\n                \"processing_time\": 1690295205,\n                \"extra\": {\n                    \"expiry_month\": \"10\",\n                    \"amount\": 9,\n                    \"card_issuer\": \"1-800-432-3117\",\n                    \"masked_pan\": \"411111XXXXXX1111\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"cardholder_name\": \"dk\",\n                    \"expiry_year\": \"23\"\n                }\n            },\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"refund\",\n                \"successful\": true,\n                \"processing_time\": 1690302819,\n                \"extra\": {\n                    \"amount\": 9\n                }\n            }\n        ]\n    },\n    \"status\": \"REFUNDED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1765294731\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1765294744\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1765294754\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1765297331\n        },\n        {\n            \"status\": \"refunded\",\n            \"timestamp\": 1765624009\n        }\n    ],\n    \"viewedOn\": 1690299929,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS192\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690295168,\n    \"refund_upto\": 1705843623,\n    \"cc_descriptor\": \"test-cardeye\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bfdb7df63e36669499e82f/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bfdb7df63e36669499e82f/\"\n}"},{"id":"684a11a4-7c12-4663-b2a7-d9ab2c17cce2","name":"Refund - Pending","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 16:33:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bfdb7df63e36669499e82f\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user3747@example.com\",\n        \"phone\": \"6393000899\",\n        \"full_name\": \"Test\",\n        \"date_of_birth\": \"05/05/1995\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690302819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690295168,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 9,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 9,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 9,\n        \"currency\": \"USD\",\n        \"net_amount\": 9,\n        \"fee_amount\": 10.2591,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1690295205,\n        \"remote_paid_on\": 1690295205\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"10\",\n            \"amount\": 9,\n            \"card_issuer\": \"1-800-432-3117\",\n            \"masked_pan\": \"411111XXXXXX1111\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"cardholder_name\": \"dk\",\n            \"expiry_year\": \"23\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"US\",\n                \"processing_time\": 1690295205,\n                \"extra\": {\n                    \"expiry_month\": \"10\",\n                    \"amount\": 9,\n                    \"card_issuer\": \"1-800-432-3117\",\n                    \"masked_pan\": \"411111XXXXXX1111\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"cardholder_name\": \"dk\",\n                    \"expiry_year\": \"23\"\n                }\n            },\n            {\n                \"client_ip\": \"203.0.113.133\",\n                \"type\": \"refund\",\n                \"successful\": true,\n                \"processing_time\": 1690302819,\n                \"extra\": {\n                    \"amount\": 9\n                }\n            }\n        ]\n    },\n    \"status\": \"REFUND_IN_PROCESS\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1690295168\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1690295193\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1690295205\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1690296521\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1690299929\n        },\n        {\n            \"status\": \"refund_in_process\",\n            \"timestamp\": 1690302819\n        }\n    ],\n    \"viewedOn\": 1690299929,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS192\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690295168,\n    \"refund_upto\": 1705843623,\n    \"cc_descriptor\": \"test-cardeye\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bfdb7df63e36669499e82f/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bfdb7df63e36669499e82f/\"\n}"},{"id":"5ecab0c4-f934-42f7-8db3-ec6f968ce5e2","name":"Refund - Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:49:58 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Only Purchases with `status == (paid)` can be refunded.\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"5cfdc314-afed-4b38-9545-74f81bfb6bcc"},{"name":"Payment Methods","id":"9bf577da-a732-41a7-9e41-cbf5c7c9aa33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/payment_methods?brand_id=your-brand-id","description":"<p>This API gives back the list of Payment methods available for a brand.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["payment_methods"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"brand_id","value":"your-brand-id"}],"variable":[]}},"response":[{"id":"0b8bef26-83af-4ec9-bd99-d8d1e2174064","name":"Payment Methods - Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":{"raw":"https://api.paystreamportal.com/api/v1/payment_methods?brand_id=your-brand-id","host":["https://api.paystreamportal.com/api/v1"],"path":["payment_methods"],"query":[{"key":"brand_id","value":"your-brand-id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 07 Aug 2025 10:48:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1e5d213252e38a8aa2e2a927fd3c3754.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P8"},{"key":"X-Amz-Cf-Id","value":"Uv3p02pbXBomVNE_FH3o2ezRXrqvTAr9etg7HAKsVUuUi_8Gvf-ecg=="},{"key":"Cf-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=%2BlRerjanFZR0Fh4fFP1DM51iCxavbwesIYz%2FiBfbqbOF5YopeuJBxoMy5kdhHS3%2B%2FyNAacKQzKUv%2FzyXT4gfSV78ugg1iMBiIlmatHtRFg%3D%3D\"}]}"},{"key":"CF-RAY","value":"96b63463da73093a-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"_all_\": [\n        {\n            \"message\": \"Authorization header missing\",\n            \"code\": \"authentication_failed\"\n        }\n    ]\n}"},{"id":"5f5c9dad-546d-439f-a530-fb2c2dc34f31","name":"Payment Method- Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":{"raw":"https://api.paystreamportal.com/api/v1/payment_methods?brand_id=your-brand-id","host":["https://api.paystreamportal.com/api/v1"],"path":["payment_methods"],"query":[{"key":"brand_id","value":"your-brand-id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 09 Sep 2025 08:04:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=PoGnHzy1YxgyVIthM1PXA54R6F7GXZydfD3kEWXJ%2BfS8vqK1BSV2kQ7%2FcLQCX%2FyIPxxfOymqmqTum2vAWfB9UeDg9tjww39Rt9OJVyQrrwNtZZaWMA%3D%3D\"}]}"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"CF-RAY","value":"97c52ccb09290668-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"available_payment_methods\": [\n        \"MASTER\",\n        \"visa\",\n        \"jcb\",\n        \"amex\",\n        \"CRYPTO-BRIDGE\",\n        \"FawryPay\",\n        \"INTERAC-E-TRANSFER\",\n        \"INTERAC-REQUEST-MONEY\",\n        \"MOBILEMONEY\",\n        \"NEOSURF\",\n        \"PAYID\",\n        \"PIX\",\n        \"SPEI\",\n        \"THIRDPARTY-UPI\",\n        \"discover\",\n        \"BANKTRANSFER\",\n        \"VIRTUAL-IBAN\",\n        \"UPI-COLLECT\",\n        \"UPI-QR\",\n        \"VIRTUAL-ACCOUNT\",\n        \"DINERS\",\n        \"NETBANKING\"\n    ],\n    \"by_country\": {\n        \"any\": [\n            \"MASTER\",\n            \"VISA\",\n            \"JCB\",\n            \"AMEX\",\n            \"CRYPTO-BRIDGE\",\n            \"FawryPay\",\n            \"INTERAC-E-TRANSFER\",\n            \"INTERAC-REQUEST-MONEY\",\n            \"MOBILEMONEY\",\n            \"NEOSURF\",\n            \"PAYID\",\n            \"PIX\",\n            \"SPEI\",\n            \"THIRDPARTY-UPI\",\n            \"DISCOVER\",\n            \"BANKTRANSFER\",\n            \"VIRTUAL-IBAN\",\n            \"UPI-COLLECT\",\n            \"UPI-QR\",\n            \"VIRTUAL-ACCOUNT\",\n            \"DINERS\",\n            \"NETBANKING\"\n        ]\n    },\n    \"country_names\": {\n        \"any\": \"Other\"\n    },\n    \"names\": {\n        \"NETBANKING\": \"NETBANKING\",\n        \"AMEX\": \"AMEX\",\n        \"MASTER\": \"Mastercard\",\n        \"CRYPTO-BRIDGE\": \"CRYPTO-BRIDGE\",\n        \"PAYID\": \"PAYID\",\n        \"SPEI\": \"SPEI\",\n        \"DISCOVER\": \"DISCOVER\",\n        \"JCB\": \"JCB\",\n        \"VISA\": \"Visa\",\n        \"NEOSURF\": \"NEOSURF\",\n        \"INTERAC-E-TRANSFER\": \"INTERAC-E-TRANSFER\",\n        \"THIRDPARTY-UPI\": \"THIRDPARTY-UPI\",\n        \"VIRTUAL-IBAN\": \"VIRTUAL-IBAN\",\n        \"BANKTRANSFER\": \"BANKTRANSFER\",\n        \"DINERS\": \"DINERS\",\n        \"INTERAC-REQUEST-MONEY\": \"INTERAC-REQUEST-MONEY\",\n        \"UPI-COLLECT\": \"UPI-COLLECT\",\n        \"UPI-QR\": \"UPI-QR\",\n        \"MOBILEMONEY\": \"MOBILEMONEY\",\n        \"FawryPay\": \"FawryPay\",\n        \"VIRTUAL-ACCOUNT\": \"VIRTUAL-ACCOUNT\",\n        \"PIX\": \"PIX\"\n    },\n    \"card_methods\": [\n        \"MASTER\",\n        \"VISA\",\n        \"JCB\",\n        \"AMEX\",\n        \"DISCOVER\"\n    ]\n}"}],"_postman_id":"9bf577da-a732-41a7-9e41-cbf5c7c9aa33"},{"name":"Cancel","id":"5944d1a4-b5fc-4648-a6dd-392707aebb2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/64bff556f63e36669499e9d3/cancel","description":"<p>Cancels an in-progress or completed purchase transaction, preventing further processing or reversing the authorization hold. Use this endpoint to void a transaction that has not yet been settled to the merchant's account.</p>\n<p><strong>When to use:</strong></p>\n<ul>\n<li><p><strong>Post-creation cancellation:</strong> Cancel a purchase immediately after it has been created via the Purchase API, before the customer completes the payment flow.</p>\n</li>\n<li><p><strong>Pre-redirect cancellation:</strong> Cancel a transaction after completing the server-to-server (S2S) call but before redirecting the cardholder to the <code>callbackURL</code>. This is useful when your backend validation logic determines the transaction should not proceed (e.g., inventory check failure, fraud flag, duplicate order detection).</p>\n</li>\n</ul>\n<p>Purchase ID is <strong>mandatory</strong> for this API.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","64bff556f63e36669499e9d3","cancel"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"716486e4-40fb-4cac-aa77-498ca8abd50e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/64bff556f63e36669499e9d3/cancel"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 25 Jul 2023 16:15:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64bff4fff63e36669499e9c8\",\n    \"client\": {\n        \"email\": \"user6085@example.com\",\n        \"phone\": \"\",\n        \"full_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1690301735,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1690301698,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 9,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 9,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {},\n        \"country\": \"\",\n        \"attempts\": []\n    },\n    \"status\": \"CANCELLED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1690301698\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1690301723\n        },\n        {\n            \"status\": \"cancelled\",\n            \"timestamp\": 1690301735\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS194\",\n    \"issued\": \"2023-07-25\",\n    \"due\": 1690301698,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64bff4fff63e36669499e9c8/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/\"\n}"},{"id":"47495fa2-701e-4dda-bcc6-1ee3ccbfc660","name":"Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/64bff556f63e36669499e9d3/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:45:30 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Only purchases that can be paid for can be canceled.\",\n    \"code\": \"transaction_error\"\n}"},{"id":"415aebe6-1cdd-4c93-a55f-34aa88980eb2","name":"Transaction Already Refunded","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/64bff556f63e36669499e9d3/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:45:30 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Transaction cannot be cancelled in status: refunded\",\n  \"code\": \"transaction_error\"\n}"}],"_postman_id":"5944d1a4-b5fc-4648-a6dd-392707aebb2d"},{"name":"checkWhiteList","id":"06b76c47-cca7-41d2-83c2-bbe7d71d15ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user9283@example.com\",\r\n    \"card_num\": \"5555555555554444\"\r\n    //  \"signup_date\": \"16-05-2023\",  not requered\r\n    //  \"deposit_date\": \"16-05-2023\",\r\n    // \"number_of_deposits\": 6,\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkWhiteList","description":"<h3 id=\"overview\">Overview</h3>\n<p>Paystream supports the concept of whitelisted cards. The merchant can send Paystream a list of cards that are to be whitelisted. Once whitelisted, only whitelisted cards are allowed to be transacted for that merchant.</p>\n<p>The merchant can check the individual card status with this API by giving the email and card numbers of the customers.</p>\n<h3 id=\"mandatory-parameters-in-body\">Mandatory Parameters (in body)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n</tr>\n<tr>\n<td>card_num</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"other-parameters\">Other parameters:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>signup_date</td>\n</tr>\n<tr>\n<td>deposit_date</td>\n</tr>\n<tr>\n<td>number_of_deposits</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples, you can observe both instances of verifying whether a card exists in a merchant's whitelist, one for an existing card and another for a non-existing card.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["checkWhiteList"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0b0f72d5-a6ca-4275-91a0-2012d60d6bca","name":"checkWhiteList - Doesn't exists","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user7743@example.com\",\r\n    //  \"signup_date\": \"16-05-2023\",\r\n    //  \"deposit_date\": \"16-05-2023\",\r\n    // \"number_of_deposits\": 6,\r\n    \"card_num\": \"5555555555554444\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkWhiteList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Date","value":"Thu, 13 Jul 2023 17:56:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NOTEXIST\"\n}"},{"id":"9d1a9e1f-e123-4f1b-ba5f-6356386bd32a","name":"checkWhiteList - Exists","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"user9283@example.com\",\r\n    \"card_num\": \"5555555555554444\"\r\n    //  \"signup_date\": \"16-05-2023\",  not requered\r\n    //  \"deposit_date\": \"16-05-2023\",\r\n    // \"number_of_deposits\": 6,\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkWhiteList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Jul 2023 13:19:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe4c2207fc59dd7aa34d5b9c9e7bef06.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"LHR62-C4"},{"key":"X-Amz-Cf-Id","value":"jlhkO3uk9ZosIKb3n8d5UGa0s_yk0g6ZgyZwca4NrvzFfMpnXkSwnA=="},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=19ICPHCEH52J%2B2gKwR6R65hkypRr9yFP63OeSZ7qaZZOzI7pQC0g67Hgv9iDno43u0razeIYgP0%2FJL8kYiAUCElFZeVnd94rYn%2BYqHXKtJDt5yItEDTYHOmHjNCc2Qbs7fyu5w%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7ec4b216b9a606f1-LHR"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"EXIST\"\n}"}],"_postman_id":"06b76c47-cca7-41d2-83c2-bbe7d71d15ba"},{"name":"Whitelist Upload","id":"1b593c39-1c13-499c-8c99-410c55f1d146","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=<calculated when request is sent>"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"csvFile","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/HP/Desktop/Important/upladingfile/merchantwhitlist.csv"],"value":null}]},"url":"https://api.paystreamportal.com/api/v1/whitelist/upload/","description":"<h3 id=\"overview\">Overview</h3>\n<p>The merchant can upload a list of whitelist cards and email ids through this API. All cards successfully uploaded will be considered whitelisted and allowed for that merchant.</p>\n<h3 id=\"mandatory-parameters-in-the-request-body\">Mandatory parameters in the request body:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>csvFile</td>\n<td>Upload a CSV file</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Please note:</strong></p>\n<ol>\n<li><p>CSV file should contain the following headers (both mandatory)</p>\n<ol>\n<li><p>card_number</p>\n</li>\n<li><p>email_id</p>\n</li>\n</ol>\n</li>\n<li><p>CSV file should not be empty</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">public class FileUploader {\n    public static void uploadFile(String apiUrl, String filePath, String authorizationHeader) {\n        try {\n            File file = new File(filePath);\n            OkHttpClient client = new OkHttpClient();\n            RequestBody requestBody = new MultipartBody.Builder().setType(MultipartBody.FORM)\n                    .addFormDataPart(\"csvFile\", file.getName(), RequestBody.create(MediaType.parse(\"text/csv\"), file))\n                    .build();\n            Request request = new Request.Builder().url(apiUrl).post(requestBody)\n                    .addHeader(\"Authorization\", authorizationHeader).build();\n            Response response = client.newCall(request).execute();\n            if (response.code() == 202) {\n                System.out.println(\"File uploaded successfully!\");\n                System.out.println(\"Response: \" + response.body().string());\n            } else {\n                System.out.println(\"File upload failed.\");\n                System.out.println(\"Status: \" + response.code());\n                System.out.println(\"Error: \" + response.body().string());\n            }\n        } catch (IOException e) {\n            e.printStackTrace();\n        }\n    }\n    public static void main(String[] args) {\n        String apiUrl = \"https://{{base_url}}/api/v1/whitelist/upload\";\n        String filePath = \"whitelist.csv.file.path\";\n        String authorizationHeader = \"Bearer YOUR API KEY\";\n        uploadFile(apiUrl, filePath, authorizationHeader);\n    }\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["whitelist","upload",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9af76c97-f60a-42e4-ab60-c80c8139aee2","name":"Whitelist Upload success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=<calculated when request is sent>","disabled":true},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"csvFile","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/HP/Desktop/Important/upladingfile/merchantwhitlist.csv"],"src":[]}]},"url":"https://api.paystreamportal.com/api/v1/whitelist/upload/"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Jun 2024 09:10:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=bIgUFhs3TU2505qZe4IpSLiaJtI2gsplNDvsVWdKl76AWQdcisezEHOW6t%2BxTCj%2Bxs%2B23gnSeMCWrqwG0CYQONFHXhXb9ZHNtIYMuHWzvjLhVEChIX%2BYpODoLqzs9OP4r5q%2F9ABSXBs%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"893930730b8b0c3f-MRS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalRecords\": 3,\n    \"totalApproved\": 3,\n    \"status\": \"success\"\n}"},{"id":"16d7837b-26b1-4f48-af29-46df15f99fe1","name":"Whitelist Upload failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data; boundary=<calculated when request is sent>","disabled":true},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"csvFile","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/HP/Desktop/Important/upladingfile/merchantwhitlist.csv"],"src":[]}]},"url":"https://api.paystreamportal.com/api/v1/whitelist/upload/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Jun 2024 09:11:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=9tel4sXa6ymyhRDTyNC%2B%2Bg2Msz1MivhgHbawlLF7JvTAgfonvRaas8MQeMtVVK95cziZLoZUKaThXJOAAeZW6iZ6fqlK5flpZjGxKwInEyKzZJr9JLDSQbNt5Um%2BK4zdbMZfkHV2seg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"893931f998280c3f-MRS"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authorization header missing\",\n    \"code\": \"authentication_failed\",\n    \"status\": \"fail\"\n}"}],"_postman_id":"1b593c39-1c13-499c-8c99-410c55f1d146"},{"name":"PayOut","id":"cbe4a504-09d1-4029-a51a-3200034e7700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"QLD\",\n        \"full_name\": \"Reese Moreau\",\n        \"street_address\": \"13 Documentation Way\",\n        \"zip_code\": \"68403\",\n        \"phone\": \"+44 9876543210\",\n        \"gender\": \"M\",\n        \"date_of_birth\": \"1970-07-10\"\n    },\n    \"purpose\": \"Testing cards payout\",\n    \"currency\": \"GBP\",\n    \"merchantRef\": \"YOUR ORDER ID\", // optional\n    \"payoutMethod\": \"PAYOUT-CARDS\",\n    \"amount\": 100.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"extraParam\": {\n        \"cardNumber\": \"5431240006334004\",\n        \"cardHolderName\": \"Reese Nakamura\",\n        \"expiryYear\": \"2030\",\n        \"expiryMonth\": \"11\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Original Credit Transaction (OCT)</strong>, commonly referred to as <strong>Push to Card</strong>, enables merchants to facilitate near-instantaneous fund transfers directly to a customer’s eligible Visa or Mastercard debit or credit card. Unlike traditional refund processes that can only return funds from a previous purchase, OCT allows for independent disbursements of funds to a cardholder's account.</p>\n<p>This feature is designed for high-velocity industries that require frictionless, real-time payouts, such as:</p>\n<ul>\n<li><p><strong>Gaming &amp; Betting:</strong> Real-time withdrawal of player winnings.</p>\n</li>\n<li><p><strong>Marketplaces:</strong> Payouts to sellers or service providers.</p>\n</li>\n<li><p><strong>Corporate Disbursements:</strong> Instant insurance claims, rebates, or compensation payments.</p>\n</li>\n<li><p><strong>Merchant Settlements:</strong> Faster access to processed funds for sub-merchants.</p>\n</li>\n</ul>\n<p>By utilizing the Paystream <code>/payout</code> API with the <code>PAYOUT-CARDS</code> method, you benefit from a unified orchestration layer that handles the complexities of card network routing, ensuring high success rates and global reach while maintaining the same security standards as your standard payment integrations.</p>\n<hr />\n<h2 id=\"integration-steps\">Integration Steps</h2>\n<ol>\n<li><p><strong>Enable OCT:</strong> Ensure \"Push to Card\" permissions are enabled for your merchant account in the Paystream Merchant Portal.</p>\n</li>\n<li><p><strong>Collect Card Details:</strong> Collect the recipient's card details securely, or use Paystream's Cashier to collect the card information on your behalf.</p>\n</li>\n<li><p><strong>Execute Payout:</strong> Call the <code>/payout</code> endpoint with the OCT-specific payout method.</p>\n</li>\n<li><p><strong>Handle Webhooks:</strong> Listen for the <code>paid</code> or <code>failure</code> events to update your internal records.</p>\n</li>\n</ol>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>Yes</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>client.phone</td>\n<td>Yes</td>\n<td>The customer's phone number along with the country code.  <br />Example: +91 9634088651</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>Yes</td>\n<td>The customer's city.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>Yes</td>\n<td>ISO-3166 Country Code. Must be upper case. Example “SG” (Alpha2)</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>Optional</td>\n<td>Example “AL”, “XZ”. Must be in upper case.</td>\n</tr>\n<tr>\n<td>Client.street_address</td>\n<td>Optional</td>\n<td>The customer's address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>Optional</td>\n<td>The customer's ZIP or postal code. If country=US, zip format must be NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Yes</td>\n<td>ISO 4217 code for currency you want to send the transaction in.  <br />  <br />Please note, the currency has to be enabled by the account manager for your account.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Yes</td>\n<td>amount in decimal format.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>payoutMethod</td>\n<td>Optional</td>\n<td>example: PAYOUT-CARDS</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is in pending.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is unsuccessful.</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>Optional</td>\n<td>The purpose of doing a payout.</td>\n</tr>\n<tr>\n<td>extraParam.cardNumber</td>\n<td>Yes</td>\n<td>The recipient's 16-digit card number.</td>\n</tr>\n<tr>\n<td>extraParam.expiryYear</td>\n<td>Yes</td>\n<td>YYYY format (e.g., 2028).</td>\n</tr>\n<tr>\n<td>extraParam.expiryMonth</td>\n<td>Yes</td>\n<td>MM format (e.g., 05).</td>\n</tr>\n<tr>\n<td>extraParam.cardHolderName</td>\n<td>Yes</td>\n<td>The receiver's Full Name. Preferred a 2 word name with each word atleast 3 characters long.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong></p>\n<p>If the merchant is not PCI DSS compliant then they will need to use our <strong>cashier</strong> and asking the user to enter the card details there. Check the cashier section for more details. If the merchant is PCI DSS compliant then they can use the payout API and send the card details as shown above.</p>\n<p>If the merchant wants to use <strong>token_reference</strong> for doing a payout, then please have a look at the Network Tokenisation Section.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","name":"APIs","type":"folder"}},"urlObject":{"path":["payout",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f59aabc2-bcfc-441d-8709-d960564a6688","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"GB\",\r\n        \"city\": \"Milford\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Reese Moreau\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+44 9876543210\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"purpose\": \"Testing cards payout\",\r\n    \"currency\": \"GBP\",\r\n    \"merchantRef\": \"YOUR ORDER ID\", // optional\r\n    \"payoutMethod\": \"PAYOUT-CARDS\",\r\n    \"amount\": 100.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"cardNumber\": \"5431240006334004\",\r\n        \"cardHolderName\": \"Reese Nakamura\",\r\n        \"expiryYear\": \"2030\",\r\n        \"expiryMonth\": \"11\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/"},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"payoutId\": \"6977137755e0628e3600c562\",\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"GB\",\r\n        \"city\": \"Milford\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Reese Moreau\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+44 9876543210\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"updated_on\": 1769411447,\r\n    \"extraParam\": {\r\n        \"cardNumber\": \"5431240006334004\",\r\n        \"cardHolderName\": \"Reese Nakamura\",\r\n        \"expiryYear\": \"2030\",\r\n        \"expiryMonth\": \"11\"\r\n    },\r\n    \"payoutMethod\": \"PAYOUT-CARDS\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"amount\": 100.0,\r\n    \"errorMsg\": \"\",\r\n    \"purpose\": \"Testing cards payout\",\r\n    \"created_on\": 1769411447,\r\n    \"merchantRef\": \"YOUR ORDER ID\",\r\n    \"status\": \"PAID\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1769411447\r\n        },\r\n        {\r\n            \"status\": \"payout_in_process\",\r\n            \"timestamp\": 1769411447\r\n        },\r\n        {\r\n            \"status\": \"paid\",\r\n            \"timestamp\": 1769411447\r\n        },\r\n\r\n    ],\r\n    \"currency\": \"GBP\",\r\n    \"extraFee\": \"0\",\r\n    \"paymentOn\": 0,\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payout/092e59f94279a3742fa3715fe9a2112a/\",\r\n    \"taxAmount\": 0.0,\r\n    \"taxPercent\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n    \"redirectType\": \"POST\",\r\n    \"sessionId\": \"\",\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"trxMethod\": \"CARDS\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}"},{"id":"a75019ef-3030-4fc6-b0a7-8f5667abf249","name":"Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"GB\",\r\n        \"city\": \"Milford\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Reese Moreau\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+44 9876543210\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"purpose\": \"Testing cards payout\",\r\n    \"currency\": \"GBP\",\r\n    \"merchantRef\": \"YOUR ORDER ID\", // optional\r\n    \"payoutMethod\": \"PAYOUT-CARDS\",\r\n    \"amount\": 100.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"cardNumber\": \"5431240006334004\",\r\n        \"cardHolderName\": \"Reese Nakamura\",\r\n        \"expiryYear\": \"2030\",\r\n        \"expiryMonth\": \"11\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"payoutId\": \"6977137755e0628e3600c562\",\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"GB\",\r\n        \"city\": \"Milford\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Reese Moreau\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+44 9876543210\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"updated_on\": 1769411447,\r\n    \"extraParam\": {\r\n        \"cardNumber\": \"5431240006334004\",\r\n        \"cardHolderName\": \"Reese Nakamura\",\r\n        \"expiryYear\": \"2030\",\r\n        \"expiryMonth\": \"11\"\r\n    },\r\n    \"payoutMethod\": \"PAYOUT-CARDS\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"amount\": 100.0,\r\n    \"errorMsg\": \"\",\r\n    \"purpose\": \"Testing cards payout\",\r\n    \"created_on\": 1769411447,\r\n    \"merchantRef\": \"YOUR ORDER ID\",\r\n    \"status\": \"error\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1769411447\r\n        },\r\n        {\r\n            \"status\": \"error\",\r\n            \"timestamp\": 1769411447\r\n        },\r\n\r\n    ],\r\n    \"currency\": \"GBP\",\r\n    \"extraFee\": \"0\",\r\n    \"paymentOn\": 0,\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payout/092e59f94279a3742fa3715fe9a2112a/\",\r\n    \"taxAmount\": 0.0,\r\n    \"taxPercent\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n    \"redirectType\": \"POST\",\r\n    \"sessionId\": \"\",\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"trxMethod\": \"BANKTRANSFER\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}"}],"_postman_id":"cbe4a504-09d1-4029-a51a-3200034e7700"}],"id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"bb416f93-b752-4694-abcb-084ac6aed185"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4452c58c-86b9-49d2-9649-736516a140a9"}}],"_postman_id":"80132c34-3d66-4928-b5d2-c5ae181ebe67","description":""}],"id":"4f57dd5f-7aa2-470c-a8de-6ea5c2334e33","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"3c20a5bc-5bf0-469b-94d3-62353610e2f9"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"ee7042c7-6da5-488a-887a-68247a7a8143"}}],"_postman_id":"4f57dd5f-7aa2-470c-a8de-6ea5c2334e33","description":""},{"name":"🏦 Bank Transfers","item":[{"name":"Concepts","item":[],"id":"47a9c482-83e7-48ce-8e2f-3998df4dc4e7","description":"<h2 id=\"payin-flows\">PayIn Flows</h2>\n<p><strong>How it works</strong></p>\n<p>Paystream's A2A paying system, utilizes the powerful Virtual Accounts capabilities, enabling you to support a wide range of scenarios using the following methods.</p>\n<p><strong>Key Steps</strong></p>\n<img src=\"https://lh7-us.googleusercontent.com/XMBcrVkVU_Iak6-k1uzllUV3Lr6e_wVP_25CzedW8zYahgDiRS1KmuGMn8obKpQ8DnSrMuNvE4GvFEcoe3_0oeDNnAsGtfGf9EtQnNZpnoFNt9iAuoWtSjBDwXIAm6a3fdeY61GPtXbJUw0d_bGBRIU\" alt />\n\n<p><strong>Flow</strong></p>\n<ul>\n<li><p>The merchant platform retrieves the account details (Account number, IBAN, and SWIFT code) for the merchant-assigned currency account intended for the PayIn.</p>\n</li>\n<li><p>These account details are then provided to the payer, who is instructed to make the payment to this account.</p>\n</li>\n<li><p>The payer accesses their banking app and inputs the provided account details along with the transaction amount.</p>\n</li>\n<li><p>Upon receiving the money from the payer, Paystream promptly receives an Inward Credit Notification (ICN) webhook from its banking partner, confirming that the funds have been deposited into the corresponding virtual account.</p>\n</li>\n<li><p>The ICN contains all relevant transaction details. Paystream forwards this notification to the merchant to inform them of the transaction.</p>\n</li>\n</ul>\n<h2 id=\"payout-flows\"><strong>PayOut flows</strong></h2>\n<p><strong>How it works</strong><br />Paystream offers the ability to make payments to customers', individuals', or businesses' bank accounts using various transfer methods via its dashboard or suite of APIs. The dashboard consolidates all available features accessible through APIs, allowing you to easily go live with minimal technical setup.\"</p>\n<p><strong>Key Steps</strong></p>\n<img src=\"https://content.pstmn.io/876e57bc-55c2-4a6c-acee-a09d79a9364d/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjEzNTYuNjI0LnBuZw==\" alt />\n\n<p><strong>Flow</strong></p>\n<ul>\n<li><p>The merchant platform initiates the creation of a payout by passing beneficiary details, along with payout details.</p>\n</li>\n<li><p>Beneficiary details include</p>\n</li>\n<li><p>Beneficiary ID (email or phone)</p>\n</li>\n<li><p>Beneficiary's address (is mandatory but not validated. So if you have this data we recommend you send it, otherwise, use some random value.)</p>\n</li>\n<li><p>Beneficiary's bank details</p>\n</li>\n<li><p>Beneficiary's name</p>\n</li>\n<li><p>Upon completion of the payout, reaching either a Success or Failure state, Paystream notifies the merchant’s platform via webhook, providing the final status of the transaction and additional details.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"11fa2ada-36f6-4685-a226-0d5261283177"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"dfb7f4b0-a34a-4e4f-b3d4-e6f8e8f3e95e"}}],"_postman_id":"47a9c482-83e7-48ce-8e2f-3998df4dc4e7"},{"name":"Status Code","item":[],"id":"a56e41c0-7862-440b-81ab-9ac83d8a1caa","description":"<h1 id=\"http-response-code\">HTTP Response Code</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Triggering Event</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Successful Response</td>\n</tr>\n<tr>\n<td>202</td>\n<td>successful / Accepted</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad request, the given data is invalid, or data is required</td>\n</tr>\n<tr>\n<td>401</td>\n<td>unauthorized request</td>\n</tr>\n<tr>\n<td>404</td>\n<td>page not found</td>\n</tr>\n<tr>\n<td>405</td>\n<td>Method Not Allowed (GET/POST)</td>\n</tr>\n<tr>\n<td>415</td>\n<td>unsupported media type</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable content, data is required</td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many request attempt</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n</tr>\n</tbody>\n</table>\n</div><p>You will not get Error codes if HTTPS response code is 200 or 202.</p>\n<h2 id=\"error-codes-and-messages\">Error Codes and Messages</h2>\n<h3 id=\"with-http-code400404401415405\">with http code(400,404,401,415,405)</h3>\n<p>Below is the list of possible error codes and the corresponding messages from Paystream System</p>\n<h2 id=\"format\">Format</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Message</strong></th>\n<th><strong>APIs that could generate the error code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authentication_failed</td>\n<td>Authorization header missing</td>\n<td>All</td>\n</tr>\n<tr>\n<td>already_in_process</td>\n<td>Some Processing is running on this purchaseId</td>\n<td>All</td>\n</tr>\n<tr>\n<td>unsupported_media_type</td>\n<td>Unsupported media type \"text/plain; charset=ISO-8859-1\" in request.</td>\n<td>All</td>\n</tr>\n<tr>\n<td>authentication_failed</td>\n<td>Incorrect secret_key/Invalid Merchant Type</td>\n<td>All</td>\n</tr>\n<tr>\n<td>transaction_error</td>\n<td>See the table below</td>\n<td>See the table below</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5557a942-4d29-448f-94be-7a977cc51933"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bc4ce3e7-8c87-41ef-bba5-cfb7e654336a"}}],"_postman_id":"a56e41c0-7862-440b-81ab-9ac83d8a1caa"},{"name":"PayIn API","item":[{"name":"Create Purchase","id":"b9bc724f-fc24-4c5c-83c7-670047b8ff17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user5772@example.com\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Test test\",\r\n        \"zip_code\": \"68403\",\r\n        \"country\": \"DE\",\r\n        \"date_of_birth\": \"1970-07-10\",\r\n        \"stateCode\": \"QLD\",\r\n        \"phone\": \"+447755564318\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"product name\",\r\n                \"price\": \"16\"\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"your-order-id\",\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/","description":"<p>To Initiate a payment, the very first call to make is <code>/purchases</code> with the required data in the request body.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Fields</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>The customer's city.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>ISO-3166 Country Code. Must be upper case. Example “SG” (Alpha2)</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>Example “AL”, “XZ”. Must be in upper case.</td>\n</tr>\n<tr>\n<td>Client.street_address</td>\n<td>The customer's address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>The customer's ZIP or postal code. If country=US, zip format must be NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>ISO 4217 code for currency you want to send the transaction in.  <br />  <br />Please note, the currency has to be enabled by the account manager for your account.</td>\n</tr>\n<tr>\n<td>purchase.products</td>\n<td>An object which contains the list of products which the customer is buying.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>The name of the product.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Price in decimal format.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>URL to send the user if the transactions is in pending.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>URL to send the user if the transactions is unsuccessful.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<h3 id=\"digital-signature-optional-parameter-\">Digital Signature (Optional Parameter) :</h3>\n<p>To ensure authenticity and non-repudiation of the the pay in request, there is an option to digitally sign the pay in request by using the merchant's public key.</p>\n<p><strong>Public key generation :-</strong></p>\n<img src=\"https://content.pstmn.io/1e198415-45ef-49d9-9dbf-8270bb853dab/aW1hZ2UucG5n\" width=\"1570\" height=\"743\" />\n\n<p><strong>Signature generation :-</strong></p>\n<p>This digitial signature is generated by encrypting the following elements of the pay in request:<br />Plaintext= Client.email+purchase.currency+ purchase.products.price+brand_id</p>\n<p><strong>Example of encrypt plaintext with public key in java:-</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">private String encryptData(String plaintext, PublicKey publicKey) throws Exception {\n    Cipher cipher = Cipher.getInstance(\"RSA\");\n    cipher.init(Cipher.ENCRYPT_MODE, publicKey);\n    byte[] encryptedbytes = cipher.doFinal(message.getBytes());\n    return new String(Base64.getEncoder * ().encode(encryptedbytes));\n}\n\n</code></pre>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n<h3 id=\"possible-error-messages\">Possible Error Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Invalid format of Date_of_Birth[allowed format: yyyy-mm-dd]</td>\n<td></td>\n</tr>\n<tr>\n<td>Enter Valid Email</td>\n<td></td>\n</tr>\n<tr>\n<td>Please submit Valid Alpha2 Country Code Ex:(AF,IN) in \\\"country\\\" parameter</td>\n<td></td>\n</tr>\n<tr>\n<td>Please pass Valid State Code</td>\n<td></td>\n</tr>\n<tr>\n<td>Please pass valid street address in \\\"street_address\\\" parameter</td>\n<td></td>\n</tr>\n<tr>\n<td>Please pass valid city name in \\\"city\\\" parameter</td>\n<td></td>\n</tr>\n<tr>\n<td>Please pass valid postal Code name in \\\"zip_code\\\" parameter</td>\n<td></td>\n</tr>\n<tr>\n<td>You are not Allowed for Live Transaction</td>\n<td></td>\n</tr>\n<tr>\n<td>Minimum amount is not set for this merchant</td>\n<td></td>\n</tr>\n<tr>\n<td>success_redirect/failure_redirect/brand_id is missing</td>\n<td></td>\n</tr>\n<tr>\n<td>brand_id cannot be null</td>\n<td></td>\n</tr>\n<tr>\n<td>success_redirect cannot be null</td>\n<td></td>\n</tr>\n<tr>\n<td>failure_redirect cannot be null</td>\n<td></td>\n</tr>\n<tr>\n<td>Invalid failure_redirect: minimum 10 characters</td>\n<td></td>\n</tr>\n<tr>\n<td>purchase.products.price cannot be null</td>\n<td></td>\n</tr>\n<tr>\n<td>purchase.products[0].name/purchase.products[0].price are missing</td>\n<td></td>\n</tr>\n<tr>\n<td>Your charges setting is incomplete .Plese Contact to Administrator.</td>\n<td></td>\n</tr>\n<tr>\n<td>Currency \"{curr_name}\" is Not Allowed</td>\n<td></td>\n</tr>\n<tr>\n<td>Transaction amount must be equal or greater to minimum trans amount</td>\n<td></td>\n</tr>\n<tr>\n<td>Allowed Limit for this card for particular time period has been consumed</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> For certain use cases, in addition to long format purchase Id, Paystream also provides a 7 digit unique code for each purchase starting with digit 4, eg 4000001</p>\n<p><em>“purchaseIdShortCode”: “4000013\"</em></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"356ddd57-110a-409d-b928-8aaeba82179a","id":"356ddd57-110a-409d-b928-8aaeba82179a","name":"PayIn API","type":"folder"}},"urlObject":{"path":["purchases",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fec4d00d-b669-4411-9bb1-95a7b3177afb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user5772@example.com\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Test test\",\r\n        \"zip_code\": \"68403\",\r\n        \"country\": \"DE\",\r\n        \"date_of_birth\": \"1970-07-10\",\r\n        \"stateCode\": \"QLD\",\r\n        \"phone\": \"+447755564318\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"product name\",\r\n                \"price\": \"16\"\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"your-order-id\",\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"66334635a2cf2a7da7b192ab\",\r\n    \"client\": {\r\n        \"bank_account\": \"\",\r\n        \"bank_code\": \"\",\r\n        \"email\": \"user5590@example.com\",\r\n        \"phone\": \"+447755564318\",\r\n        \"full_name\": \"\",\r\n        \"date_of_birth\": \"1970-07-10\",\r\n        \"personal_code\": \"\",\r\n        \"street_address\": \"asdfsa\",\r\n        \"country\": \"GB\",\r\n        \"city\": \"a\",\r\n        \"zip_code\": \"68403\",\r\n        \"shipping_street_address\": \"\",\r\n        \"shipping_country\": \"\",\r\n        \"shipping_city\": \"\",\r\n        \"shipping_zip_code\": \"\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"legal_name\": \"\",\r\n        \"brand_name\": \"\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\",\r\n        \"documentId\": \"\",\r\n        \"documentType\": \"\",\r\n        \"bankAccountNumber\": \"\",\r\n        \"bankAccount\": \"\",\r\n        \"bankCode\": \"\",\r\n        \"description\": \"\",\r\n        \"stateCode\": \"QLD\"\r\n    },\r\n    \"updated_on\": 1714636341,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"redirectType\": \"GET\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1714636341,\r\n    \"merchantRef\": \"66334635a2cf2a7da7b192ab\",\r\n    \"merchantName\": \"merchant002\",\r\n    \"feesDeducted\": 0.3,\r\n    \"purchaseIdShortCode\": “4000013\",\r\n    \"purchase\": {\r\n        \"currency\": \"JPY\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"test\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 5000.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 5000.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"request_client_details\": [],\r\n        \"timezone\": \"MIT\",\r\n        \"email_message\": \"\"\r\n    },\r\n    \"payment\": {\r\n        \"is_outgoing\": false,\r\n        \"payment_type\": \"PURCHASE\",\r\n        \"amount\": 5000.0,\r\n        \"currency\": \"JPY\",\r\n        \"net_amount\": 5000.0,\r\n        \"fee_amount\": 0.0,\r\n        \"pending_amount\": 0.0,\r\n        \"pending_unfreeze_on\": null,\r\n        \"description\": \"\",\r\n        \"paid_on\": 1714636341,\r\n        \"remote_paid_on\": 1714636341\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {\r\n                \"bank_account\": \"\",\r\n                \"bank_code\": \"\"\r\n            }\r\n        ],\r\n        \"legal_name\": \"gdhnb\",\r\n        \"brand_name\": \"gdhnb\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {\r\n            \"amount\": 5000.0,\r\n            \"masked_pan\": \"BANKTRANSFER\"\r\n        },\r\n        \"country\": \"\",\r\n        \"attempts\": [\r\n            {\r\n                \"client_ip\": \"203.0.113.80\",\r\n                \"type\": \"execute\",\r\n                \"payment_method\": \"BANKTRANSFER\",\r\n                \"flow\": \"payform\",\r\n                \"successful\": true,\r\n                \"country\": \"BANKTRANSFER\",\r\n                \"processing_time\": 1714636341,\r\n                \"extra\": {\r\n                    \"amount\": 5000.0,\r\n                    \"masked_pan\": \"BANKTRANSFER\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"status\": \"PAYMENT_IN_PROCESS\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1714636341\r\n        },\r\n        {\r\n            \"status\": \"pending_execute\",\r\n            \"timestamp\": 1714636341\r\n        },\r\n        {\r\n            \"status\": \"payment_in_process\",\r\n            \"timestamp\": 1714636341\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS8937\",\r\n    \"issued\": \"2024-05-02\",\r\n    \"due\": 1714636341,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"payInBankDetails\": {\r\n        \"accountName\": \"ｴｱｰｳｵﾚﾂｸｽｼﾞｬﾊﾟﾝｶﾌﾞｼｷｶｲｼｬ\",\r\n        \"accountNumber\": \"3194368\",\r\n        \"bankName\": \"MUFG BANK, LTD. 三菱UFJ銀行\",\r\n        \"swiftCode\": \"BOTKJPJT\",\r\n        \"branchName\": \"ワカタケ\",\r\n        \"accountType\": \"CHECKING\",\r\n        \"payment_routing_parameters\": {\r\n            \"BANK_CODE\": \"0005\",\r\n            \"BRANCH_CODE\": \"809\"\r\n        }\r\n    },\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.80\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/66334635a2cf2a7da7b192ab/\"\r\n}"},{"id":"e2370f09-e171-4a45-89a2-db235cf85804","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user5772@example.com\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"city\": \"Riverton\",\r\n        \"full_name\": \"Test test\",\r\n        \"zip_code\": \"68403\",\r\n        \"country\": \"DE\",\r\n        \"date_of_birth\": \"1970-07-10\",\r\n        \"stateCode\": \"QLD\",\r\n        \"phone\": \"+447755564318\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"product name\",\r\n                \"price\": \"16\"\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"your-order-id\",\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}\r\n"}],"_postman_id":"b9bc724f-fc24-4c5c-83c7-670047b8ff17"},{"name":"Get Status","id":"62995d25-9067-4741-adb3-21cb6a510a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/","description":"<p>This API tells you about all the details of a purchase (PayIn), including its history</p>\n<p><strong>Note:</strong> With respect to bank transfers, the purchase request is synonymous with the PayIn request.</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the <code>PurchaseID</code> in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payment_in_process</td>\n<td>Payment is under Processing</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>Purchase has Expired.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>Paid</code> and <code>Error</code> Status purchases.</p>\n<h3 id=\"error-details\">Error Details</h3>\n<p>If there are any issues on the Purchase you can get more details from the <code>transaction_data.attempts.error</code> attribute of the response object</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"356ddd57-110a-409d-b928-8aaeba82179a","id":"356ddd57-110a-409d-b928-8aaeba82179a","name":"PayIn API","type":"folder"}},"urlObject":{"path":["purchases","{purchaseId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"29e08097-850d-4bfd-a025-fe52d315eba2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"66c4667bb993c970367c288a\",\r\n    \"client\": {\r\n        \"email\": \"user1571@example.com\",\r\n        \"date_of_birth\": \"1970-07-10\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"country\": \"IN\",\r\n        \"city\": \"Milford\",\r\n        \"zip_code\": \"68403\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"QLD\"\r\n    },\r\n    \"updated_on\": 1724147324,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"redirectType\": \"POST\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1724147324,\r\n    \"merchantRef\": \"66c4667bb993c970367c288a\",\r\n    \"merchantName\": \"merchant002\",\r\n    \"purchase\": {\r\n        \"currency\": \"INR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"test\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"expireInMin\": \"35\",\r\n        \"request_client_details\": [],\r\n        \"timezone\": \"MIT\",\r\n        \"email_message\": \"\"\r\n    },\r\n    \"payment\": {\r\n        \"is_outgoing\": false,\r\n        \"payment_type\": \"PURCHASE\",\r\n        \"amount\": 10.0,\r\n        \"currency\": \"INR\",\r\n        \"net_amount\": 10.0,\r\n        \"fee_amount\": 0.0,\r\n        \"pending_amount\": 0.0,\r\n        \"pending_unfreeze_on\": null,\r\n        \"description\": \"\",\r\n        \"paid_on\": 1724147324,\r\n        \"remote_paid_on\": 1724147324\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"test6\",\r\n        \"brand_name\": \"test6\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {\r\n            \"amount\": 10.0,\r\n            \"masked_pan\": \"BANKTRANSFER\"\r\n        },\r\n        \"country\": \"\",\r\n        \"attempts\": [\r\n            {\r\n                \"client_ip\": \"203.0.113.192\",\r\n                \"type\": \"execute\",\r\n                \"payment_method\": \"BANKTRANSFER\",\r\n                \"flow\": \"payform\",\r\n                \"successful\": true,\r\n                \"country\": \"BANKTRANSFER\",\r\n                \"processing_time\": 1724147324,\r\n                \"extra\": {\r\n                    \"amount\": 10.0,\r\n                    \"masked_pan\": \"BANKTRANSFER\"\r\n                }\r\n            }\r\n        ]\r\n    },\r\n    \"status\": \"PAID\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1724147324\r\n        },\r\n        {\r\n            \"status\": \"pending_execute\",\r\n            \"timestamp\": 1724147324\r\n        },\r\n        {\r\n            \"status\": \"payment_in_process\",\r\n            \"timestamp\": 1724147324\r\n        },\r\n        {\r\n            \"status\": \"paid\",\r\n            \"timestamp\": 1724147324\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS10907\",\r\n    \"issued\": \"2024-08-20\",\r\n    \"due\": 1724147324,\r\n    \"refund_upto\": 1725871728,\r\n    \"cc_descriptor\": \"test1\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 10.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.192\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/66c4667bb993c970367c288a/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"115e1b15-a28b-4932-8435-b3ff55b1da8e","name":"Failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}\r\n"}],"_postman_id":"62995d25-9067-4741-adb3-21cb6a510a12"}],"id":"356ddd57-110a-409d-b928-8aaeba82179a","description":"<p><strong>API Flow</strong></p>\n<img src=\"https://lh7-us.googleusercontent.com/cfWw_RYZ9eZVEKzKjeRW4I_VwbBTyqH78LUrJG6ulp7FkE1pXVD6DZr9MnQXB9KH_oLFasJDb156naCsBc2bgotPaVY7LtGOJNifpTOb5uks3fjAKpgVhU4dsXQmQ7hFKNFIVhZEl2p8fCN1YufsRaA\" />\n\n<ol>\n<li><p>The merchant initiates the purchase via the create purchase API. If successful, they receive PayIn bank details along with a checkout URL in the response JSON</p>\n</li>\n<li><p>The merchant then has 2 options</p>\n<ol>\n<li><p>Use the PayIn bank details in the JSON to create a webpage within the merchant’s IT estate, and show to user the PayIn instruction</p>\n</li>\n<li><p>Or direct the end-user to our checkout URL, where the client sees bank details for payment.</p>\n</li>\n</ol>\n</li>\n<li><p>After a successful or failed payment by the end user, an appropriate webhook would be sent to the merchant. If option 2b was the method employed, the user would be redirected to the appropriate redirect URL.</p>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f53e153c-5ae5-4a85-a613-040037ec47ae"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"461a732a-785f-472b-9cbd-4296f686e169"}}],"_postman_id":"356ddd57-110a-409d-b928-8aaeba82179a"},{"name":"PayOut API","item":[{"name":"Create PayOut","id":"71ac7bac-327c-40f6-9538-c17be046c8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"DE\",\r\n        \"city\": \"Riverton\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Test test\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+448839471521\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"beneficiaryDetail\": {\r\n        \"bankAccountName\": \"Reese Nakamura\",\r\n        \"bankAccountNumber\": \"645101511808\",\r\n        \"bankCountryCode\": \"AT\"\r\n    },\r\n    \"purpose\": \"Testing payout\",\r\n    \"currency\": \"EUR\",\r\n    \"payoutMethod\": \"PAYOUT-BANKTRANSFER\",\r\n    \"amount\": 10.0,\r\n    \"brandId\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/","description":"<p>To Initiate a payment, the very first call to make is /payout/ with the required data in the request body.</p>\n<p>To generate a Payout, you are required to provide the <code>API key</code> (in the header) can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a Payout request.</p>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.full_name</td>\n<td>Full name of the receiver. Minimum 2 words with atleast 1 character in each word.</td>\n</tr>\n<tr>\n<td>client.email</td>\n<td>An Identifier for a receiver, should be a valid email.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>ISO-3166 Country Code. It must be upper case.</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>State of the receiver. Must be in upper case.</td>\n</tr>\n<tr>\n<td>client.street_address</td>\n<td>street address of the receiver.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>zip code of the receiver.</td>\n</tr>\n<tr>\n<td>client.phone</td>\n<td>Phone number of the receiver. Country code is mandatory.  <br />Example: +234999999999</td>\n</tr>\n<tr>\n<td>payoutMethod</td>\n<td>Payout-MOBILEMONEY</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Amount in currency upto 2 decimal points</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>Note this is currency account for which you have balance.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>URL to send the user if the payout is successful</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>URL to send the user if the payout is in progress</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>URL to send the user if the payout is unsuccessful.</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>Purpose of Payout</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"required-parameters-in-the-request-body-for-this-use-case\">Required parameters in the request body for this use case:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>beneficiaryDetail.bankName</td>\n<td>The Bank Name in which the customer want's to credit the money.  <br />  <br />Optional Field.  <br />If passed, only use the mentioned bank names below. Anything else might lead to payout failures.  <br />If you don't want to pass, then you might need to open our checkout_url in the response and user can select the Bank from the dropdown.</td>\n</tr>\n<tr>\n<td>beneficiaryDetail.bankAccountName</td>\n<td>Mandatory Field.  <br />Account Holder's Full Name.  <br />It is advised to have atleast 2 words in the name.</td>\n</tr>\n<tr>\n<td>beneficiaryDetail.bankAccountCurrency</td>\n<td>Optional Field.  <br />The Currency in which the money will be credited. Generally the same as the currency field mentioned above.</td>\n</tr>\n<tr>\n<td>beneficiaryDetail.bankAccountNumber</td>\n<td>Mandatory Field.  <br />Account Holder's Account Number.  <br />This is the account in which the money will be credited.</td>\n</tr>\n<tr>\n<td>beneficiaryDetail.bankCountryCode</td>\n<td>Optional Field.  <br />The country code in which the account exist. Generally the same as the country field mentioned above.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"2174b60b-0593-40ab-952a-60a17cb61f8e","id":"2174b60b-0593-40ab-952a-60a17cb61f8e","name":"PayOut API","type":"folder"}},"urlObject":{"path":["payout",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cfe680c4-c300-42d4-b60f-c31c7c431248","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"AT\",\r\n        \"city\": \"Riverton\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Test test\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+448839471521\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"beneficiaryDetail\": {\r\n        \"bankAccountName\": \"Reese Nakamura\",\r\n        \"bankAccountNumber\": \"645101511808\",\r\n        \"bankCountryCode\": \"AT\"\r\n    },\r\n    \"purpose\": \"Testing payout\",\r\n    \"currency\": \"EUR\",\r\n    \"payoutMethod\": \"PAYOUT-BANKTRANSFER\",\r\n    \"amount\": 10.0,\r\n    \"brandId\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/"},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"payoutId\": \"65ffadb4c1c83822903a9205\",\r\n     \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"DE\",\r\n        \"city\": \"Riverton\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Test test\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+448839471521\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"updated_on\": 1711254964,\r\n    \"payoutMethod\": \"Payout-BANKTRANSFER\",\r\n\t\"beneficiaryDetail\":{\r\n        \"bankAccountName\": \"Reese Nakamura\",\r\n        \"bankAccountNumber\": \"645101511808\",\r\n        \"bankName\": \"ICICI Bank\"\r\n     },\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"amount\": 10.0,\r\n    \"errorMsg\": \"Currency Account has insufficient balance.\",\r\n    \"purpose\": \"test payout\",\r\n    \"created_on\": 1711254972,\r\n    \"merchantRef\": \"65ffadb4c1c83822903a9205\",\r\n    \"status\": \"PAID\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1711254964\r\n        },\r\n        {\r\n            \"status\": \"paid\",\r\n            \"timestamp\": 1711254972\r\n        }\r\n    ],\r\n    \"currency\": \"EUR\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}\r\n"},{"id":"bba731a6-57ec-4218-969e-c2a87eea2aa6","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user3069@example.com\",\r\n        \"country\": \"DE\",\r\n        \"city\": \"Riverton\",\r\n        \"stateCode\": \"QLD\",\r\n        \"full_name\": \"Test test\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"zip_code\": \"68403\",\r\n        \"phone\": \"+448839471521\",\r\n        \"gender\": \"M\",\r\n        \"date_of_birth\": \"1970-07-10\"\r\n    },\r\n    \"beneficiaryDetail\": {\r\n        \"bankAccountName\": \"Reese Nakamura\",\r\n        \"bankAccountNumber\": \"645101511808\",\r\n        \"bankName\": \"ICICI Bank\"\r\n    },\r\n    \"purpose\": \"Testing payout\",\r\n    \"currency\": \"EUR\",\r\n    \"payoutMethod\": \"PAYOUT-BANKTRANSFER\",\r\n    \"amount\": 10.0,\r\n    \"brandId\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":" {\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"71ac7bac-327c-40f6-9538-c17be046c8b4"},{"name":"Get Status","id":"b7dd46ac-2c0f-4c86-9062-295f9ae806be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.paystreamportal.com/api/v1/getpayout/{payoutId}/","description":"<p>This API tells you about all the details of a Payout, including its history</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the payoutId in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payout_in_process</td>\n<td>payout is under Processing.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The webhook will only be triggered for paid transactions or errors.</p>\n<p>Paid: \"success_callback\": \"<a href=\"https://your.success.callback.com\">https://your.success.callback.com</a>\",</p>\n<p>Error: \"failure_callback\": “<a href=\"https://failure.com%E2%80%9D\">https://failure.com”</a></p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"2174b60b-0593-40ab-952a-60a17cb61f8e","id":"2174b60b-0593-40ab-952a-60a17cb61f8e","name":"PayOut API","type":"folder"}},"urlObject":{"path":["getpayout","{payoutId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cb6f9cec-7886-48a1-8aed-148936329a79","name":"Get Status","originalRequest":{"method":"GET","header":[],"url":"https://api.paystreamportal.com/api/v1/getpayout/{payoutId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"payoutId\": \"65ffadb4c1c83822903a9205\",\r\n    \"client\": {\r\n        \"email\": \"user5424@example.com\",\r\n        \"full_name\": \"Avery Larsen\",\r\n        \"street_address\": \"13 Documentation Way\",\r\n        \"country\": \"SG\",\r\n        \"city\": \"Oakdale\",\r\n        \"zip_code\": \"123456\",\r\n        \"stateCode\": \"test\"\r\n    },\r\n    \"updated_on\": 1711254964,\r\n    \"payoutMethod\": \"Payout-BANKTRANSFER\",\r\n    \"beneficiaryDetail\":{\r\n    \"bankName\": \"DBS Bank\",      \r\n    \"bankAccountName\": \"test test\",\r\n    \"bankAccountCurrency\": \"SGD\",\r\n    \"bankAccountNumber\": \"12345640\",\r\n    \"bankCountryCode\" : \"SG\",\r\n    \"swiftCode\": \"DBSSSGSG\",\r\n    \"routing_param\" :\r\n    {\r\n        \"bankCode\": \"897678\",\r\n        \"bankBranchCode\" : \"888\"\r\n           \r\n    }\r\n     },\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"amount\": 1000.0,\r\n    \"errorMsg\": \"Currency Account has insufficient balance.\",\r\n    \"purpose\": \"test payout\",\r\n    \"created_on\": 1711254972,\r\n    \"merchantRef\": \"65ffadb4c1c83822903a9205\",\r\n    \"status\": \"ERROR\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1711254964\r\n        },\r\n        {\r\n            \"status\": \"error\",\r\n            \"timestamp\": 1711254972\r\n        }\r\n    ],\r\n    \"currency\": \"USD\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}\r\n"},{"id":"617f7d99-e7cb-45c0-8326-9c85db4192bf","name":"Get Status-error","originalRequest":{"method":"GET","header":[],"url":"https://api.paystreamportal.com/api/v1/getpayout/{payoutId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"b7dd46ac-2c0f-4c86-9062-295f9ae806be"}],"id":"2174b60b-0593-40ab-952a-60a17cb61f8e","description":"<p><strong>API Flow</strong></p>\n<img src=\"https://lh7-us.googleusercontent.com/Uxy8jmp5RP-c360-oIMAZy2As8naqJdARgKsWU0x_BtszfJlwdRVM6-obffbtjTABfI9V0hxH4Ad-Ns96We42lIMdL434tTzLJ6aEQBt0dzX_ZXeM4RtG_kmEeem7WIsN520Zh5PS3xTFYNzOmks0ak\" />\n\n<p>At the time of onboarding, the merchant will be given the option of currency accounts. Typically, a merchant will have one currency account in one jurisdiction, but our platform allows for multiple currency accounts for merchants. Please contact your account manager if you need multicurrency accounts. Please note that there may be some restrictions on multicurrency accounts depending on the jurisdictions and commercials.</p>\n<p>Our system also caters to multiple business accounts within one merchant account for better financial risk management. If more than one business is onboarded for a merchant (each needing its own KYB), then our system would handle the complexity of balance distribution among the accounts in the backend and give simple easy-to-use APIs for merchants.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4b4c889a-301e-4e74-a80e-24c1a94b7745"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7a287b74-3dc7-48fb-8a1f-30156b182c24"}}],"_postman_id":"2174b60b-0593-40ab-952a-60a17cb61f8e"},{"name":"Get Balance API","item":[{"name":"Checking Balance","id":"87c8c6e7-0eab-4320-9015-67e02eb8dd2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"paymentMethod\": \"BANKTRANSFER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance","description":"<h2 id=\"api-for-checking-balance-payout\"><strong>API for Checking Balance payout</strong></h2>\n<ol>\n<li><p>URL :- /getBalance/</p>\n</li>\n<li><p>RequestType: POST</p>\n</li>\n<li><p>Request Body</p>\n</li>\n</ol>\n<p>Note: Currency is not a mandatory parameter. If no parameter is specified then all respective currency balances would be provided, if any specific currency parameter is provided then only that currency balance would be provided.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b6d97cc0-05f6-4a34-82ab-c50e00b51cdd","id":"b6d97cc0-05f6-4a34-82ab-c50e00b51cdd","name":"Get Balance API","type":"folder"}},"urlObject":{"path":["getBalance"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fd44d4a0-265a-4a85-96e5-79f3d821e9a2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"paymentMethod\": \"BANKTRANSFER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"paymentMethod\": \"BANKTRANSFER\",\r\n    \"status\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"currency\": \"AUD\",\r\n            \"balance\": \"0.00\"\r\n        },\r\n        {\r\n            \"currency\": \"USD\",\r\n            \"balance\": \"46813.79\"\r\n        },\r\n        {\r\n            \"currency\": \"JPY\",\r\n            \"balance\": \"1012.00\"\r\n        }\r\n    ]\r\n}\r\n"},{"id":"0d33922c-466f-4873-9892-dc8ab08ef8f0","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"paymentMethod\": \"BANKTRANSFER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"No currency account found\"\r\n}\r\n"}],"_postman_id":"87c8c6e7-0eab-4320-9015-67e02eb8dd2a"}],"id":"b6d97cc0-05f6-4a34-82ab-c50e00b51cdd","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"77f6e3f2-2913-437a-9850-647528d5d492"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4e4db1f2-31cd-4c5f-94d4-ec6682984daa"}}],"_postman_id":"b6d97cc0-05f6-4a34-82ab-c50e00b51cdd","description":""}],"id":"58964a0d-e3fc-4544-a5d2-0f2ea9953e69","_postman_id":"58964a0d-e3fc-4544-a5d2-0f2ea9953e69","description":""},{"name":"🌎 Google Pay (Seamless)","item":[{"name":"Concepts","item":[],"id":"bae95e94-8f0a-4ead-9893-3c9b6ee90d2b","description":"<h2 id=\"get-started\"><strong>Get started</strong></h2>\n<p>Paystream’s Server-to-Server (S2S) integration for Google Pay allows merchants to process Google Pay transactions securely from their backend systems. In this model, merchants are responsible for generating the Google Pay payment token on their client application and sending it to their server, which then communicates with Paystream APIs.</p>\n<p>This integration uses DIRECT tokenization, where payment data is securely generated by Google Pay and passed to Paystream for processing.</p>\n<p>This integration is recommended for merchants who require:</p>\n<ul>\n<li><p>Integration with Google Pay wallets</p>\n</li>\n<li><p>Secure handling of tokenized payment data</p>\n</li>\n<li><p>Flexibility in choosing PCI scope (encrypted vs decrypted flow)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"how-it-works\"><strong>How it works</strong></h2>\n<p>The Google Pay S2S payment flow follows a two-step process:</p>\n<h4 id=\"1-generate-google-pay-token-client-side\"><strong>1. Generate Google Pay Token (Client-side)</strong></h4>\n<p>The merchant integrates Google Pay SDK (Web/Android) to generate a payment token using DIRECT flow.</p>\n<h4 id=\"2-submit-token-via-s2s\"><strong>2. Submit Token via S2S</strong></h4>\n<p>The merchant server sends the Google Pay token (encrypted or decrypted) to Paystream via the /purchase API.</p>\n<hr />\n<h2 id=\"supported-tokenization-type\"><strong>Supported Tokenization Type</strong></h2>\n<p>Paystream supports DIRECT flow only.</p>\n<p>PAYMENT_GATEWAY flow is not supported yet.</p>\n<hr />\n<h2 id=\"google-pay-processing-overview\"><strong>Google Pay Processing Overview</strong></h2>\n<p>Google Pay transactions are processed as card-not-present payments using tokenized card data (PAN/DPAN) along with a cryptogram provided by Google Pay.</p>\n<p>These transactions go through:</p>\n<ul>\n<li><p>Card network (Visa, Mastercard, etc.)</p>\n</li>\n<li><p>Issuing bank authorization</p>\n</li>\n<li><p>Risk and fraud checks</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"integration-options\"><strong>Integration Options</strong></h2>\n<p>Paystream supports two integration modes:</p>\n<hr />\n<h3 id=\"1-encrypted-token-flow-recommended\"><strong>1. Encrypted Token Flow (Recommended)</strong></h3>\n<p>In this flow, the merchant sends the encrypted Google Pay token to Paystream. Paystream decrypts and processes the payment.</p>\n<h4 id=\"key-characteristics\">Key Characteristics</h4>\n<ul>\n<li><p>Merchant does not handle PAN</p>\n</li>\n<li><p>Reduced PCI scope</p>\n</li>\n<li><p>Recommended for most merchants</p>\n</li>\n</ul>\n<h4 id=\"pci-impact\">PCI Impact</h4>\n<p>Merchants can significantly reduce PCI DSS scope since sensitive card data is handled by Paystream.</p>\n<hr />\n<h3 id=\"2-decrypted-token-flow\"><strong>2. Decrypted Token Flow</strong></h3>\n<p>In this flow, the merchant decrypts the Google Pay token and sends decrypted token details to Paystream.</p>\n<h4 id=\"key-characteristics-1\">Key Characteristics</h4>\n<ul>\n<li><p>PAN is available at merchant side</p>\n</li>\n<li><p>Faster processing</p>\n</li>\n<li><p>Full control over payment data</p>\n</li>\n</ul>\n<h4 id=\"pci-impact-1\">PCI Impact</h4>\n<p>Merchants must be PCI DSS compliant (SAQ D) as they handle raw card data.</p>\n<hr />\n<h2 id=\"before-you-begin\"><strong>Before you begin</strong></h2>\n<p>Ensure the following prerequisites are met:</p>\n<ul>\n<li><p>You have received your API credentials from Paystream.</p>\n</li>\n<li><p>You have a valid Google Merchant ID</p>\n</li>\n<li><p>You have integrated Google Pay SDK to generate tokens</p>\n</li>\n<li><p>You have configured DIRECT tokenization in Google Pay</p>\n</li>\n<li><p>Your server can make secure HTTPS requests</p>\n</li>\n<li><p>You have a valid brand_id provided by Paystream</p>\n</li>\n</ul>\n<h3 id=\"additional-requirements-encrypted-flow\">Additional Requirements (Encrypted Flow)</h3>\n<ul>\n<li><p>Generate EC key pair (P-256 / secp256r1)</p>\n</li>\n<li><p>Register public key in Google Pay Console</p>\n</li>\n<li><p>Share private key securely with Paystream</p>\n</li>\n</ul>\n<h3 id=\"additional-requirements-decrypted-flow\">Additional Requirements (Decrypted Flow)</h3>\n<ul>\n<li><p>Implement token decryption using Google Tink library</p>\n</li>\n<li><p>Ensure full PCI DSS compliance</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"31b4b3bf-0609-488a-bf14-3d3c61fba45d"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"cdb4ad3b-c835-40ab-a892-ac17b13e0bbe"}}],"_postman_id":"bae95e94-8f0a-4ead-9893-3c9b6ee90d2b"},{"name":"APIs","item":[{"name":"Purchases (Encrypted Flow)","id":"6f9baccc-11e1-4d8f-8798-f1d9bf86a1db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"googlepay_param\": {\r\n            \"google_merchant_id\": \"merchant:1234567890\",\r\n            \"googlepay_encrypted_payload\": \"{\\\"signature\\\":\\\"MEUCIQC...\\\",\\\"intermediateSigningKey\\\":{...},\\\"protocolVersion\\\":\\\"ECv2\\\",\\\"signedMessage\\\":\\\"{...}\\\"}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/","description":"<p>To process a Google Pay transaction, a Purchase must first be created using the /purchases API. The Google Pay token must be included in the request under extraParam.googlepay_param.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"parameters-in-the-request-body\"><strong>Parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.full_name</td>\n<td>Conditional.  <br />But Recommended to pass the complete name of the client. Atleast 2 words recommended.</td>\n</tr>\n<tr>\n<td>client.email</td>\n<td>Conditional.  <br />But Recommended to pass a correct email id.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Conditional.  <br />Mandatory if you are not using Paystream Cashier. Else Non Mandatory.  <br />Value: GOOGLEPAY</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory.  <br />ISO 4217 code for currency you want to send the transaction in. This should be 'BRL' for PIX.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory.  <br />Price in decimal format upto 2 decimals.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory.  <br />Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is in progress state.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory  <br />URL to send the user if the transactions has failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<h3 id=\"expireinmin\">expireInMin</h3>\n<p>This parameter, when passed in the PayIn request, sets the time window within which a customer should make the Interac payment through their bank's app. If a customer doesn't complete the payment within the configured time window, the status of the payment will be marked as 'EXPIRED' in Paystream.</p>\n<p>However, in certain cases, a payment made outside of this window could still be successful i.e. customer's account may be debited which would result in inconsistencies among Paystream's, merchant's and customer's status of the transaction. To avoid such cases it is advised to set the expiry time limit appropriately and advise the customers to make payment within this window. However, if there is an inconsistency between the status at Paystream and at customer's Bank, the merchant and Paystream will reconcile the amounts during the settlement.</p>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n<h3 id=\"flow-diagram\">Flow Diagram:</h3>\n<img src=\"https://content.pstmn.io/2dd13473-b015-4a40-b71a-542585919bcc/RW5jcnlwdGVkIEZsb3cucG5n\" />","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"37012799-a148-4e3b-bec4-cc451faddf7f","id":"37012799-a148-4e3b-bec4-cc451faddf7f","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5b6745a0-d98f-4d6f-9619-7609093074a5","name":"Purchase - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n   \"client\": {\r\n       \"customerId\": \"NA\",\r\n       \"email\": \"user9831@example.com\",\r\n       \"full_name\": \"Casey Novak\",\r\n       \"date_of_birth\": \"1800-01-01\",\r\n       \"street_address\": \"58 Testing Lane\",\r\n       \"country\": \"BR\",\r\n       \"city\": \"Westbury\",\r\n       \"zip_code\": \"110001\",\r\n       \"cc\": [],\r\n       \"bcc\": [],\r\n       \"stateCode\": \"DL\"\r\n   },\r\n   \"purchase\": {\r\n       \"currency\": \"EUR\",\r\n       \"products\": [\r\n           {\r\n               \"name\": \"e-commerce\",\r\n               \"price\": \"10\"\r\n           }\r\n       ]\r\n   },\r\n   \"paymentMethod\": \"GOOGLEPAY\",\r\n   \"brand_id\": \"your-brand-id\",\r\n   \"success_redirect\": \"https://your.success.redirect.com\",\r\n   \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n   \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n   \"success_callback\": \"https://your.success.callback.com\",\r\n   \"failure_callback\": \"https://your.failure.callback.com\",\r\n      \"extraParam\": {\r\n    \"googlepay_param\": {\r\n      \"google_merchant_id\": \"merchant:1234567890\",\r\n      \"googlepay_encrypted_payload\":     \"{\\\"signature\\\":\\\"MEUCIQC...\\\",\\\"intermediateSigningKey\\\":{...},\\\"protocolVersion\\\":\\\"ECv2\\\",\\\"signedMessage\\\":\\\"{...}\\\"}\"  \r\n      }\r\n   }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"b918e14d-ef88-47fa-b72a-ee5c3bc52db7","name":"Purchase - failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"googlepay_param\": {\r\n            \"google_merchant_id\": \"merchant:1234567890\",\r\n            \"googlepay_encrypted_payload\": \"{\\\"signature\\\":\\\"MEUCIQC...\\\",\\\"intermediateSigningKey\\\":{...},\\\"protocolVersion\\\":\\\"ECv2\\\",\\\"signedMessage\\\":\\\"{...}\\\"}\"\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"6f9baccc-11e1-4d8f-8798-f1d9bf86a1db"},{"name":"Purchases (Decrypted Flow)","id":"7b8224b8-7b61-4748-91cd-4cc6fab19971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"googlepay_param\": {\r\n            \"google_merchant_id\": \"merchant:1234567890\",\r\n            \"googlepay_decrypted_payload\": {\r\n                \"messageExpiration\": \"1735689600000\",\r\n                \"messageId\": \"AH2EjtfkYz...\",\r\n                \"paymentMethod\": \"CARD\",\r\n                \"paymentMethodDetails\": {\r\n                    \"pan\": \"4111111111111111\",\r\n                    \"expirationMonth\": 12,\r\n                    \"expirationYear\": 2027,\r\n                    \"authMethod\": \"CRYPTOGRAM_3DS\",\r\n                    \"cryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                },\r\n                \"gatewayMerchantId\": \"your_gateway_merchant_id\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/","description":"<p>To process a Google Pay transaction, a Purchase must first be created using the /purchases API. The Google Pay token must be included in the request under extraParam.googlepay_param.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"parameters-in-the-request-body\"><strong>Parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.full_name</td>\n<td>Conditional.  <br />But Recommended to pass the complete name of the client. Atleast 2 words recommended.</td>\n</tr>\n<tr>\n<td>client.email</td>\n<td>Conditional.  <br />But Recommended to pass a correct email id.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Conditional.  <br />Mandatory if you are not using Paystream Cashier. Else Non Mandatory.  <br />Value: GOOGLEPAY</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory.  <br />ISO 4217 code for currency you want to send the transaction in. This should be 'BRL' for PIX.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory.  <br />Price in decimal format upto 2 decimals.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory.  <br />Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is in progress state.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory  <br />URL to send the user if the transactions has failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<h3 id=\"expireinmin\">expireInMin</h3>\n<p>This parameter, when passed in the PayIn request, sets the time window within which a customer should make the Interac payment through their bank's app. If a customer doesn't complete the payment within the configured time window, the status of the payment will be marked as 'EXPIRED' in Paystream.</p>\n<p>However, in certain cases, a payment made outside of this window could still be successful i.e. customer's account may be debited which would result in inconsistencies among Paystream's, merchant's and customer's status of the transaction. To avoid such cases it is advised to set the expiry time limit appropriately and advise the customers to make payment within this window. However, if there is an inconsistency between the status at Paystream and at customer's Bank, the merchant and Paystream will reconcile the amounts during the settlement.</p>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n<h3 id=\"flow-diagram\">Flow Diagram:</h3>\n<img src=\"https://content.pstmn.io/8d726da8-02f8-49a4-a3a9-765cd3e1dd9a/RGVjcnlwdGVkIEZsb3cucG5n\" />","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"37012799-a148-4e3b-bec4-cc451faddf7f","id":"37012799-a148-4e3b-bec4-cc451faddf7f","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e592a2af-236b-4ca1-87ce-57ec8efad530","name":"Purchase - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"googlepay_param\": {\r\n            \"google_merchant_id\": \"merchant:1234567890\",\r\n            \"googlepay_decrypted_payload\": {\r\n                \"messageExpiration\": \"1735689600000\",\r\n                \"messageId\": \"AH2EjtfkYz...\",\r\n                \"paymentMethod\": \"CARD\",\r\n                \"paymentMethodDetails\": {\r\n                    \"pan\": \"4111111111111111\",\r\n                    \"expirationMonth\": 12,\r\n                    \"expirationYear\": 2027,\r\n                    \"authMethod\": \"CRYPTOGRAM_3DS\",\r\n                    \"cryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                },\r\n                \"gatewayMerchantId\": \"your_gateway_merchant_id\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"528691bd-5aff-4f1a-a119-5bc626886fb0","name":"Purchase - failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"EUR\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"googlepay_param\": {\r\n            \"google_merchant_id\": \"merchant:1234567890\",\r\n            \"googlepay_decrypted_payload\": {\r\n                \"messageExpiration\": \"1735689600000\",\r\n                \"messageId\": \"AH2EjtfkYz...\",\r\n                \"paymentMethod\": \"CARD\",\r\n                \"paymentMethodDetails\": {\r\n                    \"pan\": \"4111111111111111\",\r\n                    \"expirationMonth\": 12,\r\n                    \"expirationYear\": 2027,\r\n                    \"authMethod\": \"CRYPTOGRAM_3DS\",\r\n                    \"cryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                },\r\n                \"gatewayMerchantId\": \"your_gateway_merchant_id\"\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"7b8224b8-7b61-4748-91cd-4cc6fab19971"},{"name":"Get Status","id":"a5bc6161-a5fa-4d38-ae51-820abad09a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/","description":"<p>This API tells you about all the details of a purchase (PayIn), including its history</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the <code>PurchaseID</code> in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payment_in_process</td>\n<td>Payment is under Processing</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>Purchase has Expired.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>Paid</code> and <code>Error</code> Status purchases.</p>\n<h3 id=\"error-details\">Error Details</h3>\n<p>If there are any issues on the Purchase you can get more details from the <code>transaction_data.attempts.error</code> attribute of the response object</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"37012799-a148-4e3b-bec4-cc451faddf7f","id":"37012799-a148-4e3b-bec4-cc451faddf7f","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","{purchaseId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d349e4b3-750e-4638-80ca-087dd9203280","name":"Purchase - success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"750a1d0e-1df3-46ae-871e-4a37884babb7","name":"Purchase - failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"a5bc6161-a5fa-4d38-ae51-820abad09a6d"}],"id":"37012799-a148-4e3b-bec4-cc451faddf7f","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"6df2b926-fefe-4390-b104-b9e1df38ad1d"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"6408f23d-2694-40c5-be84-cfb3a0d98571"}}],"_postman_id":"37012799-a148-4e3b-bec4-cc451faddf7f","description":""}],"id":"53262583-0db2-4c5d-9127-166d1fcbb1be","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7ea0e2c1-7462-4b77-b85d-7405cd83f297"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"8ab20de2-7b63-4bd2-8457-9a1c65d381e4"}}],"_postman_id":"53262583-0db2-4c5d-9127-166d1fcbb1be","description":""},{"name":"🌎 Apple Pay (Seamless)","item":[{"name":"Concepts","item":[],"id":"9cfaca54-54f3-495b-a05c-d389d443bb80","description":"<h2 id=\"get-started\"><strong>Get started</strong></h2>\n<p>Paystream’s Server-to-Server (S2S) integration for Apple Pay allows merchants to process Apple Pay transactions securely from their backend systems. In this model, merchants are responsible for generating the Apple Pay payment token on their client application and sending it to their server, which then communicates with Paystream APIs.</p>\n<p>This integration uses DIRECT tokenization, where payment data is securely generated by Apple Pay and passed to Paystream for processing.</p>\n<p>This integration is recommended for merchants who require:</p>\n<ul>\n<li><p>Integration with Apple Pay wallets</p>\n</li>\n<li><p>Secure handling of tokenized payment data</p>\n</li>\n<li><p>Flexibility in choosing PCI scope (encrypted vs decrypted flow)</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"how-it-works\"><strong>How it works</strong></h2>\n<p>The Apple Pay S2S payment flow follows a two-step process:</p>\n<h4 id=\"1-generate-apple-pay-token-client-side\"><strong>1. Generate</strong> Apple <strong>Pay Token (Client-side)</strong></h4>\n<p>The merchant integrates Apple Pay SDK (Web/Android) to generate a payment token using DIRECT flow.</p>\n<h4 id=\"2-submit-token-via-s2s\"><strong>2. Submit Token via S2S</strong></h4>\n<p>The merchant server sends the Apple Pay token (encrypted or decrypted) to Paystream via the /purchase API.</p>\n<hr />\n<h2 id=\"apple-pay-processing-overview\">Apple <strong>Pay Processing Overview</strong></h2>\n<p>Apple Pay transactions are processed as card-not-present payments using:</p>\n<ul>\n<li><p>Tokenized card data (DPAN)</p>\n</li>\n<li><p>Cryptogram generated by Apple</p>\n</li>\n<li><p>Device-based authentication (Face ID / Touch ID / Passcode)</p>\n</li>\n</ul>\n<p>These transactions go through:</p>\n<ul>\n<li><p>Card network (Visa, Mastercard, Amex, etc.)</p>\n</li>\n<li><p>Issuing bank authorization</p>\n</li>\n<li><p>Risk and fraud checks</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"integration-options\">Integration Options</h2>\n<p>Paystream supports two integration modes:</p>\n<hr />\n<h3 id=\"1-encrypted-token-flow-recommended\">1. Encrypted Token Flow (Recommended)</h3>\n<p>In this flow, the merchant sends the encrypted Apple Pay token to Paystream. Paystream decrypts and processes the payment.</p>\n<h4 id=\"key-characteristics\">Key Characteristics</h4>\n<ul>\n<li><p>Merchant does not handle PAN</p>\n</li>\n<li><p>Reduced PCI scope</p>\n</li>\n<li><p>Recommended for most merchants</p>\n</li>\n</ul>\n<h4 id=\"pci-impact\">PCI Impact</h4>\n<p>Merchants can significantly reduce PCI DSS scope since sensitive card data is handled by Paystream.</p>\n<hr />\n<h3 id=\"2-decrypted-token-flow\">2. Decrypted Token Flow</h3>\n<p>In this flow, the merchant decrypts the Apple Pay token and sends card details to Paystream.</p>\n<h4 id=\"key-characteristics-1\">Key Characteristics</h4>\n<ul>\n<li><p>PAN/DPAN available at merchant side</p>\n</li>\n<li><p>Full control over payment data</p>\n</li>\n</ul>\n<h4 id=\"pci-impact-1\">PCI Impact</h4>\n<p>Merchants must be PCI DSS compliant (SAQ D) as they handle raw card data.</p>\n<hr />\n<h2 id=\"before-you-begin\">Before you begin</h2>\n<p>Ensure the following prerequisites are met:</p>\n<ul>\n<li><p>You have received your API credentials from Paystream</p>\n</li>\n<li><p>You have an Apple Merchant ID</p>\n</li>\n<li><p>You have configured Apple Pay on your domain/app</p>\n</li>\n<li><p>Your server can make secure HTTPS requests</p>\n</li>\n<li><p>You have a valid brand_id provided by Paystream</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"additional-requirements-encrypted-flow\">Additional Requirements (Encrypted Flow)</h3>\n<ul>\n<li><p>Configure Apple Pay certificates (Payment Processing Certificate)</p>\n</li>\n<li><p>Share certificate details securely with Paystream (if required)</p>\n</li>\n</ul>\n<hr />\n<h3 id=\"additional-requirements-decrypted-flow\">Additional Requirements (Decrypted Flow)</h3>\n<ul>\n<li><p>Implement Apple Pay token decryption</p>\n</li>\n<li><p>Use Apple’s Payment Processing certificate and private key</p>\n</li>\n<li><p>Ensure full PCI DSS compliance</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"ded3520e-bdbd-4bc9-81d3-9afde9fac8d8"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fa7b38d2-5cf8-4ed0-9fbb-d950eb749c49"}}],"_postman_id":"9cfaca54-54f3-495b-a05c-d389d443bb80"},{"name":"APIs","item":[{"name":"Purchases (Encrypted Flow)","id":"c706e501-4f84-479a-b089-c04ee02538a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_token\": {\r\n                \"version\": \"EC_v1\",\r\n                \"data\": \"...\",\r\n                \"signature\": \"...\",\r\n                \"header\": {\r\n                    \"ephemeralPublicKey\": \"...\",\r\n                    \"publicKeyHash\": \"...\",\r\n                    \"transactionId\": \"...\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/","description":"<p>To process an Apple Pay transaction, a Purchase must be created using the /purchases API. The Apple Pay token must be included under extraParam.applepay_param.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"parameters-in-the-request-body\"><strong>Parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.full_name</td>\n<td>Conditional.  <br />But Recommended to pass the complete name of the client. Atleast 2 words recommended.</td>\n</tr>\n<tr>\n<td>client.email</td>\n<td>Conditional.  <br />But Recommended to pass a correct email id.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Conditional.  <br />Mandatory if you are not using Paystream Cashier. Else Non Mandatory.  <br />Value: APPLEPAY</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory.  <br />ISO 4217 code for currency you want to send the transaction in. This should be 'BRL' for PIX.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory.  <br />Price in decimal format upto 2 decimals.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory.  <br />Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is in progress state.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory  <br />URL to send the user if the transactions has failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<h3 id=\"expireinmin\">expireInMin</h3>\n<p>This parameter, when passed in the PayIn request, sets the time window within which a customer should make the Interac payment through their bank's app. If a customer doesn't complete the payment within the configured time window, the status of the payment will be marked as 'EXPIRED' in Paystream.</p>\n<p>However, in certain cases, a payment made outside of this window could still be successful i.e. customer's account may be debited which would result in inconsistencies among Paystream's, merchant's and customer's status of the transaction. To avoid such cases it is advised to set the expiry time limit appropriately and advise the customers to make payment within this window. However, if there is an inconsistency between the status at Paystream and at customer's Bank, the merchant and Paystream will reconcile the amounts during the settlement.</p>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b21e1367-ce67-4245-9206-6585a3a221ad","id":"b21e1367-ce67-4245-9206-6585a3a221ad","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"16227ab5-9132-42de-b15b-5c8ba253e5ff","name":"Purchase - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_token\": {\r\n                \"version\": \"EC_v1\",\r\n                \"data\": \"...\",\r\n                \"signature\": \"...\",\r\n                \"header\": {\r\n                    \"ephemeralPublicKey\": \"...\",\r\n                    \"publicKeyHash\": \"...\",\r\n                    \"transactionId\": \"...\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"8e0817dd-6f6d-4ef8-9f00-687595f38630","name":"Purchase - failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_token\": {\r\n                \"version\": \"EC_v1\",\r\n                \"data\": \"...\",\r\n                \"signature\": \"...\",\r\n                \"header\": {\r\n                    \"ephemeralPublicKey\": \"...\",\r\n                    \"publicKeyHash\": \"...\",\r\n                    \"transactionId\": \"...\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"c706e501-4f84-479a-b089-c04ee02538a2"},{"name":"Purchases (Decrypted Flow)","id":"f1d756a7-d05e-48d3-b088-a4e78c9325bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_decrypted_payload\": {\r\n                \"applicationPrimaryAccountNumber\": \"4111111111111111\",\r\n                \"applicationExpirationDate\": \"2712\",\r\n                \"currencyCode\": \"840\",\r\n                \"transactionAmount\": 1000,\r\n                \"deviceManufacturerIdentifier\": \"040010030273\",\r\n                \"paymentDataType\": \"3DSecure\",\r\n                \"paymentData\": {\r\n                    \"onlinePaymentCryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/","description":"<p>To process an Apple Pay transaction, a Purchase must be created using the /purchases API. The Apple Pay token must be included under extraParam.applepay_param.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"parameters-in-the-request-body\"><strong>Parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.full_name</td>\n<td>Conditional.  <br />But Recommended to pass the complete name of the client. Atleast 2 words recommended.</td>\n</tr>\n<tr>\n<td>client.email</td>\n<td>Conditional.  <br />But Recommended to pass a correct email id.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Conditional.  <br />Mandatory if you are not using Paystream Cashier. Else Non Mandatory.  <br />Value: APPLEPAY</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory.  <br />ISO 4217 code for currency you want to send the transaction in. This should be 'BRL' for PIX.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory.  <br />Price in decimal format upto 2 decimals.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory.  <br />Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Mandatory.  <br />URL to send the user if the transactions is in progress state.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory  <br />URL to send the user if the transactions has failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"optional-parameters\">Optional Parameters</h2>\n<h3 id=\"expireinmin\">expireInMin</h3>\n<p>This parameter, when passed in the PayIn request, sets the time window within which a customer should make the Interac payment through their bank's app. If a customer doesn't complete the payment within the configured time window, the status of the payment will be marked as 'EXPIRED' in Paystream.</p>\n<p>However, in certain cases, a payment made outside of this window could still be successful i.e. customer's account may be debited which would result in inconsistencies among Paystream's, merchant's and customer's status of the transaction. To avoid such cases it is advised to set the expiry time limit appropriately and advise the customers to make payment within this window. However, if there is an inconsistency between the status at Paystream and at customer's Bank, the merchant and Paystream will reconcile the amounts during the settlement.</p>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b21e1367-ce67-4245-9206-6585a3a221ad","id":"b21e1367-ce67-4245-9206-6585a3a221ad","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f7a51cb5-af21-4e2c-9f86-08e99292bbe6","name":"Purchase - success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_decrypted_payload\": {\r\n                \"applicationPrimaryAccountNumber\": \"4111111111111111\",\r\n                \"applicationExpirationDate\": \"2712\",\r\n                \"currencyCode\": \"840\",\r\n                \"transactionAmount\": 1000,\r\n                \"deviceManufacturerIdentifier\": \"040010030273\",\r\n                \"paymentDataType\": \"3DSecure\",\r\n                \"paymentData\": {\r\n                    \"onlinePaymentCryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"4f4664a1-2025-47d8-8e8e-f001ab88f8b1","name":"Purchase - failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6597@example.com\"\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"Product\",\r\n                \"price\": \"10.00\"\r\n            }\r\n        ]\r\n    },\r\n    \"paymentMethod\": \"APPLEPAY\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"extraParam\": {\r\n        \"applepay_param\": {\r\n            \"applepay_decrypted_payload\": {\r\n                \"applicationPrimaryAccountNumber\": \"4111111111111111\",\r\n                \"applicationExpirationDate\": \"2712\",\r\n                \"currencyCode\": \"840\",\r\n                \"transactionAmount\": 1000,\r\n                \"deviceManufacturerIdentifier\": \"040010030273\",\r\n                \"paymentDataType\": \"3DSecure\",\r\n                \"paymentData\": {\r\n                    \"onlinePaymentCryptogram\": \"AgAAAAAABk4D...\",\r\n                    \"eciIndicator\": \"05\"\r\n                }\r\n            }\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"f1d756a7-d05e-48d3-b088-a4e78c9325bf"},{"name":"Get Status","id":"4769078c-4f49-4bc4-8baf-f170090dfd64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/","description":"<p>This API tells you about all the details of a purchase (PayIn), including its history</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the <code>PurchaseID</code> in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payment_in_process</td>\n<td>Payment is under Processing</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>Purchase has Expired.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>Paid</code> and <code>Error</code> Status purchases.</p>\n<h3 id=\"error-details\">Error Details</h3>\n<p>If there are any issues on the Purchase you can get more details from the <code>transaction_data.attempts.error</code> attribute of the response object</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"b21e1367-ce67-4245-9206-6585a3a221ad","id":"b21e1367-ce67-4245-9206-6585a3a221ad","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","{purchaseId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cdfd3999-d849-433c-b666-5ab987e576d5","name":"Purchase - success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"purchaseId\": \"69cce01f5bae56fd5547a993\",\r\n    \"client\": {\r\n        \"customerId\": \"NA\",\r\n        \"email\": \"user9831@example.com\",\r\n        \"full_name\": \"Casey Novak\",\r\n        \"date_of_birth\": \"1800-01-01\",\r\n        \"street_address\": \"58 Testing Lane\",\r\n        \"country\": \"BR\",\r\n        \"city\": \"Westbury\",\r\n        \"zip_code\": \"110001\",\r\n        \"cc\": [],\r\n        \"bcc\": [],\r\n        \"stateCode\": \"DL\"\r\n    },\r\n    \"updated_on\": 1775034399,\r\n    \"type\": \"purchase\",\r\n    \"paymentMethod\": \"GOOGLEPAY\",\r\n    \"amountUnit\": \"MAJOR\",\r\n    \"errorMsg\": \"\",\r\n    \"errorCode\": \"NA\",\r\n    \"force_recurring\": false,\r\n    \"created_on\": 1775034399,\r\n    \"merchantRef\": \"69cce01f5bae56fd5547a993\",\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"e-commerce\",\r\n                \"quantity\": 1.0,\r\n                \"price\": 10.0,\r\n                \"discount\": 0,\r\n                \"tax_percent\": \"0.00\"\r\n            }\r\n        ],\r\n        \"total\": 10.0,\r\n        \"requestAmount\": 10.0,\r\n        \"language\": \"en\",\r\n        \"notes\": \"\",\r\n        \"debt\": 0,\r\n        \"total_formatted\": 1.0,\r\n        \"taxAmount\": 0.0,\r\n        \"taxPercent\": 0.0,\r\n        \"request_client_details\": [],\r\n        \"email_message\": \"\"\r\n    },\r\n    \"issuer_details\": {\r\n        \"website\": \"\",\r\n        \"legal_street_address\": \"\",\r\n        \"legal_country\": \"\",\r\n        \"legal_city\": \"\",\r\n        \"legal_zip_code\": \"\",\r\n        \"bank_accounts\": [\r\n            {}\r\n        ],\r\n        \"legal_name\": \"Omega Pixel\",\r\n        \"brand_name\": \"Omega Pixel\",\r\n        \"registration_number\": \"\",\r\n        \"tax_number\": \"\"\r\n    },\r\n    \"transaction_data\": {\r\n        \"payment_method\": \"\",\r\n        \"flow\": \"payform\",\r\n        \"extra\": {},\r\n        \"country\": \"\",\r\n        \"attempts\": []\r\n    },\r\n    \"status\": \"CREATED\",\r\n    \"status_history\": [\r\n        {\r\n            \"status\": \"created\",\r\n            \"timestamp\": 1775034399\r\n        }\r\n    ],\r\n    \"is_test\": false,\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"send_receipt\": false,\r\n    \"is_recurring_token\": false,\r\n    \"skip_capture\": false,\r\n    \"reference_generated\": \"PS1032\",\r\n    \"issued\": \"2026-04-01\",\r\n    \"due\": 1775034399,\r\n    \"refund_upto\": 0,\r\n    \"cc_descriptor\": \"\",\r\n    \"fraudScore\": \"NA\",\r\n    \"trustScore\": \"NA\",\r\n    \"extraFee\": \"0\",\r\n    \"paidOn\": 0,\r\n    \"receivedAmt\": 0.0,\r\n    \"taxAmount\": 0.0,\r\n    \"surcharge\": 0.0,\r\n    \"surchargeType\": \"\",\r\n    \"sessionId\": \"\",\r\n    \"refund_availability\": \"NONE\",\r\n    \"refundable_amount\": 0.0,\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"cancel_redirect\": \"\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"platform\": \"API\",\r\n    \"created_from_ip\": \"203.0.113.232\",\r\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6b5a5977ac8e022facb31f3346f61ed0/\",\r\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cce01f5bae56fd5547a993/\",\r\n    \"payoutProcess\": false\r\n}"},{"id":"d4f428d9-60e4-4947-b0dc-4bad2561f0d8","name":"Purchase - failure","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Error Message\",\r\n    \"code\": \"error_code\"\r\n}"}],"_postman_id":"4769078c-4f49-4bc4-8baf-f170090dfd64"}],"id":"b21e1367-ce67-4245-9206-6585a3a221ad","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fc0b57ad-ace9-4bb3-9d00-ea35d522b49c"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"290a2ae8-6fea-40e0-a0b6-4e2e3be6d06a"}}],"_postman_id":"b21e1367-ce67-4245-9206-6585a3a221ad","description":""}],"id":"a8f03a7b-42b2-4536-b8c1-7a9c219245f0","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7277a2f6-95d5-4425-8b3c-337fbe32dbc0"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"6db9aea7-f601-4398-b14d-453cc57bd475"}}],"_postman_id":"a8f03a7b-42b2-4536-b8c1-7a9c219245f0","description":""}],"id":"784c7180-889e-4878-b9e6-81dd7bedf947","_postman_id":"784c7180-889e-4878-b9e6-81dd7bedf947","description":""},{"name":"Trust Score","item":[{"name":"TrustScore Detailed","id":"cd3a24e7-0c4d-4146-8b5d-63c98ece8f09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"203.0.113.106\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"https://www.asos.com/\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/trustScore","description":"<h3 id=\"overview\">Overview</h3>\n<p>Paystream TrustScore's proprietary API combines email, phone number, IP and URL so that you can request and receive a user trust score from our enriched data, rules, and scoring in a single API call.</p>\n<p>Our take on Trust is different from the usual approach to fraud. This API tells you how much you can trust this user. It’s based on 100+ data points to which we have access. We use complex algorithms based on data sanity and customer behaviour in our partner network.</p>\n<p>Also, the additional optional parameter would be used to boost the accuracy of our response. So the more data we get the better we can ascertain the users' trust. So please endeavour to send as much information about the user as possible.</p>\n<h3 id=\"trust-score--usage\"><strong>Trust Score &amp; Usage</strong></h3>\n<p>TrustScore offers two distinct endpoints: <code>General</code> and <code>Detailed</code>.</p>\n<p>The General endpoint provides basic information by indicating whether a transaction is permitted or not. It gives a simple 'yes' or 'no' response regarding whether the transaction can proceed.</p>\n<p>On the other hand, the Detailed endpoint offers a more comprehensive evaluation. It furnishes an in-depth analysis of the transaction's authenticity, providing a detailed assessment beyond a simple allowance or denial, offering nuanced insights and information about the transaction's legitimacy.</p>\n<h3 id=\"detailed-trustscore\">Detailed TrustScore</h3>\n<p>Trust scores range from 0 to 5. A trust score of 0 indicates that we have limited information about the user, and it corresponds to the lowest level of trust. In addition to the TrustScore, we offer eight other flags to help assess the user's overall profile and determine appropriate actions to take. We suggest flagging or blocking users, transactions, or clicks as high risk based on a combination of the following factors: email deliverability, proxy usage, VPN usage, Tor usage, and recent abusive behavior.</p>\n<p>Every company has a unique target audience, so you might achieve better results by only flagging or blocking entities with low trust scores and recent instances of abuse. Keep in mind that mobile IP addresses are frequently misused and recycled by mobile carriers. Therefore, for mobile lookups, we advise giving more weight to the trust score, VPN usage, and Tor usage, as opposed to proxy usage.</p>\n<h3 id=\"permission\"><strong>Permission</strong></h3>\n<p>Access to this API has to be given to you by the admin. So please contact your sales representative at Paystream to get access to this API, if you get a 401 error of \"You are not allowed to call this API service\".</p>\n<h3 id=\"mandatory-parameters-in-body\">Mandatory Parameters (in body)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ip</td>\n<td>IP of the user. Both IP4 and IP6 are valid</td>\n</tr>\n<tr>\n<td>email</td>\n<td>The email id of the user you want to trust score on</td>\n</tr>\n<tr>\n<td>url</td>\n<td>The URL on which the user is trying to purchase or consume a product, service or data.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"other-optional-paramters\">Other optional paramters:</h3>\n<p>The optional parameters are self-explanatory and appropriate values can be given in string format.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>last_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_bonuses</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>average_real_bet</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>average_bonus_bet</td>\n<td>String</td>\n</tr>\n<tr>\n<td>bonus_to_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_withdrawals</td>\n<td>String</td>\n</tr>\n<tr>\n<td>is_phone_confirmed</td>\n<td>String</td>\n</tr>\n<tr>\n<td>money_in_money_out</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_bonuses_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_deposits_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>withdrawals_to_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_withdrawals_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>withdrawal_ewallet_email</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>session</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_fullname</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_bin</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_hash</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_last</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_expire</td>\n<td>String</td>\n</tr>\n<tr>\n<td>avs_result</td>\n<td>String</td>\n</tr>\n<tr>\n<td>cvv_result</td>\n<td>String</td>\n</tr>\n<tr>\n<td>sca_method</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_bank_account</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_bank_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_balance</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_verification_level</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status_3d</td>\n<td>String</td>\n</tr>\n<tr>\n<td>regulation</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payment_provider</td>\n<td>String</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>merchant_id</td>\n<td>String</td>\n</tr>\n<tr>\n<td>details_url</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>person_type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>In the response examples, you can observe both instances of a successful TrustScore response and an unsuccessful one.</p>\n<p>Please note that there are a lot of parameters to determine the trust level and give you some additional details on the email and IP of the user.</p>\n<p>in a successful trust score call the following data would be provided:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Response Item</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Possible Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>trustScore</td>\n<td>The trust score attributed to the user by our algorithms</td>\n<td>Integer 0 to 5</td>\n</tr>\n<tr>\n<td>deliverable</td>\n<td>Whether the email is deliverable, usually false means it wouldn't be a trustable user.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>proxy</td>\n<td>Is this IP address suspected to be a proxy? (SOCKS, Elite, Anonymous, VPN, Tor, etc.)</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>vpn</td>\n<td>Is this IP suspected of being a VPN connection? This can include data center ranges which can become active VPNs at any time. The \"proxy\" status will always be true when this value is true.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>tor</td>\n<td>Is this IP suspected of being a TOR connection? This can include previously active TOR nodes and exits which can become active TOR exits at any time. The \"proxy\" status will always be true when this value is true.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>active_vpn</td>\n<td>Identifies active VPN connections used by popular VPN services and private VPN servers.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>active_tor</td>\n<td>Identifies active TOR exits on the TOR network.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>recent_abuse</td>\n<td>This value indicates whether the IP address has been associated with any recently verified abuse on our network, such as a confirmed chargeback, compromised device, or fake app install.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n<tr>\n<td>bot_status</td>\n<td>Shows whether bots or non-human traffic recently used this IP address to engage in automated fraud. This provides strong evidence that the IP address is suspicious.</td>\n<td><strong>Boolean</strong></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<h3 id=\"possible-error-messages\">Possible Error Messages</h3>\n<p>the possible error codes one can get on calling this APIs are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400, 404, 401, 415, 405</td>\n</tr>\n</tbody>\n</table>\n</div><p>for example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Incorrect secret_key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>You are not Allowed to call this API service</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["trustScore"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c6d16084-ee4b-4161-84f8-7ecc8cb1a6e6","name":"TrustScoreExists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"2001:8004:cc2:fadb:9958:4523:6c42:e3f2\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"http://test.com\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/trustScore"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Oct 2023 09:21:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=r2%2FuLwSilxdD1lpiI1VqpgF0Tu9etiNhupySeBHl0zcU8XV1z8kwR%2FJ00ti4xpMdrTXW%2BkqZkLGrkkaUnMWFsaYlg%2FfA9UC4wIKwmc9LHUwna491EmnC3b3vlabzhUJ11CMpnVmicUE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81da590e8d4345a0-LHR"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"trustScore\": 0,\n    \"deliverable\": \"false\",\n    \"proxy\": \"false\",\n    \"vpn\": \"false\",\n    \"tor\": \"false\",\n    \"active_vpn\": \"false\",\n    \"active_tor\": \"false\",\n    \"recent_abuse\": \"false\",\n    \"bot_status\": \"false\"\n}"},{"id":"d2c01391-b376-475b-9625-b46867f3e242","name":"TrustScoreError","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"2001:8004:cc2:fadb:9958:4523:6c42:e3f2\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"http://test.com\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/trustScore"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Oct 2023 09:28:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=herXY1o%2BFZa%2F3qNFjvh4ANgP%2FD0DdAVVFm0vUZDAst2rFkieItm%2Fu0VN24DYrdp7MHMHFKWLvrsBYVIxjDPDaLgJjeGBvlTP2iZoB5EnG1hPPHUVXRNP%2FGMmOTh%2Fp7gsyj0vihW1kMk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81da6398ab144913-LHR"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect secret_key\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"cd3a24e7-0c4d-4146-8b5d-63c98ece8f09"},{"name":"checkTransactionAllowed","id":"5d111794-a354-469b-ba06-f26de4112bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"203.0.113.106\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"https://www.asos.com/\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkTransAllowed","description":"<h3 id=\"general-trustscore\">General TrustScore</h3>\n<p>Request for the checkTransactionAllowed endpoint is identical to the TrustScore API. Only thing different is the response. Instead of detailed score, this endpoint only returns <code>transactionAllowed</code> parameter that can have either <code>YES</code> or <code>NO</code> value.</p>\n<h3 id=\"permission\"><strong>Permission</strong></h3>\n<p>Access to this API has to be given to you by the admin. So please contact your sales representative at Paystream to get access to this API, if you get a 401 error of \"You are not allowed to call this API service\".</p>\n<h3 id=\"mandatory-parameters-in-body\">Mandatory Parameters (in body)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ip</td>\n<td>IP of the user. Both IP4 and IP6 are valid</td>\n</tr>\n<tr>\n<td>email</td>\n<td>The email id of the user you want to trust score on</td>\n</tr>\n<tr>\n<td>url</td>\n<td>The URL on which the user is trying to purchase or consume a product, service or data.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"other-optional-paramters\">Other optional paramters:</h3>\n<p>The optional parameters are self-explanatory and appropriate values can be given in string format.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>last_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_bonuses</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_bets</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_wins</td>\n<td>String</td>\n</tr>\n<tr>\n<td>average_real_bet</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>average_bonus_bet</td>\n<td>String</td>\n</tr>\n<tr>\n<td>bonus_to_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_withdrawals</td>\n<td>String</td>\n</tr>\n<tr>\n<td>is_phone_confirmed</td>\n<td>String</td>\n</tr>\n<tr>\n<td>money_in_money_out</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_bonuses_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_real_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_deposits_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_bets_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_bonus_wins_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_date</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_freespins_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>withdrawals_to_deposits</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_free_bonus_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>total_withdrawals_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>withdrawal_ewallet_email</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_status</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>last_deposit_bonus_wagering</td>\n<td>String</td>\n</tr>\n<tr>\n<td>session</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payment_mode</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_fullname</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_bin</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_hash</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_last</td>\n<td>String</td>\n</tr>\n<tr>\n<td>card_expire</td>\n<td>String</td>\n</tr>\n<tr>\n<td>avs_result</td>\n<td>String</td>\n</tr>\n<tr>\n<td>cvv_result</td>\n<td>String</td>\n</tr>\n<tr>\n<td>sca_method</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_bank_account</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_bank_name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_balance</td>\n<td>String</td>\n</tr>\n<tr>\n<td>user_verification_level</td>\n<td>String</td>\n</tr>\n<tr>\n<td>status_3d</td>\n<td>String</td>\n</tr>\n<tr>\n<td>regulation</td>\n<td>String</td>\n</tr>\n<tr>\n<td>payment_provider</td>\n<td>String</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_amount</td>\n<td>String</td>\n</tr>\n<tr>\n<td>transaction_currency</td>\n<td>String</td>\n</tr>\n<tr>\n<td>merchant_id</td>\n<td>String</td>\n</tr>\n<tr>\n<td>details_url</td>\n<td>String</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String</td>\n</tr>\n<tr>\n<td>person_type</td>\n<td>String</td>\n</tr>\n<tr>\n<td>gender</td>\n<td>String</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>Response contains a single parameter: <code>transactionAllowed</code> which can either be <code>YES</code> or <code>NO</code> .</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n\"transactionAllowed\" : \"YES\"\n}\n\n</code></pre>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<h3 id=\"possible-error-messages\">Possible Error Messages</h3>\n<p>the possible error codes one can get on calling this APIs are:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400, 404, 401, 415, 405</td>\n</tr>\n</tbody>\n</table>\n</div><p>for example:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>401</td>\n<td>Incorrect secret_key</td>\n</tr>\n<tr>\n<td>401</td>\n<td>You are not Allowed to call this API service</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["checkTransAllowed"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"600ebd91-72e4-4d6a-bebd-94118738e0bc","name":"TrustScoreExists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"2001:8004:cc2:fadb:9958:4523:6c42:e3f2\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"http://test.com\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkTransAllowed"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Oct 2023 09:21:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=r2%2FuLwSilxdD1lpiI1VqpgF0Tu9etiNhupySeBHl0zcU8XV1z8kwR%2FJ00ti4xpMdrTXW%2BkqZkLGrkkaUnMWFsaYlg%2FfA9UC4wIKwmc9LHUwna491EmnC3b3vlabzhUJ11CMpnVmicUE%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81da590e8d4345a0-LHR"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionAllowed\": \"YES\"\n}"},{"id":"bd9bfe7c-6476-4f35-8628-57664860ae92","name":"TrustScoreError","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requiredinput\": {\r\n        \"ip\": \"2001:8004:cc2:fadb:9958:4523:6c42:e3f2\",\r\n        \"email\": \"user5772@example.com\",\r\n        \"url\": \"http://test.com\"\r\n    },\r\n    \"optionalInput\": {\r\n        \"last_bets\": null,\r\n        \"last_wins\": \"\",\r\n        \"total_bonuses\": \"\",\r\n        \"last_real_bets\": \"\",\r\n        \"last_real_wins\": \"\",\r\n        \"total_deposits\": \"\",\r\n        \"last_bonus_bets\": \"\",\r\n        \"last_bonus_wins\": \"\",\r\n        \"average_real_bet\": \"\",\r\n        \"last_bets_amount\": \"\",\r\n        \"last_wins_amount\": \"\",\r\n        \"average_bonus_bet\": \"\",\r\n        \"bonus_to_deposits\": \"\",\r\n        \"last_deposit_date\": \"\",\r\n        \"total_withdrawals\": \"\",\r\n        \"is_phone_confirmed\": \"\",\r\n        \"money_in_money_out\": \"\",\r\n        \"last_deposit_amount\": \"\",\r\n        \"last_freespins_date\": \"\",\r\n        \"last_freespins_name\": \"\",\r\n        \"last_free_bonus_date\": \"\",\r\n        \"last_free_bonus_name\": \"\",\r\n        \"total_bonuses_amount\": \"\",\r\n        \"last_freespins_amount\": \"\",\r\n        \"last_freespins_status\": \"\",\r\n        \"last_real_bets_amount\": \"\",\r\n        \"last_real_wins_amount\": \"\",\r\n        \"total_deposits_amount\": \"\",\r\n        \"last_bonus_bets_amount\": \"\",\r\n        \"last_bonus_wins_amount\": \"\",\r\n        \"last_free_bonus_amount\": \"\",\r\n        \"last_free_bonus_status\": \"\",\r\n        \"last_deposit_bonus_date\": \"\",\r\n        \"last_deposit_bonus_name\": \"\",\r\n        \"last_freespins_currency\": \"\",\r\n        \"last_freespins_wagering\": \"\",\r\n        \"withdrawals_to_deposits\": \"\",\r\n        \"last_free_bonus_currency\": \"\",\r\n        \"last_free_bonus_wagering\": \"\",\r\n        \"total_withdrawals_amount\": \"\",\r\n        \"withdrawal_ewallet_email\": \"\",\r\n        \"last_deposit_bonus_amount\": \"\",\r\n        \"last_deposit_bonus_status\": \"\",\r\n        \"last_deposit_bonus_currency\": \"\",\r\n        \"last_deposit_bonus_wagering\": \"\",\r\n        \"session\": \"\",\r\n        \"payment_mode\": \"\",\r\n        \"card_fullname\": \"\",\r\n        \"card_bin\": \"\",\r\n        \"card_hash\": \"\",\r\n        \"card_last\": \"\",\r\n        \"card_expire\": \"\",\r\n        \"avs_result\": \"\",\r\n        \"cvv_result\": \"\",\r\n        \"sca_method\": \"\",\r\n        \"user_bank_account\": \"\",\r\n        \"user_bank_name\": \"\",\r\n        \"user_balance\": \"\",\r\n        \"user_verification_level\": \"\",\r\n        \"status_3d\": \"\",\r\n        \"regulation\": \"\",\r\n        \"payment_provider\": \"\",\r\n        \"phone_number\": \"\",\r\n        \"transaction_type\": \"\",\r\n        \"transaction_amount\": \"\",\r\n        \"transaction_currency\": \"\",\r\n        \"merchant_id\": \"\",\r\n        \"details_url\": \"\",\r\n        \"name\": \"\",\r\n        \"person_type\": \"\",\r\n        \"gender\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/checkTransAllowed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 29 Oct 2023 09:28:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=herXY1o%2BFZa%2F3qNFjvh4ANgP%2FD0DdAVVFm0vUZDAst2rFkieItm%2Fu0VN24DYrdp7MHMHFKWLvrsBYVIxjDPDaLgJjeGBvlTP2iZoB5EnG1hPPHUVXRNP%2FGMmOTh%2Fp7gsyj0vihW1kMk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"81da6398ab144913-LHR"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect secret_key\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"5d111794-a354-469b-ba06-f26de4112bce"}],"id":"1cda2dc1-6bd8-47f6-bc91-7a173a832c21","_postman_id":"1cda2dc1-6bd8-47f6-bc91-7a173a832c21","description":""},{"name":"Cashier APIs","item":[{"name":"Customer","id":"9f91b5b7-d065-4666-bacf-4c29ca6adf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"city\": \"Riverton\",\r\n    \"stateCode\": \"RJ\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\r\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer","description":"<p><strong>OVERIEW</strong></p>\n<p>The <strong>createCustomer API</strong> allows merchants to create a customer profile on Paystream when a user visits their website, facilitating a seamless payment experience by pre-filling the customer's details, on the Paystream Cashier. The API takes in customer information and returns a unique customerID that can be passed in purchase payload, eliminating the need for customers to manually enter their details during transactions.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Required</strong></th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCustomerId</td>\n<td>String</td>\n<td>Yes</td>\n<td>unique customer ID provided by merchant. This can be email, mobile or an alphanumeric string</td>\n<td><a href=\"https://mailto:user8912@example.com\">user8912@example.com</a></td>\n</tr>\n<tr>\n<td>fullName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Full name of the customer.</td>\n<td>Reese Nakamura</td>\n</tr>\n<tr>\n<td>emailId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Email address of the customer.</td>\n<td><a href=\"https://mailto:user3456@example.com\">user3456@example.com</a></td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>String</td>\n<td>Optional</td>\n<td>Customer's date of birth in YYYY-MM-DD format.</td>\n<td>1995-12-27</td>\n</tr>\n<tr>\n<td>phoneNo</td>\n<td>String</td>\n<td>Yes</td>\n<td>Customer's phone number. Preferred with the country code</td>\n<td>+91 797639082</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Optional</td>\n<td>City of the customer.</td>\n<td>Riverton</td>\n</tr>\n<tr>\n<td>stateCode</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code of the customer.</td>\n<td>RJ</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code of the customer's location.</td>\n<td>302018</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Optional</td>\n<td>Full address of the customer.</td>\n<td>24 Sample Avenue</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country code (ISO 3166-1 alpha-2).</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>custRegDate</td>\n<td>Sting</td>\n<td>Optional</td>\n<td>Customer registration date on merchant site in YYYY-MM-DD format.</td>\n<td>2023-12-27</td>\n</tr>\n<tr>\n<td>successTxn</td>\n<td>String</td>\n<td>Optional</td>\n<td>Number of successful transactions customer has carried on merchant site.</td>\n<td>32</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"user-flow\"><strong>User Flow</strong></h3>\n<ol>\n<li><p><strong>Customer visits merchant's website</strong>: The customer selects the product or service and proceeds to checkout page.</p>\n</li>\n<li><p><strong>Merchant calls the</strong> <strong><code>createCustomer</code></strong> <strong>API</strong>: The merchant sends a <code>POST</code> request to the Paystream API with the customer's details.</p>\n</li>\n<li><p><strong>Customer ID generation</strong>: Paystream processes the request and generates a unique <code>customerId</code> which is returned in the response.</p>\n</li>\n<li><p><strong>Payment Process</strong>: The merchant uses the <code>customerId</code> for subsequent session creation, ensuring the customer doesn’t need to re-enter their details for future payments.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"benefits\"><strong>Benefits</strong></h3>\n<ul>\n<li><p><strong>Seamless user experience</strong>: The customer does not have to enter their details manually for every purchase.</p>\n</li>\n<li><p><strong>Faster Checkout</strong>: The merchant can use the <code>customerId</code> for faster payment processing.</p>\n</li>\n<li><p><strong>Data Security</strong>: Customer details are stored securely and can be reused across transactions, reducing the chances of errors.</p>\n</li>\n</ul>\n<h3 id=\"implementing-createcustomer-on-merchant-site\">Implementing createCustomer on merchant site:</h3>\n<p>The <code>createCustomer</code> can be implemented on merchant site in one of two ways, depending on merchant’s integration flow:</p>\n<p><strong>At Checkout:</strong></p>\n<p>When a customer initiates the checkout process, your system should invoke the <code>createCustomer</code> API, before actually starting the session.</p>\n<ul>\n<li><p><strong>Call</strong> <strong><code>createCustomer</code></strong>: This API call generates a unique customer ID.</p>\n</li>\n<li><p><strong>Use of Customer ID:</strong> Pass the returned customer ID in Session API, when creating a payment session.</p>\n</li>\n</ul>\n<p><strong>Upon Customer Login:</strong></p>\n<p>Alternatively, merchants may choose to call <code>createCustomer</code> at the time of customer login on their site.</p>\n<ul>\n<li><p><strong>Persistent Customer Profiles:</strong> This approach can help build or maintain a persistent customer profile, ensuring the customer ID is available for any subsequent payment sessions without needing to call <code>createCustomer</code> again.</p>\n</li>\n<li><p><strong>Integration Flexibility:</strong> This is useful for merchants who want to initialize customer data early in the customer journey rather than during checkout.</p>\n</li>\n</ul>\n<p>The method you choose depends on your business requirements and how your system is architected. Regardless of when you call it, the resulting customer ID must be passed to the <code>createSession</code> API to initiate a payment session.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["customer"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"387930d4-4673-43bc-b76e-3061258f7437","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"If this parameter is passed in the header, a unique customer will be created under that particular Brand Name. else, the customer will be created under the main merchant (irrespective of the brands)","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"city\": \"Riverton\",\r\n    \"stateCode\": \"RJ\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\r\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"customerId\": \"691afbc6fd96d34a8113a34d\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"brandID\": \"your-brand-id\",\r\n    \"city\": \"Riverton\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"stateCode\": \"RJ\",\r\n    \"custRegDate\": \"2023-12-27\",\r\n    \"successTrans\": 0,\r\n    \"createdOn\": 1763376070,\r\n    \"lastUpdated\": 0,\r\n    \"lastActivity\": 1763376070,\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}"},{"id":"587080d2-a0ab-418b-9434-1d821266bb81","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"If this parameter is passed in the header, a unique customer will be created under that particular Brand Name. else, the customer will be created under the main merchant (irrespective of the brands)","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"city\": \"Riverton\",\r\n    \"stateCode\": \"RJ\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\r\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Invalid Email Format\",\r\n    \"code\": \"invalid_email\"\r\n}"},{"id":"76ebe97c-47fe-449b-b4dc-b0a06edd9574","name":"Existing Customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"If this parameter is passed in the header, a unique customer will be created under that particular Brand Name. else, the customer will be created under the main merchant (irrespective of the brands)","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"city\": \"Riverton\",\r\n    \"stateCode\": \"RJ\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\r\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Customer already exists with this information\",\r\n    \"code\": \"customer_already_exists\"\r\n}"}],"_postman_id":"9f91b5b7-d065-4666-bacf-4c29ca6adf38"},{"name":"Customer","id":"357f3327-7b8b-409e-b0cf-e68872c730d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchantCustomerId\": \"user5489@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/customer","description":"<p>This endpoint makes an HTTP GET request to retrieve customer information from the Paystream API.</p>\n<h3 id=\"request\">Request</h3>\n<p>The request does not include any query parameters, but it uses a raw request body with the following parameter \"merchantCustomerId\", which will be the customer id on the merchant's side.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be documented as a JSON schema.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["customer"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"95ab4ebc-5680-439b-9189-c5d74e980853","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"/customer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": \"691afbc6fd96d34a8113a34d\",\n    \"merchantCustomerId\": \"user5489@example.com\",\n    \"fullName\": \"Reese Nakamura\",\n    \"emailId\": \"user7734@example.com\",\n    \"dateOfBirth\": \"1994-06-03\",\n    \"phoneNo\": \"+91 797639082\",\n    \"brandID\": \"your-brand-id\",\n    \"city\": \"Riverton\",\n    \"zipCode\": \"302018\",\n    \"address\": \"24 Sample Avenue\",\n    \"country\": \"IN\",\n    \"stateCode\": \"RJ\",\n    \"custRegDate\": \"2023-12-27\",\n    \"successTrans\": 0,\n    \"createdOn\": 1763376070,\n    \"lastUpdated\": 0,\n    \"lastActivity\": 1763376070,\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}"},{"id":"ed8c771d-d803-437d-b22a-0a31d0167cea","name":"Invalid Customer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"/customer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Customer with this information does not exist\",\n    \"code\": \"customer_does_not_exist\"\n}"}],"_postman_id":"357f3327-7b8b-409e-b0cf-e68872c730d5"},{"name":"Customer","event":[{"listen":"test","script":{"exec":["var template = `","<style type=\"text/css\">","    .tftable {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse;}","    .tftable th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;text-align:left;}","    .tftable tr {background-color:#ffffff;}","    .tftable td {font-size:14px;border-width: 1px;padding: 8px;border-style: solid;border-color: #87ceeb;}","    .tftable tr:hover {background-color:#e0ffff;}","</style>","","<table class=\"tftable\" border=\"1\">","    <tr>","        <th>Customer ID</th>","        <th>First Name</th>","        <th>Last Name</th>","        <th>Email</th>","        <th>Phone</th>","    </tr>","    ","    <tr>","        <td>{{response.customerId}}</td>","        <td>{{response.firstName}}</td>","        <td>{{response.lastName}}</td>","        <td>{{response.email}}</td>","        <td>{{response.phone}}</td>","    </tr>","</table>","`;","","function constructVisualizerPayload() {","    return {response: pm.response.json()}","}","","pm.visualizer.set(template, constructVisualizerPayload());"],"type":"text/javascript","packages":{},"requests":{},"id":"82cbcb9d-0eaf-47eb-9386-cf748f22a468"}}],"id":"83ffd617-3c98-4cd9-b463-8975515ef876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Reese Rivera\",\n    \"emailId\": \"user5989@example.com\",\n    \"dateOfBirth\": \"1990-11-27\",\n    \"phoneNo\": \"+91 9413666514\",\n    \"city\": \"Kingsport\",\n    \"stateCode\": \"Raj\",\n    \"zipCode\": \"202021\",\n    \"address\": \"58 Testing Lane\",\n    \"country\": \"IN\",\n    \"CustRegDate\": \"2023-12-28\",\n    \"SuccessTxn\": \"33\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/{PaystreamCustomerId}/patchCustomer","description":"<p>Whenever a customer or the merchant updates customer details on the merchant site, a PATCH request must be made to synchronize these changes with Paystream.</p>\n<p>This API endpoint allows you to update the customer details using an HTTP PATCH request. The request should be sent to <a href=\"https://api.paystreamportal.com/api/v1/%7BcustomerId%7D/patchCustomer\">https://api.paystreamportal.com/api/v1/{customerId}/patchCustomer</a>.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p><code>fullName</code> (string): The full name of the customer.</p>\n</li>\n<li><p><code>emailId</code> (string): The email address of the customer.</p>\n</li>\n<li><p><code>dateOfBirth</code> (string): The date of birth of the customer.</p>\n</li>\n<li><p><code>phoneNo</code> (string): The phone number of the customer.</p>\n</li>\n<li><p><code>city</code> (string): The city of the customer.</p>\n</li>\n<li><p><code>stateCode</code> (string): The state code of the customer.</p>\n</li>\n<li><p><code>zipCode</code> (string): The zip code of the customer.</p>\n</li>\n<li><p><code>address</code> (string): The address of the customer.</p>\n</li>\n<li><p><code>country</code> (string): The country of the customer.</p>\n</li>\n<li><p><code>createdOn</code> (string): Time when the customer was created.</p>\n</li>\n<li><p><code>custRegDate</code> (string): Customer registration date (Non-Mandatory).</p>\n</li>\n<li><p><code>successTxn</code> (string): Success transaction details (Non-Mandatory).</p>\n</li>\n<li><p><code>lastActivity</code> (string): Time of the last activity.</p>\n</li>\n<li><p><code>lastUpdated</code> (string): Time when the last patch was called.</p>\n</li>\n<li><p><code>extraParam</code> (object): Additional parameters including <code>param1</code>, <code>param2</code>, <code>param3</code>, <code>param4</code> with their respective values.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the updated customer details or a success message upon successful update.</p>\n","urlObject":{"path":["{PaystreamCustomerId}","patchCustomer"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c6846e31-36ed-4c9a-9135-4222fc489e3a","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorisation","value":"Bearer Token","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Reese Rivera\",\n    \"emailId\": \"user5989@example.com\",\n    \"dateOfBirth\": \"1990-11-27\",\n    \"phoneNo\": \"+91 9413666514\",\n    \"city\": \"Kingsport\",\n    \"stateCode\": \"Raj\",\n    \"zipCode\": \"202021\",\n    \"address\": \"58 Testing Lane\",\n    \"country\": \"IN\",\n    \"CustRegDate\": \"2023-12-28\",\n    \"SuccessTxn\": \"33\",\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/{PaystreamCustomerId}/patchCustomer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": \"691afbc6fd96d34a8113a34d\",\n    \"merchantCustomerId\": \"user5489@example.com\",\n    \"fullName\": \"Reese Rivera\",\n    \"emailId\": \"user5989@example.com\",\n    \"dateOfBirth\": \"1990-11-27\",\n    \"phoneNo\": \"+91 9413666514\",\n    \"brandID\": \"your-brand-id\",\n    \"city\": \"Kingsport\",\n    \"zipCode\": \"202021\",\n    \"address\": \"58 Testing Lane\",\n    \"country\": \"IN\",\n    \"stateCode\": \"Raj\",\n    \"custRegDate\": \"2023-12-28\",\n    \"successTrans\": 0,\n    \"createdOn\": 1763376070,\n    \"lastUpdated\": 1763377024,\n    \"lastActivity\": 1763377024,\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}"}],"_postman_id":"83ffd617-3c98-4cd9-b463-8975515ef876"},{"name":"Purchase Session","id":"4231a4be-3271-41eb-b3df-3e8db4525717","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\r\n    \"merchantRef\": \"user5489@example.com\", // optional\r\n    \"currency\": \"EUR\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"10\"\r\n        },\r\n        {\r\n            \"name\": \"Product2\",\r\n            \"price\": \"12\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"22\", // optional, but if present have precedence over sum of prices mentioned above.\r\n    \"paymentMethod\": \"VISA\", //optional\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"showCryptoConversion\": \"yes\",\r\n        \"cryptoCurrencies\": \"[\\\"BTC\\\",\\\"ETH\\\",\\\"USDT\\\",\\\"XRP\\\",\\\"LTC\\\",\\\"DOGE\\\",\\\"ETC\\\",\\\"BNB\\\",\\\"USDC\\\",\\\"SOL\\\",\\\"ADA\\\",\\\"BCH\\\",\\\"DASH\\\",\\\"BTG\\\",\\\"ZEC\\\",\\\"DGB\\\",\\\"EOS\\\",\\\"XLM\\\",\\\"TRX\\\",\\\"QTUM\\\",\\\"POL\\\",\\\"SHIB\\\",\\\"LINK\\\",\\\"DAI\\\",\\\"TON\\\",\\\"AVAX\\\",\\\"FDUSD\\\",\\\"ARB\\\",\\\"OP\\\"]\",\r\n            \"param3\": \"value3\",\r\n            \"param4\": \"value4\"\r\n        }\r\n    }","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession","description":"<p><strong>OVERIEW</strong></p>\n<p>The <code>createSession</code> API is designed to initiate a payment session for a customer after their profile has been created via the <strong>createCustomer</strong> API. The session is automatically generated at the backend on the merchant’s checkout URL. This session allows the customer to continue with their transaction without having to manually interact with the session URL, and ensures the session remains active until the payment is completed or the session expires.</p>\n<p>This API improves the user experience by reducing transaction failures and enhancing the overall payment process, thus reducing transaction churn rates.</p>\n<h3 id=\"mandatory-parameters\">Mandatory Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>The unique ID of the customer (generated from createCustomer).</td>\n<td>6731a609b6bb5a43ad66c4a6</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"show-crypto-conversion\">Show Crypto Conversion</h4>\n<p>Additionally, there are some default extra parameters that you can pass for allowing Crypto Conversion on Paystream's cashier itself.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>extraParam.showCryptoConversion</td>\n<td>String</td>\n<td>This optional parameter allows customer to see crypto value equivelant to the Fiat amount the customer is planning to pay.</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>extraParam.cryptoCurrencies</td>\n<td>String</td>\n<td>Pass here the allowed crypto tokens on the cashier, where customer can see the the conversion value</td>\n<td>[\\\"BTC\\\",\\\"ETH\\\",\\\"USDT\\\",\\\"XRP\\\",\\\"LTC\\\",\\\"DOGE\\\",\\\"ETC\\\",\\\"BNB\\\",\\\"USDC\\\",\\\"SOL\\\",\\\"ADA\\\",\\\"BCH\\\",\\\"DASH\\\",\\\"BTG\\\",\\\"ZEC\\\",\\\"DGB\\\",\\\"EOS\\\",\\\"XLM\\\",\\\"TRX\\\",\\\"QTUM\\\",\\\"POL\\\",\\\"SHIB\\\",\\\"LINK\\\",\\\"DAI\\\",\\\"TON\\\",\\\"AVAX\\\",\\\"FDUSD\\\",\\\"ARB\\\",\\\"OP\\\"]</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"usage-flow\"><strong>Usage Flow</strong></h3>\n<ol>\n<li><p><strong>Customer completes the</strong> <strong><code>createCustomer</code></strong> <strong>API</strong>: Once the customer is created via the <code>createCustomer</code> API, the merchant proceeds to call the <code>createSession</code> API to generate a session.</p>\n</li>\n<li><p><strong>Merchant sends</strong> <strong><code>createSession</code></strong> <strong>request</strong>: The merchant sends a <code>POST</code> request to the <code>createSession</code> API with the customer’s <code>customerId</code> and the merchant’s <code>brandId</code>.</p>\n</li>\n<li><p><strong>Session created automatically on the checkout URL</strong>: Paystream creates the session and associates it with the merchant’s checkout page. This session remains active on the backend, allowing the customer to continue the payment process without interruption.</p>\n</li>\n<li><p><strong>Customer proceeds to checkout</strong>: The customer is redirected to the checkout page as part of the merchant's payment flow, where the session is automatically validated. The session remains active for a set period, allowing the customer to complete the payment without needing to manually interact with the session URL.</p>\n</li>\n<li><p><strong>Session Expiry</strong>: The session expires after the set expiration time (<code>expiryOn</code>), ensuring the payment process is completed within the defined window. Default is 15 mins from the creation time.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"benefits\"><strong>Benefits</strong></h3>\n<ul>\n<li><p><strong>Seamless Checkout</strong>: The session URL is automatically generated and active at the backend, ensuring a smoother and uninterrupted customer experience.</p>\n</li>\n<li><p><strong>Reduced Transaction Failures</strong>: By ensuring the session remains active during the payment process, the chances of transaction failures due to session timeouts are minimized.</p>\n</li>\n<li><p><strong>Improved User Experience</strong>: The customer does not need to click on a session URL or navigate away from the page, leading to faster and more secure payment processing.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["createSession"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5e7c6ed5-90d3-4e62-a7bf-56cbe0cfc88e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"it is mandatory to pass the BrandId in header for each createSession request. ","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\r\n    \"merchantRef\": \"user5489@example.com\", // optional\r\n    \"currency\": \"EUR\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"10\"\r\n        },\r\n        {\r\n            \"name\": \"Product2\",\r\n            \"price\": \"12\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"22\", // optional, but if present have precedence over sum of prices mentioned above.\r\n    \"paymentMethod\": \"VISA\", //optional\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"sessionUrl\": \"https://api.paystreamportal.com/payment-session/691b02b48c73dd76eedaa379/\",\r\n    \"brandId\": \"your-brand-id\",\r\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\r\n    \"sessionId\": \"691b02b48c73dd76eedaa379\",\r\n    \"expiryOn\": 1763378744,\r\n    \"createdOn\": 1763377844\r\n}"},{"id":"2bb3b1ee-9ddf-429c-ae9b-9effb26b68d4","name":"Session with CryptoConversion","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"it is mandatory to pass the BrandId in header for each createSession request. ","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\r\n    \"merchantRef\": \"user5489@example.com\", // optional\r\n    \"currency\": \"EUR\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"10\"\r\n        },\r\n        {\r\n            \"name\": \"Product2\",\r\n            \"price\": \"12\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"22\", // optional, but if present have precedence over sum of prices mentioned above.\r\n    \"paymentMethod\": \"VISA\", //optional\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"showCryptoConversion\": \"yes\",\r\n        \"cryptoCurrencies\": \"[\\\"BTC\\\",\\\"ETH\\\",\\\"USDT\\\",\\\"XRP\\\",\\\"LTC\\\",\\\"DOGE\\\",\\\"ETC\\\",\\\"BNB\\\",\\\"USDC\\\",\\\"SOL\\\",\\\"ADA\\\",\\\"BCH\\\",\\\"DASH\\\",\\\"BTG\\\",\\\"ZEC\\\",\\\"DGB\\\",\\\"EOS\\\",\\\"XLM\\\",\\\"TRX\\\",\\\"QTUM\\\",\\\"POL\\\",\\\"SHIB\\\",\\\"LINK\\\",\\\"DAI\\\",\\\"TON\\\",\\\"AVAX\\\",\\\"FDUSD\\\",\\\"ARB\\\",\\\"OP\\\"]\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sessionUrl\": \"https://api.paystreamportal.com/payment-session/691b02b48c73dd76eedaa379/\",\n    \"brandId\": \"your-brand-id\",\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\n    \"sessionId\": \"691b02b48c73dd76eedaa379\",\n    \"expiryOn\": 1763378744,\n    \"createdOn\": 1763377844\n}"},{"id":"f9261a67-44b3-4995-9e0b-48aa7a3331bf","name":"Invalid Session","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"BrandId","value":"your-brand-id","description":"it is mandatory to pass the BrandId in header for each createSession request. ","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"68fed1855ebbe829416b08c6\",\r\n    \"merchantRef\": \"user5489@example.com\", // optional\r\n    \"currency\": \"EUR\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"10\"\r\n        },\r\n        {\r\n            \"name\": \"Product2\",\r\n            \"price\": \"12\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"22\", // optional, but if present have precedence over sum of prices mentioned above.\r\n    \"paymentMethod\": \"VISA\", //optional\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"Customer does not exist with this Customer Id\",\r\n    \"code\": \"Customer Id is invalid\"\r\n}"}],"_postman_id":"4231a4be-3271-41eb-b3df-3e8db4525717"},{"name":"Payout Session","id":"19f22a27-faed-4fa4-b93d-675054954346","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\r\n    \"currency\": \"USD\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"2\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"2\",\r\n    \"tax_amount\": \"\", // optional\r\n    \"tax_percent\": \"\", // optional\r\n    \"type\": \"payout\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"showCryptoConversion\": \"yes\",\r\n        \"cryptoCurrencies\": \"[\\\"BTC\\\",\\\"ETH\\\",\\\"USDT\\\",\\\"XRP\\\",\\\"LTC\\\",\\\"DOGE\\\",\\\"ETC\\\",\\\"BNB\\\",\\\"USDC\\\",\\\"SOL\\\",\\\"ADA\\\",\\\"BCH\\\",\\\"DASH\\\",\\\"BTG\\\",\\\"ZEC\\\",\\\"DGB\\\",\\\"EOS\\\",\\\"XLM\\\",\\\"TRX\\\",\\\"QTUM\\\",\\\"POL\\\",\\\"SHIB\\\",\\\"LINK\\\",\\\"DAI\\\",\\\"TON\\\",\\\"AVAX\\\",\\\"FDUSD\\\",\\\"ARB\\\",\\\"OP\\\"]\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession","description":"<p>This API is used to initiate a payout session for a customer. By passing the <code>customerId</code> (generated via the <code>createCustomer</code> API) and specifying <code>\"type\": \"payout\"</code>, a payout session is started.<br />A <code>sessionURL</code> is returned in the response, which can be used to redirect the customer to the payout cashier. The customer can then select the payout method, pass required parameters, and the payout will be processed.</p>\n<h4 id=\"parameters\">Parameters:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>customerId</strong></td>\n<td>string</td>\n<td>The unique ID of the customer for whom the payout session is created. This ID is generated by the <code>createCustomer</code> API.</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>The currency of the payout session (e.g., USD).</td>\n</tr>\n<tr>\n<td><strong>products</strong></td>\n<td>array</td>\n<td>A list of products associated with the payout (e.g., name and price).</td>\n</tr>\n<tr>\n<td><strong>totalAmount</strong></td>\n<td>string</td>\n<td>The total payout amount (optional. calculated dynamically if value is not passed).</td>\n</tr>\n<tr>\n<td><strong>tax_amount</strong></td>\n<td>string</td>\n<td>The tax amount to be applied (optional).</td>\n</tr>\n<tr>\n<td><strong>tax_percent</strong></td>\n<td>string</td>\n<td>The tax percentage to be applied (optional).</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>string</td>\n<td>Should be set to \"payout\" to initiate a payout session.</td>\n</tr>\n<tr>\n<td><strong>success_redirect</strong></td>\n<td>string</td>\n<td>The URL where the customer will be redirected after a successful payout.</td>\n</tr>\n<tr>\n<td><strong>pending_redirect</strong></td>\n<td>string</td>\n<td>The URL where the customer will be redirected after a pending payout.</td>\n</tr>\n<tr>\n<td><strong>failure_redirect</strong></td>\n<td>string</td>\n<td>The URL where the customer will be redirected after a failed payout attempt.</td>\n</tr>\n<tr>\n<td><strong>success_callback</strong></td>\n<td>string</td>\n<td>The callback URL for successful payout.</td>\n</tr>\n<tr>\n<td><strong>failure_callback</strong></td>\n<td>string</td>\n<td>The callback URL for failed payout.</td>\n</tr>\n<tr>\n<td><strong>extraParam</strong></td>\n<td>object</td>\n<td>Contains additional parameters for the payout session.</td>\n</tr>\n<tr>\n<td><strong>extraParam.showCryptoConversion</strong></td>\n<td>string</td>\n<td>Set to \"yes\" to display cryptocurrency conversion.</td>\n</tr>\n<tr>\n<td><strong>extraParam.cryptoCurrencies</strong></td>\n<td>string</td>\n<td>A list of accepted cryptocurrencies (e.g., BTC, ETH, USDT).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-headers\">Request Headers:</h4>\n<ul>\n<li><p><strong>BrandId</strong>: Your unique brand ID (required).</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json (required).</p>\n</li>\n</ul>\n<h4 id=\"response\">Response:</h4>\n<p>The API will return a JSON object containing the <code>sessionURL</code> that can be used to redirect the customer to the payout cashier.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"sessionUrl\": \"https://api.paystreamportal.com/payoutSession/68341ad35f895955355d5452/\",\n    \"brandId\": \"your-brand-id\",\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\n    \"sessionId\": \"68341ad35f895955355d5452\",\n    \"expiryOn\": 1748246103,\n    \"createdOn\": 1748245203\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["createSession"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0b078227-3d34-4349-af7d-56a6fc3f9a45","name":"payoutSession","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\r\n    \"currency\": \"USD\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"2\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"2\",\r\n    \"tax_amount\": \"\", // optional\r\n    \"tax_percent\": \"\", // optional\r\n    \"type\": \"payout\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sessionUrl\": \"https://api.paystreamportal.com/payoutSession/68341e385f895955355d5671/\",\n    \"brandId\": \"your-brand-id\",\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\n    \"sessionId\": \"68341e385f895955355d5671\",\n    \"expiryOn\": 1748246972,\n    \"createdOn\": 1748246072\n}"},{"id":"02e17314-b1b5-4005-8be3-4f74883ac687","name":"payoutSession with Crypto Conversion","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\r\n    \"currency\": \"USD\",\r\n    \"products\": [\r\n        {\r\n            \"name\": \"Product1\",\r\n            \"price\": \"2\"\r\n        }\r\n    ],\r\n    \"totalAmount\": \"2\",\r\n    \"tax_amount\": \"\",\r\n    \"tax_percent\": \"\",\r\n    \"type\": \"payout\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\",\r\n    \"extraParam\": {\r\n        \"showCryptoConversion\": \"yes\",\r\n        \"cryptoCurrencies\": \"[\\\"BTC\\\",\\\"ETH\\\",\\\"USDT\\\",\\\"XRP\\\",\\\"LTC\\\",\\\"DOGE\\\",\\\"ETC\\\",\\\"BNB\\\",\\\"USDC\\\",\\\"SOL\\\",\\\"ADA\\\",\\\"BCH\\\",\\\"DASH\\\",\\\"BTG\\\",\\\"ZEC\\\",\\\"DGB\\\",\\\"EOS\\\",\\\"XLM\\\",\\\"TRX\\\",\\\"QTUM\\\",\\\"POL\\\",\\\"SHIB\\\",\\\"LINK\\\",\\\"DAI\\\",\\\"TON\\\",\\\"AVAX\\\",\\\"FDUSD\\\",\\\"ARB\\\",\\\"OP\\\"]\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"sessionUrl\": \"https://api.paystreamportal.com/payoutSession/68341e385f895955355d5671/\",\n    \"brandId\": \"your-brand-id\",\n    \"customerId\": \"67c9983fba18400ab6cceb8f\",\n    \"sessionId\": \"68341e385f895955355d5671\",\n    \"expiryOn\": 1748246972,\n    \"createdOn\": 1748246072\n}"}],"_postman_id":"19f22a27-faed-4fa4-b93d-675054954346"},{"name":"Check Status - Payin","id":"69ea342e-b6c4-4fe3-8c20-35e6ef47407c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{Session ID}/","description":"<p>This endpoint retrieves the details of a session identified by the provided session ID.</p>\n<blockquote>\n<p>Note that this API only respond once the SessionURL, received in the response for session API, is clicked. </p>\n</blockquote>\n<blockquote>\n<p>Once the SessionURL is clicked and the user has selected a payment method and click on \"Pay\" button, a purchase is created on our backend. If you call this API before that, you will get an error.</p>\n</blockquote>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["purchases","{Session ID}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3b746f76-201d-4323-b573-0b943e41f0fa","name":"202 Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/6950e4ba5205280b71ac2010/"},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 28 Dec 2025 08:03:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"d5308b2a-537d-466a-8273-f754ba3491b8"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f89daa99b6a349030b23247a4977cb5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"Ed-N_b__1xPz7yrAt9mMc6JrgiZqMiuPi3uJbZ4AeuUKm-Ziiohlcw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=V90OEeQkl%2Fh028giW2T2qMbuNADZ5EvKMZG33harMVuXpmo%2BnNQm5JeDtH2802Oa8hw5kJG737sqfdiLVuvIq%2F5E5tHoRdK8Zj6OU6yO255A\"}]}"},{"key":"CF-RAY","value":"9b4f8ac7caf2f4ca-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"purchaseId\": \"6950e4e3e4a1b008c2fae5c3\",\n    \"client\": {\n        \"customerId\": \"69034a5a61b460084d20c23b\",\n        \"email\": \"user8399@example.com\",\n        \"phone\": \"+919634088561\",\n        \"full_name\": \"Reese Nakamura\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"NA\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"202020\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"RA\"\n    },\n    \"updated_on\": 1766909180,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"MASTER,VISA,JCB,AMEX,CRYPTO-BRIDGE,FawryPay,INTERAC-E-TRANSFER,INTERAC-REQUEST-MONEY,MOBILEMONEY,NEOSURF,PAYID,PIX,SPEI,THIRDPARTY-UPI,DISCOVER,BANKTRANSFER,VIRTUAL-IBAN,UPI-COLLECT,UPI-QR,VIRTUAL-ACCOUNT,DINERS,NETBANKING,THIRDPARTY-NETBANKING,MAYA,GCASH,INTERAC-EXPRESS,QRPH\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"This customer can not be processed !\",\n    \"errorCode\": \"NA\",\n    \"savedCardUsed\": \"NO\",\n    \"redirectType\": \"POST\",\n    \"force_recurring\": false,\n    \"created_on\": 1766909155,\n    \"merchantRef\": \"6950e4e3e4a1b008c2fae5c3\",\n    \"merchantName\": \"Morgan Costa_test\",\n    \"merchantType\": \"MERCHANT\",\n    \"purchase\": {\n        \"currency\": \"EUR\",\n        \"products\": [\n            {\n                \"name\": \"NA\",\n                \"quantity\": 1.0,\n                \"price\": 22.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 22.0,\n        \"requestAmount\": 22.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"Testing\",\n        \"brand_name\": \"Testing\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"07\",\n            \"amount\": 22.0,\n            \"card_issuer\": \"CIAGROUP\",\n            \"masked_pan\": \"55555555****4444\",\n            \"card_brand\": \"MASTER\",\n            \"card_issuer_country\": \"BR\",\n            \"card_type\": \"DEBIT\",\n            \"cardholder_name\": \"Morgan Costa\",\n            \"expiry_year\": \"30\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.4\",\n                \"type\": \"execute\",\n                \"payment_method\": \"MASTER\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"BR\",\n                \"processing_time\": 1766909179,\n                \"extra\": {\n                    \"expiry_month\": \"07\",\n                    \"amount\": 22.0,\n                    \"card_issuer\": \"CIAGROUP\",\n                    \"masked_pan\": \"55555555****4444\",\n                    \"card_brand\": \"MASTER\",\n                    \"card_issuer_country\": \"BR\",\n                    \"card_type\": \"DEBIT\",\n                    \"cardholder_name\": \"Morgan Costa\",\n                    \"expiry_year\": \"30\"\n                },\n                \"error\": {\n                    \"message\": \"This customer can not be processed !\",\n                    \"code\": \"no_mid_found\"\n                }\n            }\n        ]\n    },\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1766909155\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1766909179\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1766909180\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1766909186\n        }\n    ],\n    \"viewedOn\": 1766909186,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS334\",\n    \"issued\": \"2025-12-28\",\n    \"due\": 1766909155,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"0\",\n    \"trustScore\": \"0\",\n    \"extraFee\": \"0\",\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"6950e4ba5205280b71ac2010\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/adb6e07f74ec6197ef764909736d478e/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6950e4e3e4a1b008c2fae5c3/\",\n    \"payoutProcess\": false\n}"},{"id":"5e7a87cb-f7a1-4d28-9402-7fffa49498f3","name":"400 Bad Request","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/6950e4ba5205280b71ac2010/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 28 Dec 2025 08:03:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"d5308b2a-537d-466a-8273-f754ba3491b8"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f89daa99b6a349030b23247a4977cb5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"Ed-N_b__1xPz7yrAt9mMc6JrgiZqMiuPi3uJbZ4AeuUKm-Ziiohlcw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=V90OEeQkl%2Fh028giW2T2qMbuNADZ5EvKMZG33harMVuXpmo%2BnNQm5JeDtH2802Oa8hw5kJG737sqfdiLVuvIq%2F5E5tHoRdK8Zj6OU6yO255A\"}]}"},{"key":"CF-RAY","value":"9b4f8ac7caf2f4ca-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"message\": \"PurchaseId Not found.\",\n    \"code\": \"transaction_error\"\n}"},{"id":"c5b747d6-6eea-41b1-9d6b-102b2a59462a","name":"401 Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{Session ID}/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 28 Dec 2025 08:03:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"d5308b2a-537d-466a-8273-f754ba3491b8"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f89daa99b6a349030b23247a4977cb5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"Ed-N_b__1xPz7yrAt9mMc6JrgiZqMiuPi3uJbZ4AeuUKm-Ziiohlcw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=V90OEeQkl%2Fh028giW2T2qMbuNADZ5EvKMZG33harMVuXpmo%2BnNQm5JeDtH2802Oa8hw5kJG737sqfdiLVuvIq%2F5E5tHoRdK8Zj6OU6yO255A\"}]}"},{"key":"CF-RAY","value":"9b4f8ac7caf2f4ca-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Incorrect secret_key\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"69ea342e-b6c4-4fe3-8c20-35e6ef47407c"},{"name":"Check Status - Payout","id":"4bcb75f2-b9b9-4f05-9fde-1a071b1d3daa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/getpayout/{Session ID}/","description":"<p>This API tells you about all the details of a Payout, including its history</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the payoutId or session id in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>payout_in_process</td>\n<td>payout is under Processing.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","name":"Cashier APIs","type":"folder"}},"urlObject":{"path":["getpayout","{Session ID}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a9cd6508-9f65-4a17-aa7c-c779941300f8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/getpayout/{Session ID}/"},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 27 Apr 2026 07:03:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"9be65213-e200-4ef2-831c-683022389e8b"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 ea9784182c7536f5ce15ec71cf0089d6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"SQqBgIYJCqc_HzF2NrYyoiCCGUdxGyPFZ3OzmUrrL-XBe56tKWTifA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=dRx0V9WF8UC%2FPmYeyh%2Fl2YI7rIhT15NcQDiRVHdKuzF4jjsVyYmbl2imFi%2FSpP4VpmIHsFmO0xzXUjyO1%2BwKeupdremHVjRNwtqENY%2FZxgVpN7KFFzAhSQDhOMdd62Anr2zN\"}]}"},{"key":"CF-RAY","value":"9f2bf84969fa9c85-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"payoutId\": \"65ffadb4c1c83822903a9205\",\n    \"client\": {\n        \"email\": \"user5424@example.com\",\n        \"full_name\": \"Avery Larsen\",\n        \"street_address\": \"13 Documentation Way\",\n        \"country\": \"SG\",\n        \"city\": \"Oakdale\",\n        \"zip_code\": \"123456\",\n        \"stateCode\": \"test\"\n    },\n    \"updated_on\": 1711254964,\n    \"payoutMethod\": \"Payout-BANKTRANSFER\",\n    \"beneficiaryDetail\":{\n    \"bankName\": \"DBS Bank\",      \n    \"bankAccountName\": \"test test\",\n    \"bankAccountCurrency\": \"SGD\",\n    \"bankAccountNumber\": \"12345640\",\n    \"bankCountryCode\" : \"SG\",\n    \"swiftCode\": \"DBSSSGSG\",\n    \"routing_param\" :\n    {\n        \"bankCode\": \"897678\",\n        \"bankBranchCode\" : \"888\"\n           \n    }\n     },\n    \"amountUnit\": \"MAJOR\",\n    \"amount\": 1000.0,\n    \"errorMsg\": \"Currency Account has insufficient balance.\",\n    \"purpose\": \"test payout\",\n    \"created_on\": 1711254972,\n    \"merchantRef\": \"65ffadb4c1c83822903a9205\",\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1711254964\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1711254972\n        }\n    ],\n    \"currency\": \"USD\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"}],"_postman_id":"4bcb75f2-b9b9-4f05-9fde-1a071b1d3daa"}],"id":"993d95cb-bd68-46e4-8710-cce0d0b8c198","description":"<p>Paystream Cashier is a unified payment management solution that connects with leading PSP and acquirers, offering merchants one convenient access point to simplify transaction processing and enhance efficiency.</p>\n<p>To start the cashier system, a <strong>payment session</strong> is initiated—a secure, temporary environment generated by our payment gateway. This session encapsulates all transaction details and state information before the cashier loads, overseeing the complete lifecycle of a payment attempt—from initial setup to final completion—ensuring every necessary detail is managed safely and consistently.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0511808f-62a3-44c6-b115-bc8133050abe"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"533bcf84-aabb-4ab9-8fff-08895c6e7c88"}}],"_postman_id":"993d95cb-bd68-46e4-8710-cce0d0b8c198"},{"name":"User Defined Fields (UDF)","item":[],"id":"264c654d-48da-48b5-b16c-468a6a506ed3","description":"<p>User Defined Fields (also referred to as Merchant Defined Parameters) allow you to attach custom identifiers to transactions. These identifiers can help you map transactions to your internal systems and configure advanced routing rules.</p>\n<p>Once created, you can pass the parameter in the purchases or session API using the <code>extraParam</code> object in the payload, to receive the same in the API response and the following webhooks.</p>\n<h3 id=\"adding-a-user-defined-field\">Adding a User Defined Field</h3>\n<ol>\n<li><p>Click <strong>Add Parameters</strong>.</p>\n</li>\n<li><p>Enter the <strong>Parameter Name</strong>.</p>\n</li>\n<li><p>Choose the <strong>Value Type</strong> (Numeric, String, or Boolean).</p>\n</li>\n<li><p>Click <strong>Add</strong> to save.</p>\n</li>\n</ol>\n<p>Here is how you can define UDFs in Paystream's app.</p>\n<img src=\"https://content.pstmn.io/62e1e378-30da-42d6-8bf1-eb9a3d63b443/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjEzNDAuNjkyLnBuZw==\" />\n\n<h3 id=\"using-udf-in-api-requests\">Using UDF in API Requests</h3>\n<p>Once created, you can pass the parameter in the <code>purchases</code> or <code>session</code> API using the <code>extraParam</code> object in the payload, to receive the same in the API response and the following webhooks.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"extraParam\": {\n    \"userDefinedParameter\": \"value\"\n}\n\n</code></pre>\n<h3 id=\"best-practices\">Best Practices</h3>\n<ul>\n<li><p>Use <strong>consistent naming conventions</strong> for parameters to avoid confusion across integrations.</p>\n</li>\n<li><p>Keep the number of UDFs minimal — only add fields that provide clear value (e.g., customer segment, order type, risk score).</p>\n</li>\n<li><p>Leverage UDFs in <strong>rule-based routing</strong> to optimize processing flows (e.g., route high-value transactions to a specific MID).</p>\n</li>\n<li><p>Document your UDFs internally so operations and support teams can easily reference them.</p>\n</li>\n</ul>\n<p>Note:<br />This feature is enabled only for the whitelabel merchant solution. If you are using a merchant solution, please contact your Account Manager for doing these changes.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"d5f2338e-8627-4688-bc0e-2294bc6fed37"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a9dfccad-9d83-4164-917b-47838c0f8fa6"}}],"_postman_id":"264c654d-48da-48b5-b16c-468a6a506ed3"},{"name":"Recurring Payments","item":[{"name":"Registration Flow","item":[],"id":"a96ce0fe-02aa-49a0-b7fc-a34f044d84bc","description":"<img src=\"https://content.pstmn.io/aed8483b-3304-43c4-a305-291e37c9b534/aW1hZ2UucG5n\" alt height=\"1489\" width=\"734\" />","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"23b5b4e6-408d-4cf9-b5f0-9a039cfa7787"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"10c45190-23bf-4c24-9596-3a0b04cd9ad0"}}],"_postman_id":"a96ce0fe-02aa-49a0-b7fc-a34f044d84bc"},{"name":"Recurring Flow","item":[],"id":"66a6965a-e124-4738-8a92-c04721c78539","description":"<p><strong>For cases where the Merchant handles the scheduling:</strong></p>\n<img src=\"https://content.pstmn.io/0fde3212-41fe-4574-9371-3dcc9cee33ec/aW1hZ2UucG5n\" alt height=\"541\" width=\"703\" />\n\n<p><strong>For cases where Paystream handles the scheduling:</strong></p>\n<img src=\"https://content.pstmn.io/384c80a7-159a-4777-ac2c-0bcbb4aa66a8/aW1hZ2UucG5n\" alt height=\"671\" width=\"806\" />","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4c09ef30-340f-4831-9089-c301d32b6106"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"9ac39c4d-07ea-4e37-964b-613a5d359869"}}],"_postman_id":"66a6965a-e124-4738-8a92-c04721c78539"},{"name":"APIs","item":[{"name":"Create Customer","id":"1ef9803a-7306-4712-b3c1-e7d82df9c68d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"fullName\": \"Reese Nakamura\",\n    \"emailId\": \"user7734@example.com\",\n    \"dateOfBirth\": \"1994-06-03\",\n    \"phoneNo\": \"+91 797639082\",\n    \"city\": \"Riverton\",\n    \"stateCode\": \"RJ\",\n    \"zipCode\": \"302018\",\n    \"address\": \"24 Sample Avenue\",\n    \"country\": \"IN\",\n    \"merchantCustomerId\": \"user8912@example.com\",\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer","description":"<p><strong>OVERIEW</strong></p>\n<p>The <strong>createCustomer API</strong> allows merchants to create a customer profile on Paystream when a user visits their website, facilitating a seamless payment experience by pre-filling the customer's details, on the Paystream Cashier.</p>\n<p>The API takes in customer information and returns a unique customerID that can be passed in purchase payload, eliminating the need for customers to manually enter their details during transactions.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th><strong>Required</strong></th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>merchantCustomerId</td>\n<td>String</td>\n<td>Yes</td>\n<td>unique customer ID provided by merchant. This can be email, mobile or an alphanumeric string</td>\n<td><a href=\"https://mailto:user8912@example.com\">user8912@example.com</a></td>\n</tr>\n<tr>\n<td>fullName</td>\n<td>String</td>\n<td>Yes</td>\n<td>Full name of the customer.</td>\n<td>Reese Nakamura</td>\n</tr>\n<tr>\n<td>emailId</td>\n<td>String</td>\n<td>Yes</td>\n<td>Email address of the customer.</td>\n<td><a href=\"https://mailto:user3456@example.com\">user3456@example.com</a></td>\n</tr>\n<tr>\n<td>dateOfBirth</td>\n<td>String</td>\n<td>Optional</td>\n<td>Customer's date of birth in YYYY-MM-DD format.</td>\n<td>1995-12-27</td>\n</tr>\n<tr>\n<td>phoneNo</td>\n<td>String</td>\n<td>Yes</td>\n<td>Customer's phone number. Preferred with the country code</td>\n<td>+91 797639082</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String</td>\n<td>Optional</td>\n<td>City of the customer.</td>\n<td>Riverton</td>\n</tr>\n<tr>\n<td>stateCode</td>\n<td>String</td>\n<td>Yes</td>\n<td>State code of the customer.</td>\n<td>RJ</td>\n</tr>\n<tr>\n<td>zipCode</td>\n<td>String</td>\n<td>Optional</td>\n<td>Postal code of the customer's location.</td>\n<td>302018</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String</td>\n<td>Optional</td>\n<td>Full address of the customer.</td>\n<td>24 Sample Avenue</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String</td>\n<td>Yes</td>\n<td>Country code (ISO 3166-1 alpha-2).</td>\n<td>IN</td>\n</tr>\n<tr>\n<td>custRegDate</td>\n<td>Sting</td>\n<td>Optional</td>\n<td>Customer registration date on merchant site in YYYY-MM-DD format.</td>\n<td>2023-12-27</td>\n</tr>\n<tr>\n<td>successTxn</td>\n<td>String</td>\n<td>Optional</td>\n<td>Number of successful transactions customer has carried on merchant site.</td>\n<td>32</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"user-flow\"><strong>User Flow</strong></h3>\n<ol>\n<li><p><strong>Customer visits merchant's website</strong>: The customer selects the product or service and proceeds to checkout page.</p>\n</li>\n<li><p><strong>Merchant calls the</strong> <strong><code>createCustomer</code></strong> <strong>API</strong>: The merchant sends a <code>POST</code> request to the Paystream API with the customer's details.</p>\n</li>\n<li><p><strong>Customer ID generation</strong>: Paystream processes the request and generates a unique <code>customerId</code> which is returned in the response.</p>\n</li>\n<li><p><strong>Payment Process</strong>: The merchant uses the <code>customerId</code> for subsequent session creation, ensuring the customer doesn’t need to re-enter their details for future payments.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"benefits\"><strong>Benefits</strong></h3>\n<ul>\n<li><p><strong>Seamless user experience</strong>: The customer does not have to enter their details manually for every purchase.</p>\n</li>\n<li><p><strong>Faster Checkout</strong>: The merchant can use the <code>customerId</code> for faster payment processing.</p>\n</li>\n<li><p><strong>Data Security</strong>: Customer details are stored securely and can be reused across transactions, reducing the chances of errors.</p>\n</li>\n</ul>\n<h3 id=\"implementing-createcustomer-on-merchant-site\">Implementing createCustomer on merchant site:</h3>\n<p>The <code>createCustomer</code> can be implemented on merchant site in one of two ways, depending on merchant’s integration flow:</p>\n<p><strong>At Checkout:</strong></p>\n<p>When a customer initiates the checkout process, your system should invoke the <code>createCustomer</code> API, before actually starting the session.</p>\n<ul>\n<li><p><strong>Call</strong> <strong><code>createCustomer</code></strong>: This API call generates a unique customer ID.</p>\n</li>\n<li><p><strong>Use of Customer ID:</strong> Pass the returned customer ID in Session API, when creating a payment session.</p>\n</li>\n</ul>\n<p><strong>Upon Customer Login:</strong></p>\n<p>Alternatively, merchants may choose to call <code>createCustomer</code> at the time of customer login on their site.</p>\n<ul>\n<li><p><strong>Persistent Customer Profiles:</strong> This approach can help build or maintain a persistent customer profile, ensuring the customer ID is available for any subsequent payment sessions without needing to call <code>createCustomer</code> again.</p>\n</li>\n<li><p><strong>Integration Flexibility:</strong> This is useful for merchants who want to initialize customer data early in the customer journey rather than during checkout.</p>\n</li>\n</ul>\n<p>The method you choose depends on your business requirements and how your system is architected. Regardless of when you call it, the resulting customer ID must be passed to the <code>createSession</code> API to initiate a payment session.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["customer"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ba4e7327-e86c-4e96-8b81-a1f659b9aded","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"Reese Nakamura\",\r\n    \"emailId\": \"user7734@example.com\",\r\n    \"dateOfBirth\": \"1994-06-03\",\r\n    \"phoneNo\": \"+91 797639082\",\r\n    \"city\": \"Riverton\",\r\n    \"stateCode\": \"RJ\",\r\n    \"zipCode\": \"302018\",\r\n    \"address\": \"24 Sample Avenue\",\r\n    \"country\": \"IN\",\r\n    \"merchantCustomerId\": \"user8912@example.com\",\r\n    \"CustRegDate\": \"2023-12-27\", //non-mandatory - customer registration date on merchant site\r\n    \"SuccessTxn\": \"32\", //non-mandatory - total successful customer orders on merchant site\r\n    \"extraParam\": {\r\n        \"param1\": \"value1\",\r\n        \"param2\": \"value2\",\r\n        \"param3\": \"value3\",\r\n        \"param4\": \"value4\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/customer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 31 Jan 2026 14:56:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"d248f17f-e674-4a0a-8dfe-b862eabc5cc5"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 6225fd23298b677711e0721417a30ae2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"bbu1ItT0MbY2zy91fGODaOu6WWheF2CPo7DPYkIh-lxzFZFdFDgEyw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=lUm%2FZBBs45Cas%2FwmM6M3RYhfSTKtEYd5XVPihkyRHHF92PBKUR%2BaNp5%2F65qClhn8h%2FMKHq6yiUSf2WFapmiBdVJdzE86w6J8%2B%2F7AvvxYzio%3D\"}]}"},{"key":"CF-RAY","value":"9c6a0e1fbf4657b2-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"customerId\": \"691afbc6fd96d34a8113a34d\",\n    \"merchantCustomerId\": \"user8912@example.com\",\n    \"fullName\": \"Reese Nakamura\",\n    \"emailId\": \"user7734@example.com\",\n    \"dateOfBirth\": \"1994-06-03\",\n    \"phoneNo\": \"+91 797639082\",\n    \"brandID\": \"your-brand-id\",\n    \"city\": \"Riverton\",\n    \"zipCode\": \"302018\",\n    \"address\": \"24 Sample Avenue\",\n    \"country\": \"IN\",\n    \"stateCode\": \"RJ\",\n    \"custRegDate\": \"2023-12-27\",\n    \"successTrans\": 0,\n    \"createdOn\": 1763376070,\n    \"lastUpdated\": 0,\n    \"lastActivity\": 1763376070,\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}"}],"_postman_id":"1ef9803a-7306-4712-b3c1-e7d82df9c68d"},{"name":"Get Customer","id":"62217469-8c7b-4a84-9bb9-a4c3dbb02374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"merchantCustomerId\": \"user5489@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"/customer","description":"<p>This endpoint makes an HTTP GET request to retrieve customer information from the Paystream API.</p>\n<h3 id=\"request\">Request</h3>\n<p>The request does not include any query parameters, but it uses a raw request body with the following parameter \"merchantCustomerId\", which will be the customer id on the merchant's side.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request can be documented as a JSON schema.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["customer"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5dccef7c-e2c2-49b1-add8-2822ce149a5a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"*/*","type":"text"}],"url":"/customer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 31 Jan 2026 15:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"x-session-id","value":"74520247-3540-48b2-81f9-33fd50e71e01"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Set-Cookie","value":"SESSION=NDRjYjEwZGQtNTAyMy00MDA1LWFiNTUtNTBmNmY2YWY1NjZj; Path=/; Secure; HttpOnly; SameSite=Strict"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=gy0s5195rsESyn%2B0cQcmwej6qKnbNzrAcSxW%2F%2FrtkYk52a4Lipz%2FTBcpX5IjTYOHLNsLsPeT9jJFd4rUsIPUJbu4R%2B%2BcaGEmcMT6de1u%2FVA%3D\"}]}"},{"key":"CF-RAY","value":"9c6a13d27f38a3ba-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"customerId\": \"691afbc6fd96d34a8113a34d\",\n    \"merchantCustomerId\": \"user5489@example.com\",\n    \"fullName\": \"Reese Nakamura\",\n    \"emailId\": \"user7734@example.com\",\n    \"dateOfBirth\": \"1994-06-03\",\n    \"phoneNo\": \"+91 797639082\",\n    \"brandID\": \"your-brand-id\",\n    \"city\": \"Riverton\",\n    \"zipCode\": \"302018\",\n    \"address\": \"24 Sample Avenue\",\n    \"country\": \"IN\",\n    \"stateCode\": \"RJ\",\n    \"custRegDate\": \"2023-12-27\",\n    \"successTrans\": 0,\n    \"createdOn\": 1763376070,\n    \"lastUpdated\": 0,\n    \"lastActivity\": 1763376070,\n    \"extraParam\": {\n        \"param1\": \"value1\",\n        \"param2\": \"value2\",\n        \"param3\": \"value3\",\n        \"param4\": \"value4\"\n    }\n}"}],"_postman_id":"62217469-8c7b-4a84-9bb9-a4c3dbb02374"},{"name":"Create Session (CIT)","id":"70fd2dd7-c7d3-4fd6-81b9-ba3d7b791f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"685f870cf3435a2d5b35ee08\", // mandatory\n    \"currency\": \"EUR\",\n    \"products\": [\n        {\n            \"name\": \"Product1\",\n            \"price\": \"10\"\n        },\n        {\n            \"name\": \"Product2\",\n            \"price\": \"10\"\n        }\n    ],\n    \"totalAmount\": \"21\", // optional, but if present have precedence over sum of prices.\n    \"paymentMethod\": \"VISA\", //optional\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"payment_type\": \"mandate\",\n    \"mandate\": {\n        \"mandate_max_amount\": \"5000\", // the mandated amount should be less than or equal to this amount.\n        \"amount_variability\": \"Fixed\",\n        \"start_date\": \"1598965200\", // epoch timestamp or UNIX timestamp\n        \"end_date\": \"1914141600\", // epoch timestamp or UNIX timestamp\n        \"frequency\": \"MONTHLY\",\n        \"rule\": \"on\",\n        \"value\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession","description":"<p><strong>OVERIEW</strong></p>\n<p>The <code>createSession</code> API is designed to initiate a payment session for a customer after their profile has been created via the <strong>createCustomer</strong> API. The session is automatically generated at the backend on the merchant’s checkout URL. This session allows the customer to continue with their transaction without having to manually interact with the session URL, and ensures the session remains active until the payment is completed or the session expires.</p>\n<p>This API improves the user experience by reducing transaction failures and enhancing the overall payment process, thus reducing transaction churn rates.</p>\n<h3 id=\"mandatory-parameters\">Mandatory Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>customerId</td>\n<td>String</td>\n<td>The unique ID of the customer (generated from createCustomer).</td>\n<td>6731a609b6bb5a43ad66c4a6</td>\n</tr>\n</tbody>\n</table>\n</div><p>To register a mandate, pass mandate related parameters in the Create Session API to create a mandate registration purchase. Post transaction completion, use Get Status API and Webhooks to capture mandate registration details.</p>\n<h3 id=\"additional-parameters-for-this-usecase\">Additional <strong>parameters for this usecase:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payment_type</td>\n<td>Mandatory.  <br />To be passed as \"mandate\".</td>\n</tr>\n<tr>\n<td>mandate</td>\n<td>Mandatory.  <br />This object is mandatory for mandate flow</td>\n</tr>\n<tr>\n<td>mandate.mandate_max_amount</td>\n<td>Optional  <br />Maximum amount for a mandate.</td>\n</tr>\n<tr>\n<td>mandate.amount_variability</td>\n<td>Optional  <br />Specifies whether the amount is fixed or variable for each recurrence.  <br />  <br />Possible values: Fixed or Variable</td>\n</tr>\n<tr>\n<td>mandate.start_date</td>\n<td>Mandatory  <br />Specifies the time when the mandate will start.</td>\n</tr>\n<tr>\n<td>mandate.end_date</td>\n<td>Mandatory  <br />Specifies the time when the mandate will end.</td>\n</tr>\n<tr>\n<td>mandate.frequency</td>\n<td>Mandatory  <br />Defines the frequency of mandate execution, how often a customer should be charged.  <br />  <br />Possible Values:  <br /><strong>ONETIME</strong>: This is for a one-time mandate. The customer provides authorisation to debit their account a single time for a specific amount.  <br />  <br /><strong>DAILY</strong>: Recurring mandate. The customer provides authorisation to debit their account daily for a specific amount.  <br />  <br /><strong>WEEKLY</strong>: Recurring mandate. Authorisation given by a customer to debit their account weekly once for a specified amount.  <br />  <br /><strong>FORTNIGHTLY</strong>: Recurring mandate. The customer provides authorisation to debit their account fortnightly for a specific amount.  <br />  <br /><strong>MONTHLY</strong>: Recurring mandate. The customer provides authorisation to debit their account monthly for a specific amount.  <br />  <br /><strong>BIMONTHLY</strong>: Recurring mandate. The customer provides authorisation to debit their account bimonthly for a specific amount.  <br />  <br /><strong>QUARTERLY</strong>: Recurring mandate. The customer provides authorisation to debit their account quarterly for a specific amount.  <br />  <br /><strong>HALFYEARLY</strong>: Recurring mandate. The customer provides authorisation to debit their account once in every 6 months for a specific amount.  <br />  <br /><strong>YEARLY</strong>: Recurring mandate. The customer provides authorisation to debit their account once a year for a specific amount.  <br />  <br /><strong>ASPRESENTED</strong>: For cases where the scheduling is handled by the merchant. The customer provides authorization to debit their account whenever there is an execution request.</td>\n</tr>\n<tr>\n<td>mandate.rule</td>\n<td>Optional.  <br />Indicates the recurrence rule of the mandate. This rule is not required for onetime, daily, and aspresented recurrence patterns.  <br />Possible values: on/before/after  <br />By Default: on</td>\n</tr>\n<tr>\n<td>mandate.value</td>\n<td>Conditional.  <br />The recurrence Value of the mandate.  <br />It is not required for ONETIME, DAILY and ASPRESENTED frequencies.  <br />  <br />Possible values:  <br />For WEEKLY: The value should be 1-Monday to 7-Sunday.  <br />For MONTHLY, BIMONTHLY, QUARTERLY, HALFYEARLY or YEARLY: The value should be between 1 to 30/31 days.  <br />  <br />By Default: The value will be treated as 1.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"usage-flow\"><strong>Usage Flow</strong></h3>\n<ol>\n<li><p><strong>Customer completes the</strong> <strong><code>createCustomer</code></strong> <strong>API</strong>: Once the customer is created via the <code>createCustomer</code> API, the merchant proceeds to call the <code>createSession</code> API to generate a session.</p>\n</li>\n<li><p><strong>Merchant sends</strong> <strong><code>createSession</code></strong> <strong>request</strong>: The merchant sends a <code>POST</code> request to the <code>createSession</code> API with the customer’s <code>customerId</code> and the merchant’s <code>brandId</code>.</p>\n</li>\n<li><p><strong>Session created automatically on the checkout URL</strong>: Paystream creates the session and associates it with the merchant’s checkout page. This session remains active on the backend, allowing the customer to continue the payment process without interruption.</p>\n</li>\n<li><p><strong>Customer proceeds to checkout</strong>: The customer is redirected to the checkout page as part of the merchant's payment flow, where the session is automatically validated. The session remains active for a set period, allowing the customer to complete the payment without needing to manually interact with the session URL.</p>\n</li>\n<li><p><strong>Session Expiry</strong>: The session expires after the set expiration time (<code>expiryOn</code>), ensuring the payment process is completed within the defined window. Default is 15 mins from the creation time.</p>\n</li>\n</ol>\n<hr />\n<h3 id=\"benefits\"><strong>Benefits</strong></h3>\n<ul>\n<li><p><strong>Seamless Checkout</strong>: The session URL is automatically generated and active at the backend, ensuring a smoother and uninterrupted customer experience.</p>\n</li>\n<li><p><strong>Reduced Transaction Failures</strong>: By ensuring the session remains active during the payment process, the chances of transaction failures due to session timeouts are minimized.</p>\n</li>\n<li><p><strong>Improved User Experience</strong>: The customer does not need to click on a session URL or navigate away from the page, leading to faster and more secure payment processing.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["createSession"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"051538ae-2bd7-4e42-b552-c20faf784576","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\": \"685f870cf3435a2d5b35ee08\", // mandatory\n    \"currency\": \"EUR\",\n    \"products\": [\n        {\n            \"name\": \"Product1\",\n            \"price\": \"10\"\n        },\n        {\n            \"name\": \"Product2\",\n            \"price\": \"10\"\n        }\n    ],\n    \"totalAmount\": \"21\", // optional, but if present have precedence over sum of prices.\n    \"paymentMethod\": \"VISA\", //optional\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"payment_type\": \"mandate\",\n    \"mandate\": {\n        \"mandate_max_amount\": \"5000\", // the mandated amount should be less than or equal to this amount.\n        \"amount_variability\": \"Fixed\",\n        \"start_date\": \"1598965200\", // epoch timestamp or UNIX timestamp\n        \"end_date\": \"1914141600\", // epoch timestamp or UNIX timestamp\n        \"frequency\": \"MONTHLY\",\n        \"rule\": \"on\",\n        \"value\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/createSession"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sat, 31 Jan 2026 15:03:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"a1b350a8-3571-4d8d-bc24-d101d22cd00a"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f50e53e9e947bca4dadaaf68ff4c7ea4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"PPcszsJpkuNycxcxWExDrgtmzycS3Ty-qSugN-xvzxN5XDNbUuYX4A=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=rZYK3Hg4zn%2FCuotFLtqHtD2%2F1oVqT7cNmz67YbXBCtsgOhig8X7SPRj8n%2BH9ifhPdt2TF5yERePKHIScEDWDp3BYw9aY1WM%2FmECM6XWiUQw%3D\"}]}"},{"key":"CF-RAY","value":"9c6a17f2cb21d64b-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"sessionUrl\": \"https://api.paystreamportal.com/api/v1/session/685bdefb9a1a8f16b3c4489c/\",\n    \"brandId\": \"your-brand-id\",\n    \"customerId\": \"685bdd529a1a8f16b3c445a4\",\n    \"sessionId\": \"685cc8515e3af922dd0e8c31\",\n    \"expiryOn\": 1750852223,\n    \"createdOn\": 1750851323,\n    \"expiry_in_mins\": \"86400\"\n}"}],"_postman_id":"70fd2dd7-c7d3-4fd6-81b9-ba3d7b791f00"},{"name":"Create Purchase (CIT)","id":"1430611a-2f53-443e-92a8-adcbe478f239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"LO\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"234567\",\n        \"full_name\": \"Reese Nakamura\",\n        \"phone\": \"+44 07932665877\" // optional\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"product name\",\n                \"price\": \"1\"\n            }\n        ]\n    },\n    \"merchantRef\": \"your-merchant-ref\", // optional\n    \"paymentMethod\": \"MASTER\",\n    \"brand_id\": \"your-brand-id\",\n    \"payment_type\": \"mandate\",\n    \"mandate\": {\n        \"mandate_max_amount\": \"5000\", // Conditional\n        \"amount_variability\": \"Fixed\", // optional\n        \"start_date\": \"1598965200\", // optional\n        \"end_date\": \"1914141600\", // optional\n        \"frequency\": \"MONTHLY\", // mandatory\n        \"rule\": \"on\", // optional\n        \"value\": 1 // conditional\n    },\n    \"success_redirect\": \"https://your.success.redirect.com\", // mandatory\n    \"pending_redirect\": \"https://your.pending.redirect.com\", // mandatory\n    \"failure_redirect\": \"https://your.failure.redirect.com\", // mandatory\n    \"success_callback\": \"https://your.success.callback.com\", // mandatory\n    \"failure_callback\": \"https://your.failure.callback.com\" // mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p><strong>OVERIEW</strong></p>\n<p>The <code>create Purchase</code> API is designed to initiate a payment for a merchant who doesn't want to use Paystream's cashier and wants to keep everything S2S.</p>\n<p>The merchant doesn't need to create a customer in this case and directly needs to call the purchase API and then call the S2S API after that.</p>\n<h3 id=\"additional-parameters-for-this-usecase\">Additional <strong>parameters for this usecase:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payment_type</td>\n<td>Mandatory.  <br />To be passed as \"mandate\".</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Mandatory.  <br />Example: MASTER, VISA</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory.  <br />Your brand id.</td>\n</tr>\n<tr>\n<td>mandate</td>\n<td>Mandatory.  <br />This object is mandatory for mandate flow</td>\n</tr>\n<tr>\n<td>mandate.mandate_max_amount</td>\n<td>Conditional.  <br />Mandatory when amount_variability is \"Variable\".  <br />Maximum amount for a mandate.</td>\n</tr>\n<tr>\n<td>mandate.amount_variability</td>\n<td>Optional  <br />Specifies whether the amount is fixed or variable for each recurrence.  <br />  <br />Possible values: Fixed or Variable</td>\n</tr>\n<tr>\n<td>mandate.start_date</td>\n<td>Optional  <br />Specifies the time when the mandate will start.</td>\n</tr>\n<tr>\n<td>mandate.end_date</td>\n<td>Optional  <br />Specifies the time when the mandate will end.  <br />(If not passed then indefinite)</td>\n</tr>\n<tr>\n<td>mandate.frequency</td>\n<td>Mandatory  <br />Defines the frequency of mandate execution, how often a customer should be charged.  <br />  <br />Possible Values:  <br /><strong>ONETIME</strong>: This is for a one-time mandate. The customer provides authorisation to debit their account a single time for a specific amount.  <br />  <br /><strong>DAILY</strong>: Recurring mandate. The customer provides authorisation to debit their account daily for a specific amount.  <br />  <br /><strong>WEEKLY</strong>: Recurring mandate. Authorisation given by a customer to debit their account weekly once for a specified amount.  <br />  <br /><strong>FORTNIGHTLY</strong>: Recurring mandate. The customer provides authorisation to debit their account fortnightly for a specific amount.  <br />  <br /><strong>MONTHLY</strong>: Recurring mandate. The customer provides authorisation to debit their account monthly for a specific amount.  <br />  <br /><strong>BIMONTHLY</strong>: Recurring mandate. The customer provides authorisation to debit their account bimonthly for a specific amount.  <br />  <br /><strong>QUARTERLY</strong>: Recurring mandate. The customer provides authorisation to debit their account quarterly for a specific amount.  <br />  <br /><strong>HALFYEARLY</strong>: Recurring mandate. The customer provides authorisation to debit their account once in every 6 months for a specific amount.  <br />  <br /><strong>YEARLY</strong>: Recurring mandate. The customer provides authorisation to debit their account once a year for a specific amount.  <br />  <br /><strong>ASPRESENTED</strong>: For cases where the scheduling is handled by the merchant. The customer provides authorization to debit their account whenever there is an execution request.</td>\n</tr>\n<tr>\n<td>mandate.rule</td>\n<td>Optional.  <br />Indicates the recurrence rule of the mandate. This rule is not required for onetime, daily, and aspresented recurrence patterns.  <br />Possible values: on/before/after  <br />By Default: on</td>\n</tr>\n<tr>\n<td>mandate.value</td>\n<td>Conditional.  <br />The recurrence Value of the mandate.  <br />It is not required for ONETIME, DAILY and ASPRESENTED frequencies.  <br />  <br />Possible values:  <br />For WEEKLY: The value should be 1-Monday to 7-Sunday.  <br />For MONTHLY, BIMONTHLY, QUARTERLY, HALFYEARLY or YEARLY: The value should be between 1 to 30/31 days.  <br />  <br />By Default: The value will be treated as 1.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9c1bd286-d3dc-42a8-950c-bfaf1b5b0315","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"LO\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"234567\",\n        \"full_name\": \"Reese Nakamura\",\n        \"phone\": \"+44 07932665877\" // optional\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"product name\",\n                \"price\": \"1\"\n            }\n        ]\n    },\n    \"merchantRef\": \"your-merchant-ref\", // optional\n    \"paymentMethod\": \"MASTER\",\n    \"brand_id\": \"your-brand-id\",\n    \"payment_type\": \"mandate\",\n    \"mandate\": {\n        \"mandate_max_amount\": \"5000\", // Conditional\n        \"amount_variability\": \"Fixed\", // optional\n        \"start_date\": \"1598965200\", // optional\n        \"end_date\": \"1914141600\", // optional\n        \"frequency\": \"MONTHLY\", // mandatory\n        \"rule\": \"on\", // optional\n        \"value\": 1 // conditional\n    },\n    \"success_redirect\": \"https://your.success.redirect.com\", // mandatory\n    \"pending_redirect\": \"https://your.pending.redirect.com\", // mandatory\n    \"failure_redirect\": \"https://your.failure.redirect.com\", // mandatory\n    \"success_callback\": \"https://your.success.callback.com\", // mandatory\n    \"failure_callback\": \"https://your.failure.callback.com\" // mandatory\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 30 Mar 2026 12:23:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"668295f8-5770-4492-8318-01e2d1c09664"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 b4011ac432e4f034161d5cccc8a4ac80.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"46KSjvCpG3Uv-3pzVOVedkJkacP2LZAI0m9ByboJ-rzLxQkfNNycJA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=1p%2FF34n2kiKpiE2WnCntzJPGKU28mcMx4pIFZ9F6UFZqmnoSxQEqZQ44WCu6SsOg5eYfqPqYGdhXxgBbuVLNwP5Xyc2OqoL1lTauqUylCkCPuOXJ1VRrvygGOmX9Yslw6BqJ\"}]}"},{"key":"CF-RAY","value":"9e471560fd16d6d5-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"69f8d167db7ca561ab27c484\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user5797@example.com\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"LO\"\n    },\n    \"updated_on\": 1777914215,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"VISA\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1777914215,\n    \"merchantRef\": \"69f8d167db7ca561ab27c484\",\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"product name\",\n                \"quantity\": 1.0,\n                \"price\": 5.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 5.0,\n        \"requestAmount\": 5.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"Testing\",\n        \"brand_name\": \"Testing\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {},\n        \"country\": \"\",\n        \"attempts\": []\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1777914215\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS1736\",\n    \"issued\": \"2026-05-04\",\n    \"due\": 1777914215,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"totalRefunded\": 0.0,\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"2406:b400:75:22bd:b48e:a33e:4e26:a542\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/16550278d7e374e53048b72dcf253a3a/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69f8d167db7ca561ab27c484/\",\n    \"payoutProcess\": false,\n    \"payment_type\": \"mandate\",\n    \"mandate\": {\n        \"frequency\": \"ASPRESENTED\",\n        \"rule\": \"on\",\n        \"value\": null,\n        \"mandate_max_amount\": null,\n        \"amount_variability\": \"Variable\",\n        \"end_date\": null,\n        \"mandate_status\": \"CREATED\",\n        \"mandate_id\": \"69f8d167db7ca561ab27c484\"\n    }\n}"}],"_postman_id":"1430611a-2f53-443e-92a8-adcbe478f239"},{"name":"S2S API","id":"1c37bc6b-d7d2-4685-a148-2b5af8221ae1","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/?s2s=true","description":"<p>This API would be the 2nd in sequence to call if the call to <code>/purchases/</code> was successful in step 1. and you want to do the transaction via Server-to-Server mode.</p>\n<p>The request body would contain the details of the card that's to be transacted upon.</p>\n<h3 id=\"mandatory-parameters-in-request-body\"><strong>Mandatory parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>remote_ip</td>\n<td>IP address of the customer’s device used for transaction. Helps in fraud checks and risk scoring. Ex- 203.0.113.42</td>\n</tr>\n<tr>\n<td>user_agent</td>\n<td>Full browser and operating system details captured from HTTP header. EX- Chrome/5.0 (X11; Linux x86_64)</td>\n</tr>\n<tr>\n<td>accept_header</td>\n<td>Browser’s accepted content types (from HTTP header). Used for validating request origin and device info. EX- text/html</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"essential-parameters-in-request-body\"><strong>Essential parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardholder_name</td>\n<td>Name of the cardholder</td>\n</tr>\n<tr>\n<td>card_number</td>\n<td>The card numbers Must be 10-20 characters.</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>must be greater than the current month/year.</td>\n</tr>\n<tr>\n<td>cvc</td>\n<td>3 or 4 digit</td>\n</tr>\n</tbody>\n</table>\n</div><p>**<br />Other optional parameters in request body:**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>language</td>\n<td>Preferred language of the user’s browser . EX - en-US</td>\n</tr>\n<tr>\n<td>java_enabled</td>\n<td>Indicates if Java is enabled in the browser. Helps PSPs in device profiling. Ex- true/false</td>\n</tr>\n<tr>\n<td>javascript_enabled</td>\n<td>Indicates if JavaScript is enabled in the client browser. Used for 3DS or risk-based checks. Ex- true</td>\n</tr>\n<tr>\n<td>color_depth</td>\n<td>Bit depth of the display screen. Ex- 24</td>\n</tr>\n<tr>\n<td>utc_offset</td>\n<td>Difference in minutes between local time and UTC. Used for location and timezone checks. Ex- 330</td>\n</tr>\n<tr>\n<td>screen_width</td>\n<td>Width of the device screen in pixels. Used in device profiling. Ex- 1920</td>\n</tr>\n<tr>\n<td>screen_height</td>\n<td>Height of the device screen in pixels. Ex- 1080</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Successful Response</strong></p>\n<p>If all the details are correct you'll get a 202 response with staus as Pending</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/payment/63bd0bf80fb42a076e8a4dd1/\",\n    \"method\": \"GET\"\n}\n\n</code></pre>\n<p>If the response code is 202, after receiving the response body, direct the customer to the callback_url provided in the response.</p>\n<p><strong>Errors</strong></p>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Client Ip could not be matched with Merchant Ip</td>\n</tr>\n<tr>\n<td>Invalid Card Information</td>\n</tr>\n<tr>\n<td>Card is Blocked</td>\n</tr>\n<tr>\n<td>Different Type of key used to create purchase and payment</td>\n</tr>\n<tr>\n<td>You charges setting is incomplete .Plese Contact to adminstrartor.</td>\n</tr>\n<tr>\n<td>Allowed Attempt for this Transaction has been consumed</td>\n</tr>\n<tr>\n<td>Invalid Card Expiry(Valid Format:MM/YY) must be greator than current month/year</td>\n</tr>\n<tr>\n<td>Customer profile is Blocked</td>\n</tr>\n<tr>\n<td>Customer/Card not allowed for transaction</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["p","64bff4fff63e36669499e9c8",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"s2s","value":"true"}],"variable":[]}},"response":[{"id":"30b20cf1-cb8f-4ce4-8249-f0bed16fc7ce","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","64bff4fff63e36669499e9c8",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Mon, 30 Mar 2026 12:29:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"013dfd43-0689-4d6b-a797-38281465a753"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 3b66cea026f27925ba048cc96a0885ca.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"SWosGrWkPMrZoTyRfLd6N01fBb57k60RtzFzD-r38XQXmfTQEW_SRQ=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=qC4PItJ0vJPndQ4Ni%2F0rS%2BPlrlTkj9%2F28whoJdWsDG4oYZpOnmcmYgstZyXlRLs5CC6XI1kBR7nuEUQ6t4NoE1tnrhM8iv1IV%2BvSYTxq3AryDLbD0zZlxLVKj9jllGVm3RVN\"}]}"},{"key":"CF-RAY","value":"9e471e8bcf88824e-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/api/v1/payment/64b034ecc6dccf7d329d9eb3/\",\n    \"method\": \"GET\"\n}"}],"_postman_id":"1c37bc6b-d7d2-4685-a148-2b5af8221ae1"},{"name":"Get Mandate","id":"d2ed260a-ed68-41bd-9e39-4776c583292c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate/{mandate_id or session_id}","description":"<p>This endpoint will be used to get all the details of a particular mandate. You can search for a particular mandate id or for a particular session id.</p>\n<h3 id=\"response-parameters\">Response <strong>parameters:</strong></h3>\n<ol>\n<li><p><strong>totalDeductedAmount</strong><br /> This is the total amount which is deducted from the user's account.</p>\n</li>\n<li><p><strong>recurringMandateIds</strong><br /> This object returns a list of all the MIT transactions done for the respective mandate.</p>\n</li>\n<li><p><strong>nextMandateDate</strong><br /> This is the date when the next recurring payment will happen.</p>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["mandate","{mandate_id or session_id}"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"7a785bff-4ef1-4c29-8e12-5316a9738946","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/mandate/696bd471b0c24568ade46466"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 06:56:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"b8dc3fe9-c56b-4718-a6e8-b4044e69120b"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 05a63efd5ebb043211ccf075f3a8aa68.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"UPvql_nBAvRboQG1BikwIVIHoN_m5uHLEWWErbwD0Lr7fo5x48HpaA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Tp4EtXNt4DgHuaJ2Q9BfPJURiEh05tLCWMtFCu9z05OQ7YEYP1Cf3TATCi0U0OCbQWhfsBnlVUnPsz2DBH5%2FMZIxm8AQy7eBsf%2Fnh1HJP8Q%3D\"}]}"},{"key":"CF-RAY","value":"9c6f8cad4867d6fd-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"status\": \"ACTIVE\",\n    \"frequency\": \"YEARLY\",\n    \"rule\": \"on\",\n    \"value\": 12,\n    \"totalDeductedAmount\": \"20.00\",\n    \"recurringMandateIds\": [\n        \"6973ad04fa54ee2cf14f438c\",\n        \"697ce750e6446c7babfe4727\"\n    ],\n    \"email\": \"user5847@example.com\",\n    \"nextMandateDate\": 1799778418,\n    \"customer_id\": \"68dcd9c057c92d789953fec6\",\n    \"mandate_id\": \"696bd471b0c24568ade46466\",\n    \"mandate_max_amount\": 120,\n    \"amount_variability\": \"Variable\",\n    \"start_date\": \"1768674418\",\n    \"end_date\": \"null\",\n    \"pause_start_date\": \"null\",\n    \"pause_end_date\": \"null\",\n    \"session_id\": \"696bd468b0c24568ade4645e\"\n}\n"}],"_postman_id":"d2ed260a-ed68-41bd-9e39-4776c583292c"},{"name":"Create Purchase (MIT)","id":"ca1ecff4-f648-40e3-ba1b-1e957afc4514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"685f870cf3435a2d5b35ee08\", // optional\r\n        \"email\": \"user4895@example.com\", // mandatory\r\n        \"phone\": \"+44 07932665877\", // optional\r\n        \"full_name\": \"Navya Alex\", // optional\r\n        \"street_address\": \"90 Fixture Close\", // mandatory\r\n        \"country\": \"GB\", // mandatory\r\n        \"city\": \"Milford\", // mandatory\r\n        \"zip_code\": \"234567\",  // mandatory\r\n        \"stateCode\": \"LO\" // mandatory\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"test\",\r\n                \"price\": 1\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"{{your-merchant-ref}}\", // optional\r\n    \"brand_id\": \"your-brand-id\", // mandatory\r\n    \"payment_type\": \"recurring\", // mandatory\r\n    \"mandate_id\": \"{{mandate-id}}\", // mandatory\r\n    \"success_redirect\": \"https://your.success.redirect.com\", // mandatory\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\", // optional\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\", // mandatory\r\n    \"success_callback\": \"https://your.success.callback.com\", // optional\r\n    \"failure_callback\": \"https://your.failure.callback.com\" // optional\r\n}"},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p>After the successful Mandate registration, Merchant will receive a mandate_id from Paystream that should be stored against a customer at their end.</p>\n<p>If the <strong>merchant handles their own scheduling,</strong> then for the subsequent transactions, the merchant is supposed to pass a combination of customer_id and mandate_id to do a debit. This API will perform a transaction with a PSP based on the mandate_id passed in the request.</p>\n<p>If <strong>Paystream handles the scheduling for the merchant</strong> on their behalf, then this API is not for them. The MIT transactions will be handled by Paystream from our side.</p>\n<p>Note:<br />Recurring payments should only be done if the mandate registration has been successful and the mandate is ACTIVE.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f5f5c6e0-18a6-4cec-bdf0-543ab4996a60","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"},{"key":"Accept","value":"*/*","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"customerId\": \"685f870cf3435a2d5b35ee08\", // optional\r\n        \"email\": \"user4895@example.com\", // mandatory\r\n        \"phone\": \"+44 07932665877\", // optional\r\n        \"full_name\": \"Navya Alex\", // optional\r\n        \"street_address\": \"90 Fixture Close\", // mandatory\r\n        \"country\": \"GB\", // mandatory\r\n        \"city\": \"Milford\", // mandatory\r\n        \"zip_code\": \"234567\",  // mandatory\r\n        \"stateCode\": \"LO\" // mandatory\r\n    },\r\n    \"purchase\": {\r\n        \"currency\": \"USD\",\r\n        \"products\": [\r\n            {\r\n                \"name\": \"test\",\r\n                \"price\": 1\r\n            }\r\n        ]\r\n    },\r\n    \"merchantRef\": \"{{your-merchant-ref}}\", // optional\r\n    \"brand_id\": \"your-brand-id\", // mandatory\r\n    \"payment_type\": \"recurring\", // mandatory\r\n    \"mandate_id\": \"{{mandate-id}}\", // mandatory\r\n    \"success_redirect\": \"https://your.success.redirect.com\", // mandatory\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\", // optional\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\", // mandatory\r\n    \"success_callback\": \"https://your.success.callback.com\", // optional\r\n    \"failure_callback\": \"https://your.failure.callback.com\" // optional\r\n}"},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 07:33:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"37f1854e-59ef-4553-928a-273030e84769"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 adbd5a952eb287ac84e05fd5fd42328e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"7AJkDib2VzETAS6vS-ZJxKBYVyLrDSEJQl_Tnle4M6l-IWwqo2asaA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=EtWT1DIhR3ebhY8soSvPlHMZW8ROhPoWtuiPSMSlWz3I2qU3notH7b6tEnFIyl%2B6iQZs2wFrTKESZRcMCfuxDwqNPDAccnSfvR5gjUb7kUs%3D\"}]}"},{"key":"CF-RAY","value":"9c6fc2486bdc311a-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"purchaseId\": \"69f8d407ea26ad15715ebb85\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user5293@example.com\",\n        \"date_of_birth\": \"1800-01-01\",\n        \"street_address\": \"58 Testing Lane\",\n        \"country\": \"CA\",\n        \"city\": \"Milford\",\n        \"zip_code\": \"68403\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"QLD\"\n    },\n    \"updated_on\": 1777914890,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"VISA\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1777914887,\n    \"merchantRef\": \"69f8d407ea26ad15715ebb85\",\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"gaming cards\",\n                \"quantity\": 1.0,\n                \"price\": 1.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 1.0,\n        \"requestAmount\": 1.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 1.0,\n        \"currency\": \"USD\",\n        \"net_amount\": 1.0,\n        \"fee_amount\": 0.0,\n        \"pending_amount\": 0.0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1777914887,\n        \"remote_paid_on\": 1777914887\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"Testing\",\n        \"brand_name\": \"Testing\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"04\",\n            \"amount\": 1.0,\n            \"card_issuer\": \"REVOLUT BANK UAB\",\n            \"masked_pan\": \"41659827****0724\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"CH\",\n            \"card_type\": \"DEBIT\",\n            \"cardholder_name\": \"Casey Novak\",\n            \"expiry_year\": \"31\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.57\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"CH\",\n                \"processing_time\": 1777914887,\n                \"extra\": {\n                    \"expiry_month\": \"04\",\n                    \"amount\": 1.0,\n                    \"card_issuer\": \"REVOLUT BANK UAB\",\n                    \"masked_pan\": \"41659827****0724\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"CH\",\n                    \"card_type\": \"DEBIT\",\n                    \"cardholder_name\": \"Casey Novak\",\n                    \"expiry_year\": \"31\"\n                }\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1777914887\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1777914887\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1777914890\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS1738\",\n    \"issued\": \"2026-05-04\",\n    \"due\": 1777914887,\n    \"refund_upto\": 1780503290,\n    \"cc_descriptor\": \"multitasklist\",\n    \"fraudScore\": \"0\",\n    \"trustScore\": \"0\",\n    \"extraFee\": \"0\",\n    \"totalRefunded\": 0.0,\n    \"paidOn\": 1777914890,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 1.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"2406:b400:75:22bd:b48e:a33e:4e26:a542\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/0bc9c18600980b03a08fb030726428f8/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69f8d407ea26ad15715ebb85/\",\n    \"payoutProcess\": false,\n    \"payment_type\": \"recurring\",\n    \"mandate_id\": \"69f8cfa1db7ca561ab23fed2\"\n}"}],"_postman_id":"ca1ecff4-f648-40e3-ba1b-1e957afc4514"},{"name":"Revoke Mandate","id":"cb5249d1-694f-47c9-86af-3dd06534abd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Brandid","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mandate_id\": \"685cc8515e3af922dd0e8c31\",\n    \"command\": \"revoke\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate","description":"<p>Required for cases where the Paystream is handling the scheduling of recurring payments. Use this API to revoke/cancel an ACTIVE mandate.</p>\n<p>Note:<br />Revoking a mandate should be done at the same instance this API is called. The mandate status should be updated to “REVOKED” at the same instant.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["mandate"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b6603f42-e8b0-48ae-9e4c-8cec7a988ceb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Brandid","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mandate_id\": \"685cc8515e3af922dd0e8c31\",\n    \"command\": \"revoke\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 07:35:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"4a8592fc-9fa6-4fbb-9e07-cdcd7edc5e40"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f89daa99b6a349030b23247a4977cb5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"HmEu78FCUGrOzYk6YJdjvLfy0B6-xSVbGbk0Yud_HA3Bg0EgIfBt5A=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=oMkGA9vbkd3bDC7Q9cfg5OcebtSE%2FehjdB9%2BKjGMP%2BJEyQIpOYfkAN1qKp5ByOTxfmLL6i9TB6nS8bdIIYKhIw0xHog50DJhUAPxJMEFv2M%3D\"}]}"},{"key":"CF-RAY","value":"9c6fc62b3b071e2d-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"mandateId\": \"6943aabe3f5c35b0f7849768\",\n    \"message\": \"Mandate revoked successfully\",\n    \"revokeDate\": 1769857766,\n    \"status\": \"REVOKED\"\n}"}],"_postman_id":"cb5249d1-694f-47c9-86af-3dd06534abd5"},{"name":"Pause Mandate","id":"5b01d2a3-ed43-421c-96df-b81e137075a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mandate_id\": \"685cc8515e3af922dd0e8c31\",\n    \"command\": \"pause\",\n    \"pause_start_date\": \"1761985415\",\n    \"pause_end_date\": \"1761985415\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate","description":"<p>Required for cases where the Paystream is handling the scheduling of recurring payments. Use this API to pause an ACTIVE mandate.</p>\n<h3 id=\"additional-parameters-for-this-usecase\">Additional <strong>parameters for this usecase:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>command</td>\n<td>Mandatory.  <br />To be passed as \"pause\".</td>\n</tr>\n<tr>\n<td>mandate_id</td>\n<td>Mandatory.</td>\n</tr>\n<tr>\n<td>pause_start_date</td>\n<td>Optional  <br />Date in UNIX EPOCH timestamp (UTC timezone) format, when the mandate will be paused.  <br />If not passed, Default value will be the current date.</td>\n</tr>\n<tr>\n<td>pause_end_date</td>\n<td>Mandatory  <br />Date in UNIX EPOCH timestamp (UTC timezone) format, when the mandate status will be automatically changed to ACTIVE.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note:<br />For pausing a mandate you need to keep the exact timestamp in mind.<br />If a recurring payment is scheduled between the pause_start_date and pause_end_date then it will not be executed.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["mandate"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"83b040e3-c7b6-4312-b919-e9f1e1beec71","name":"Pause Mandate","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"mandate_id\": \"685cc8515e3af922dd0e8c31\",\n    \"command\": \"pause\",\n    \"pause_start_date\": \"1761985415\",\n    \"pause_end_date\": \"1761985415\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 07:43:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"d58bc371-c0da-450a-acfe-0c3201044a0d"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1a12f863197f986ec10d35ed76e104f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"ywPaVLC1kDeRa4Z9VCMmj4E3hj0lAODhase1DUwkbaCEeCW3c2Y0Bw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=jxNgzPiQ7b3lf84TmsdZvXle8FBgBUNhmJa5W6ZgA0z943LEtK3kWUVHzpO%2B9jLRC7jxqt2Df6QyJBu3anUlhBNLpCn0uxchM1IvQNKx90c%3D\"}]}"},{"key":"CF-RAY","value":"9c6fd1258d901ff2-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"mandateId\": \"693c053feef6a6b6928b48b0\",\n    \"pauseEndDate\": 1769859769,\n    \"message\": \"Mandate paused configuration done successfully for the selected duration\",\n    \"pauseStartDate\": 1769857969,\n    \"status\": \"PAUSED\"\n}"}],"_postman_id":"5b01d2a3-ed43-421c-96df-b81e137075a0"},{"name":"List Mandates","id":"9e56d920-7ac5-4282-9cea-d043439e5b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/mandate?customerId=696bd627b0c24568ade4675e&email=user5772@example.com","description":"<p>This endpoint will be used to list all the mandates for a particular customer of a merchant.</p>\n<h3 id=\"response-parameters\">Response <strong>parameters:</strong></h3>\n<ol>\n<li><p><strong>totalDeductedAmount</strong><br /> This is the total amount which is deducted from the user's account.</p>\n</li>\n<li><p><strong>recurringMandateIds</strong><br /> This object returns a list of all the MIT transactions done for the respective mandate.</p>\n</li>\n<li><p><strong>nextMandateDate</strong><br /> This is the date when the next recurring payment will happen.</p>\n</li>\n</ol>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["mandate"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"customerId","value":"696bd627b0c24568ade4675e"},{"key":"email","value":"user5772@example.com"}],"variable":[]}},"response":[{"id":"f6d77c1e-28d4-4365-92e9-3d0c1192768e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"BrandId","value":"your-brand-id","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":{"raw":"https://api.paystreamportal.com/api/v1/mandate?customerId=696bd627b0c24568ade4675e&email=user5772@example.com","host":["https://api.paystreamportal.com/api/v1"],"path":["mandate"],"query":[{"key":"customerId","value":"696bd627b0c24568ade4675e"},{"key":"email","value":"user5772@example.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 07:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"f16548e2-fc87-44fc-bbf1-767f2c82af0c"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 9bce423254194c16408d5cf7234126e2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"ywr-KbYLgcl2CP9ZyFndEJjR7VI6jATRNoLeJen1sLm6hmk4VPBSGw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=SuOGk1BmR%2B6RDq9oMjQI0y4v%2B2wZpehSeXuXxwibUF8%2B%2Fg6CIX9K27%2F1oT205007Yq63%2BR2d2casubErbR9yDAk78NgFsX%2Bd%2FGq2v9VBBGY%3D\"}]}"},{"key":"CF-RAY","value":"9c6fd4788b13c5ce-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"mandates\": [\n        {\n            \"status\": \"ACTIVE\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"after\",\n            \"value\": 4,\n            \"totalDeductedAmount\": \"10.00\",\n            \"recurringMandateIds\": [\n                \"6973ad04fa54ee2cf14f438c\",\n                \"697ce750e6446c7babfe4727\"\n            ],\n            \"email\": \"user5772@example.com\",\n            \"nextMandateDate\": 1770398106,\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"696bc39a7bc779fac5201357\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1768670106\"\n        },\n        {\n            \"status\": \"CREATED\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"on\",\n            \"value\": 6,\n            \"totalDeductedAmount\": \"0\",\n            \"email\": \"user5772@example.com\",\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1768674855\",\n            \"session_id\": \"\"\n        },\n        {\n            \"status\": \"ACTIVE\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"after\",\n            \"value\": 4,\n            \"totalDeductedAmount\": \"0\",\n            \"email\": \"user5772@example.com\",\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"69788a5dd1ed27eeb5fb89d6\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1769507493\",\n            \"session_id\": \"\"\n        },\n        {\n            \"status\": \"ACTIVE\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"after\",\n            \"value\": 4,\n            \"totalDeductedAmount\": \"1000\",\n            \"recurringMandateIds\": [\n                \"6973ad04fa54ee2cf14f438c\",\n                \"697ce750e6446c7babfe4727\"\n            ],\n            \"email\": \"user5772@example.com\",\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"69788d2f0ea4df4fd4e6eb5b\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1769508214\",\n            \"session_id\": \"\"\n        },\n        {\n            \"status\": \"FAILED\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"after\",\n            \"value\": 4,\n            \"totalDeductedAmount\": \"0\",\n            \"email\": \"user5772@example.com\",\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"697b533b34d180d90cfb2f5f\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1769689915\",\n            \"session_id\": \"\"\n        },\n        {\n            \"status\": \"CREATED\",\n            \"frequency\": \"WEEKLY\",\n            \"rule\": \"after\",\n            \"value\": 4,\n            \"totalDeductedAmount\": \"0\",\n            \"email\": \"user5772@example.com\",\n            \"customer_id\": \"696bd627b0c24568ade4675e\",\n            \"mandate_id\": \"697de0e15d2e562bf8b4552a\",\n            \"mandate_max_amount\": 120,\n            \"amount_variability\": \"Variable\",\n            \"start_date\": \"1769857249\",\n            \"session_id\": \"\"\n        }\n    ]\n}"}],"_postman_id":"9e56d920-7ac5-4282-9cea-d043439e5b96"},{"name":"Get Status","id":"2ede7ae6-6179-4db8-b378-88d81815a8f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/","description":"<p>This API tells you about all the details of a recurring payment which occurred</p>\n<h3 id=\"mandatory\">Mandatory</h3>\n<p>you need to pass the <code>PurchaseID</code> in the API URL</p>\n<h3 id=\"possible-value-of-status\">Possible Value of Status</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paid</td>\n<td>Transaction Successful</td>\n</tr>\n<tr>\n<td>expired</td>\n<td>Purchase has Expired.</td>\n</tr>\n<tr>\n<td>error</td>\n<td>Transaction has Failed.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-examples\">Response Examples</h3>\n<p>In the response examples you can see instances of both <code>Paid</code> and <code>Error</code> Status purchases.</p>\n<h3 id=\"error-details\">Error Details</h3>\n<p>If there are any issues on the Purchase you can get more details from the <code>transaction_data.attempts.error</code> attribute of the response object</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}},"urlObject":{"path":["purchases","{purchaseId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ef3937bb-5aea-46a5-8834-826f68ef0622","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 01 Feb 2026 07:59:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"e222737a-b9e9-4562-94de-5b80b056c180"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 f89daa99b6a349030b23247a4977cb5e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"eUcDXjdNU1qDjwPQst7oM9Kbi8qYyd8sncr30-6kphukYSEGv-qwUg=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=i8qaRQprp0TLqlSo5At%2FjpQANnSZgP8iEeVFnMasIN8xyAN2mdqYXVqP3dXt2AbZRL8fj6SRWa%2BFA1dybSS8ebE5scTH8BsB6Ubx8ppJSxc%3D\"}]}"},{"key":"CF-RAY","value":"9c6fe9092c493ec9-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"purchaseId\": \"6973ad04fa54ee2cf14f438c\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user7402@example.com\",\n        \"phone\": \"0557719399\",\n        \"full_name\": \"Test user\",\n        \"date_of_birth\": \"2004-07-12\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"CA\",\n        \"city\": \"Milford\",\n        \"zip_code\": \"68403\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"tax_number\": \"+447755564318\",\n        \"bankAccountNumber\": \"1345789678\",\n        \"stateCode\": \"QLD\"\n    },\n    \"updated_on\": 1769188614,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"VISA\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"ERROR_PARSING_GROUP_ID\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1769188612,\n    \"merchantRef\": \"6973ad04fa54ee2cf14f438c\",\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"gaming cards\",\n                \"quantity\": 1.0,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"requestAmount\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"zenith\",\n        \"brand_name\": \"zenith\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"01\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"VISION BANK\",\n            \"masked_pan\": \"42222222*2222\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"SA\",\n            \"card_type\": \"DEBIT\",\n            \"cardholder_name\": \"Rowan Sharma\",\n            \"expiry_year\": \"29\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.100\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"VISA\",\n                \"processing_time\": 1769188612,\n                \"extra\": {\n                    \"amount\": 10.0,\n                    \"masked_pan\": \"VISA\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"VISA\",\n                    \"cardholder_name\": \"Test user\"\n                },\n                \"error\": {\n                    \"message\": \"This customer can not be processed !\",\n                    \"code\": \"transaction_error\"\n                }\n            },\n            {\n                \"client_ip\": \"\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"SA\",\n                \"processing_time\": 1769188613,\n                \"extra\": {\n                    \"expiry_month\": \"01\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"VISION BANK\",\n                    \"masked_pan\": \"42222222*2222\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"SA\",\n                    \"card_type\": \"DEBIT\",\n                    \"cardholder_name\": \"Rowan Sharma\",\n                    \"expiry_year\": \"29\"\n                },\n                \"error\": {\n                    \"message\": \"ERROR_PARSING_GROUP_ID\",\n                    \"code\": \"transaction_error\"\n                }\n            }\n        ]\n    },\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1769188612\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1769188612\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1769188613\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1769188613\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1769188614\n        },\n        {\n            \"status\": \"viewed\",\n            \"timestamp\": 1770016552\n        }\n    ],\n    \"viewedOn\": 1770016552,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS1841\",\n    \"issued\": \"2026-01-23\",\n    \"due\": 1769188612,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.100\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/a28ed9974a22a4cbd5f2f49cc26cc334/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6973ad04fa54ee2cf14f438c/\",\n    \"payoutProcess\": false,\n    \"payment_type\": \"internal recurring\",\n    \"mandate_id\": \"696bc39a7bc779fac5201357\"\n}"}],"_postman_id":"2ede7ae6-6179-4db8-b378-88d81815a8f1"}],"id":"2155284b-006c-4b59-bb49-90be5914112e","_postman_id":"2155284b-006c-4b59-bb49-90be5914112e","description":"","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","name":"Recurring Payments","type":"folder"}}}],"id":"ffd21edb-563a-4651-9915-a7f8da7c7a43","description":"<h1 id=\"overview\">Overview</h1>\n<p>Recurring Payments allow merchants to automatically charge customers at predefined or flexible intervals without requiring the customer to re-enter payment details each time.</p>\n<p>A <strong>Mandate</strong> represents the customer’s authorization that links their payment method to the merchant for future recurring charges. Once created, this mandate is used as a secure reference for all upcoming payments.</p>\n<p>Instead of processing every transaction as a one-time payment, merchants rely on mandates to execute recurring debits in a frictionless and compliant manner.</p>\n<p>The recurring payments may be initiated using Paystream APIs as fixed/ non-fixed intervals based on your business use case.</p>\n<p>The Paystream Subscription module (also known as Mandates) enables merchants to automate recurring billing for products and services. Unlike standard one-off transactions, this feature creates a persistent link between the merchant and the customer's payment method, allowing for future charges without requiring the customer to be present or re-enter their details.</p>\n<p>This system is built around two fundamental transaction types that define the lifecycle of a subscription:</p>\n<h3 id=\"1-mandate-registration-cit\"><strong>1. Mandate Registration (CIT)</strong></h3>\n<p>The <strong>Customer Initiated Transaction (CIT)</strong> represents the initial setup of the recurring payment mandate, during which the customer is actively present on the merchant’s website or application (in-session flow).</p>\n<p>In this flow, the merchant collects and submits the customer’s basic details along with the mandate configuration, including registration information, payment amount (fixed or variable, as applicable), and the scheduling frequency for recurring debits.</p>\n<p>As part of the setup process, the customer must explicitly provide consent for the mandate. To authenticate and activate the mandate, the customer also completes a one-time payment using the selected payment method. Once this payment is successful, the mandate is registered and becomes eligible for future automated recurring transactions as per the defined schedule.</p>\n<p><strong>Purpose</strong>:</p>\n<ul>\n<li><p>Capture customer payment details</p>\n</li>\n<li><p>Authenticate the transaction (typically via 3D Secure)</p>\n</li>\n<li><p>Collect customer consent for recurring billing</p>\n</li>\n</ul>\n<p><strong>Outcome:</strong></p>\n<ul>\n<li><p>A unique mandate_id is generated</p>\n</li>\n<li><p>This mandate acts as a secure token for all future charges</p>\n</li>\n</ul>\n<p><strong>Use Case:</strong></p>\n<p>The customer signs up for a subscription and completes the first payment</p>\n<h3 id=\"2-recurring-payments-mit\"><strong>2. Recurring Payments (MIT)</strong></h3>\n<p>The <strong>Merchant Initiated Transaction (MIT)</strong> represents the execution phase of the recurring payment lifecycle. In this stage, payments are automatically triggered by the merchant’s system or through Paystream’s built-in scheduler without requiring the customer to be actively present (off-session flow).</p>\n<p>Once a mandate is successfully registered, merchants can initiate recurring debits as per the defined schedule and payment terms. These transactions are processed seamlessly using the customer’s authorized payment method.</p>\n<p>The Paystream Mandate module provides the following benefits:</p>\n<ul>\n<li><p>Prebuilt support for a complete mandate registration experience using cards as the payment method</p>\n</li>\n<li><p>Flexible mandate setup to match different business models and customer requirements</p>\n</li>\n<li><p>Simplified execution of recurring payments through the Paystream Dashboard with minimal operational effort</p>\n</li>\n<li><p>Built-in analytics and reporting tools to monitor mandate sign-ups, payment performance, and renewals</p>\n</li>\n</ul>\n<p><strong>Purpose:</strong></p>\n<ul>\n<li>Debit the customer according to the defined schedule or usage</li>\n</ul>\n<p><strong>Mechanism:</strong></p>\n<ul>\n<li><p>Merchant (or Paystream scheduler) sends payment requests using the mandate_id</p>\n</li>\n<li><p>No card details are required again</p>\n</li>\n<li><p>Usually bypasses 3D Secure</p>\n</li>\n</ul>\n<p><strong>Use Case:</strong></p>\n<p>Monthly subscription renewal payment.</p>\n<h1 id=\"key-capabilities\"><strong>Key Capabilities</strong></h1>\n<ul>\n<li><p><strong>Flexible Scheduling:</strong> Define rigid schedules (Daily, Weekly, Monthly, Yearly) or use \"As Presented\" for irregular billing intervals.</p>\n</li>\n<li><p><strong>Amount Variability:</strong> Support for <strong>Fixed</strong> amounts (e.g., $10/month license) or <strong>Variable</strong> amounts (e.g., utility bills where the cost changes based on usage).</p>\n</li>\n<li><p><strong>Smart Management:</strong></p>\n<ul>\n<li><p><strong>Merchant Managed:</strong> You track the dates and trigger the API call when payment is due.</p>\n</li>\n<li><p><strong>Paystream Managed:</strong> You define the rules (start date, end date, frequency), and Paystream handles the execution logic.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Analytics &amp; Operations:</strong> Includes a dedicated dashboard for monitoring signup performance, renewal success rates, and managing cancellations.</p>\n</li>\n</ul>\n<p>There are 2 ways in which subscriptions are handled at Paystream’s end:</p>\n<h4 id=\"merchant-managed-scheduling\"><strong>Merchant Managed Scheduling</strong></h4>\n<p>After successfully registering the mandate, the merchant creates a subscription linked to the customer’s mandate. Based on the defined billing cycle and business logic, the merchant then triggers the Recurring Payments API according to their own payment schedule to execute automated debits.</p>\n<p>This approach allows merchants to maintain full control over when and how recurring charges are initiated.</p>\n<ul>\n<li><p>Merchant tracks payment due dates</p>\n</li>\n<li><p>Merchant triggers recurring API calls manually</p>\n</li>\n</ul>\n<p><strong>Best for:</strong></p>\n<p>Custom billing logic or internal scheduling systems.</p>\n<h4 id=\"paystream-managed-scheduling\"><strong>Paystream Managed Scheduling</strong></h4>\n<p>In this model, the merchant creates a subscription within the Paystream system and submits the recurring payment schedule, including billing frequency and timing. Based on the provided configuration, Paystream automatically manages the execution of recurring transactions as per the defined schedule.</p>\n<p>This removes the need for merchants to manually trigger each payment, ensuring consistent and timely debits while maintaining a fully automated recurring billing process</p>\n<ul>\n<li><p>Merchant defines payment rules (start date, frequency, end date)</p>\n</li>\n<li><p>Paystream automatically executes recurring charges</p>\n</li>\n</ul>\n<p><strong>Best for:</strong></p>\n<p>Standard subscription models with minimal operational overhead.</p>\n<h1 id=\"prerequisites\"><strong>Prerequisites</strong></h1>\n<p>Before starting the mandate integration, merchants must ensure that the required configurations are enabled both at the PSP level and within the Paystream system.</p>\n<h4 id=\"mandate-enablement-at-psp-level\"><strong>Mandate Enablement at PSP Level</strong></h4>\n<p>Merchants must enable mandate-related features on their respective PSP (Payment Service Provider) dashboard. This ensures that the PSP supports recurring and mandate-based transactions.</p>\n<h4 id=\"configuration-on-the-paystream-dashboard\"><strong>Configuration on the Paystream Dashboard</strong></h4>\n<ul>\n<li><p>For whitelabel merchants or those using Paystream’s whitelabel solution, the mandate support toggle must be enabled within the MID settings of the PSP configuration. This allows Paystream to recognize and route mandate transactions correctly.</p>\n</li>\n<li><p>For merchants directly onboarded with Paystream, this configuration is managed by the Paystream team. Merchants should coordinate with their account manager to ensure mandate enablement is completed.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"57205d3f-a849-4513-8d1d-486e9f648d05"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"cf5981fe-2133-4489-a7d4-ce9424508357"}}],"_postman_id":"ffd21edb-563a-4651-9915-a7f8da7c7a43"},{"name":"Transaction Reporting","item":[{"name":"List Transactions","id":"ccef1da2-d9c1-427e-b3b7-9a1331685c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"BrandId","value":"your-brand-id"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/external/transactions/list?page_no=1&page_size=10&transaction_id=69d4ba22465443878a0045ba&start_date=2025-10-29%2000%3A00%3A00%20+05%3A30&end_date=2026-04-23%2000%3A00%3A00%20+05%3A30&last_updated_start=2026-01-07%2016%3A12%3A00%20+05%3A30&last_updated_end=2026-12-07%2016%3A12%3A00%20+05%3A30&customer_id=NA&status=paid&currency=USD&is_sandbox=true","description":"<p>Fetches a paginated list of transactions. This endpoint is optimized for high-volume retrieval and returns a summary view of each transaction (ID and Status).</p>\n<h4 id=\"important-path-params-to-consider\"><strong>Important Path Params to consider:</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Fields</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page_no</td>\n<td>The index number of the page to retrieve.  <br />Zero-based indexing: The first page is 0, the second is 1, etc.  <br />Example: To get the third page of results, send page_no=2</td>\n</tr>\n<tr>\n<td>page_size</td>\n<td>The number of records to return per page.  <br />Minimum: 1  <br />Maximum: 100 (or whatever your API limit is).  <br />Usage: A larger page_size reduces the number of API calls but increases payload size.</td>\n</tr>\n<tr>\n<td>transaction_id</td>\n<td>If you want to filter with a specific transaction id. Multiple ids are not supported.  <br />If a transaction id is passed, it has the highest priority. All the below mentioned filters are ommitted.</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>If you want to filter between 2 dates.  <br />Format: 2026-01-07 16:12:00 +05:30  <br />Base timezone is in UTC.</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>If you want to filter between 2 dates  <br />Format: 2026-01-07 16:12:00 +05:30  <br />Base timezone is in UTC.</td>\n</tr>\n<tr>\n<td>last_updated_start</td>\n<td>If you want to filter with the last updated date of a transaction.  <br />Format: 2026-01-07 16:12:00 +05:30  <br />Base timezone is in UTC.</td>\n</tr>\n<tr>\n<td>last_updated_end</td>\n<td>If you want to filter with the last updated date of a transaction.  <br />Format: 2026-01-07 16:12:00 +05:30  <br />Base timezone is in UTC.</td>\n</tr>\n<tr>\n<td>customer_id</td>\n<td>If you want to filter with a specific customer id. Multiple ids are not supported.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>If you want to filter with the status.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>If you want to filter with the currency.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","transactions","list"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"10"},{"key":"transaction_id","value":"69d4ba22465443878a0045ba"},{"key":"start_date","value":"2025-10-29%2000%3A00%3A00%20+05%3A30"},{"key":"end_date","value":"2026-04-23%2000%3A00%3A00%20+05%3A30"},{"key":"last_updated_start","value":"2026-01-07%2016%3A12%3A00%20+05%3A30"},{"key":"last_updated_end","value":"2026-12-07%2016%3A12%3A00%20+05%3A30"},{"key":"customer_id","value":"NA"},{"key":"status","value":"paid"},{"key":"currency","value":"USD"},{"key":"is_sandbox","value":"true"}],"variable":[]}},"response":[{"id":"d5c1ad48-f2ff-446b-ac71-fc8b180e6484","name":"Success","originalRequest":{"method":"GET","header":[{"key":"BrandId","value":"your-brand-id"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":{"raw":"https://api.paystreamportal.com/api/v1/external/transactions/list?page_no=1&page_size=10&start_date=2025-10-29%2000%3A00%3A00%20+05%3A30&end_date=2026-04-23%2000%3A00%3A00%20+05%3A30&last_updated_start=2026-01-07%2016%3A12%3A00%20+05%3A30&last_updated_end=2026-12-07%2016%3A12%3A00%20+05%3A30&customer_id=NA&status=paid&currency=USD&is_sandbox=true","host":["https://api.paystreamportal.com/api/v1"],"path":["external","transactions","list"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"10"},{"key":"transaction_id","value":"69d4ba22465443878a0045ba","disabled":true},{"key":"start_date","value":"2025-10-29%2000%3A00%3A00%20+05%3A30"},{"key":"end_date","value":"2026-04-23%2000%3A00%3A00%20+05%3A30"},{"key":"last_updated_start","value":"2026-01-07%2016%3A12%3A00%20+05%3A30"},{"key":"last_updated_end","value":"2026-12-07%2016%3A12%3A00%20+05%3A30"},{"key":"customer_id","value":"NA"},{"key":"status","value":"paid"},{"key":"currency","value":"USD"},{"key":"is_sandbox","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 19 Apr 2026 14:11:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"c2111eb2-6314-4f0b-b546-4ae3ee123a44"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 6a91ddfdf36644f1344da228258d9082.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"lKDk7cJHKNy2cOdf_AWXk3GlUJdWC5slaGWaVfgUf1Fn0XXm7T7D7Q=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=YLhXcnCfKpMy2KQEcmek7bxnkI2lT3%2F5IQ8opo9ZpZ4E852qZoWIFsjJ%2BcmGZfTO7S1rWYnB3uzuGwMYwevQ%2F47w%2Bm6u51jrIfjuG3TDh08KGeWKRbR92ItXRYPoh1CgVmja\"}]}"},{"key":"CF-RAY","value":"9eec7f31f973c9b7-IAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"content\": [\n            {\n                \"transaction_id\": \"69e2146828bea6ca2e31bc85\",\n                \"status\": \"paid\"\n            },\n            {\n                \"transaction_id\": \"69e20fd928bea6ca2e31b17c\",\n                \"status\": \"paid\"\n            }\n        ],\n        \"currentPage\": 1,\n        \"pageSize\": 2,\n        \"totalElements\": 95,\n        \"totalPages\": 48,\n        \"first\": true,\n        \"last\": false,\n        \"hasNext\": true,\n        \"hasPrevious\": false\n    }\n}"}],"_postman_id":"ccef1da2-d9c1-427e-b3b7-9a1331685c6f"},{"name":"Get Detailed Transaction Details","id":"4c938dc5-c96c-4eed-af34-abbff7a16c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"BrandId","value":"your-brand-id"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/external/transactions/data/69e20fd928bea6ca2e31b17c?page_no=1&page_size=10&include_subtransactions=true","description":"<p>Retrieves the complete details for a specific transaction. This includes customer info, payment method details, bank response codes, and hierarchy metadata (parent/child transactions).</p>\n<h3 id=\"additional-query-parameters-for-this-usecase\">Additional query <strong>parameters for this usecase:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>include_subtransactions</td>\n<td>Mandatory.  <br />Possible Values: true/false  <br />  <br />If true, includes child transactions (e.g., recurring payments).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["external","transactions","data","69e20fd928bea6ca2e31b17c"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"10"},{"key":"include_subtransactions","value":"true"}],"variable":[]}},"response":[{"id":"edf854b6-1449-4874-89c0-b4d411bb94da","name":"Success","originalRequest":{"method":"GET","header":[{"key":"BrandId","value":"your-brand-id"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":{"raw":"https://api.paystreamportal.com/api/v1/external/transactions/data/69e20fd928bea6ca2e31b17c?page_no=1&page_size=10&include_subtransactions=true","host":["https://api.paystreamportal.com/api/v1"],"path":["external","transactions","data","69e20fd928bea6ca2e31b17c"],"query":[{"key":"page_no","value":"1"},{"key":"page_size","value":"10"},{"key":"include_subtransactions","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Sun, 19 Apr 2026 14:13:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"3d9fb1d1-b30f-4c3e-a76f-6956e3731ad3"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 64d4305f6a0418824e90908ac490184e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"COt7k0tEcVGSOSy8pTkHoOqGoG1lSgC9qz8baoKbgmPkAh5dq0GNjQ=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=hn0q1Q9Cqa9onXwzy%2F1Qeq8u4RTGt3q%2BZNFW29weO%2BOmtABh6y8XLnAH9%2FytCQEEOmNzdnvM0oPcQruiJvYqQQShCKOndiMKUnEksUPM9I9UMph4qP7s1ognTK%2BBhheXvIwO\"}]}"},{"key":"CF-RAY","value":"9eec821e0f4b172c-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"transaction_id\": \"69e20fd928bea6ca2e31b17c\",\n        \"merchant_reference\": \"69e20fd928bea6ca2e31b17c\",\n        \"customer_id\": \"NA\",\n        \"amount\": 1.0,\n        \"currency\": \"USD\",\n        \"status\": \"paid\",\n        \"session_id\": \"\",\n        \"email\": \"user1661@example.com\",\n        \"merchant_name\": \"globex12merch\",\n        \"payment_method\": \"MASTER\",\n        \"payment_flow\": \"payform\",\n        \"issuing_bank\": \"PUBLIC BANK BERHAD\",\n        \"created_at\": \"2026-04-17T10:47:53Z\",\n        \"error_reason\": \"Transaction succeeded-APPROVED\",\n        \"last_updated_at\": \"2026-04-17T10:49:14Z\",\n        \"transaction_type\": \"parent\",\n        \"fees\": [\n            {\n                \"type\": \"mdr\",\n                \"amount\": 0.00,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"decline_fee\",\n                \"amount\": 0,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"transaction_fee\",\n                \"amount\": 0.1,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"fraud_refund_fee\",\n                \"amount\": 0,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"refund_fee\",\n                \"amount\": 0,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"chargeback_fee\",\n                \"amount\": 0,\n                \"currency\": \"USD\"\n            },\n            {\n                \"type\": \"extra_fee\",\n                \"amount\": 0,\n                \"currency\": \"USD\"\n            }\n        ],\n        \"metadata\": {\n            \"has_subtransactions\": false,\n            \"total_subtransactions\": 0,\n            \"transaction_hierarchy_level\": \"parent\"\n        }\n    }\n}"}],"_postman_id":"4c938dc5-c96c-4eed-af34-abbff7a16c93"}],"id":"848315cc-37e3-49b1-ac42-04f45a4d1a84","description":"<h2 id=\"overview\">Overview</h2>\n<p>The Transaction Reporting APIs allow merchants to retrieve detailed logs of their payment activity programmatically. This is useful for:</p>\n<ul>\n<li><p><strong>Reconciliation:</strong> Matching Paystream records with your internal order system.</p>\n</li>\n<li><p><strong>Audit Trails:</strong> Tracking the status history of specific transactions.</p>\n</li>\n<li><p><strong>Data Export:</strong> Pulling transaction data into your own analytics tools.</p>\n</li>\n</ul>\n<p>There are two primary endpoints:</p>\n<ol>\n<li><p><strong>List Transactions:</strong> Retrieves a paginated list of all transactions for a specific Brand ID.</p>\n</li>\n<li><p><strong>Get Transaction Details:</strong> Retrieves the full data payload for a single transaction ID, including metadata and sub-transaction details.</p>\n</li>\n</ol>\n","_postman_id":"848315cc-37e3-49b1-ac42-04f45a4d1a84"},{"name":"Network Tokenisation","item":[{"name":"Merchant Configuration","item":[],"id":"085d9440-5def-4b4c-9b78-f25227a8b554","description":"<p>Before you can use network tokenisation in your payment flow, the feature must be enabled and configured on your merchant account. This section walks through the setup steps in the Paystream Dashboard.</p>\n<h2 id=\"enabling-network-tokenisation\">Enabling Network Tokenisation</h2>\n<p>Network tokenisation requires activation at the merchant level. Follow these steps in the Paystream Dashboard:</p>\n<ol>\n<li><p>Log in to your Paystream merchant account.</p>\n</li>\n<li><p>Navigate to Merchant Details → Allowed Services.</p>\n</li>\n<li><p>Enable “Allow Network Token” to activate tokenisation for your account.</p>\n</li>\n</ol>\n<p><strong>Admin Activation Required</strong><br />Network tokenisation must first be enabled at the platform level by your Paystream account administrator. If you do not see the “Allow Network Token” option in your dashboard, contact your Paystream account manager to request activation.</p>\n<img src=\"https://content.pstmn.io/54d205b3-fdf6-4bdf-a8a0-d39eeb472052/VW50aXRsZWQgZGVzaWduIC0gMjAyNi0wOS0xMFQxNjEyNDEuNjQ4LnBuZw==\" />\n\n<h2 id=\"paystream-token-service-setup\">Paystream Token Service Setup</h2>\n<p>After enabling network tokenisation, configure the Paystream Token Service with your merchant details:</p>\n<ol>\n<li><p>In the Paystream Dashboard, navigate to Global Settings → Paystream Token Service.</p>\n</li>\n<li><p>Fill in all the required fields accurately.</p>\n</li>\n<li><p>Enter your Category Code — this represents your merchant business type code (MCC).</p>\n</li>\n<li><p>Click Save.</p>\n</li>\n<li><p>After saving, verify that the status shows as Pending (visible in the top-right corner of the page).</p>\n</li>\n<li><p>The status will automatically update to Active or Error once your token profile is created.</p>\n</li>\n</ol>\n<img src=\"https://content.pstmn.io/19dfeb83-f55a-4f47-9b47-ecb72d33cf15/RGlyZWN0IFZhdWx0IFRha2VuIFNlcnZpY2UgKDMpLnBuZw==\" />\n\n<p><strong>Status Update Timing:</strong> The status update from Pending to Active may take up to 1 hour. Do not attempt to use tokenisation APIs until the status shows Active. If the status changes to Error, contact your Paystream account manager for resolution.</p>\n<h3 id=\"status-values\"><strong>Status Values</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Meaning</th>\n<th>Action Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pending</td>\n<td>Your token service profile has been submitted and is being provisioned.</td>\n<td>Wait for the status to update. This may take up to 1 hour.</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>Token service is live and ready to use. You can now process tokenised transactions.</td>\n<td>None — you are ready to integrate.</td>\n</tr>\n<tr>\n<td>Error</td>\n<td>There was a problem creating your token profile.</td>\n<td>Contact your Paystream account manager to resolve the issue.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"652a7bea-0e87-4fc8-ab9a-bf68fdcef25b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"85dc3cae-123a-4558-8fdb-3634cfc52436"}}],"_postman_id":"085d9440-5def-4b4c-9b78-f25227a8b554"},{"name":"APIs","item":[{"name":"List Saved Cards","id":"45bd7475-c5bc-45c7-8ebc-873c720bd0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.paystreamportal.com/listSavedCards","description":"<h2 id=\"list-saved-cards\">List Saved Cards</h2>\n<p>Retrieve all saved card tokens for a given customer. Returns the last 4 digits of each card and its associated <code>token_reference</code>.</p>\n<p>Use this API to display saved cards to the customer for selection before initiating a payment via the S2S API.</p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>customerId</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Unique identifier for the customer. Must be URL-encoded if it contains special characters. Email addresses are case-sensitive.</td>\n</tr>\n<tr>\n<td><code>brandId</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Brand id of the merchant</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-fields\">Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>card_last_four</code></td>\n<td>string</td>\n<td>Last 4 digits of the stored card. Display to the customer for card selection.</td>\n</tr>\n<tr>\n<td><code>token_reference</code></td>\n<td>string</td>\n<td>Unique reference for this saved card. Pass this in the S2S payment request or Delete Token request. Do not display to the customer.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The <code>token_reference</code> does not expire. It remains valid as long as the saved card has not been deleted.</p>\n</li>\n<li><p>Show saved cards to the customer using <code>card_last_four</code> alongside a card brand icon (Visa / Mastercard).</p>\n</li>\n<li><p>The <code>token_reference</code> should only be stored and used server-side.</p>\n</li>\n</ul>\n<h3 id=\"display-tip\">Display Tip</h3>\n<p>Show saved cards using cardlast4 alongside a card brand icon (Visa / Mastercard).<br />The token_reference should only be stored and used server-side.</p>\n","urlObject":{"protocol":"https","path":["listSavedCards"],"host":["api","paystreamportal","com"],"query":[],"variable":[]}},"response":[{"id":"8c30b526-05f7-4c75-aab2-b380d6e6dc49","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":{"raw":"https://api.paystreamportal.com/listSavedCards?customerId=user7556@example.com&brandId=fceb4dea-163c-492c-a9e6-beedd8539da8","protocol":"https","host":["api","paystreamportal","com"],"path":["listSavedCards"],"query":[{"key":"customerId","value":"user7556@example.com"},{"key":"brandId","value":"fceb4dea-163c-492c-a9e6-beedd8539da8"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"card_last_four\": \"1003\",\n        \"token_reference\": \"token_2bcf691f0f0347d6bcb38118d1bb31d5\"\n    },\n    {\n        \"card_last_four\": \"6006\",\n        \"token_reference\": \"token_e17dd98c66c14b37afaa62bd4770f915\"\n    },\n    {\n        \"card_last_four\": \"6916\",\n        \"token_reference\": \"token_7178bb7208614544a285656da38ae5ac\"\n    }\n]"}],"_postman_id":"45bd7475-c5bc-45c7-8ebc-873c720bd0c7"},{"name":"Purchase","id":"439fac55-9fa8-4aeb-8494-d6e572360cd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user6597@example.com\",\n        \"country\": \"IN\",\n        \"city\": \"Riverton\",\n        \"stateCode\": \"RJ\",\n        \"street_address\": \"1 Example Street\",\n        \"zip_code\": \"302001\",\n        \"phone\": \"9999999999\"\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Product Name\",\n                \"price\": \"10.00\"\n            }\n        ]\n    },\n    \"brand_id\": \"your-brand-id\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/api/v1/purchases","description":"<h2 id=\"purchase\">Purchase</h2>\n<p>Initiate a payment transaction. This is the standard Paystream Purchase API.</p>\n<p>When a customer completes the purchase on the Paystream checkout page and opts to save their card, Paystream provisions a network token in the background and generates a <code>token_reference</code> linked to the customer.</p>\n<h3 id=\"mandatory-parameters\">Mandatory Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>client.email</code></td>\n<td>string</td>\n<td>Customer's email address.  <br />Please send it in smallcase</td>\n</tr>\n<tr>\n<td><code>client.city</code></td>\n<td>string</td>\n<td>Customer's city.</td>\n</tr>\n<tr>\n<td><code>client.country</code></td>\n<td>string</td>\n<td>ISO-3166 Alpha-2 country code, uppercase (e.g., IN, US, SG).</td>\n</tr>\n<tr>\n<td><code>client.stateCode</code></td>\n<td>string</td>\n<td>State code, uppercase (e.g., RJ, CA, AL).</td>\n</tr>\n<tr>\n<td><code>client.street_address</code></td>\n<td>string</td>\n<td>Customer's street address.</td>\n</tr>\n<tr>\n<td><code>client.zip_code</code></td>\n<td>string</td>\n<td>Postal / ZIP code. US format: NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td><code>purchase.currency</code></td>\n<td>string</td>\n<td>ISO 4217 currency code (e.g., USD, EUR). Must be enabled on your account.</td>\n</tr>\n<tr>\n<td><code>purchase.products</code></td>\n<td>array</td>\n<td>Array of product objects with <code>name</code> and <code>price</code>.</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>string</td>\n<td>Your Paystream Brand ID from Dashboard.</td>\n</tr>\n<tr>\n<td><code>success_redirect</code></td>\n<td>string</td>\n<td>URL to redirect customer after successful payment.</td>\n</tr>\n<tr>\n<td><code>failure_redirect</code></td>\n<td>string</td>\n<td>URL to redirect customer after failed payment.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"optional-parameters\">Optional Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pending_redirect</code></td>\n<td>string</td>\n<td>URL to redirect when payment is pending.</td>\n</tr>\n<tr>\n<td><code>success_callback</code></td>\n<td>string</td>\n<td>Server-to-server webhook URL for success.</td>\n</tr>\n<tr>\n<td><code>failure_callback</code></td>\n<td>string</td>\n<td>Server-to-server webhook URL for failure.</td>\n</tr>\n<tr>\n<td><code>merchantRef</code></td>\n<td>string</td>\n<td>Your internal reference for this transaction.</td>\n</tr>\n<tr>\n<td><code>paymentMethod</code></td>\n<td>string</td>\n<td>Pre-select payment method (e.g., VISA).</td>\n</tr>\n<tr>\n<td><code>client.phone</code></td>\n<td>string</td>\n<td>Customer's phone number.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"key-response-fields\">Key Response Fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>id</code></td>\n<td>Unique purchase ID.</td>\n</tr>\n<tr>\n<td><code>checkout_url</code></td>\n<td>Redirect customer here to complete payment. Card saving happens during this step.</td>\n</tr>\n<tr>\n<td><code>direct_post_url</code></td>\n<td>URL for S2S payment submission.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Purchase status. Initially \"created\".</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"network-tokenisation--card-saving\"><strong>Network Tokenisation &amp; Card Saving</strong></h4>\n<p>When the customer completes payment via <code>checkout_url</code> and opts to save their card, Paystream provisions a network token. The <code>token_reference</code> is then available via the <strong>List Saved Cards</strong> API.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","name":"APIs","type":"folder"}},"urlObject":{"path":["api","v1","purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6b4ba7f9-493d-4373-a6e5-9f665d34b4f8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user6597@example.com\",\n        \"country\": \"IN\",\n        \"city\": \"Riverton\",\n        \"stateCode\": \"RJ\",\n        \"street_address\": \"1 Example Street\",\n        \"zip_code\": \"302001\",\n        \"phone\": \"9999999999\"\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Product Name\",\n                \"price\": \"10.00\"\n            }\n        ]\n    },\n    \"brand_id\": \"your-brand-id\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/api/v1/purchases"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"69b32e42250ac73495aefd50\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user9831@example.com\",\n        \"full_name\": \"Casey Novak\",\n        \"date_of_birth\": \"1800-01-01\",\n        \"street_address\": \"58 Testing Lane\",\n        \"country\": \"BR\",\n        \"city\": \"Westbury\",\n        \"zip_code\": \"110001\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"DL\"\n    },\n    \"updated_on\": 1773350466,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"MASTER\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1773350466,\n    \"merchantRef\": \"69b32e42250ac73495aefd50\",\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"e-commerce\",\n                \"quantity\": 1.0,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"requestAmount\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"brand\",\n        \"brand_name\": \"brand\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {},\n        \"country\": \"\",\n        \"attempts\": []\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1773350466\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"PS1060\",\n    \"issued\": \"2026-03-12\",\n    \"due\": 1773350466,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.33\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/1b73d31d178113798afa0157c8805ef0/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69b32e42250ac73495aefd50/\",\n    \"payoutProcess\": false\n}"}],"_postman_id":"439fac55-9fa8-4aeb-8494-d6e572360cd7"},{"name":"S2S Payment","id":"701b2668-7bc0-426d-9b92-e5a00b1883fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Token_reference\": \"token_7178aa7208614544a285656da38ae5ac\",\n    \"cvc\": \"791\",\n    \"remember_card\": \"off\",\n    \"remote_ip\": \"203.0.113.121\",\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\n    \"accept_header\": \"text/html\",\n    \"language\": \"en-US\",\n    \"java_enabled\": false,\n    \"javascript_enabled\": true,\n    \"color_depth\": 24,\n    \"utc_offset\": 0,\n    \"screen_width\": 1920,\n    \"screen_height\": 1080\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/api/v1/p/{{brandId}}/?s2s=true","description":"<h2 id=\"s2s-payment\">S2S Payment</h2>\n<p>Process a payment using a saved card's <code>token_reference</code>. Paystream resolves the token reference to the underlying network token and processes the payment securely. If the selected MID does not accept tokens, Paystream automatically falls back to the card number.</p>\n<h3 id=\"s2s-input-scenarios\">S2S Input Scenarios</h3>\n<p>The S2S API accepts different input types depending on the scenario:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Scenario</th>\n<th>What to Send</th>\n<th>What Paystream Does</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>New card</strong> (first-time customer)</td>\n<td>Full card details</td>\n<td>Paystream tokenises the card. If the MID supports tokens, the transaction uses the token; otherwise, the card number is used.</td>\n</tr>\n<tr>\n<td><strong>Returning customer</strong> (tokenised with Paystream)</td>\n<td><code>token_reference</code> from List Saved Cards</td>\n<td>Paystream uses the stored token and generates a new cryptogram. Falls back to card number if MID doesn't accept tokens.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token_reference</code></td>\n<td>string</td>\n<td>Conditional</td>\n<td>Token reference from List Saved Cards. Required when paying with a Paystream-tokenised card.</td>\n</tr>\n<tr>\n<td><code>cvc</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Card CVC/CVV. <strong>Required even when</strong> <strong><code>token_reference</code></strong> <strong>is provided</strong>, for 3DS authentication.</td>\n</tr>\n<tr>\n<td><code>remember_card</code></td>\n<td>string</td>\n<td>No</td>\n<td><code>\"on\"</code> to save card, <code>\"off\"</code> to skip. Use <code>\"off\"</code> with saved tokens.</td>\n</tr>\n<tr>\n<td><code>remote_ip</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Cardholder's IP address.</td>\n</tr>\n<tr>\n<td><code>user_agent</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Browser User-Agent string.</td>\n</tr>\n<tr>\n<td><code>accept_header</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Browser Accept header.</td>\n</tr>\n<tr>\n<td><code>language</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Browser language (e.g., <code>\"en-US\"</code>).</td>\n</tr>\n<tr>\n<td><code>java_enabled</code></td>\n<td>boolean</td>\n<td>Yes</td>\n<td>Java enabled in browser.</td>\n</tr>\n<tr>\n<td><code>javascript_enabled</code></td>\n<td>boolean</td>\n<td>Yes</td>\n<td>JavaScript enabled in browser.</td>\n</tr>\n<tr>\n<td><code>color_depth</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Screen colour depth.</td>\n</tr>\n<tr>\n<td><code>utc_offset</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>UTC timezone offset (minutes).</td>\n</tr>\n<tr>\n<td><code>screen_width</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Screen width (px).</td>\n</tr>\n<tr>\n<td><code>screen_height</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Screen height (px).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"token-reference-in-response\">Token Reference in Response</h3>\n<ul>\n<li><p><strong>Scenario 1</strong> (New card via S2S): <code>token_reference</code> returned in Check Status and Webhook.</p>\n</li>\n<li><p><strong>Scenario 2</strong> (Existing <code>token_reference</code>): <code>token_reference</code> returned in response and Webhook.</p>\n</li>\n</ul>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li><p>CVC is <strong>required</strong> even when using a <code>token_reference</code>.</p>\n</li>\n<li><p>All browser fields are required for 3D Secure authentication.</p>\n</li>\n<li><p>Response follows the standard Paystream payment response format.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","name":"APIs","type":"folder"}},"urlObject":{"path":["api","v1","p","{{brandId}}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"description":{"content":"<p>Must be \"true\" for server-to-server requests.</p>\n","type":"text/plain"},"key":"s2s","value":"true"}],"variable":[]}},"response":[{"id":"8638a55d-97aa-46cb-85b0-f74547f18a39","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Token_reference\": \"token_7178aa7208614544a285656da38ae5ac\",\n    \"cvc\": \"791\",\n    \"remember_card\": \"off\",\n    \"remote_ip\": \"203.0.113.121\",\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\n    \"accept_header\": \"text/html\",\n    \"language\": \"en-US\",\n    \"java_enabled\": false,\n    \"javascript_enabled\": true,\n    \"color_depth\": 24,\n    \"utc_offset\": 0,\n    \"screen_width\": 1920,\n    \"screen_height\": 1080\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/api/v1/p/6980e509b5e99e61f3bd4ccf/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["api","v1","p","6980e509b5e99e61f3bd4ccf",""],"query":[{"key":"s2s","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/api/v1/payment/64b034ecc6dccf7d329d9eb3/\",\n    \"method\": \"GET\"\n}"}],"_postman_id":"701b2668-7bc0-426d-9b92-e5a00b1883fa"},{"name":"Delete Token","id":"99100138-bd95-4d1c-926e-ceb7919f79e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/tokens/v1/deleteToken/{{token_reference}}","description":"<h2 id=\"delete-token\">Delete Token</h2>\n<p>Permanently delete a saved card and deactivate the associated network token. <strong>This action is irreversible.</strong></p>\n<h3 id=\"path-parameters\">Path Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token_reference</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The <code>token_reference</code> of the saved card to delete. Obtained from the List Saved Cards API.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li><p>Deleting a token is <strong>permanent</strong>. The <code>token_reference</code> can no longer be used for payments.</p>\n</li>\n<li><p>The associated network token is deactivated with the card network.</p>\n</li>\n<li><p>If the customer wants to pay with this card again, they will need to re-enter their card details.</p>\n</li>\n</ul>\n<h3 id=\"when-to-delete\">When to Delete</h3>\n<ul>\n<li><p>Customer explicitly requests removal of their saved card.</p>\n</li>\n<li><p>GDPR or data retention compliance when a customer closes their account.</p>\n</li>\n<li><p>Consider implementing a \"Remove Card\" option in your account management UI.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","name":"APIs","type":"folder"}},"urlObject":{"path":["tokens","v1","deleteToken","{{token_reference}}"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"402a6927-8bbc-486f-bdb7-f7c7873e8a73","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/tokens/v1/deleteToken/token_4ccea9d67d274f3db6e0be6156e09d06"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Token deleted successfully\"\n}"},{"id":"f8d6d865-c1de-40d9-b19f-20a3e7196fe9","name":"Failure","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/tokens/v1/deleteToken/token_4ccea9d67d274f3db6e0be6156e09d06"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"token_reference does not exist in the system\",\n  \"code\": \"token_reference_invalid\"\n}"}],"_postman_id":"99100138-bd95-4d1c-926e-ceb7919f79e4"},{"name":"PayOut","id":"8b23da0e-7e0d-46f4-ab1f-caf7a9a33991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"QLD\",\n        \"full_name\": \"Reese Moreau\",\n        \"street_address\": \"13 Documentation Way\",\n        \"zip_code\": \"68403\",\n        \"phone\": \"+44 9876543210\",\n        \"gender\": \"M\",\n        \"date_of_birth\": \"1970-07-10\"\n    },\n    \"purpose\": \"Testing cards payout\",\n    \"currency\": \"GBP\",\n    \"merchantRef\": \"YOUR ORDER ID\", // optional\n    \"payoutMethod\": \"PAYOUT-CARDS\",\n    \"amount\": 100.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"extraParam\": {\n        \"token_reference\": \"token_ref\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/","description":"<h2 id=\"overview\">Overview</h2>\n<p>The <strong>Original Credit Transaction (OCT)</strong>, commonly referred to as <strong>Push to Card</strong>, enables merchants to facilitate near-instantaneous fund transfers directly to a customer’s eligible Visa or Mastercard debit or credit card. Unlike traditional refund processes that can only return funds from a previous purchase, OCT allows for independent disbursements of funds to a cardholder's account.</p>\n<p>This feature is designed for high-velocity industries that require frictionless, real-time payouts, such as:</p>\n<ul>\n<li><p><strong>Gaming &amp; Betting:</strong> Real-time withdrawal of player winnings.</p>\n</li>\n<li><p><strong>Marketplaces:</strong> Payouts to sellers or service providers.</p>\n</li>\n<li><p><strong>Corporate Disbursements:</strong> Instant insurance claims, rebates, or compensation payments.</p>\n</li>\n<li><p><strong>Merchant Settlements:</strong> Faster access to processed funds for sub-merchants.</p>\n</li>\n</ul>\n<p>By utilizing the Paystream <code>/payout</code> API with the <code>PAYOUT-CARDS</code> method, you benefit from a unified orchestration layer that handles the complexities of card network routing, ensuring high success rates and global reach while maintaining the same security standards as your standard payment integrations.</p>\n<hr />\n<h2 id=\"integration-steps\">Integration Steps</h2>\n<ol>\n<li><p><strong>Enable OCT:</strong> Ensure \"Push to Card\" permissions are enabled for your merchant account in the Paystream Merchant Portal.</p>\n</li>\n<li><p><strong>Collect Card Details:</strong> Use a secure method to collect the recipient's card number and expiry date or can you Paystream's cashier to do that.</p>\n</li>\n<li><p><strong>Execute Payout:</strong> Call the <code>/payout</code> endpoint with the OCT-specific payout method.</p>\n</li>\n<li><p><strong>Handle Webhooks:</strong> Listen for the <code>paid</code> or <code>failure</code> events to update your internal records.</p>\n</li>\n</ol>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>Yes</td>\n<td>The customer's email.  <br />Please send it in small case.</td>\n</tr>\n<tr>\n<td>client.phone</td>\n<td>Yes</td>\n<td>The customer's phone number along with the country code.  <br />Example: +91 9634088651</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>Yes</td>\n<td>The customer's city.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>Yes</td>\n<td>ISO-3166 Country Code. Must be upper case. Example “SG” (Alpha2)</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>Optional</td>\n<td>Example “AL”, “XZ”. Must be in upper case.</td>\n</tr>\n<tr>\n<td>Client.street_address</td>\n<td>Optional</td>\n<td>The customer's address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>Optional</td>\n<td>The customer's ZIP or postal code. If country=US, zip format must be NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td>currency</td>\n<td>Yes</td>\n<td>ISO 4217 code for currency you want to send the transaction in.  <br />  <br />Please note, the currency has to be enabled by the account manager for your account.</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Yes</td>\n<td>amount in decimal format.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>payoutMethod</td>\n<td>Optional</td>\n<td>example: PAYOUT-CARDS</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is in pending.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Yes</td>\n<td>URL to send the user if the transactions is unsuccessful.</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>Optional</td>\n<td>The purpose of doing a payout.</td>\n</tr>\n<tr>\n<td>extraParam.token_reference</td>\n<td>Yes</td>\n<td>Paystream Token</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note:</p>\n<p>If the merchant is not PCI DSS compliant then they will need to use our <strong>cashier</strong> and we will show the user all the saved cards for him/her. Based on the card chosen, Paystream will pick up the token_reference from our Back end.</p>\n<p>If the merchant is PCI DSS compliant then they can use the payout API and send the token reference as shown above.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","name":"APIs","type":"folder"}},"urlObject":{"path":["payout",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d24f18ca-5faa-479e-9b7e-b4520ccb757a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"QLD\",\n        \"full_name\": \"Reese Moreau\",\n        \"street_address\": \"13 Documentation Way\",\n        \"zip_code\": \"68403\",\n        \"phone\": \"+44 9876543210\",\n        \"gender\": \"M\",\n        \"date_of_birth\": \"1970-07-10\"\n    },\n    \"purpose\": \"Testing cards payout\",\n    \"currency\": \"GBP\",\n    \"merchantRef\": \"YOUR ORDER ID\", // optional\n    \"payoutMethod\": \"PAYOUT-CARDS\",\n    \"amount\": 100.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"extraParam\": {\n        \"token_reference\": \"token_ref\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payout/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 13 Mar 2026 00:01:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"3ef27476-f274-4f6a-bb18-4c37e01d6dc2"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 05a63efd5ebb043211ccf075f3a8aa68.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"Iw6KuTkxZqm0RH8GJOXAh7uLEPJ6wj8OJbaFWdN_qDx31b5TSinnIA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=g%2FW8jRMDFXKvTeXNugr1sgR4%2FoTXfyEHsscr3hqeIr2aPhFEVlSs%2FGiTjFw09%2BReVDjxT2esg2Wg0fdBf4oD3snlEv4p1JkITe2l7oLC%2Bkg%3D\"}]}"},{"key":"CF-RAY","value":"9db6c366997196a2-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"payoutId\": \"6977137755e0628e3600c562\",\n    \"client\": {\n        \"email\": \"user3069@example.com\",\n        \"country\": \"GB\",\n        \"city\": \"Milford\",\n        \"stateCode\": \"QLD\",\n        \"full_name\": \"Reese Moreau\",\n        \"street_address\": \"13 Documentation Way\",\n        \"zip_code\": \"68403\",\n        \"phone\": \"+44 9876543210\",\n        \"gender\": \"M\",\n        \"date_of_birth\": \"1970-07-10\"\n    },\n    \"updated_on\": 1769411447,\n    \"extraParam\": {\n        \"token_reference\": \"token_ref\"\n    },\n    \"payoutMethod\": \"PAYOUT-CARDS\",\n    \"amountUnit\": \"MAJOR\",\n    \"amount\": 100.0,\n    \"errorMsg\": \"\",\n    \"purpose\": \"Testing cards payout\",\n    \"created_on\": 1769411447,\n    \"merchantRef\": \"YOUR ORDER ID\",\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1769411447\n        },\n        {\n            \"status\": \"payout_in_process\",\n            \"timestamp\": 1769411447\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1769411447\n        },\n\n    ],\n    \"currency\": \"GBP\",\n    \"extraFee\": \"0\",\n    \"paymentOn\": 0,\n    \"checkout_url\": \"https://api.paystreamportal.com/payout/092e59f94279a3742fa3715fe9a2112a/\",\n    \"taxAmount\": 0.0,\n    \"taxPercent\": 0.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n    \"redirectType\": \"POST\",\n    \"sessionId\": \"\",\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"trxMethod\": \"CARDS\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"}],"_postman_id":"8b23da0e-7e0d-46f4-ab1f-caf7a9a33991"}],"id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1","description":"<p>Network tokenisation in Paystream uses four APIs. Together they cover the complete flow: retrieving saved cards, initiating a purchase (with card saving), processing payments with saved tokens, and deleting tokens.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f4f94607-692e-4225-aac8-9ad5a9f15d86"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0eca75c3-6f0a-4504-9918-ca4a0c2dddc9"}}],"_postman_id":"0b1f6c38-565f-45cd-9ab3-ba41c90cf2c1"},{"name":"FAQs","item":[],"id":"a19662fe-343f-40fd-aaac-592239b49ccb","description":"<p><strong>Q1: Do I need to change my existing integration to use network tokenisation?</strong><br />No. If you already use the Paystream Purchase API and the S2S API with token_reference, your integration is already compatible. You just need to enable and configure network tokenisation in your Dashboard (see Section 3).</p>\n<p><strong>Q2: What is a token_reference?</strong><br />A token_reference (e.g., token_7178aa7208614544a285656da38aefac) is Paystream’s internal identifier for a saved card. You use it to charge the saved card or delete it. It is not the card number or the network token — Paystream manages those internally.</p>\n<p><strong>Q3: Does the token_reference expire?</strong><br />No. The token_reference does not expire. It remains valid as long as the saved card has not been deleted.</p>\n<p><strong>Q4: What happens when a customer’s card expires or is replaced?</strong></p>\n<p>The card network automatically updates the data linked to the token. Your token_reference stays the same, and payments continue to work without action from you or the customer.</p>\n<p><strong>Q5: Is CVC required even when using a token_reference?</strong><br />Yes. CVC is required even when a token_reference is provided. This is needed for 3D Secure authentication on customer-initiated transactions.</p>\n<p><strong>Q6: What if a card doesn’t support network tokenisation?</strong><br />Paystream handles this automatically. If a card is not eligible, or if the selected MID does not accept tokens, Paystream falls back to the card number. The API response and flow remain the same.</p>\n<p><strong>Q7: How long does the token service setup take?</strong><br />After saving your configuration in Dashboard → Global Settings → Paystream Token Service, the status changes to Pending. It may take up to 1 hour to update to Active. Do not use tokenisation APIs until the status is Active.</p>\n<p><strong>Q8: Are email addresses case-sensitive for token lookup?</strong><br />Yes. Email addresses are case-sensitive. Ensure consistent formatting (always lowercase) when creating and retrieving tokens to avoid duplicate or missing entries.</p>\n<p><strong>Q9: How do I delete a saved card?</strong><br />Use the Delete Token API (DELETE /tokens/v1/deleteToken/{token_reference}). This permanently removes the card and deactivates the network token.</p>\n<p><strong>Q10: Is there an additional cost?</strong><br />Pricing details are communicated by your Paystream account manager. Some card networks offer reduced interchange fees for tokenised transactions, which may offset service costs.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"fc251e2b-5306-430a-a3ab-3f078214eae8"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f55ccd16-65a4-4b57-8ec2-69d978486834"}}],"_postman_id":"a19662fe-343f-40fd-aaac-592239b49ccb"}],"id":"bfaf1a22-abd2-463d-859d-40d8ea52d9ac","description":"<h2 id=\"overview\">Overview</h2>\n<p>Paystream supports Network Tokenisation to help merchants process card payments with improved security, higher authorisation rates, and seamless card lifecycle management.</p>\n<p>Network tokenisation works entirely behind the scenes. When a cardholder saves their card during a purchase, Paystream securely provisions a network token and returns a <code>token_reference</code>. You use this reference for all future payments — you never handle actual card numbers or network tokens directly.</p>\n<h2 id=\"benefits\">Benefits</h2>\n<ul>\n<li><p><strong>Higher Approval Rates</strong> — Payments made with network tokens are recognised as more secure by issuers.</p>\n</li>\n<li><p><strong>Automatic Card Updates</strong> — Card replacements are handled silently by the card network.</p>\n</li>\n<li><p><strong>Stronger Security</strong> — Each token is merchant-specific and protected by a per-transaction cryptogram.</p>\n</li>\n<li><p><strong>Reduced PCI Burden</strong> — Store <code>token_reference</code> instead of card numbers.</p>\n</li>\n<li><p><strong>Zero Integration Overhead</strong> — Your existing API integration works as-is.</p>\n</li>\n</ul>\n<h2 id=\"api-flow\">API Flow</h2>\n<p>Network tokenisation is fully managed by Paystream. The integration follows the standard Paystream payment APIs:</p>\n<h3 id=\"the-merchant-flow\">The Merchant Flow</h3>\n<ol>\n<li><p>Call the List Saved Cards API to check if the customer has saved cards</p>\n</li>\n<li><p>If no saved cards exist, initiate a new payment via the Purchase + S2S API<br /> → If the merchant opts to save the customer card, Paystream provisions a network token<br /> → Customer completes payment<br /> → A token_reference is generated and linked to the customer and card</p>\n</li>\n<li><p>For returning customers with saved cards:<br /> → Display saved cards using cardlast4 from List Saved Cards<br /> → Customer selects a card and provides CVC<br /> → Submit token_reference + CVC via the purchase + S2S API</p>\n</li>\n<li><p>To remove a saved card, call the Delete Token API.</p>\n</li>\n</ol>\n<p>Network tokenisation happens behind the scenes with no additional API calls and no changes to your existing flow.</p>\n<ol>\n<li><p><strong>List Saved Cards</strong> — Check if the customer has saved cards</p>\n</li>\n<li><p><strong>Purchase</strong> — Initiate a new payment (customer can save card during checkout)</p>\n</li>\n<li><p><strong>S2S Payment</strong> — Charge a saved card using <code>token_reference</code></p>\n</li>\n<li><p><strong>Delete Token</strong> — Remove a saved card permanently</p>\n</li>\n</ol>\n<h3 id=\"key-takeaway\">Key Takeaway</h3>\n<p>You never see or handle the actual network token. Paystream abstracts it entirely behind the token_reference. Your integration stays simple while your customers get the security and reliability benefits of network tokenisation.</p>\n<h2 id=\"environments\">Environments</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Base URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><code>https://api.paystreamportal.com/api/v1</code>  <br />Note: set the Sandbox flag true (checked) in your merchant account. As shown in the image below</td>\n</tr>\n<tr>\n<td>Production</td>\n<td><code>https://api.paystreamportal.com/api/v1</code></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7540f35b-ab09-4ea9-b55c-ea59111f0c2b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"ac7a746f-f76e-4508-ba72-229bc60d065e"}}],"_postman_id":"bfaf1a22-abd2-463d-859d-40d8ea52d9ac"},{"name":"Pre Authorization","item":[{"name":"Prerequisites","item":[],"id":"23243f76-ccc1-4a47-8823-9841ca87c152","description":"<p>Before integrating the pre-authorisation flow, ensure you have the following:</p>\n<h3 id=\"21-account-setup\"><strong>2.1 Account Setup</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Requirement</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Paystream Merchant Account</td>\n<td>An active merchant account with API access enabled.</td>\n</tr>\n<tr>\n<td>API Key</td>\n<td>Your unique API key, available from Dashboard → API Keys.</td>\n</tr>\n<tr>\n<td>Brand ID</td>\n<td>Your brand identifier, found in Dashboard → Account Settings.</td>\n</tr>\n<tr>\n<td>Webhook URL (Recommended)</td>\n<td>A publicly accessible HTTPS endpoint to receive transaction status updates.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"22-environments\"><strong>2.2 Environments</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Base URL</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox</td>\n<td><a href=\"https://api.paystreamportal.com/api/v1\">https://api.paystreamportal.com/api/v1</a></td>\n<td>Set the Sandbox flag to true in your merchant account.</td>\n</tr>\n<tr>\n<td>Production</td>\n<td><a href=\"https://api.paystreamportal.com/api/v1\">https://api.paystreamportal.com/api/v1</a></td>\n<td>Live transactions. Ensure KYB verification is complete.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"23-authentication\"><strong>2.3 Authentication</strong></h3>\n<p>All API requests must include your API key in the request header.<br />Paystream uses bearer token authentication.</p>\n<p>Authorization: Bearer {your_api_key}</p>\n<p>Content-Type: application/json</p>\n<p>Important: Never expose your API key in client-side code or public repositories. All API calls must be made server-to-server.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"68bb6f6d-c877-49aa-a4f3-10e5a7ea6303"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"3ef8e7f4-600d-496a-bb5d-d07e07a95b44"}}],"_postman_id":"23243f76-ccc1-4a47-8823-9841ca87c152"},{"name":"Payment Flow Overview","item":[],"id":"0e143217-4797-45a9-b5e4-ffc6bbb72ec8","description":"<p>The pre-authorisation and capture flow involves three distinct stages. Below is a high-level summary of each path the transaction can follow after authorisation.</p>\n<h2 id=\"31-flow-summary\">3.1 Flow Summary</h2>\n<p>Step 1 - The merchant sends a pre-authorisation request to reserve funds on the customer’s card. If successful, the transaction enters an AUTHORISED state.</p>\n<p>Step 2a (Capture Path) - The merchant sends a capture request for the full or partial authorised amount. On success, the transaction moves to CAPTURED and funds are settled.</p>\n<p>Step 2b (Void Path) - If the merchant no longer needs to collect the payment, they send a void request. The hold is released and the transaction moves to VOIDED.</p>\n<h2 id=\"32-state-transition-diagram\"><strong>3.2 State Transition Diagram</strong></h2>\n<p>The following diagram describes all possible states:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>From State</strong></th>\n<th><strong>Action</strong></th>\n<th><strong>To State (Terminal)</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREATED</td>\n<td>Pre-Authorise</td>\n<td>PREAUTHORIZED</td>\n<td>Funds are held on the customer’s card.</td>\n</tr>\n<tr>\n<td>PREAUTHORIZED</td>\n<td>Capture (Full)</td>\n<td>PAID</td>\n<td>Full authorised amount is settled.</td>\n</tr>\n<tr>\n<td>PREAUTHORIZED</td>\n<td>Capture (Partial)</td>\n<td>PARTIALLY_CAPTURED</td>\n<td>Part of the authorised amount is settled; remainder released.</td>\n</tr>\n<tr>\n<td>PREAUTHORIZED</td>\n<td>Void</td>\n<td>CANCELLED</td>\n<td>Hold is released. No funds are collected.</td>\n</tr>\n<tr>\n<td>PREAUTHORIZED</td>\n<td>(Expiry)</td>\n<td>EXPIRED</td>\n<td>Authorisation window elapsed without capture. Funds auto-released. 30 days default.</td>\n</tr>\n<tr>\n<td>PAID</td>\n<td>Refund</td>\n<td>REFUNDED</td>\n<td>Post-capture return of funds (separate API).</td>\n</tr>\n<tr>\n<td>PARTIALLY_CAPTURED</td>\n<td>Refund</td>\n<td>PARTIALLY_REFUNDED</td>\n<td>Post partial capture return of funds (separate API).</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>ℹ️ Note</strong></p>\n<p>Once a transaction is PAID or VOIDED, it cannot be reversed through this flow. Use the Refund API for post-capture reversals.</p>\n<h2 id=\"33-authorisation-validity-periods\"><strong>3.3 Authorisation Validity Periods</strong></h2>\n<p>Card networks enforce maximum hold periods. If you do not capture within the validity window, the authorisation expires automatically and funds are released.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Card Scheme</strong></th>\n<th><strong>Standard Hold Period</strong></th>\n<th><strong>Extended Hold (if available)</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Visa</td>\n<td>7 days</td>\n<td>Up to 30 days (select MCCs)</td>\n</tr>\n<tr>\n<td>Mastercard</td>\n<td>7 days</td>\n<td>Up to 30 days (select MCCs)</td>\n</tr>\n<tr>\n<td>American Express</td>\n<td>7 days</td>\n<td>Up to 30 days</td>\n</tr>\n<tr>\n<td>Discover</td>\n<td>10 days</td>\n<td><strong>N/A</strong></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>⚠️ Best Practice</strong></p>\n<p>Capture as soon as the order is ready to ship or the service is delivered. Delaying capture increases the risk of authorisation expiry and declines.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"0a3f3125-dd6c-4178-97c2-222d69d8eb88"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"5bad024d-09b1-418a-a21f-544e105c01dc"}}],"_postman_id":"0e143217-4797-45a9-b5e4-ffc6bbb72ec8"},{"name":"APIs","item":[{"name":"Purchase","id":"023188ea-ba14-4dcd-991d-e815bb02069f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6085@example.com\",\r\n        \"country\": \"IN\",\r\n        \"city\": \"123\",\r\n        \"stateCode\": \"ca\",\r\n        \"street_address\": \"test test\",\r\n        \"zip_code\": \"234567\",\r\n        \"phone\": \"+91 9999999999\"\r\n    },\r\n    \"purchase\": {\r\n        \"products\": [\r\n            {\r\n                \"name\": \"dk\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"status\": \"created\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"skip_capture\": true,\r\n    \"merchantRef\": \"d9db7ec0-f94c-4a9d-8883-54c19c222d81\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p>Use this endpoint to authorise a payment without capturing it. This places a temporary hold on the customer’s funds for the specified amount.</p>\n<p>To Initiate a payment, the very first call to make is <code>/purchases</code> with the required data in the request body.</p>\n<p>To generate a Purchase, you are required to provide the <code>Brand ID</code> (in the request body) and <code>API key</code> (in the header) Both can be located in the Dashboard section of your merchant account login.</p>\n<p>The request body structure is shown on the request body of the example request shown here.</p>\n<p>The following (see table below) are the mandatory parameters that are required to create a purchase request.</p>\n<h3 id=\"mandatory-parameters-in-the-request-body\"><strong>Mandatory parameters in the request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>The customer's email.</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>The customer's city.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>ISO-3166 Country Code. Must be upper case. Example “SG” (Alpha2)</td>\n</tr>\n<tr>\n<td>client.stateCode</td>\n<td>Example “AL”, “XZ”. Must be in upper case.</td>\n</tr>\n<tr>\n<td>Client.street_address</td>\n<td>The customer's address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>The customer's ZIP or postal code. If country=US, zip format must be NNNNN or NNNNN-NNNN.</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>ISO 4217 code for currency you want to send the transaction in.  <br />  <br />Please note, the currency has to be enabled by the account manager for your account.</td>\n</tr>\n<tr>\n<td>purchase.products</td>\n<td>An object which contains the list of products which the customer is buying.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>The name of the product.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Price in decimal format.  <br />example 1:  <br />EUR 5 , should be sent as 5.00  <br />  <br />example 2:  <br />USD 10 and 37 cents , should be sent as 10.37</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Obtain from Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>URL to send the user if the transactions is successful.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>URL to send the user if the transactions is in pending.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>URL to send the user if the transactions is unsuccessful.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"additional-parameters-for-this-usecase\"><strong>Additional parameters for this usecase:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>skip_capture</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"essential-optional-parameters\">Essential Optional Parameters</h2>\n<h3 id=\"merchantref\">merchantRef</h3>\n<p>The <code>merchantRef</code> parameter, although not mandatory, is strongly advised for merchants to specify. Its inclusion offers two significant advantages for the merchant:</p>\n<ol>\n<li><p><strong>Prevention of Duplicate Requests:</strong> When a <code>merchantRef</code> is utilized, it acts as a unique identifier. This means that if a second purchase request is made using the same <code>merchantRef</code> (reference number), the system will recognize it and prevent duplicate transactions from occurring. This prevents unintended or duplicate purchases.</p>\n</li>\n<li><p><strong>Facilitation of Transaction Retrieval:</strong> In situations where the response from the initial purchase request times out or the 'purchaseId' isn't received, having the <code>merchantRef</code> allows the merchant to retrieve detailed transaction information. This ensures they can track and access the specific purchase details related to that reference, even if the immediate response was not received.</p>\n</li>\n</ol>\n<p>However, if the merchant does not specify the 'merchantRef' parameter, the platform will automatically assign and use an internal 'purchaseId' as a reference for that transaction.</p>\n<p>Upon successul create on a Purchase you'd get a <code>\"purchaseId\"</code> . Use this ID for the next step in Server to server call by calling <code>p/{purchaseId}/?s2s=true .</code></p>\n<h3 id=\"paymentmethod\">paymentMethod</h3>\n<p>The <code>paymentMethod</code> parameter identifies which payment solution merchant wants to use to perform a transaction. If parameter is provided, than Paystream will perform direct payment with the selected payment method instead of loading Paystream URL.</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<h3 id=\"possible-error-messages\">Possible Error Messages</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Allowed Limit for this card for particular time period has been consumed</td>\n</tr>\n<tr>\n<td>some Mandatory Parameter are missing</td>\n</tr>\n<tr>\n<td>Invalid format of Date_of_Birth [allowed format: yyyy-mm-dd]</td>\n</tr>\n<tr>\n<td>Invalid Email Format</td>\n</tr>\n<tr>\n<td>Please submit Valid Alpha2 Country Code Ex:(AF,IN) in \\\"country\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass Valid State Code</td>\n</tr>\n<tr>\n<td>Please pass valid street address in \\\"street_address\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass valid city name in \\\"city\\\" parameter</td>\n</tr>\n<tr>\n<td>Please pass valid postal Code name in \\\"zip_code\\\" parameter</td>\n</tr>\n<tr>\n<td>You are not Allowed for Live Transaction</td>\n</tr>\n<tr>\n<td>Merchant Limit is not set</td>\n</tr>\n<tr>\n<td>Minimum amount is not set for this merchant</td>\n</tr>\n<tr>\n<td>Brand not found !</td>\n</tr>\n<tr>\n<td>Your charges setting is incomplete .Plese Contact to Administrator.</td>\n</tr>\n<tr>\n<td>Only {{currencyCode}} currency is allowed.</td>\n</tr>\n<tr>\n<td>Transaction amount must be equal or greater to minimum trans amount</td>\n</tr>\n<tr>\n<td>Invalid_Parameter  <br />You'd usually get it when one or more mandatory parameters are not present in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"705e1da1-f74e-4951-99e2-77c545ad8a63","id":"705e1da1-f74e-4951-99e2-77c545ad8a63","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d5ce11b2-e05e-47b7-bd08-86d0a874beaf","name":"Purchase","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client\": {\r\n        \"email\": \"user6085@example.com\",\r\n        \"country\": \"IN\",\r\n        \"city\": \"123\",\r\n        \"stateCode\": \"ca\",\r\n        \"street_address\": \"test test\",\r\n        \"zip_code\": \"234567\",\r\n        \"phone\": \"+91 9999999999\"\r\n    },\r\n    \"purchase\": {\r\n        \"products\": [\r\n            {\r\n                \"name\": \"dk\",\r\n                \"price\": \"10\"\r\n            }\r\n        ]\r\n    },\r\n    \"status\": \"created\",\r\n    \"brand_id\": \"your-brand-id\",\r\n    \"skip_capture\": true,\r\n    \"merchantRef\": \"d9db7ec0-f94c-4a9d-8883-54c19c222d81\",\r\n    \"success_redirect\": \"https://your.success.redirect.com\",\r\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\r\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\r\n    \"success_callback\": \"https://your.success.callback.com\",\r\n    \"failure_callback\": \"https://your.failure.callback.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:22:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"64b032c3c6dccf7d329d9e7e\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user9283@example.com\",\n        \"phone\": \"\",\n        \"full_name\": \"\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"test test\",\n        \"country\": \"IN\",\n        \"city\": \"123\",\n        \"zip_code\": \"234567\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"ca\"\n    },\n    \"updated_on\": 1689268934,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1689268934,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"dk\",\n                \"quantity\": 1,\n                \"price\": 10,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1,\n        \"request_client_details\": [],\n        \"timezone\": \"America/Edmonton\",\n        \"email_message\": \"\"\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"shoes\",\n        \"brand_name\": \"shoes\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {},\n        \"country\": \"\",\n        \"attempts\": []\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1689268934\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"is_recurring_token\": false,\n    \"reference_generated\": \"PS161\",\n    \"merchantRef\":\"d9db7ec0-f94c-4a9d-8883-54c19c222d81\",\n    \"issued\": \"2023-07-13\",\n    \"due\": 1689268934,\n    \"refund_upto\": 0,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.133\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/64b032c3c6dccf7d329d9e7e/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/64b032c3c6dccf7d329d9e7e/\"\n}"}],"_postman_id":"023188ea-ba14-4dcd-991d-e815bb02069f"},{"name":"S2S","id":"185dd3ab-180b-4a7e-b38a-0fcd4a90b666","protocolProfileBehavior":{"disableUrlEncoding":false,"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/?s2s=true","description":"<p>This API would be the 2nd in sequence to call if the call to <code>/purchases/</code> was successful in step 1. and you want to do the transaction via Server-to-Server mode.</p>\n<p>The request body would contain the details of the card that's to be transacted upon.</p>\n<h3 id=\"mandatory-parameters-in-request-body\"><strong>Mandatory parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>remote_ip</td>\n<td>IP address of the customer’s device used for transaction. Helps in fraud checks and risk scoring. Ex- 203.0.113.42</td>\n</tr>\n<tr>\n<td>user_agent</td>\n<td>Full browser and operating system details captured from HTTP header. EX- Chrome/5.0 (X11; Linux x86_64)</td>\n</tr>\n<tr>\n<td>accept_header</td>\n<td>Browser’s accepted content types (from HTTP header). Used for validating request origin and device info. EX- text/html</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong><br />If you want to use token_reference for doing a card transaction, please have a look at Network Tokenisation Section.</p>\n<h3 id=\"essential-parameters-in-request-body\"><strong>Essential parameters in request body:</strong></h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardholder_name</td>\n<td>Name of the cardholder</td>\n</tr>\n<tr>\n<td>card_number</td>\n<td>The card numbers Must be 10-20 characters.</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>must be greater than the current month/year.</td>\n</tr>\n<tr>\n<td>cvc</td>\n<td>3 or 4 digit</td>\n</tr>\n</tbody>\n</table>\n</div><p>**<br />Other optional parameters in request body:**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>language</td>\n<td>Preferred language of the user’s browser . EX - en-US</td>\n</tr>\n<tr>\n<td>java_enabled</td>\n<td>Indicates if Java is enabled in the browser. Helps PSPs in device profiling. Ex- true/false</td>\n</tr>\n<tr>\n<td>javascript_enabled</td>\n<td>Indicates if JavaScript is enabled in the client browser. Used for 3DS or risk-based checks. Ex- true</td>\n</tr>\n<tr>\n<td>color_depth</td>\n<td>Bit depth of the display screen. Ex- 24</td>\n</tr>\n<tr>\n<td>utc_offset</td>\n<td>Difference in minutes between local time and UTC. Used for location and timezone checks. Ex- 330</td>\n</tr>\n<tr>\n<td>screen_width</td>\n<td>Width of the device screen in pixels. Used in device profiling. Ex- 1920</td>\n</tr>\n<tr>\n<td>screen_height</td>\n<td>Height of the device screen in pixels. Ex- 1080</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"successful-response\">Successful Response</h3>\n<p>If all the details are correct you'll get a 202 response with staus as Pending</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/payment/63bd0bf80fb42a076e8a4dd1/\",\n    \"method\": \"GET\"\n}\n\n</code></pre>\n<p>If the response code is 202, after receiving the response body, direct the customer to the callback_url provided in the response.</p>\n<h3 id=\"errors\">Errors</h3>\n<p>If there are any errors then it'll be in the format of :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"descriptive error message\",\n    \"code\": \"error_code\"\n}\n\n</code></pre>\n<p>Please see the Status Code section for further details.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Error Messages</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Client Ip could not be matched with Merchant Ip</td>\n</tr>\n<tr>\n<td>Invalid Card Information</td>\n</tr>\n<tr>\n<td>Card is Blocked</td>\n</tr>\n<tr>\n<td>Different Type of key used to create purchase and payment</td>\n</tr>\n<tr>\n<td>You charges setting is incomplete .Plese Contact to adminstrartor.</td>\n</tr>\n<tr>\n<td>Allowed Attempt for this Transaction has been consumed</td>\n</tr>\n<tr>\n<td>Invalid Card Expiry(Valid Format:MM/YY) must be greator than current month/year</td>\n</tr>\n<tr>\n<td>Customer profile is Blocked</td>\n</tr>\n<tr>\n<td>Customer/Card not allowed for transaction</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"705e1da1-f74e-4951-99e2-77c545ad8a63","id":"705e1da1-f74e-4951-99e2-77c545ad8a63","name":"APIs","type":"folder"}},"urlObject":{"path":["p","64bff4fff63e36669499e9c8",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"s2s","value":"true"}],"variable":[]}},"response":[{"id":"474962a2-43d0-4b56-a851-8cc11cc3c195","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"411111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","64bff4fff63e36669499e9c8",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 13 Jul 2023 17:31:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/api/v1/payment/64b034ecc6dccf7d329d9eb3/\",\n    \"method\": \"GET\"\n}"},{"id":"f8ad389f-6ac3-45e1-9543-d321746e630e","name":"Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"cardholder_name\": \"dk\",\r\n    \"card_number\": \"4111111111111111\",\r\n    \"expires\": \"10/23\",\r\n    \"cvc\": \"345\",\r\n    \"remember_card\": \"on\",\r\n    \"remote_ip\": \"203.0.113.121\",\r\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36\",\r\n    \"accept_header\": \"text/html\",\r\n    \"language\": \"en-US\",\r\n    \"java_enabled\": false,\r\n    \"javascript_enabled\": true,\r\n    \"color_depth\": 24,\r\n    \"utc_offset\": 0,\r\n    \"screen_width\": 1920,\r\n    \"screen_height\": 1080\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/64bff4fff63e36669499e9c8/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","64bff4fff63e36669499e9c8",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 06 Jan 2026 05:57:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"cc434220-0bcd-42c7-9078-53503b81a221"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 9bce423254194c16408d5cf7234126e2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"FgTt6KEGIk0CH79DQDOvB1tYb1pGfaz0ryIVmQ0CCpDShyhsJGuAkA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=9SnHJOEjnd1y7hArGsRLWmrk8H9ExaiR%2Fc%2BQMWhAvHlNPYCNEjS60wTjIyODXpca0ZD9%2BalkhLJ63boMGg%2B8iI6eFtXfW%2BxwGaBP1p1ZcwpA\"}]}"},{"key":"CF-RAY","value":"9b98f9f4684505e7-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Authorization header missing\",\n    \"code\": \"authentication_failed\"\n}"}],"_postman_id":"185dd3ab-180b-4a7e-b38a-0fcd4a90b666"},{"name":"Capture","id":"83f7f671-cc99-480b-a773-d36eab58a0ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\n    \"merchant_reference\": \"64534345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/69cd26b053d7b783ebf6b6e9/capture","description":"<p>After a successful pre-authorisation, use this endpoint to capture (settle) the held funds. You may capture the full authorised amount or a partial amount.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"705e1da1-f74e-4951-99e2-77c545ad8a63","id":"705e1da1-f74e-4951-99e2-77c545ad8a63","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","69cd26b053d7b783ebf6b6e9","capture"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"39f9c933-269a-45ad-82f9-addbaeca52a3","name":"Capture","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{APIKey}}"}],"body":{"mode":"raw","raw":"{\n    \"merchant_reference\": \"64534345\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/69cd26b053d7b783ebf6b6e9/capture"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 01 Apr 2026 17:16:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"72818dba-381a-449a-8351-390453ddbf72"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 3578d122de1401ebc52a7afd35dd5d0c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"zEG99N28vChcugkKEe-mJxhNgum-PAK1lcn_2mKqagcBd5deWquIjw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=EnQbeJo0VkBTF%2BqefkY%2BZ1OejkL%2BkIkR76eA5%2FtL3qaxYlOL1ehFjmSIpGl5i91OldfFB41NXeRXp3E43WxFSEhlUj7OgOqbI6eYZs%2B%2BcUBdewUDmvk46tJrDA5WO53Bib8q\"}]}"},{"key":"CF-RAY","value":"9e593e77fb953ec9-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"purchaseId\": \"69cd361053d7b783ebf7324d\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user7694@example.com\",\n        \"full_name\": \"Riley Haddad\",\n        \"date_of_birth\": \"1800-01-01\",\n        \"street_address\": \"123\",\n        \"country\": \"ZM\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"CA\"\n    },\n    \"updated_on\": 1775056447,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"MASTER,VISA,VIRTUAL-IBAN,CRYPTO-WALLET,MAYA,GCASH,QRPH,BANKTRANSFER,NETBANKING,UPI-QR,PAYPLAY,UPI-INTENT,MOBILEMONEY,GOOGLEPAY,APPLEPAY\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1775056400,\n    \"extraParam\": {\n        \"aft\": {\n            \"account_owner_address1\": \"test\",\n            \"account_owner_address2\": \"test\",\n            \"account_owner_street\": \"test\",\n            \"account_owner_postal_code\": \"123\",\n            \"account_owner_city\": \"test\",\n            \"account_owner_country\": \"UK\",\n            \"merchant_postal_code\": \"123\",\n            \"merchant_state\": \"FRA\",\n            \"acceptor_legal_name\": \"test\",\n            \"sender_address\": \"test\",\n            \"sender_city\": \"test\",\n            \"sender_state\": \"RJ\",\n            \"sender_country\": \"FRA\",\n            \"sender_name\": \"test\",\n            \"sender_account_number\": \"test\",\n            \"recipient_name\": \"test\",\n            \"bai\": \"AA\"\n        }\n    },\n    \"merchantRef\": \"69cd361053d7b783ebf7324d\",\n    \"purchase\": {\n        \"currency\": \"EUR\",\n        \"products\": [\n            {\n                \"name\": \"gaming cards\",\n                \"quantity\": 1.0,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"requestAmount\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 10.0,\n        \"currency\": \"EUR\",\n        \"net_amount\": 10.0,\n        \"fee_amount\": 0.0,\n        \"pending_amount\": 0.0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1775056410,\n        \"remote_paid_on\": 1775056410\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"ECOMTEST1\",\n        \"brand_name\": \"ECOMTEST1\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"12\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"ING BELGIUM, S.A.\",\n            \"masked_pan\": \"46401701****6658\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"BE\",\n            \"card_type\": \"CREDIT\",\n            \"cardholder_name\": \"Emerson Okafor\",\n            \"expiry_year\": \"28\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.234\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"BE\",\n                \"processing_time\": 1775056410,\n                \"extra\": {\n                    \"expiry_month\": \"12\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"ING BELGIUM, S.A.\",\n                    \"masked_pan\": \"46401701****6658\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"BE\",\n                    \"card_type\": \"CREDIT\",\n                    \"cardholder_name\": \"Emerson Okafor\",\n                    \"expiry_year\": \"28\"\n                }\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1775056400\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1775056410\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1775056410\n        },\n        {\n            \"status\": \"3DS success\",\n            \"timestamp\": 1775056424\n        },\n        {\n            \"status\": \"preauthorized\",\n            \"timestamp\": 1775056428\n        },\n        {\n            \"status\": \"capture_in_process\",\n            \"timestamp\": 1775056447\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1775056447\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": true,\n    \"reference_generated\": \"PS1673\",\n    \"issued\": \"2026-04-01\",\n    \"due\": 1775056400,\n    \"refund_upto\": 1776089649,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"pix_payload\": {},\n    \"payInDetails\": {},\n    \"paidOn\": 1775056449,\n    \"receivedAmt\": 0.0,\n    \"captureTxns\": [\n        {\n            \"captureId\": \"41e31f9f-1e98-4f4d-b48c-7d1ed488fc3f\",\n            \"purchaseId\": \"69cd361053d7b783ebf7324d\",\n            \"amount\": 10.0,\n            \"fxAmount\": 10.0,\n            \"status\": \"PAID\",\n            \"pspReference\": null,\n            \"merchantReference\": \"64534345\",\n            \"createdAt\": 1775056447,\n            \"updatedAt\": 1775056447,\n            \"whiteId\": 0,\n            \"fxCurrency\": \"EUR\",\n            \"bankMid\": \"payneticsexternal3ds\",\n            \"isTest\": false,\n            \"currency\": \"EUR\",\n            \"amountInUsd\": 11.85,\n            \"merchantName\": \"KailashMerchant\",\n            \"bankName\": \"paynatics-aft_\",\n            \"bankId\": \"532\",\n            \"trxMethod\": \"CARDS\",\n            \"rollingReserve\": 0.0,\n            \"transFees\": 0.0,\n            \"mdr\": 0.0,\n            \"isSettlementPending\": 0,\n            \"parentId\": 0,\n            \"transSettlementId\": null,\n            \"errorSettlementId\": null,\n            \"merchantId\": \"589\"\n        }\n    ],\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 10.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.234\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/47395a8217d29014a4af6b1c494ac06b/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cd361053d7b783ebf7324d/\",\n    \"payoutProcess\": false\n}"}],"_postman_id":"83f7f671-cc99-480b-a773-d36eab58a0ab"},{"name":"Cancel","id":"420d0a8e-8adf-4270-8340-ba2928268a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/69ca76dbace4fa4413db928c/cancel","description":"<p>Use this endpoint to cancel an authorised payment before it has been captured. Voiding releases the held funds back to the customer immediately.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"705e1da1-f74e-4951-99e2-77c545ad8a63","id":"705e1da1-f74e-4951-99e2-77c545ad8a63","name":"APIs","type":"folder"}},"urlObject":{"path":["purchases","69ca76dbace4fa4413db928c","cancel"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"feba9f8d-3bf0-4879-adf5-45f1d9b08ac0","name":"Cancel","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"}],"url":"https://api.paystreamportal.com/api/v1/purchases/69ca76dbace4fa4413db928c/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 01 Apr 2026 17:18:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"1c9b7d67-8dec-4e71-b35b-7952f23b67ed"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 8bd3b44b8e417f2b75cd6e631907112a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"WSuVRaHm9E64itnjsFWAyBSPCR8YOFpZr7jY-NAhT-Ae-3_bc-hNTw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=%2FOrvZsMz3WoHOQDEvKgGSADamNtnaGrILftqtr5BiqYIlUvgXZT89lPPwyXtpIDJW8BNOXjG%2FgAQmYnOUsUpQZ%2BDIVJsSDsxo4FxOEgIKcxPYcG21xgzcTNpNqbnk%2Fnw%2FEki\"}]}"},{"key":"CF-RAY","value":"9e5940bd580a07ed-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"purchaseId\": \"69cd36c353d7b783ebf743e9\",\n    \"client\": {\n        \"customerId\": \"NA\",\n        \"email\": \"user7694@example.com\",\n        \"full_name\": \"Riley Haddad\",\n        \"date_of_birth\": \"1800-01-01\",\n        \"street_address\": \"123\",\n        \"country\": \"ZM\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"234567\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"stateCode\": \"CA\"\n    },\n    \"updated_on\": 1775056649,\n    \"type\": \"purchase\",\n    \"paymentMethod\": \"MASTER,VISA,VIRTUAL-IBAN,CRYPTO-WALLET,MAYA,GCASH,QRPH,BANKTRANSFER,NETBANKING,UPI-QR,PAYPLAY,UPI-INTENT,MOBILEMONEY,GOOGLEPAY,APPLEPAY\",\n    \"amountUnit\": \"MAJOR\",\n    \"errorMsg\": \"\",\n    \"errorCode\": \"NA\",\n    \"force_recurring\": false,\n    \"created_on\": 1775056579,\n    \"extraParam\": {\n        \"aft\": {\n            \"account_owner_address1\": \"test\",\n            \"account_owner_address2\": \"test\",\n            \"account_owner_street\": \"test\",\n            \"account_owner_postal_code\": \"123\",\n            \"account_owner_city\": \"test\",\n            \"account_owner_country\": \"UK\",\n            \"merchant_postal_code\": \"123\",\n            \"merchant_state\": \"FRA\",\n            \"acceptor_legal_name\": \"test\",\n            \"sender_address\": \"test\",\n            \"sender_city\": \"test\",\n            \"sender_state\": \"RJ\",\n            \"sender_country\": \"FRA\",\n            \"sender_name\": \"test\",\n            \"sender_account_number\": \"test\",\n            \"recipient_name\": \"test\",\n            \"bai\": \"AA\"\n        }\n    },\n    \"merchantRef\": \"69cd36c353d7b783ebf743e9\",\n    \"purchase\": {\n        \"currency\": \"EUR\",\n        \"products\": [\n            {\n                \"name\": \"gaming cards\",\n                \"quantity\": 1.0,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"requestAmount\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 1.0,\n        \"taxAmount\": 0.0,\n        \"taxPercent\": 0.0,\n        \"request_client_details\": [],\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 10.0,\n        \"currency\": \"EUR\",\n        \"net_amount\": 10.0,\n        \"fee_amount\": 0.0,\n        \"pending_amount\": 0.0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1775056600,\n        \"remote_paid_on\": 1775056600\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {}\n        ],\n        \"legal_name\": \"ECOMTEST1\",\n        \"brand_name\": \"ECOMTEST1\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"12\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"JPMORGAN CHASE BANK, N.A.\",\n            \"masked_pan\": \"42000000****0000\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"US\",\n            \"card_type\": \"CREDIT\",\n            \"cardholder_name\": \"Emerson Okafor\",\n            \"expiry_year\": \"28\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.234\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"US\",\n                \"processing_time\": 1775056600,\n                \"extra\": {\n                    \"expiry_month\": \"12\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"JPMORGAN CHASE BANK, N.A.\",\n                    \"masked_pan\": \"42000000****0000\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"US\",\n                    \"card_type\": \"CREDIT\",\n                    \"cardholder_name\": \"Emerson Okafor\",\n                    \"expiry_year\": \"28\"\n                }\n            }\n        ]\n    },\n    \"status\": \"CANCELLED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1775056579\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1775056600\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1775056600\n        },\n        {\n            \"status\": \"3DS success\",\n            \"timestamp\": 1775056607\n        },\n        {\n            \"status\": \"preauthorized\",\n            \"timestamp\": 1775056611\n        },\n        {\n            \"status\": \"void_in_process\",\n            \"timestamp\": 1775056632\n        },\n        {\n            \"status\": \"preauthorized\",\n            \"timestamp\": 1775056632\n        },\n        {\n            \"status\": \"void_in_process\",\n            \"timestamp\": 1775056647\n        },\n        {\n            \"status\": \"cancelled\",\n            \"timestamp\": 1775056649\n        }\n    ],\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": true,\n    \"reference_generated\": \"PS1675\",\n    \"issued\": \"2026-04-01\",\n    \"due\": 1775056579,\n    \"refund_upto\": 1776089849,\n    \"cc_descriptor\": \"\",\n    \"fraudScore\": \"NA\",\n    \"trustScore\": \"NA\",\n    \"extraFee\": \"0\",\n    \"pix_payload\": {},\n    \"payInDetails\": {},\n    \"paidOn\": 0,\n    \"receivedAmt\": 0.0,\n    \"taxAmount\": 0.0,\n    \"surcharge\": 0.0,\n    \"surchargeType\": \"\",\n    \"sessionId\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 10.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.234\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/23182fc42998cb02b4a3e6aa5c3e26c8/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/69cd36c353d7b783ebf743e9/\",\n    \"payoutProcess\": false\n}"}],"_postman_id":"420d0a8e-8adf-4270-8340-ba2928268a86"}],"id":"705e1da1-f74e-4951-99e2-77c545ad8a63","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a73356ff-facb-49bd-a6f6-e55acd35874b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"7fc671bd-2a25-4c03-a4c3-c0a2c6f0ca88"}}],"_postman_id":"705e1da1-f74e-4951-99e2-77c545ad8a63","description":""},{"name":"Transaction Status Lifecycle","item":[],"id":"e8850581-db44-4759-937d-8eead910960e","description":"<p>Every payment processed through the pre-authorisation flow passes through a series of statuses. Understanding these statuses is critical for building robust integrations.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status</th>\n<th>Description</th>\n<th>Available Actions</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREATED</td>\n<td>Transactions are initiated by merchants.</td>\n<td>Open checkout url</td>\n</tr>\n<tr>\n<td>PENDING_EXECUTE</td>\n<td>Transaction is in processing</td>\n<td>Wait</td>\n</tr>\n<tr>\n<td>PAYMENT_IN_PROCESS</td>\n<td>Transaction is being processed by the payment network.</td>\n<td>Wait</td>\n</tr>\n<tr>\n<td>PREAUTHORIZED</td>\n<td>Funds have been successfully held. Ready for capture or void.</td>\n<td>Capture, Void</td>\n</tr>\n<tr>\n<td>CAPTURE_IN_PROCESS</td>\n<td>Capture has been inititated and is in process.</td>\n<td>Wait</td>\n</tr>\n<tr>\n<td>PAID</td>\n<td>Full authorised amount has been settled to the merchant.</td>\n<td>Refund, Partial Refund</td>\n</tr>\n<tr>\n<td>PARTIALLY_CAPTURED</td>\n<td>A portion of the authorised amount was captured. Remainder released.</td>\n<td>Refund (on captured amount), Partial Refund</td>\n</tr>\n<tr>\n<td>VOID_IN_PROCESS</td>\n<td>Authorisation was cancelled before capture and it is in process</td>\n<td>None</td>\n</tr>\n<tr>\n<td>CANCELLED</td>\n<td>Authorisation was cancelled before capture. Funds released.</td>\n<td>None</td>\n</tr>\n<tr>\n<td>EXPIRED</td>\n<td>Authorisation expired without capture. Funds auto-released.</td>\n<td>None</td>\n</tr>\n<tr>\n<td>ERROR</td>\n<td>A processing error occurred during the preauthorisation step</td>\n<td>Retry Preauth</td>\n</tr>\n<tr>\n<td>REFUNDED</td>\n<td>Post-capture return of funds (separate API).</td>\n<td>None</td>\n</tr>\n<tr>\n<td>PARTIAL_REFUNDED</td>\n<td>Post-capture return of partial funds (separate API).</td>\n<td>Partial Refund</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e8850581-db44-4759-937d-8eead910960e"},{"name":"Best Practices","item":[],"id":"ef501540-b8e0-4e60-aeb7-6d14101f32d8","description":"<h2 id=\"capture-timing\">Capture Timing</h2>\n<p>Capture payments as soon as the goods are shipped or the service is delivered. The longer you wait, the higher the risk of authorisation expiry, customer disputes, and declined captures.</p>\n<h2 id=\"idempotency\">Idempotency</h2>\n<p>Always include the X-Idempotency-Key header for all write operations (authorise, capture, void). This protects against duplicate transactions caused by network timeouts or retries.</p>\n<h2 id=\"webhook-driven-architecture\">Webhook-Driven Architecture</h2>\n<p>Do not rely solely on synchronous API responses for business logic. Implement webhook handlers to receive real-time status updates and use them as the source of truth for transaction state in your system.</p>\n<h2 id=\"error-handling\">Error Handling</h2>\n<p>Implement retry logic with exponential backoff for 5xx errors and 429 (rate limit) responses. For 4xx errors, parse the error response body and handle each error code appropriately in your application logic.</p>\n<h2 id=\"pci-compliance\">PCI Compliance</h2>\n<p>If you are handling raw card numbers, you must be PCI DSS Level 1 certified. Paystream strongly recommends using tokenised payment methods to minimise your PCI scope. Use the Paystream Cashier or client-side SDK to tokenise card details before they reach your server.</p>\n<h2 id=\"reconciliation\">Reconciliation</h2>\n<p>Use the reference field on authorise, capture, and void requests to associate Paystream transactions with your internal order system. The balances object in every response provides a real-time breakdown for reconciliation.</p>\n<h2 id=\"3d-secure\">3D Secure</h2>\n<p>Enable 3DS for all pre-authorisation requests where supported. This shifts fraud liability to the card issuer and reduces chargebacks. Paystream supports 3DS 2.x with frictionless and challenge flows.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"4a23550e-16f6-46c2-8902-f690adfbab5b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"b363632e-21a2-48bc-a473-a3a0f7aaddc7"}}],"_postman_id":"ef501540-b8e0-4e60-aeb7-6d14101f32d8"},{"name":"Frequently Asked Questions","item":[],"id":"377d1500-8a78-4f7e-8bdf-3bc3f0aae27e","description":"<p><strong>Q: Can I capture more than the authorised amount?</strong></p>\n<p><strong>A: No. The capture amount must be less than or equal to the authorised amount. If you need to charge more, you must create a new authorisation for the additional amount.</strong></p>\n<p><strong>Q: Can I perform multiple partial captures on a single authorisation?</strong></p>\n<p><strong>A: Yes. Paystream supports multiple captures per authorisation. But you will need to contact the support team for enabling the same.</strong> </p>\n<p><strong>Q: What happens if I do not capture before the authorisation expires?</strong></p>\n<p><strong>A: The authorisation automatically expires and the held funds are released back to the customer. You will receive a payment.expired webhook event. You must create a new authorisation to charge the customer.</strong></p>\n<p><strong>Q: Can I void a payment after it has been captured?</strong></p>\n<p><strong>A: No. Once a payment is captured, you must use the Refund API to return funds. The void endpoint only works for payments in AUTHORISED status.</strong></p>\n<p><strong>Q: How long does a void take to reflect on the customer’s statement?</strong></p>\n<p><strong>A: Typically, the hold is removed within 1–3 business days, depending on the issuing bank. Some banks may take up to 7 days to release the hold.</strong></p>\n<p><strong>Q: Does the customer see the pre-authorisation on their statement?</strong></p>\n<p><strong>A: Yes. The customer will see a pending charge for the authorised amount. This pending charge is released upon void or expiry, or replaced by the final charge upon capture.</strong></p>\n<p><strong>Q: Can I use pre-authorisation with non-card payment methods?</strong></p>\n<p><strong>A: Pre-authorisation is primarily supported for card payments. Support for alternative payment methods varies. Check the Paystream payment methods documentation for details.</strong></p>\n<p><strong>Q: Is 3D Secure required for pre-authorisations?</strong></p>\n<p><strong>A: 3DS is not required but is strongly recommended. It reduces fraud liability and chargeback risk. Paystream supports 3DS on all card pre-authorisation requests.</strong></p>\n","_postman_id":"377d1500-8a78-4f7e-8bdf-3bc3f0aae27e"}],"id":"142fa7bc-2364-47af-99a4-31b32fedbb98","description":"<h1 id=\"overview\"><strong>Overview</strong></h1>\n<p>Pre-authorisation (also known as \"auth only\") is a two-step payment process where a merchant first reserves (holds) funds on a customer’s payment method without immediately capturing the amount. This allows the merchant to verify fund availability before fulfilling an order, then capture (settle) the payment at a later time — or void (cancel) the hold if the order is not fulfilled.</p>\n<h2 id=\"when-to-use-pre-authorisation\"><strong>When to Use Pre-Authorisation</strong></h2>\n<p>Pre-authorisation is ideal for scenarios where the final transaction amount may change, or where goods/services are not delivered immediately. Common use cases include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Use Case</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>E-Commerce</td>\n<td>Authorise at checkout; capture when the order ships. Void if the item is out of stock.</td>\n</tr>\n<tr>\n<td>Hospitality</td>\n<td>Pre-authorise the estimated room charge at check-in; adjust and capture at checkout.</td>\n</tr>\n<tr>\n<td>Car Rentals</td>\n<td>Hold the estimated rental cost; capture the final amount upon vehicle return.</td>\n</tr>\n<tr>\n<td>Subscriptions</td>\n<td>Verify the card with a pre-auth before activating a trial; capture when billing begins.</td>\n</tr>\n<tr>\n<td>Marketplaces</td>\n<td>Authorise the buyer’s funds; capture once the seller confirms dispatch.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"key-concepts\"><strong>Key Concepts</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Term</strong></th>\n<th><strong>Definition</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Pre-Authorisation</td>\n<td>A transaction that reserves funds on the customer’s card without settling them. Also called \"auth only\" or \"manual capture\".</td>\n</tr>\n<tr>\n<td>Capture</td>\n<td>The action of claiming the previously authorised funds. Can be full or partial.</td>\n</tr>\n<tr>\n<td>Partial Capture</td>\n<td>Capturing less than the originally authorised amount. The remaining balance is automatically released.</td>\n</tr>\n<tr>\n<td>Void</td>\n<td>Cancelling a pre-authorised transaction before capture, releasing the held funds back to the customer.</td>\n</tr>\n<tr>\n<td>Authorisation Expiry</td>\n<td>The time window during which a pre-auth remains valid. Typically 7–30 days depending on card scheme and MCC.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"142fa7bc-2364-47af-99a4-31b32fedbb98"},{"name":"Get Balance API (V2)","item":[{"name":"Checking Balance","id":"8ecbd249-d183-4a62-adb5-bf4f7faee0ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{ \r\n   \"paymentMethod\" : \"PAYOUT-INTERAC-ETRANSFER\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance","description":"<h2 id=\"api-for-checking-available-balance\"><strong>API for checking available balance</strong></h2>\n<ol>\n<li><p>URL :- /getBalance/</p>\n</li>\n<li><p>RequestType: POST</p>\n</li>\n<li><p>Request Body</p>\n</li>\n</ol>\n<p>Note: Currency is not a mandatory parameter. If no parameter is specified then all respective currency balances would be provided, if any specific currency parameter is provided then only that currency balance would be provided.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"0d5fc0bf-1971-4735-8a39-01427810b0a9","id":"0d5fc0bf-1971-4735-8a39-01427810b0a9","name":"Get Balance API (V2)","type":"folder"}},"urlObject":{"path":["getBalance"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"74dd1e73-de51-450b-a8e7-0605d57c3754","name":"Checking Balance payout-success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n   \"paymentMethod\" : \"PAYOUT-INTERAC-ETRANSFER\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentMethod\": \"PAYOUT-INTERAC-ETRANSFER\",\n    \"status\": \"success\",\n    \"gateways\": [\n        {\n            \"gatewayName\": \"payhost\",\n            \"status\": \"success\",\n            \"error\": null,\n            \"balances\": [\n                {\n                    \"currency\": \"CAD\",\n                    \"balance\": 808.380000\n                },\n                {\n                    \"currency\": \"USD\",\n                    \"balance\": 803.380000\n                }\n            ]\n        },\n        {\n            \"gatewayName\": \"samplepaypg\",\n            \"status\": \"success\",\n            \"error\": null,\n            \"balances\": [\n                {\n                    \"currency\": \"CAD\",\n                    \"balance\": 808.380000\n                },\n                {\n                    \"currency\": \"USD\",\n                    \"balance\": 808.380000\n                }\n            ]\n        }\n    ],\n    \"aggregatedBalances\": [\n        {\n            \"currency\": \"CAD\",\n            \"balance\": 1616.760000\n        },\n        {\n            \"currency\": \"USD\",\n            \"balance\": 1611.760000\n        }\n    ]\n}"},{"id":"5f7dfa76-28ca-4985-a5b9-120050d296bd","name":"Checking Balance partial-success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n   \"paymentMethod\" : \"CARDS\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentMethod\": \"CARDS\",\n    \"status\": \"partial\",\n    \"gateways\": [\n        {\n            \"gatewayName\": \"a55Mandate\",\n            \"status\": \"failed\",\n            \"error\": {\n                \"code\": \"error\",\n                \"message\": \"Bank does not provide balance\"\n            },\n            \"balances\": []\n        },\n        {\n            \"gatewayName\": \"bk_sbx_smilepayz_pix_payin\",\n            \"status\": \"success\",\n            \"error\": null,\n            \"balances\": [\n                {\n                    \"currency\": \"IDR\",\n                    \"balance\": 250000.000000\n                }\n            ]\n        },\n        {\n            \"gatewayName\": \"samplepay_pg\",\n            \"status\": \"success\",\n            \"error\": null,\n            \"balances\": [\n                {\n                    \"currency\": \"AED\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"AUD\",\n                    \"balance\": 3412.000000\n                },\n                {\n                    \"currency\": \"BRL\",\n                    \"balance\": 100.089996\n                },\n                {\n                    \"currency\": \"BTC\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"BXC\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"CAD\",\n                    \"balance\": 1000.000000\n                },\n                {\n                    \"currency\": \"CDF\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"COP\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"DKK\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"EGP\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"ETH\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"EUR\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"GBP\",\n                    \"balance\": -24.327801\n                },\n                {\n                    \"currency\": \"GHS\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"IDR\",\n                    \"balance\": 1000.000000\n                },\n                {\n                    \"currency\": \"INR\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"JPY\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"KES\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"MWK\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"MXN\",\n                    \"balance\": -4.770000\n                },\n                {\n                    \"currency\": \"NGN\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"NZD\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"RWF\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"THB\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"TZS\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"UGX\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"USD\",\n                    \"balance\": 167.457992\n                },\n                {\n                    \"currency\": \"USDC\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"USDT\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"UZS\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"XAF\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"XOF\",\n                    \"balance\": 0.000000\n                },\n                {\n                    \"currency\": \"ZAR\",\n                    \"balance\": 120.000000\n                },\n                {\n                    \"currency\": \"ZMW\",\n                    \"balance\": 0.000000\n                }\n            ]\n        },\n        {\n            \"gatewayName\": \"payhost\",\n            \"status\": \"failed\",\n            \"error\": {\n                \"code\": \"error\",\n                \"message\": \"Bank does not provide balance\"\n            },\n            \"balances\": []\n        }\n    ],\n    \"aggregatedBalances\": [\n        {\n            \"currency\": \"AED\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"AUD\",\n            \"balance\": 3412.000000\n        },\n        {\n            \"currency\": \"BRL\",\n            \"balance\": 100.089996\n        },\n        {\n            \"currency\": \"BTC\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"BXC\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"CAD\",\n            \"balance\": 1000.000000\n        },\n        {\n            \"currency\": \"CDF\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"COP\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"DKK\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"EGP\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"ETH\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"EUR\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"GBP\",\n            \"balance\": -24.327801\n        },\n        {\n            \"currency\": \"GHS\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"IDR\",\n            \"balance\": 251000.000000\n        },\n        {\n            \"currency\": \"INR\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"JPY\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"KES\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"MWK\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"MXN\",\n            \"balance\": -4.770000\n        },\n        {\n            \"currency\": \"NGN\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"NZD\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"RWF\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"THB\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"TZS\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"UGX\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"USD\",\n            \"balance\": 167.457992\n        },\n        {\n            \"currency\": \"USDC\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"USDT\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"UZS\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"XAF\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"XOF\",\n            \"balance\": 0.000000\n        },\n        {\n            \"currency\": \"ZAR\",\n            \"balance\": 120.000000\n        },\n        {\n            \"currency\": \"ZMW\",\n            \"balance\": 0.000000\n        }\n    ]\n}"},{"id":"705073bf-3a7d-4965-a8eb-41f0fb5c714b","name":"Checking Balance payout-error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \r\n   \"paymentMethod\" : \"PAYOUT-INTERAC\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/getBalance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"paymentMethod\": \"PAYOUT-INTERAC\",\n    \"status\": \"failed\",\n    \"gateways\": [\n        {\n            \"gatewayName\": \"payhost\",\n            \"status\": \"failed\",\n            \"error\": {\n                \"code\": \"error\",\n                \"message\": \"Bank does not provide balance\"\n            },\n            \"balances\": []\n        }\n    ],\n    \"aggregatedBalances\": []\n}"}],"_postman_id":"8ecbd249-d183-4a62-adb5-bf4f7faee0ec"}],"id":"0d5fc0bf-1971-4735-8a39-01427810b0a9","description":"<p>The <strong>Get Balance API (V2)</strong> provides orchestrator-level visibility into available balances across multiple payment methods and banking partners. This version enhances the existing balance API by aggregating and returning balance details for all supported payment methods associated with all the PSPs for the merchant</p>\n<p>Overview</p>\n<ul>\n<li><p>Purpose: Retrieve available balance information across different banks/payment methods.</p>\n</li>\n<li><p>Scope: Orchestrator-level (not limited to a single merchant or payment method).</p>\n</li>\n<li><p>Enhancement over previous version:</p>\n<ul>\n<li><p>Returns balances for all payment methods linked to the orchestrator.</p>\n</li>\n<li><p>Provides both consolidated and MID-level (Merchant ID) breakdowns.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Request Parameters</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th><strong>Type</strong></th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>paymentMethod</td>\n<td>string</td>\n<td>yes</td>\n<td>Specifies the payment method to query. Example: \"PAYOUT-INTERAC-ETRANSFER\"</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Behavior</strong></p>\n<ul>\n<li><p>When a valid paymentMethod is provided, the API retrieves:</p>\n<ul>\n<li><p>Balance details across all associated banks/payment methods.</p>\n</li>\n<li><p>MID-level breakdown for each bank.</p>\n</li>\n<li><p>Consolidated balance per payment method.</p>\n</li>\n</ul>\n</li>\n<li><p>The API is designed specifically for orchestrators and returns aggregated data across multiple merchants and banking integrations.</p>\n</li>\n</ul>\n<p><strong>Success Response</strong></p>\n<p>On successful retrieval, the API returns:</p>\n<ul>\n<li><p>Payment Method Details</p>\n</li>\n<li><p>List of Banks / Payment Providers</p>\n</li>\n<li><p>MID-Level Breakdown</p>\n</li>\n<li><p>Consolidated Balance</p>\n</li>\n</ul>\n<p><strong>Partial Success Response</strong></p>\n<p>A Partial Success response is returned when balance information is retrieved successfully for some payment methods or banks, while one or more fail to return balance data.</p>\n<p>This scenario typically occurs when:</p>\n<ul>\n<li><p>A merchant is associated with multiple payment methods or banking partners, and</p>\n</li>\n<li><p>At least one provider returns a valid balance, while others fail due to unavailability, timeout, or missing data.</p>\n</li>\n</ul>\n<p><strong>Return values-</strong></p>\n<ul>\n<li><p>Status as \"Partial\"</p>\n</li>\n<li><p>Payment Method Details</p>\n</li>\n<li><p>List of Banks / Payment Providers</p>\n</li>\n<li><p>MID-Level Breakdown</p>\n</li>\n<li><p>Consolidated Balance</p>\n</li>\n</ul>\n<p><strong>Error Handling</strong></p>\n<p>If balance details are not found or the request cannot be processed, the API returns:</p>\n<ul>\n<li><p>Appropriate status code</p>\n</li>\n<li><p>Error message</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"b49daf29-70de-4f77-8dd2-0dd6e1f97689"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"8ed02a94-e57d-432d-b327-618c4e0cefee"}}],"_postman_id":"0d5fc0bf-1971-4735-8a39-01427810b0a9"},{"name":"Payout Manual Review","item":[{"name":"Concepts","item":[],"id":"6cc1a214-2721-4a8c-a30c-ee852accf38c","description":"<h2 id=\"overview\">Overview</h2>\n<p>Manual review is a control step for <strong>payouts</strong> (money going out to your customers or beneficiaries). When a payout is created it may be held in the <code>pending_review</code> status instead of being sent straight to the payout processor. This happens when the payout is flagged — for example by a risk rule, an amount threshold, or a merchant-profile setting.</p>\n<p>While a payout is in <code>pending_review</code>, no funds move. It stays parked until someone with a valid API key <strong>approves</strong> it (release the funds) or <strong>rejects</strong> it (cancel it). The Payout Action API is how you perform that decision from your own systems.</p>\n<h2 id=\"when-a-payout-is-in-manual-review\">When a payout is in manual review</h2>\n<p>A payout can only be actioned while its status is <code>pending_review</code>. You can check a payout's current status with the Get Status call in the <strong>PayOut API</strong> section. If the status is anything other than <code>pending_review</code>, the action call is blocked (see <em>Idempotency</em> below).</p>\n<h2 id=\"the-action-call\">The action call</h2>\n<p>Both approve and reject use the <strong>same endpoint</strong>; the decision is set by the <code>action</code> query parameter:</p>\n<ul>\n<li><code>POST https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve</code></li>\n<li><code>POST https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject</code></li>\n</ul>\n<p>On <strong>approve</strong>, Paystream releases the payout and its status moves to <code>paid</code>. On <strong>reject</strong>, the payout is cancelled, its status moves to <code>error</code>, and the rejection reason is stored against the payout.</p>\n<h2 id=\"idempotency--a-payout-can-only-be-actioned-once\">Idempotency — a payout can only be actioned once</h2>\n<p>A payout can be approved or rejected <strong>exactly once</strong>. If you call the action endpoint on a payout that is no longer in <code>pending_review</code> (because it was already actioned, or was never in review), the call is rejected and the payout is left unchanged:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"error\",\n  \"data\": {\n    \"payout_id\": \"69d4a15b7c7e1d98769872eb\",\n    \"current_status\": \"paid\",\n    \"message\": \"Payout already processed\"\n  }\n}\n</code></pre><p>Use <code>data.current_status</code> to see where the payout actually is, and <strong>do not retry</strong> — the outcome will not change.</p>\n<h2 id=\"status-transitions\">Status transitions</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Previous status</strong></th>\n<th><strong>Action</strong></th>\n<th><strong>Resulting status</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pending_review</code></td>\n<td><code>approve</code></td>\n<td><code>paid</code></td>\n<td>Normal approval — funds released</td>\n</tr>\n<tr>\n<td><code>pending_review</code></td>\n<td><code>reject</code></td>\n<td><code>error</code></td>\n<td>Normal rejection — payout cancelled</td>\n</tr>\n<tr>\n<td><code>paid</code></td>\n<td>approve / reject</td>\n<td><code>paid</code> (unchanged)</td>\n<td>❌ Blocked — already processed</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>approve / reject</td>\n<td><code>error</code> (unchanged)</td>\n<td>❌ Blocked — already processed</td>\n</tr>\n<tr>\n<td><code>payout_in_process</code></td>\n<td>approve / reject</td>\n<td><code>payout_in_process</code> (unchanged)</td>\n<td>❌ Blocked — already processing</td>\n</tr>\n<tr>\n<td><code>dispatched</code></td>\n<td>approve / reject</td>\n<td><code>dispatched</code> (unchanged)</td>\n<td>❌ Blocked — already sent</td>\n</tr>\n<tr>\n<td><code>created</code></td>\n<td>approve / reject</td>\n<td><code>created</code> (unchanged)</td>\n<td>❌ Blocked — not in review</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"payout-status-values\">Payout status values</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Status</strong></th>\n<th><strong>Meaning</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>pending_review</code></td>\n<td>Payout is awaiting manual approval or rejection</td>\n</tr>\n<tr>\n<td><code>paid</code></td>\n<td>Payout was approved and successfully processed</td>\n</tr>\n<tr>\n<td><code>error</code></td>\n<td>Payout was rejected or failed</td>\n</tr>\n<tr>\n<td><code>payout_in_process</code></td>\n<td>Payout is being processed by the provider</td>\n</tr>\n<tr>\n<td><code>dispatched</code></td>\n<td>Payout has been sent to the provider</td>\n</tr>\n<tr>\n<td><code>created</code></td>\n<td>Payout created but not yet in review</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"who-is-recorded-as-the-reviewer-reviewed_by\">Who is recorded as the reviewer (<code>reviewed_by</code>)</h2>\n<p>Every successful action records who made the decision. Paystream sets <code>reviewed_by</code> using this priority:</p>\n<ol>\n<li>If you send a non-empty <code>reviewed_by</code> in the request body, that value is used.</li>\n<li>Otherwise, Paystream falls back to the username tied to the API key you authenticated with.</li>\n</ol>\n<p>Use the override when the human decision-maker is different from the API service account (for example <code>finance_manager_john</code> or <code>risk_team_admin</code>), so your audit trail stays accurate.</p>\n<h2 id=\"how-remarks-behaves\">How <code>remarks</code> behaves</h2>\n<p><strong>On approve</strong> — <code>remarks</code> is optional. If you send it, it is echoed back in the response; if you omit it, no <code>remarks</code> field appears in the response and nothing is stored.</p>\n<p><strong>On reject</strong> — <code>remarks</code> is optional but <strong>strongly recommended</strong>. It is stored as the payout's error message for your audit trail. If you omit it (or send an empty string) it defaults to <code>\"Rejected\"</code>. Always send a clear, specific reason.</p>\n<h2 id=\"authentication--authorisation\">Authentication &amp; authorisation</h2>\n<p>Authenticate with your merchant API key as a Bearer token:</p>\n<p><code>Authorization: Bearer {{APIKey}}</code></p>\n<p>For an action to succeed:</p>\n<ul>\n<li>The API key must be valid and <strong>live</strong> (not a test key).</li>\n<li>The payout must belong to the merchant that owns the API key. A payout belonging to another merchant is treated as <em>not found</em>.</li>\n<li>Your account must have live transactions enabled.</li>\n<li>The payout must be in <code>pending_review</code> status.</li>\n</ul>\n<p>Your <code>API key</code> can be located in the Dashboard section of your merchant account login.</p>\n<h2 id=\"a-note-on-http-status-codes\">A note on HTTP status codes</h2>\n<p>This endpoint always returns <strong>HTTP <code>200 OK</code></strong>. The real outcome is carried in the JSON body, not the HTTP status line:</p>\n<ul>\n<li>Success responses have <code>\"status\": \"success\"</code> and a <code>data</code> object with the action result.</li>\n<li>Business / validation failures (e.g. already processed, insufficient balance) have <code>\"status\": \"error\"</code> and a <code>data.message</code>.</li>\n<li>Authentication, malformed-JSON, and not-found errors use a simpler legacy shape: <code>{\"message\": \"...\"}</code>.</li>\n</ul>\n<p>Always branch on the JSON body (the <code>status</code> field, then <code>data.message</code>) rather than the HTTP status code.</p>\n<h2 id=\"testing-in-sandbox\">Testing in Sandbox</h2>\n<p>The sandbox base URL is <code>https://test2.paymentsclub.net/api/v1</code> (production is <code>https://api.paystreamportal.com/api/v1</code> = <code>https://api.paystreamportal.com/api/v1</code>). To test the flow end to end you need a payout sitting in <code>pending_review</code>. If your sandbox does not let you force a payout into manual review, contact your Account Manager for test payouts and credentials.</p>\n","_postman_id":"6cc1a214-2721-4a8c-a30c-ee852accf38c"},{"name":"Approve Payout","id":"e7c01f5b-4aae-4353-aeff-e589a6b3c026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","description":"<p>Approves a payout that is currently in <code>pending_review</code>. On success, Paystream releases the payout to the processor and the status moves to <code>paid</code>.</p>\n<p>Call this endpoint once you have verified the payout should be paid. It is idempotent — a payout that has already been actioned cannot be approved again (see <strong>Concepts → Idempotency</strong>).</p>\n<h3 id=\"path--query-parameters\">Path &amp; Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payout_id</td>\n<td>Mandatory. <br />Path parameter. The unique identifier of the payout to approve.</td>\n</tr>\n<tr>\n<td>action</td>\n<td>Mandatory. <br />Query parameter. Must be <code>approve</code> for this call.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body-parameters\">Request Body Parameters</h3>\n<p>The body is optional for approve — send <code>{}</code> to approve with no notes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>remarks</td>\n<td>Optional. <br />Free-text reason / notes for the approval. If sent, it is echoed back in the response; if omitted, no <code>remarks</code> field is returned.</td>\n</tr>\n<tr>\n<td>reviewed_by</td>\n<td>Optional. <br />Overrides the reviewer identifier recorded against the action. Defaults to the username tied to your API key. Use it to record the actual human approver for audit purposes.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>A successful approval returns <code>status: \"success\"</code> and a <code>data</code> object containing the payout id, the status before and after the action (<code>previous_status</code> = <code>pending_review</code>, <code>current_status</code> = <code>paid</code>), the action performed, the reviewer, and a UTC ISO-8601 <code>reviewed_at</code> timestamp. <code>remarks</code> is included only if you supplied it.</p>\n<p>See <strong>Concepts → A note on HTTP status codes</strong> for how errors are represented (this endpoint always returns HTTP 200).</p>\n","urlObject":{"path":["payouts","{payout_id}","action"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"action","value":"approve"}],"variable":[]}},"response":[{"id":"24a9ab29-1cbf-4177-ba5f-e3ed0b5ec662","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"approve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"payout_id\": \"69d4a15b7c7e1d98769872eb\",\n        \"previous_status\": \"pending_review\",\n        \"current_status\": \"paid\",\n        \"action_performed\": \"approve\",\n        \"reviewed_by\": \"compliance_team_lead\",\n        \"reviewed_at\": \"2026-04-16T10:30:45Z\",\n        \"remarks\": \"Verified against invoice #4821\"\n    }\n}"},{"id":"955359fc-5a0d-433d-9f37-9768cb2c8d92","name":"Error (Already processed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"approve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": {\n        \"payout_id\": \"69d4a15b7c7e1d98769872eb\",\n        \"current_status\": \"paid\",\n        \"message\": \"Payout already processed\"\n    }\n}"},{"id":"af39ae31-cc82-4a64-977f-751aaaee1d1c","name":"Error (Insufficient balance)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"approve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": {\n        \"payout_id\": \"69d4a15b7c7e1d98769872eb\",\n        \"message\": \"Insufficient Balance [250.00]\"\n    }\n}"},{"id":"227531f3-332c-406a-a7bb-db5013b3303c","name":"Approve - Error (Payout not found)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"approve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Payout Id Not Found :- 69d4a15b7c7e1d98769872eb\"\n}"},{"id":"61a43ab9-1a89-4eac-b0bf-5d4bed3f49e6","name":"Approve - Error (Unauthorized)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Verified against invoice #4821\",\n    \"reviewed_by\": \"compliance_team_lead\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=approve","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"approve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"e7c01f5b-4aae-4353-aeff-e589a6b3c026"},{"name":"Reject Payout","id":"cfa87b3f-0f3f-4bff-9f09-76376ca9703f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Failed KYC verification\",\n    \"reviewed_by\": \"risk_team_admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject","description":"<p>Rejects a payout that is currently in <code>pending_review</code>. On success, the payout is cancelled and its status moves to <code>error</code>; the rejection reason is stored against the payout as its error message.</p>\n<p>It is idempotent — a payout that has already been actioned cannot be rejected again (see <strong>Concepts → Idempotency</strong>).</p>\n<h3 id=\"path--query-parameters\">Path &amp; Query Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payout_id</td>\n<td>Mandatory. <br />Path parameter. The unique identifier of the payout to reject.</td>\n</tr>\n<tr>\n<td>action</td>\n<td>Mandatory. <br />Query parameter. Must be <code>reject</code> for this call.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-body-parameters\">Request Body Parameters</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>remarks</td>\n<td>Optional (recommended). <br />Reason for the rejection. Stored as the payout's error message. If omitted or empty, it defaults to <code>\"Rejected\"</code>. Always provide a clear, specific reason for your audit trail.</td>\n</tr>\n<tr>\n<td>reviewed_by</td>\n<td>Optional. <br />Overrides the reviewer identifier recorded against the action. Defaults to the username tied to your API key.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response\">Response</h3>\n<p>A successful rejection returns <code>status: \"success\"</code> with <code>previous_status</code> = <code>pending_review</code> and <code>current_status</code> = <code>error</code>. <code>remarks</code> is always included in the response for reject (defaulting to <code>\"Rejected\"</code> if you did not send one).</p>\n<p>See <strong>Concepts → A note on HTTP status codes</strong> for how errors are represented (this endpoint always returns HTTP 200).</p>\n","urlObject":{"path":["payouts","{payout_id}","action"],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"action","value":"reject"}],"variable":[]}},"response":[{"id":"6e48f0d6-e80f-4027-8fb7-d075eff95c40","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Failed KYC verification\",\n    \"reviewed_by\": \"risk_team_admin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"reject"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"payout_id\": \"69ce44f1b2dd73d0d148c7d5\",\n        \"previous_status\": \"pending_review\",\n        \"current_status\": \"error\",\n        \"action_performed\": \"reject\",\n        \"reviewed_by\": \"risk_team_admin\",\n        \"reviewed_at\": \"2026-04-16T10:31:20Z\",\n        \"remarks\": \"Failed KYC verification\"\n    }\n}"},{"id":"78664271-a236-4876-9790-437baf286aad","name":"Success (Default remarks)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Failed KYC verification\",\n    \"reviewed_by\": \"risk_team_admin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"reject"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"payout_id\": \"69ce44f1b2dd73d0d148c7d5\",\n        \"previous_status\": \"pending_review\",\n        \"current_status\": \"error\",\n        \"action_performed\": \"reject\",\n        \"reviewed_by\": \"merchant_user_123\",\n        \"reviewed_at\": \"2026-04-16T10:31:20Z\",\n        \"remarks\": \"Rejected\"\n    }\n}"},{"id":"fe710329-32f5-4905-befe-901ecbe638d3","name":"Error (Already processed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Failed KYC verification\",\n    \"reviewed_by\": \"risk_team_admin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"reject"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"data\": {\n        \"payout_id\": \"69ce44f1b2dd73d0d148c7d5\",\n        \"current_status\": \"error\",\n        \"message\": \"Payout already processed\"\n    }\n}"},{"id":"2a4a0656-483d-40f1-9d3b-7d8fb3352267","name":"Error (Unauthorized)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"remarks\": \"Failed KYC verification\",\n    \"reviewed_by\": \"risk_team_admin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action?action=reject","host":["https://api.paystreamportal.com/api/v1"],"path":["payouts","{payout_id}","action"],"query":[{"key":"action","value":"reject"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Unauthorized\"\n}"}],"_postman_id":"cfa87b3f-0f3f-4bff-9f09-76376ca9703f"}],"id":"85a22f14-fc1b-4be7-938f-37f493366468","description":"<p>Some payouts are held for <strong>manual review</strong> before Paystream releases the funds — typically when a payout is flagged by a risk rule or exceeds an auto-approval threshold. These payouts sit in the <code>pending_review</code> status until an authorised reviewer approves or rejects them.</p>\n<p>The <strong>Payout Action API</strong> lets you approve or reject a payout in manual review programmatically, so you can build the review step into your own back-office, risk, or compliance tooling instead of relying on the Paystream dashboard.</p>\n<img src=\"https://content.pstmn.io/81e63248-8800-4032-b244-53a8c56ce4df/cGF5b3V0X2FjdGlvbl9mbG93LnBuZw==\" alt />\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Endpoint</td>\n<td><code>POST https://api.paystreamportal.com/api/v1/payouts/{payout_id}/action</code></td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>Approve or reject a payout that is in manual review</td>\n</tr>\n<tr>\n<td>Applies to</td>\n<td>Payouts in <code>pending_review</code> status only</td>\n</tr>\n<tr>\n<td>Action</td>\n<td><code>approve</code> or <code>reject</code> (passed as the <code>action</code> query parameter)</td>\n</tr>\n<tr>\n<td>Authentication</td>\n<td>Bearer API key — stateless, no session required</td>\n</tr>\n<tr>\n<td>Idempotent</td>\n<td>✅ Yes — a payout can be actioned only once</td>\n</tr>\n<tr>\n<td>Approve result</td>\n<td>Status moves <code>pending_review</code> → <code>paid</code></td>\n</tr>\n<tr>\n<td>Reject result</td>\n<td>Status moves <code>pending_review</code> → <code>error</code></td>\n</tr>\n<tr>\n<td>HTTP status</td>\n<td>Always <code>200 OK</code> — the real outcome is in the JSON body (see Concepts)</td>\n</tr>\n<tr>\n<td>Audit fields</td>\n<td><code>reviewed_by</code> and <code>reviewed_at</code> returned on success</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"85a22f14-fc1b-4be7-938f-37f493366468"},{"name":"Partial Refunds","item":[{"name":"Concepts","item":[],"id":"ea9d601e-f15f-4076-bc89-690e3ae98c06","description":"<p>A partial refund allows merchants to refund a portion of a successfully paid purchase.<br />Multiple partial refunds can be performed until the total refunded amount equals the original purchase amount.</p>\n<h2 id=\"prerequisites\"><strong>Prerequisites</strong></h2>\n<ul>\n<li><p>The purchase must be in paid status.</p>\n</li>\n<li><p>The refund amount must be greater than 0.</p>\n</li>\n<li><p>The refund amount must not exceed the remaining refundable amount.</p>\n</li>\n<li><p>Refunds are processed in the same currency as the original purchase.</p>\n</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"3855ff74-72ee-43f7-a35b-d14c626a418c"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"3c48fb6f-9c19-41c6-b11c-863ff1bfec58"}}],"_postman_id":"ea9d601e-f15f-4076-bc89-690e3ae98c06"},{"name":"API","item":[{"name":"Partial Refund API","id":"a1887cf6-70e0-472f-a510-80f9095a4748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund","description":"<h2 id=\"refund-scenarios\">Refund Scenarios</h2>\n<h3 id=\"partial-refund\">Partial Refund</h3>\n<p>Purchase Amount: 10</p>\n<p>Refund Amount: 8</p>\n<p>Result:</p>\n<ul>\n<li><p>Refunded Amount: 8</p>\n</li>\n<li><p>Remaining Refundable Amount: 2</p>\n</li>\n<li><p>Transaction Status: PARTIALLY_REFUNDED</p>\n</li>\n</ul>\n<p>Full Refund Using Partial Refund API</p>\n<p>Purchase Amount: 10</p>\n<p>Refund Amount: 10</p>\n<p>Result:</p>\n<ul>\n<li><p>Refunded Amount: 10</p>\n</li>\n<li><p>Remaining Refundable Amount: 0</p>\n</li>\n<li><p>Transaction Status: PARTIAL REFUNDED</p>\n</li>\n</ul>\n<h3 id=\"multiple-partial-refunds\">Multiple Partial Refunds</h3>\n<p>Purchase Amount: 10</p>\n<ul>\n<li><p>Refund #1: 3</p>\n</li>\n<li><p>Refund #2: 2</p>\n</li>\n<li><p>Refund #3: 5</p>\n</li>\n</ul>\n<p>Result:</p>\n<ul>\n<li><p>Total Refunded Amount: 10</p>\n</li>\n<li><p>Remaining Refundable Amount: 0</p>\n</li>\n</ul>\n<p>Final Transaction Status: PARTIAL REFUNDED</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"13bff97c-d055-49e1-ae64-132b53078fbd","id":"13bff97c-d055-49e1-ae64-132b53078fbd","name":"API","type":"folder"}},"urlObject":{"path":["purchases","purchaseid","refund"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2c22f7b6-089e-47d6-8d05-ca9ce5d24a5a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 08:59:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"7aec019b-8a08-4e3d-a158-b092f8c8f998"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 2af44885a7fc4faf5a3444e606d6c02c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"rWo0eMrwpvBts9xS0P4ftqKaridLKfm2xH9Y5H2CF3k6R1LxgTFMZQ=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=IFwED2Y1XrzWhlXDeYjRi0o%2BPWMlBxaVhLXiHVdLbjLb1oaWhC9H%2BdjTxbu3jV8o0RDcmxT%2BvN3omG1bscFcmMeqERUAG%2BooUZMEJ%2BrFdLVe7yaObwbg963WTVC8cyx7dfvT\"}]}"},{"key":"CF-RAY","value":"a06dfb7c4ed3c995-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"refundId\": \"refundid\",\n    \"purchaseId\": \"purchaseid\",\n    \"amount\": 5.12,\n    \"createdOn\": 1780637310,\n    \"refundOn\": 0,\n    \"status\": \"REFUND_IN_PROCESS\",\n    \"reason\": \"Partial Refunds Testing\",\n    \"currency\": \"USD\"\n}"},{"id":"bd1d99f5-2ff2-4be5-8bca-4344d0af0e17","name":"Refund Amt Exceeds Purchase Amt","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"11\", // Purchase Amount: 10\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:03:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"9f888ccb-1238-4e02-b6dc-764560604b14"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 acbc1e922360be31edf0371abdc7a3a4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"u0f10ZilZAVELaSZM0QkCGivhENfvhb491tRfbtZBfNmilJhavDeeA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=G0WYUY8ZL0X6%2BdnZTxN8KgKkvqqBezW18wEdyF5wktbOdTwbgtdIp9wsRiNbSp250CnbNX1q74X0cENF8dT3V5P8gbQ2kw%2BW1%2FWf9LNh1aVj8tHeCAfooAi0il9zhZGaj7z4\"}]}"},{"key":"CF-RAY","value":"a06e00cefac89c79-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refund amount exceeds refundable amount\",\n  \"code\": \"validation_error\"\n}"},{"id":"b50f16f6-d611-4e87-84f2-2bc4204e8cea","name":"Refund Amt Is 0 or -ve","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"-5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:04:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"2e380b48-7668-448d-af95-980482c35c8f"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 3578d122de1401ebc52a7afd35dd5d0c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"B705OGUJpsFVyyUtTS_xidVoz9_kniiAFlHKn0_sL6R6oOQ9BMHZFA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Wd5pKM%2B%2BBY35cSdYdYOJesaPTVX3KJ1M%2Bd68og7dF7hMaOL00aU4Xm3A7Ab%2BKitUSfwtu5owy8TVmxjQ%2BRNaOp1w2WiatUO7z%2Bayx4TPFfNzLk2eAlmERpeO%2F5Dy18l6%2F4H1\"}]}"},{"key":"CF-RAY","value":"a06e02977d392431-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refund amount must be greater than 0\",\n  \"code\": \"validation_error\"\n}"},{"id":"847d79fc-7b71-42e5-be78-9f4f35985cff","name":"Empty Refund Amt","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:05:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"5573f74e-1147-4a84-ad79-08260f6c229d"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 70e9f6c79b570a07593d98d3c3eb2fc6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"XhGSCeKH6brQ_0b2TQ7RfvwMzYyCp3-qSQ4N2rErhuolIMcxqQB3tw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=X2YEtc%2F6jCxDP78BlzJBFZfi11NZuirslkboc3hUZCfp1XYpHRAdPv8X3hzhFfHJHJPCjCOZrphGL%2FkrohE%2FC6yvIPVC8Tn7G1%2B0Km7nQ16umqQe%2BdDFT%2BkMIkIKPRqdaErn\"}]}"},{"key":"CF-RAY","value":"a06e0449a9f91de9-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Amount is required\",\n  \"code\": \"validation_error\"\n}"},{"id":"348b99d0-a789-4647-82d3-203a5996f85c","name":"Invalid Purchase ID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:06:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"193bc177-e65b-4f27-8e3d-a1c3242b44c0"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 347540535e60ba585992da68b62d1ae8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SIN2-P6"},{"key":"X-Amz-Cf-Id","value":"nQfeXU4EOHhf5w662MDpgndsZOJ2Lv5MJudzq5Ks9OK3S8zPhDXpRw=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=kzHplT3Ggl%2Fu0lxeqmQOcBQxukHE9gO%2F7R0wyfqoD4IiGWSbD1mmaIha7sf9GSp8o%2FJHy9NV8RMdynlScuqpoZI%2FuKo1OF%2F5j96iBu7iEdqO%2Fx9nKqKfAPDFaka%2FR7kfDqRQ\"}]}"},{"key":"CF-RAY","value":"a06e05207bbe52d6-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Transaction not found\",\n  \"code\": \"transaction_error\"\n}"},{"id":"0cacde34-d31c-4852-8197-57d7899a465d","name":"Refund on Failed or Pending Transactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:06:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"6a7e4072-0cb1-41a9-9669-afc26d71050d"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 a863373015dd073e91a52d99d8ad6bfc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"KIIfqqaMKmLQqAQbuawRHDuPpcu4EnErL0aeEgFHGYY-FdmMISHmgg=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=8hGQxlHaR2s3QJOa7YijWckCFTcGSeOoU555kG9iM743FjcOdN2Q8IUlKe1015LzlbfPT0b6ZJT0eiE2mmp09iUU%2F%2BCQPt8qnEeD6PJkMkWpn45xqNeHO20Wl8PjbJuI0XZV\"}]}"},{"key":"CF-RAY","value":"a06e05ba9e43c975-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Only Purchases with `status == (paid)` can be refunded.\",\n  \"code\": \"transaction_error\"\n}"},{"id":"87fa0c84-f18e-4c47-8c22-e5f15ef3f41b","name":"Refund on an Already Refunded Purchase","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\",\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:07:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"560fb162-4210-4496-8249-26bf3393409e"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1a12f863197f986ec10d35ed76e104f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"tYQhkaUXrvj3OWc-rQiJp_FnzIBB3mubhjv7yn0w0TaAb6YzKH1Tww=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=SWrtdoBSkmhyNXsahHAdETrqPoOxh89DlcFUaF8D4DOftFPt0BtSVkjBR%2B7G8VbZfModmKZEwe1drtHOkeYMq9oz2PqsnSgYghGs%2Bi%2BqNA%2B4GZ6Z8mYI5BNCiuOJ5k%2FxY9HN\"}]}"},{"key":"CF-RAY","value":"a06e0680dc6724ad-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Purchase has already been fully refunded\",\n  \"code\": \"transaction_error\"\n}"},{"id":"456e7db2-eefb-4787-a0bf-74e5804f85e7","name":"Refund Exceeds Remaining Balance After a Partial Refund","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"*/*"}],"body":{"mode":"raw","raw":"{\n    \"amount\": \"5.12\", // Remaining Refundable Amount is 2.0\n    \"reason\": \"Partial Refunds Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases/purchaseid/refund"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 05 Jun 2026 09:09:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"aced1038-4a60-45fb-a14b-f4cdc9ca63b4"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 1a12f863197f986ec10d35ed76e104f0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD61-P10"},{"key":"X-Amz-Cf-Id","value":"ALmfTGjt9X7OliM6NeGzmkWzns9dzm9J5TnVUAV3egqzFolwOcidoA=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=UtL7zsQvnJ1BIIU8L%2FUyyQd4LiG%2BxMTEzuq%2B0zEM8dhVVZByPP5HkJW7urlk62Rzg%2BFG2Af9VAyMi4REGU5EPnIty%2BthzF4%2FojIE8%2FiFA0flLX5zu%2B4Kb3vJ4AoTU5mEyWf2\"}]}"},{"key":"CF-RAY","value":"a06e094ab9763210-IAD"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Refund amount exceeds refundable amount: 2.0\",\n  \"code\": \"validation_error\"\n}"}],"_postman_id":"a1887cf6-70e0-472f-a510-80f9095a4748"},{"name":"Partial Refund Status API","id":"3a0f5450-2ed5-45ff-812b-4a7e760c18c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refundId\": \"refundid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/refundStatus/purchaseid/","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"13bff97c-d055-49e1-ae64-132b53078fbd","id":"13bff97c-d055-49e1-ae64-132b53078fbd","name":"API","type":"folder"}},"urlObject":{"path":["refundStatus","purchaseid",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"658b1569-a8f2-4735-afb3-4481adf2c545","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{APIKey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"refundId\": \"refundid\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/refundStatus/purchaseid/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 10 Jun 2026 15:09:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"X-Frame-Options","value":"ALLOW-FROM *"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"x-session-id","value":"5be6468d-a804-478e-8e27-8fd83f43359b"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Server","value":"cloudflare"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Cache","value":"Error from cloudfront"},{"key":"Via","value":"1.1 9d35ce6897d7f02042955443076a54de.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"EWR53-P1"},{"key":"X-Amz-Cf-Id","value":"Z2XLcFaGFRDj2ZuwTFJHQEaWWHB-I3MUtw5N2nMV7CNy55ImAEtfow=="},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=WE1Q25t02u566zmtnXqm%2F%2FBAsilvCpOzlMzs3i%2F3Py3%2BJO%2FnNNBSHDCXlW4OtMYjNBc6jOpCsAMj0plUVemEWy8KMy8TLLPi0Vrte%2BET6ZNPsDzZXkEqXiFkpjTFGyTde9HC\"}]}"},{"key":"CF-RAY","value":"a0994c1f8a41311a-IAD"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"refundId\": \"refundid\",\n    \"purchaseId\": \"purchaseid\",\n    \"amount\": 3.0,\n    \"createdOn\": 1780982811,\n    \"refundOn\": 1780982814,\n    \"status\": \"REFUNDED\",\n    \"reason\": \"test\",\n    \"currency\": \"USD\"\n}\n"}],"_postman_id":"3a0f5450-2ed5-45ff-812b-4a7e760c18c2"}],"id":"13bff97c-d055-49e1-ae64-132b53078fbd","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"73c7102a-ab01-4a0f-b8dd-353d516ef54b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"dd5b3eaa-f071-4d86-815c-2adb1df1bc37"}}],"_postman_id":"13bff97c-d055-49e1-ae64-132b53078fbd","description":""}],"id":"cceaca49-af57-4507-9aec-dc1ed0ae3458","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"36aeeadd-6483-46dc-8047-690c7b4515e1"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"da69611c-c5ef-4dd4-b438-7d01b6c8bf51"}}],"_postman_id":"cceaca49-af57-4507-9aec-dc1ed0ae3458","description":""},{"name":"Test Cards","item":[{"name":"Concepts","item":[],"id":"d80d39f7-f3d4-4ef9-8804-72d72c5fb50a","description":"<h2 id=\"what-these-are\">What these are</h2>\n<p>Paystream's sandbox accepts a fixed set of card numbers, each mapped to a predetermined outcome. Submitting one through the normal card flow produces that outcome every time, which lets you prove your integration handles success, decline, timeout, and pending paths without depending on a live issuer.</p>\n<p>The current set was introduced on 18 December 2025 and replaced an earlier, smaller set. The earlier cards no longer work.</p>\n<h2 id=\"enabling-sandbox\">Enabling sandbox</h2>\n<ol>\n<li>In your merchant dashboard, toggle <strong>Is Sandbox</strong> on, in the top right under your merchant profile.</li>\n<li>Generate a sandbox <strong>API Key</strong>, <strong>Brand ID</strong>, and <strong>Public Key</strong>.</li>\n<li>Configure your webhook callback URL.</li>\n</ol>\n<p>The API key is what selects the environment. The base URL does not change. See <strong>⚙️ Integration Steps</strong> for the full onboarding sequence.</p>\n<blockquote>\n<p>⚠️ Because the base URL is identical, a production key will send a real transaction to a real acquirer. Make sure a test suite cannot resolve a production key.</p>\n</blockquote>\n<h2 id=\"universal-rules\">Universal rules</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Rule</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>card_number</code></td>\n<td>Must be one of the 44 cards documented here. Any other number will not produce a defined outcome</td>\n</tr>\n<tr>\n<td><code>expires</code></td>\n<td><code>MM/YY</code>. Any value at or after the current month and year</td>\n</tr>\n<tr>\n<td><code>cvc</code></td>\n<td>Any 3 or 4 digits. The value does not affect the outcome. To test a CVV failure, use the <strong>Incorrect cvv</strong> card with any CVV</td>\n</tr>\n<tr>\n<td>3DS OTP</td>\n<td><code>123456</code> on the challenge screen. Applies to 3D Secure cards only</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>Does not affect the outcome. There are no magic amounts</td>\n</tr>\n</tbody>\n</table>\n</div><p>The outcome is determined <strong>entirely by the card number</strong>. Nothing else in the request changes it, which means the request you validate in sandbox is the request you send in production.</p>\n<h2 id=\"the-card-flow\">The card flow</h2>\n<p>Card payments are a three-step flow, unchanged between sandbox and production:</p>\n<ul>\n<li><strong>Step 1, create the purchase.</strong> <code>POST https://api.paystreamportal.com/api/v1/purchases/</code> registers the transaction and returns a <code>purchaseId</code>. Status is <code>CREATED</code>.</li>\n<li><strong>Step 2, submit the card.</strong> <code>POST https://api.paystreamportal.com/api/v1/p/{purchaseId}/?s2s=true</code> sends the card and device details from your server. A <code>202</code> response returns a <code>callback_url</code>.</li>\n<li><strong>Step 3, invoke the callback from the customer's browser.</strong> For a 3D Secure card the customer is taken to the issuer challenge; enter OTP <code>123456</code>. For a 2D card the outcome is applied directly. The customer then lands on <code>success_redirect</code>, <code>pending_redirect</code>, or <code>failure_redirect</code>.</li>\n</ul>\n<p>Poll <code>GET https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/</code> at any point, and expect a signed webhook on each status change. See <strong>💳 Card Payments → Concepts</strong> for the full flow and <strong>🔌 Webhooks</strong> for signature verification.</p>\n<h2 id=\"what-a-sandbox-card-result-does-and-does-not-prove\">What a sandbox card result does and does not prove</h2>\n<p><strong>It proves:</strong></p>\n<ul>\n<li>Your request is well formed and accepted by the <code>/purchases</code> and S2S contracts.</li>\n<li>Your code handles the <code>202</code> plus <code>callback_url</code> handshake correctly.</li>\n<li>Your code handles each terminal status and its <code>status_history</code> transitions.</li>\n<li>Your 3DS redirect and return handling works, including the challenge screen.</li>\n<li>Your webhook listener is reachable and your RSA signature verification is correct.</li>\n<li>Your redirect handling is correct for all three outcome URLs.</li>\n</ul>\n<p><strong>It does not prove:</strong></p>\n<ul>\n<li>That your acquirer or MID is live, configured, or correctly routed. The sandbox does not contact an acquirer.</li>\n<li>That real issuer behaviour matches. A real decline carries the issuer's own reason code, which may not match the sandbox message.</li>\n<li>That your 3DS configuration is production-ready. The sandbox challenge is not a real ACS.</li>\n<li>That real-world latency is handled. Sandbox outcomes are returned immediately.</li>\n<li>That settlement, reconciliation, or fee handling works. Nothing settles.</li>\n</ul>\n<h2 id=\"coverage\">Coverage</h2>\n<p>Every one of the eleven outcomes exists in four variants: Visa 2D, Visa 3DS, Mastercard 2D, and Mastercard 3DS. There are no gaps in that grid, so any outcome can be tested against either scheme in either authentication mode.</p>\n","_postman_id":"d80d39f7-f3d4-4ef9-8804-72d72c5fb50a"},{"name":"2D (Non-3DS) Test Cards","item":[],"id":"b798b117-c481-4f91-b8ea-aabb161680e1","description":"<p>These cards complete without a 3D Secure challenge. The customer is not redirected to an issuer page; the outcome is applied and the customer goes straight to the final redirect URL.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Behaviour</strong></th>\n<th><strong>Visa</strong></th>\n<th><strong>Mastercard</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authentication successful</td>\n<td><code>4079 7225 8931 8630</code></td>\n<td><code>5116 2131 1342 9327</code></td>\n</tr>\n<tr>\n<td>Authentication failed</td>\n<td><code>4125 4854 4552 7190</code></td>\n<td><code>5112 8571 2490 9935</code></td>\n</tr>\n<tr>\n<td>Issuer decline</td>\n<td><code>4401 2799 8573 9470</code></td>\n<td><code>5198 1348 9228 4199</code></td>\n</tr>\n<tr>\n<td>Insufficient funds</td>\n<td><code>4662 9222 9343 1520</code></td>\n<td><code>5143 3126 0627 1514</code></td>\n</tr>\n<tr>\n<td>Incorrect cvv</td>\n<td><code>4935 6487 0739 0280</code></td>\n<td><code>5110 3398 3298 5475</code></td>\n</tr>\n<tr>\n<td>Incorrect card expiry</td>\n<td><code>4460 6520 5283 2634</code></td>\n<td><code>5146 6694 8773 5546</code></td>\n</tr>\n<tr>\n<td>Risk check failed</td>\n<td><code>4588 3817 1151 7694</code></td>\n<td><code>5192 4883 4399 0234</code></td>\n</tr>\n<tr>\n<td>Processor timeout</td>\n<td><code>4568 7301 1436 1775</code></td>\n<td><code>5136 5284 8649 4418</code></td>\n</tr>\n<tr>\n<td>Pending execution</td>\n<td><code>4710 7930 9735 8785</code></td>\n<td><code>5199 8054 0948 2512</code></td>\n</tr>\n<tr>\n<td>Transaction expired</td>\n<td><code>4945 2083 3559 6614</code></td>\n<td><code>5140 3783 5864 2890</code></td>\n</tr>\n<tr>\n<td>Refund failed</td>\n<td><code>4405 9359 5695 4713</code></td>\n<td><code>5149 4461 0436 9687</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Use any expiry at or after the current month, and any CVV.</p>\n","_postman_id":"b798b117-c481-4f91-b8ea-aabb161680e1"},{"name":"3D Secure Test Cards","item":[],"id":"4bd0f214-30e4-4d02-b4b5-57b2f8562cff","description":"<p>These cards trigger a 3D Secure challenge. The customer is redirected to a simulated issuer authentication page after the <code>callback_url</code> is invoked.</p>\n<p><strong>OTP for every 3D Secure card is</strong> **<code>123456</code>****.<br />**</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Behaviour</strong></th>\n<th><strong>Visa</strong></th>\n<th><strong>Mastercard</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authentication successful</td>\n<td><code>4878 3979 5329 0146</code></td>\n<td><code>5141 9226 3586 6282</code></td>\n</tr>\n<tr>\n<td>Authentication failed</td>\n<td><code>4195 2587 2491 3240</code></td>\n<td><code>5169 8116 3632 4572</code></td>\n</tr>\n<tr>\n<td>Issuer decline</td>\n<td><code>4618 8895 9831 9798</code></td>\n<td><code>5115 4385 6083 4809</code></td>\n</tr>\n<tr>\n<td>Insufficient funds</td>\n<td><code>4984 8235 9957 3265</code></td>\n<td><code>5156 2161 5219 3051</code></td>\n</tr>\n<tr>\n<td>Incorrect cvv</td>\n<td><code>4383 0252 2566 5997</code></td>\n<td><code>5151 7359 3086 5446</code></td>\n</tr>\n<tr>\n<td>Incorrect card expiry</td>\n<td><code>4500 6828 1154 0204</code></td>\n<td><code>5559 1619 2354 1480</code></td>\n</tr>\n<tr>\n<td>Risk check failed</td>\n<td><code>4342 3463 1819 5134</code></td>\n<td><code>5159 9716 0053 0380</code></td>\n</tr>\n<tr>\n<td>Processor timeout</td>\n<td><code>4163 3401 2206 8617</code></td>\n<td><code>5185 1518 8503 2695</code></td>\n</tr>\n<tr>\n<td>Pending execution</td>\n<td><code>4994 4550 6063 2359</code></td>\n<td><code>5170 3615 6899 3009</code></td>\n</tr>\n<tr>\n<td>Transaction expired</td>\n<td><code>4566 3299 0194 4380</code></td>\n<td><code>5127 1606 8372 2580</code></td>\n</tr>\n<tr>\n<td>Refund failed</td>\n<td><code>4241 2148 1352 4459</code></td>\n<td><code>5162 1646 3047 1008</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Use any expiry at or after the current month, and any CVV.</p>\n<p>Note that the outcome is fixed by the card, not by the OTP. Entering the correct OTP on an <strong>Authentication failed</strong> card still produces a failure, which is the point: it lets you test a failed authentication without needing to enter a wrong OTP.</p>\n","_postman_id":"4bd0f214-30e4-4d02-b4b5-57b2f8562cff"},{"name":"Brand Coverage","item":[],"id":"c1b2308e-c09a-45d0-89a1-019cf9e81458","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Scheme</strong></th>\n<th><strong>Testable in sandbox</strong></th>\n<th><strong>Cards</strong></th>\n<th><strong>2D</strong></th>\n<th><strong>3DS</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Visa</td>\n<td>✅</td>\n<td>22</td>\n<td>✅ All 11 outcomes</td>\n<td>✅ All 11 outcomes</td>\n</tr>\n<tr>\n<td>Mastercard</td>\n<td>✅</td>\n<td>22</td>\n<td>✅ All 11 outcomes</td>\n<td>✅ All 11 outcomes</td>\n</tr>\n<tr>\n<td>JCB</td>\n<td>❌</td>\n<td>0</td>\n<td>❌</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>American Express</td>\n<td>❌</td>\n<td>0</td>\n<td>❌</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>Diners Club / Discover</td>\n<td>❌</td>\n<td>0</td>\n<td>❌</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>UnionPay</td>\n<td>❌</td>\n<td>0</td>\n<td>❌</td>\n<td>❌</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"what-this-means-for-you\">What this means for you</h2>\n<p>If you accept only Visa and Mastercard, the sandbox covers your full outcome matrix.</p>\n<p>If you accept any other scheme, that part of your integration cannot be tested in sandbox and must be validated with low-value live transactions. Scheme-specific behaviour worth planning live tests for includes different PAN lengths, four-digit CID handling on American Express, and scheme-specific decline codes.</p>\n","_postman_id":"c1b2308e-c09a-45d0-89a1-019cf9e81458"},{"name":"APIs","item":[{"name":"Purchase","id":"f568f9d2-9127-473c-bd95-d3d6409efe74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"price\": 10.0\n            }\n        ]\n    },\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0001\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p>Step 1 of the card flow. Registers the transaction and returns the <code>purchaseId</code> used by every later call. This call is identical for 2D and 3D Secure; the card, and therefore the authentication mode, is not supplied until Step 2.</p>\n<p>Authenticate with your <strong>sandbox</strong> API key and send your <strong>sandbox</strong> <code>brand_id</code>.</p>\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>Conditional. <br />Recommended. Any syntactically valid address; no mail reaches a real customer in sandbox.</td>\n</tr>\n<tr>\n<td>client.full_name</td>\n<td>Optional. <br />Customer name. Does not need to match <code>cardholder_name</code>.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>Conditional. <br />ISO 3166-1 alpha-2.</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>Optional. <br />Customer city.</td>\n</tr>\n<tr>\n<td>client.street_address</td>\n<td>Optional. <br />Customer street address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>Optional. <br />Customer postal code.</td>\n</tr>\n<tr>\n<td>client.phone</td>\n<td>Optional. <br />E.164 format.</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory. <br />ISO 4217 code.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory. <br />Line-item description.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory. <br />Decimal with 2 places, for example <code>10.00</code>. The amount does not affect the outcome; the card does.</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory. <br />Your <strong>sandbox</strong> Brand ID, from the Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>merchantRef</td>\n<td>Optional. <br />Your own reference. See Essential Optional Parameters below.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory. <br />Where the customer lands after a successful outcome.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Conditional. <br />Where the customer lands after a pending outcome. Mandatory if you intend to test the <strong>Pending execution</strong> cards.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory. <br />Where the customer lands after a failed outcome.</td>\n</tr>\n<tr>\n<td>success_callback</td>\n<td>Conditional. <br />Webhook URL for successful outcomes, if not configured account-wide.</td>\n</tr>\n<tr>\n<td>failure_callback</td>\n<td>Conditional. <br />Webhook URL for failed outcomes, if not configured account-wide.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"essential-optional-parameters\">Essential Optional Parameters</h2>\n<p><code>merchantRef</code> is your own reference for the transaction and carries two advantages. It prevents duplicates: resending a request with a <code>merchantRef</code> you have already used lets you detect and reject the repeat rather than creating a second purchase. It also makes retrieval straightforward, because you can find the transaction by your own identifier instead of storing Paystream's <code>purchaseId</code>. When running a card test matrix, use a scheme-based value such as <code>CARD-TEST-0001</code> so a run is easy to find in Transaction Reporting, and change it for every attempt.</p>\n<h2 id=\"response\">Response</h2>\n<p>The full purchase envelope. <code>status</code> is <code>CREATED</code>, <code>status_history</code> holds a single <code>created</code> entry, and <code>transaction_data.attempts</code> is empty until the card is submitted in Step 2. Take <code>purchaseId</code> and use it in the S2S call.</p>\n<blockquote>\n<p><strong>Values in the saved examples are illustrative; the structure is authoritative.</strong> Timestamps, references, and identifiers are made up.</p>\n</blockquote>\n","urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0a4686a3-c22b-4831-924e-492af32197d5","name":"Purchase - Success (created)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"price\": 10.0\n            }\n        ]\n    },\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0001\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590b1c2d3e4f5a6b701\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574800,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"quantity\": 1,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 10.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 10.0,\n        \"currency\": \"USD\",\n        \"net_amount\": 10.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"VISA\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"12\",\n            \"expiry_year\": \"30\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"\",\n            \"masked_pan\": \"407972XXXXXX8630\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"\",\n            \"cardholder_name\": \"Test Customer\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"\",\n                \"processing_time\": 1785574819,\n                \"extra\": {\n                    \"expiry_month\": \"12\",\n                    \"expiry_year\": \"30\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"\",\n                    \"masked_pan\": \"407972XXXXXX8630\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"\",\n                    \"cardholder_name\": \"Test Customer\"\n                }\n            }\n        ]\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        }\n    ],\n    \"viewedOn\": null,\n    \"is_test\": true,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0001\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590b1c2d3e4f5a6b701/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590b1c2d3e4f5a6b701/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"318b2034-0c65-4dac-9bd7-d490f9d63600","name":"Purchase - Error (Brand not found)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"price\": 10.0\n            }\n        ]\n    },\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0003\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Brand not found!\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"f568f9d2-9127-473c-bd95-d3d6409efe74"},{"name":"S2S","id":"765397bb-1565-4cf8-9270-d72d78ddf7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardholder_name\": \"Test Customer\",\n    \"card_number\": \"4111111111111111\",\n    \"expires\": \"12/30\",\n    \"cvc\": \"123\",\n    \"remember_card\": \"off\",\n    \"remote_ip\": \"203.0.113.68\",\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n    \"accept_header\": \"text/html\",\n    \"language\": \"en-US\",\n    \"java_enabled\": false,\n    \"javascript_enabled\": true,\n    \"color_depth\": 24,\n    \"utc_offset\": 0,\n    \"screen_width\": 1920,\n    \"screen_height\": 1080\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/p/{purchaseId}/?s2s=true","description":"<p>Step 2 of the card flow. Submits the card and device details from your server. <strong>This is the call that determines the outcome</strong>, because the outcome is fixed by the card number.</p>\n<p>A successful submission returns <code>202</code> with a <code>callback_url</code>. Direct the customer's browser to that URL to complete Step 3.</p>\n<h2 id=\"path-and-query-parameters\">Path and Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchaseId</td>\n<td>Mandatory. <br />Path parameter. The <code>purchaseId</code> returned by <code>POST https://api.paystreamportal.com/api/v1/purchases/</code>.</td>\n</tr>\n<tr>\n<td>s2s</td>\n<td>Mandatory. <br />Query parameter. Must be <code>true</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>cardholder_name</td>\n<td>Mandatory. <br />Name of the cardholder. Any value in sandbox.</td>\n</tr>\n<tr>\n<td>card_number</td>\n<td>Mandatory. <br />One of the 44 documented test cards. <strong>This field alone determines the outcome.</strong> Any other number will not produce a defined result.</td>\n</tr>\n<tr>\n<td>expires</td>\n<td>Mandatory. <br /><code>MM/YY</code>. Any month and year at or after the current one. To test an expiry failure use the <strong>Incorrect card expiry</strong> card with a valid future date, not a past date.</td>\n</tr>\n<tr>\n<td>cvc</td>\n<td>Mandatory. <br />Any 3 or 4 digits. To test a CVV failure use the <strong>Incorrect cvv</strong> card.</td>\n</tr>\n<tr>\n<td>remember_card</td>\n<td>Mandatory. <br /><code>\"on\"</code> or <code>\"off\"</code>. Whether Paystream stores the card.</td>\n</tr>\n<tr>\n<td>remote_ip</td>\n<td>Mandatory. <br />IP address of the customer's device. Used for fraud checks and risk scoring.</td>\n</tr>\n<tr>\n<td>user_agent</td>\n<td>Mandatory. <br />Full browser and OS string from the HTTP header.</td>\n</tr>\n<tr>\n<td>accept_header</td>\n<td>Mandatory. <br />The browser's <code>Accept</code> header value.</td>\n</tr>\n<tr>\n<td>language</td>\n<td>Optional. <br />Browser language, for example <code>en-US</code>.</td>\n</tr>\n<tr>\n<td>java_enabled</td>\n<td>Optional. <br /><code>true</code> or <code>false</code>. Used in device profiling.</td>\n</tr>\n<tr>\n<td>javascript_enabled</td>\n<td>Optional. <br /><code>true</code> or <code>false</code>. Used for 3DS and risk-based checks.</td>\n</tr>\n<tr>\n<td>color_depth</td>\n<td>Optional. <br />Display bit depth, for example <code>24</code>.</td>\n</tr>\n<tr>\n<td>utc_offset</td>\n<td>Optional. <br />Minutes between local time and UTC.</td>\n</tr>\n<tr>\n<td>screen_width</td>\n<td>Optional. <br />Device screen width in pixels.</td>\n</tr>\n<tr>\n<td>screen_height</td>\n<td>Optional. <br />Device screen height in pixels.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The device and browser fields feed 3DS risk assessment. Send realistic values when testing 3D Secure cards.</p>\n<h2 id=\"swapping-the-outcome\">Swapping the outcome</h2>\n<p>To test a different outcome, change <strong>only</strong> <code>card_number</code>. Create a fresh purchase first, with a new <code>merchantRef</code>, because a <code>purchaseId</code> that has already been submitted cannot be reused and will return <code>Allowed Attempt for this Transaction has been consumed</code>.</p>\n<h2 id=\"response\">Response</h2>\n<p><code>202 Accepted</code> with a <code>callback_url</code>. Invoke it from the customer's browser to complete the flow. For a 3D Secure card this leads to the challenge screen, where the OTP is <code>123456</code>.</p>\n<p>Errors follow the standard <code>{\"message\", \"code\"}</code> shape. See <strong>🖥️ Status Code</strong>.</p>\n","urlObject":{"path":["p","{purchaseId}",""],"host":["https://api.paystreamportal.com/api/v1"],"query":[{"key":"s2s","value":"true"}],"variable":[]}},"response":[{"id":"abbb11df-4ec6-4ce8-b32d-1af703729f90","name":"S2S - Accepted (callback_url returned)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardholder_name\": \"Test Customer\",\n    \"card_number\": \"4111111111111111\",\n    \"expires\": \"12/30\",\n    \"cvc\": \"123\",\n    \"remember_card\": \"off\",\n    \"remote_ip\": \"203.0.113.68\",\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n    \"accept_header\": \"text/html\",\n    \"language\": \"en-US\",\n    \"java_enabled\": false,\n    \"javascript_enabled\": true,\n    \"color_depth\": 24,\n    \"utc_offset\": 0,\n    \"screen_width\": 1920,\n    \"screen_height\": 1080\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/{purchaseId}/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","{purchaseId}",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"pending\",\n    \"callback_url\": \"https://api.paystreamportal.com/api/v1/payment/6a6db590b1c2d3e4f5a6b701/\",\n    \"method\": \"GET\"\n}"},{"id":"9b29df77-1eb6-4d9d-b873-17f0801640d0","name":"S2S - Error (attempts consumed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"cardholder_name\": \"Test Customer\",\n    \"card_number\": \"4111111111111111\",\n    \"expires\": \"12/30\",\n    \"cvc\": \"123\",\n    \"remember_card\": \"off\",\n    \"remote_ip\": \"203.0.113.68\",\n    \"user_agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\",\n    \"accept_header\": \"text/html\",\n    \"language\": \"en-US\",\n    \"java_enabled\": false,\n    \"javascript_enabled\": true,\n    \"color_depth\": 24,\n    \"utc_offset\": 0,\n    \"screen_width\": 1920,\n    \"screen_height\": 1080\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.paystreamportal.com/api/v1/p/{purchaseId}/?s2s=true","host":["https://api.paystreamportal.com/api/v1"],"path":["p","{purchaseId}",""],"query":[{"key":"s2s","value":"true"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Allowed Attempt for this Transaction has been consumed\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"765397bb-1565-4cf8-9270-d72d78ddf7ab"},{"name":"Get Status","id":"8c9d437f-4d6a-452f-9463-d0d54db500c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}","description":"<p>Step 3 verification. Returns the current state of the purchase as the full envelope, with <code>status</code> and <code>status_history</code> reflecting the outcome the test card produced.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchaseId</td>\n<td>Mandatory. <br />The <code>purchaseId</code> returned by <code>POST https://api.paystreamportal.com/api/v1/purchases/</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"statuses-you-will-see\">Statuses you will see</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong><code>status</code></strong></th>\n<th><strong>Produced by</strong></th>\n<th><strong>Terminal?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CREATED</code></td>\n<td>Purchase created, card not yet submitted</td>\n<td>❌</td>\n</tr>\n<tr>\n<td><code>PENDING EXECUTE</code></td>\n<td>S2S called, <code>callback_url</code> not yet invoked</td>\n<td>❌</td>\n</tr>\n<tr>\n<td><code>PAYMENT IN PROCESS</code></td>\n<td>Customer action pending, including 3DS challenge</td>\n<td>❌</td>\n</tr>\n<tr>\n<td><code>PAID</code></td>\n<td>An <strong>Authentication successful</strong> card</td>\n<td>✅</td>\n</tr>\n<tr>\n<td><code>ERROR</code></td>\n<td>Any decline, timeout, or authentication failure card</td>\n<td>✅</td>\n</tr>\n<tr>\n<td><code>EXPIRED</code></td>\n<td>A <strong>Transaction expired</strong> card</td>\n<td>✅</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>status_history</code> uses lowercase names with Unix timestamps; the top-level <code>status</code> is uppercase. For a declined transaction, read <code>errorMsg</code> for the reason rather than inferring it from <code>status</code>.</p>\n<p><code>[VERIFY]</code> Which status the <strong>Pending execution</strong> cards settle at, and whether they later move on.</p>\n","urlObject":{"path":["purchases","{purchaseId}"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f55530f4-569f-4d32-8cea-bf115e0dc0f3","name":"Get Status - PAID (Authentication successful card)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590b1c2d3e4f5a6b701\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"quantity\": 1,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 10.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 10.0,\n        \"currency\": \"USD\",\n        \"net_amount\": 10.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1785574819,\n        \"remote_paid_on\": 1785574819\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"VISA\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"12\",\n            \"expiry_year\": \"30\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"\",\n            \"masked_pan\": \"407972XXXXXX8630\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"\",\n            \"cardholder_name\": \"Test Customer\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": true,\n                \"country\": \"\",\n                \"processing_time\": 1785574819,\n                \"extra\": {\n                    \"expiry_month\": \"12\",\n                    \"expiry_year\": \"30\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"\",\n                    \"masked_pan\": \"407972XXXXXX8630\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"\",\n                    \"cardholder_name\": \"Test Customer\"\n                }\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1785574815\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1785574819\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": true,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0001\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"ALL\",\n    \"refundable_amount\": 10.0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590b1c2d3e4f5a6b701/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590b1c2d3e4f5a6b701/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"d51621c6-a342-4af9-9097-11662b0cd133","name":"Get Status - ERROR (Issuer decline card)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590b1c2d3e4f5a6b701\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"USD\",\n        \"products\": [\n            {\n                \"name\": \"Card test item\",\n                \"quantity\": 1,\n                \"price\": 10.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 10.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 10.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 10.0,\n        \"currency\": \"USD\",\n        \"net_amount\": 10.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"VISA\",\n        \"flow\": \"payform\",\n        \"extra\": {\n            \"expiry_month\": \"12\",\n            \"expiry_year\": \"30\",\n            \"amount\": 10.0,\n            \"card_issuer\": \"\",\n            \"masked_pan\": \"440127XXXXXX9470\",\n            \"card_brand\": \"VISA\",\n            \"card_issuer_country\": \"\",\n            \"cardholder_name\": \"Test Customer\"\n        },\n        \"country\": \"\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"VISA\",\n                \"flow\": \"payform\",\n                \"successful\": false,\n                \"country\": \"\",\n                \"processing_time\": 1785574819,\n                \"extra\": {\n                    \"expiry_month\": \"12\",\n                    \"expiry_year\": \"30\",\n                    \"amount\": 10.0,\n                    \"card_issuer\": \"\",\n                    \"masked_pan\": \"440127XXXXXX9470\",\n                    \"card_brand\": \"VISA\",\n                    \"card_issuer_country\": \"\",\n                    \"cardholder_name\": \"Test Customer\"\n                }\n            }\n        ]\n    },\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1785574815\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1785574819\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": true,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"CARD-TEST-0002\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590b1c2d3e4f5a6b701/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590b1c2d3e4f5a6b701/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"35da74c6-5c2d-48ac-a969-12770331ead2","name":"Get Status - Error (Purchase not found)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"PurchaseId Not found.\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"8c9d437f-4d6a-452f-9463-d0d54db500c6"}],"id":"39a122e8-dcd3-413e-bfb9-43c7edd3ddf3","description":"<p>The three-step card flow, unchanged between sandbox and production. Create the purchase, submit the card, then invoke the callback from the customer's browser and read the result.</p>\n","_postman_id":"39a122e8-dcd3-413e-bfb9-43c7edd3ddf3"},{"name":"Troubleshooting","item":[],"id":"57f06bbb-541d-4d27-acb1-0d89971b0e01","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Symptom</strong></th>\n<th><strong>Likely cause</strong></th>\n<th><strong>Fix</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>A test card was declined as an ordinary card, and a real transaction may have been attempted</td>\n<td>A production API key was used. These cards only behave as documented in Sandbox mode</td>\n<td>Check which key your environment resolved. Keep sandbox and production keys in separate configuration so a test suite cannot reach production</td>\n</tr>\n<tr>\n<td>Outcome does not match the table</td>\n<td>The card number was altered, or a card outside the documented set was used</td>\n<td>Re-check the number digit by digit. Only the 44 documented cards produce defined outcomes</td>\n</tr>\n<tr>\n<td><code>Invalid Card Expiry(Valid Format:MM/YY) must be greater than current month/year</code></td>\n<td>A past expiry date was sent</td>\n<td>Use any date at or after the current month. To test an expiry failure use the <strong>Incorrect card expiry</strong> card with a valid future date</td>\n</tr>\n<tr>\n<td><code>Allowed Attempt for this Transaction has been consumed</code></td>\n<td>S2S was called more than the permitted number of times on one <code>purchaseId</code></td>\n<td>Create a new purchase for each attempt, with a new <code>merchantRef</code>. <code>[VERIFY]</code> the exact attempt limit</td>\n</tr>\n<tr>\n<td>3DS challenge screen rejects the OTP</td>\n<td>Wrong OTP</td>\n<td>The OTP is <code>123456</code> for every 3D Secure test card</td>\n</tr>\n<tr>\n<td>Correct OTP entered but the transaction still failed</td>\n<td>Expected, if an <strong>Authentication failed</strong> card was used</td>\n<td>The outcome is fixed by the card, not the OTP</td>\n</tr>\n<tr>\n<td>No webhook received</td>\n<td>Callback URL not configured or not reachable</td>\n<td>Confirm <code>success_callback</code> and <code>failure_callback</code>, or the account-wide setting, and that the endpoint is publicly reachable</td>\n</tr>\n<tr>\n<td>Webhook signature verification fails</td>\n<td>Verifying against the wrong public key, or a canonicalisation bug</td>\n<td>Verify against the sandbox account's public key, per <strong>🔌 Webhooks</strong>. This is a real finding, not a sandbox artefact</td>\n</tr>\n<tr>\n<td>Cannot test American Express or JCB</td>\n<td>No test cards exist for those schemes</td>\n<td>See <strong>Brand Coverage</strong>. Validate with low-value live transactions</td>\n</tr>\n<tr>\n<td>Refund test does not behave as expected</td>\n<td>Refunds depend on the purchase first reaching <code>PAID</code></td>\n<td>Use the <strong>Refund failed</strong> card to test the failure path. <code>[VERIFY]</code> the exact sequence and message</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-response-shape\">Error response shape</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"descriptive error message\",\n    \"code\": \"transaction_error\"\n}\n</code></pre><p>For a detailed reason, read <code>errorMsg</code> in the purchase envelope or webhook payload rather than relying on <code>status</code> alone.</p>\n<h2 id=\"reporting-a-mismatch\">Reporting a mismatch</h2>\n<p>If a card does not produce its documented outcome, report it rather than working around it. These tables are only useful if they are exact. Raise it through your usual technical support channel. <code>[TBD: confirm the support address.]</code></p>\n","_postman_id":"57f06bbb-541d-4d27-acb1-0d89971b0e01"}],"id":"a2be37cf-f7cf-4fec-a50c-7a67f1e17291","description":"<p>Test cards for validating a card integration in <strong>Sandbox mode</strong>. Forty-four cards cover eleven outcomes across Visa and Mastercard, in both 2D (non-3DS) and 3D Secure variants, so every branch of your integration can be exercised deterministically before you process a live transaction.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Applies to</td>\n<td>Card payments only</td>\n</tr>\n<tr>\n<td>Environment</td>\n<td>Sandbox mode. Toggle <strong>Is Sandbox</strong> in the top right of your merchant dashboard</td>\n</tr>\n<tr>\n<td>Base URL</td>\n<td><code>https://api.paystreamportal.com/api/v1</code> (same as production)</td>\n</tr>\n<tr>\n<td>Cards available</td>\n<td>44</td>\n</tr>\n<tr>\n<td>Schemes</td>\n<td>Visa, Mastercard</td>\n</tr>\n<tr>\n<td>Auth types</td>\n<td>2D (non-3DS) and 3D Secure, for every outcome</td>\n</tr>\n<tr>\n<td>Outcomes</td>\n<td>11</td>\n</tr>\n<tr>\n<td>Expiry date</td>\n<td>Any month and year at or after the current month</td>\n</tr>\n<tr>\n<td>CVV</td>\n<td>Any 3 or 4 digits</td>\n</tr>\n<tr>\n<td>3DS OTP</td>\n<td><code>123456</code></td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>None. No funds move</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>These cards work only in Sandbox mode. In Live mode they will be treated as ordinary card numbers and declined. Confirm which environment your API key belongs to before running a test suite.</p>\n</blockquote>\n","_postman_id":"a2be37cf-f7cf-4fec-a50c-7a67f1e17291"},{"name":"APM Simulator","item":[{"name":"Concepts","item":[],"id":"f34de767-b959-4b9c-9e2a-c2502b952b79","description":"<h2 id=\"what-the-apm-simulator-is\">What the APM Simulator is</h2>\n<p>The APM Simulator is a simulated counterparty for alternative payment methods. When you send a <code>POST https://api.paystreamportal.com/api/v1/purchases/</code> request authenticated with <strong>sandbox</strong> credentials and a supported <code>paymentMethod</code>, Paystream routes the purchase to the simulator rather than to a live PSP. You receive a normal purchase response including a <code>checkout_url</code>, which resolves to a hosted simulator cashier page. On that page the outcome is selected explicitly, and the purchase then behaves as it would if a real APM had returned that outcome: statuses advance, a webhook fires, and the customer is redirected to the matching <code>\\*_redirect</code> URL from your request.</p>\n<img src=\"https://content.pstmn.io/83443dab-ae30-4111-8ed4-22bef19c013a/YXBtX3NpbXVsYXRvcl9wYXlpbl9mbG93LnBuZw==\" alt />\n\n<h2 id=\"when-to-use-it\">When to use it</h2>\n<ul>\n<li><p>Building a new APM integration before the PSP contract is signed or credentials are issued.</p>\n</li>\n<li><p>Exercising the decline and pending branches of your code deterministically, rather than hoping to observe them in production.</p>\n</li>\n<li><p>Verifying that your webhook listener receives, parses, and RSA-verifies a Paystream callback.</p>\n</li>\n<li><p>Confirming that all three redirect URLs are handled correctly.</p>\n</li>\n<li><p>Running APM regression tests in CI, so an integration proven last release is proven again this release.</p>\n</li>\n</ul>\n<h2 id=\"what-a-simulated-result-does-and-does-not-prove\">What a simulated result does and does not prove</h2>\n<p>Read this section before you rely on a simulated pass as evidence of readiness.</p>\n<p><strong>A simulated result proves:</strong></p>\n<ul>\n<li><p>Your request is well formed and accepted by the <code>/purchases</code> contract.</p>\n</li>\n<li><p>Your code correctly handles the purchase response, including <code>checkout_url</code> and <code>purchaseId</code>.</p>\n</li>\n<li><p>Your code correctly handles the status you forced, and the <code>status_history</code> transitions leading to it.</p>\n</li>\n<li><p>Your webhook endpoint is reachable, and your RSA signature verification is correct.</p>\n</li>\n<li><p>Your redirect handling is correct for success, pending, and failure.</p>\n</li>\n</ul>\n<p><strong>A simulated result does not prove:</strong></p>\n<ul>\n<li><p>That the PSP has onboarded, underwritten, or certified you. The simulator never contacts a PSP.</p>\n</li>\n<li><p>That the live rail is enabled on your account, or that your MID is active.</p>\n</li>\n<li><p>That the real APM will return the same field values. Method-specific payload data such as a real Pix payload, a real CLABE, or a real Fawry reference is not issued by the simulator.</p>\n</li>\n<li><p>That your timeout and retry logic is correctly tuned. Simulated outcomes resolve instantly.</p>\n</li>\n<li><p>That you handle every PSP-specific error condition. The simulator exposes three outcomes, not the full error surface of a live rail.</p>\n</li>\n</ul>\n<h2 id=\"how-a-simulated-transaction-differs-from-a-live-apm-transaction\">How a simulated transaction differs from a live APM transaction</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Aspect</strong></th>\n<th><strong>Simulated</strong></th>\n<th><strong>Live APM</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Credentials</td>\n<td>Sandbox API key and Brand ID</td>\n<td>Production API key and Brand ID</td>\n</tr>\n<tr>\n<td>Endpoint and contract</td>\n<td>Identical</td>\n<td>Identical</td>\n</tr>\n<tr>\n<td>Counterparty</td>\n<td>Paystream simulator</td>\n<td>PSP and the underlying rail</td>\n</tr>\n<tr>\n<td>Customer experience</td>\n<td>Hosted simulator cashier page with outcome buttons</td>\n<td>The real APM app, bank page, QR, or voucher</td>\n</tr>\n<tr>\n<td>Outcome</td>\n<td>Selected on the cashier page</td>\n<td>Determined by the customer and the rail</td>\n</tr>\n<tr>\n<td>Timing</td>\n<td>Instant, not configurable</td>\n<td>Seconds to hours, method-dependent</td>\n</tr>\n<tr>\n<td>Money movement</td>\n<td>None</td>\n<td>Real funds, real settlement</td>\n</tr>\n<tr>\n<td>Webhook signature</td>\n<td>RSA signed, as in production</td>\n<td>RSA signed</td>\n</tr>\n<tr>\n<td>Webhook payload</td>\n<td>Reduced field set <code>[TBD: confirm omitted fields with engineering]</code></td>\n<td>Full field set</td>\n</tr>\n<tr>\n<td>Method-specific payload</td>\n<td>Not issued</td>\n<td>Real payload, CLABE, reference, or QR</td>\n</tr>\n<tr>\n<td>Refunds and disputes</td>\n<td>Not available</td>\n<td>Available where the method supports them</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"payin-lifecycle\">PayIn lifecycle</h2>\n<p><strong>How it works.</strong> You create the purchase, send the customer to the simulator cashier page, the outcome is selected there, and Paystream then advances the purchase and notifies you. Nothing in the request body controls the outcome, which is deliberate: the request you validate against the simulator has the same shape and the same fields as the request you will send in production. The only values that change at go-live are your API key and your <code>brand_id</code>.</p>\n<p><strong>Flow</strong></p>\n<ul>\n<li><p><strong>Merchant creates the purchase:</strong> <code>POST https://api.paystreamportal.com/api/v1/purchases/</code> with sandbox credentials, a supported <code>paymentMethod</code>, and all three of <code>success_redirect</code>, <code>pending_redirect</code>, and <code>failure_redirect</code> populated.</p>\n</li>\n<li><p><strong>Paystream responds:</strong> the full purchase envelope, with <code>status</code> = <code>CREATED</code> and a <code>checkout_url</code>.</p>\n</li>\n<li><p><strong>Merchant redirects the customer:</strong> to the <code>checkout_url</code>. This is the simulator cashier page, not a real APM page.</p>\n</li>\n<li><p><strong>Outcome is selected:</strong> Success, Failure, or Pending, on the cashier page.</p>\n</li>\n<li><p><strong>Paystream applies the outcome:</strong> <code>status</code> and <code>status_history</code> advance to reflect it, immediately.</p>\n</li>\n<li><p><strong>Paystream fires the webhook:</strong> RSA signed, to your configured callback URL.</p>\n</li>\n<li><p><strong>Customer is redirected:</strong> to <code>success_redirect</code>, <code>pending_redirect</code>, or <code>failure_redirect</code> as appropriate.</p>\n</li>\n<li><p><strong>Pending expires:</strong> a purchase left in the pending state later moves to <code>EXPIRED</code>, and an expiry webhook is fired. The window is not a single fixed value: each method uses the same expiry window as the real APM it stands in for.</p>\n</li>\n</ul>\n<p>Note that the simulator has no \"pending then paid\" path. Selecting Pending leads to expiry, not to a later success. If your integration must handle a pending-to-paid transition, that transition has to be validated against a live PSP connection.</p>\n<h2 id=\"webhook-events\">Webhook events</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Event</strong></th>\n<th><strong><code>status</code></strong></th>\n<th><strong>When it fires</strong></th>\n<th><strong>Terminal?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Payment in process</td>\n<td><code>PENDING</code></td>\n<td>Pending selected on the cashier page</td>\n<td>❌</td>\n</tr>\n<tr>\n<td>Purchase paid</td>\n<td><code>PAID</code></td>\n<td>Success selected on the cashier page</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>Purchase error</td>\n<td><code>ERROR</code></td>\n<td>Failure selected on the cashier page</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>Purchase expired</td>\n<td><code>EXPIRED</code></td>\n<td>Pending window elapsed without resolution</td>\n<td>✅</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>[VERIFY]</code> The status values above follow Paystream's documented purchase lifecycle rather than anything confirmed about the simulator. Before publishing, confirm with engineering: (a) the exact uppercase <code>status</code> the simulator writes for each cashier-page selection, (b) the exact webhook event name emitted for each, (c) which lowercase <code>status_history</code> entries the simulator actually writes, since the saved examples assume <code>created</code>, <code>pending_execute</code>, <code>payment_in_process</code>, <code>paid</code>, <code>error</code>, and <code>expired</code>, and (d) whether a webhook fires on creation. No creation webhook is documented here because none was confirmed.</p>\n<h2 id=\"coverage-and-limits\">Coverage and limits</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>APM</strong></th>\n<th><strong><code>paymentMethod</code></strong></th>\n<th><strong>Market</strong></th>\n<th><strong>Currency</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UPI Collect</td>\n<td><code>UPI-COLLECT</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n</tr>\n<tr>\n<td>UPI QR</td>\n<td><code>UPI-QR</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n</tr>\n<tr>\n<td>Netbanking</td>\n<td><code>NETBANKING</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n</tr>\n<tr>\n<td>Interac e-Transfer</td>\n<td><code>INTERAC</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n</tr>\n<tr>\n<td>Interac Express</td>\n<td><code>INTERAC-EXPRESS</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n</tr>\n<tr>\n<td>Interac Request Money</td>\n<td><code>INTERAC-REQUEST-MONEY</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n</tr>\n<tr>\n<td>Pix</td>\n<td><code>PIX</code></td>\n<td>🇧🇷 Brazil</td>\n<td>BRL</td>\n</tr>\n<tr>\n<td>SPEI</td>\n<td><code>SPEI</code></td>\n<td>🇲🇽 Mexico</td>\n<td>MXN</td>\n</tr>\n<tr>\n<td>Fawry</td>\n<td><code>FawryPay</code></td>\n<td>🇪🇬 Egypt</td>\n<td>EGP</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>[VERIFY]</code> Market and currency mappings are the standard rail defaults for each method and have not been confirmed against the simulator connector configuration.</p>\n<p>Standard sandbox limits and data retention apply. There are no simulator-specific limits and no cost.</p>\n","_postman_id":"f34de767-b959-4b9c-9e2a-c2502b952b79"},{"name":"Enabling the Simulator","item":[],"id":"8369e5db-6ccc-4648-810f-0b47efac38cb","description":"<h2 id=\"credentials\">Credentials</h2>\n<p>The simulator is enabled on every existing Paystream sandbox account. There is nothing to request, no new credential to provision, and no key rotation required.</p>\n<p>You need two values, both of which are in the Dashboard section of your merchant account login:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Where it goes</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Sandbox API key</td>\n<td><code>Authorization: Bearer {{APIKey}}</code> header</td>\n<td>Must be the <strong>sandbox</strong> key. A production key routes to a live PSP</td>\n</tr>\n<tr>\n<td>Sandbox Brand ID</td>\n<td><code>brand_id</code> in the request body</td>\n<td>Must be the Brand ID belonging to the sandbox account</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"endpoint\">Endpoint</h2>\n<p><code>POST https://api.paystreamportal.com/api/v1/purchases/</code></p>\n<p><code>https://api.paystreamportal.com/api/v1</code> is <code>https://api.paystreamportal.com/api/v1</code>, the same base URL as production. There is no separate simulator host.</p>\n<h2 id=\"the-trigger\">The trigger</h2>\n<p><strong>The credentials are the trigger.</strong> Send your normal purchase request with a supported <code>paymentMethod</code> value and sandbox credentials, and the transaction is routed to the simulator. There is:</p>\n<ul>\n<li>no simulator-specific <code>paymentMethod</code> or <code>psp_code</code>,</li>\n<li>no header to add,</li>\n<li>no <code>extraParam</code> to set,</li>\n<li>no magic amount,</li>\n<li>no test email address or MSISDN,</li>\n<li>no dashboard toggle.</li>\n</ul>\n<p>This is intentional. Because no simulator-specific field exists, the request you validate against the simulator has the same shape and the same fields as the one you send in production. Two values change at go-live, your API key and your <code>brand_id</code>, and both are configuration rather than logic. Promoting an integration from simulator to live is a configuration change, not a code change.</p>\n<blockquote>\n<p>⚠️ The corollary is that a production API key sends a real transaction to a real PSP. Confirm which key your environment is loading before you run a test suite.</p>\n</blockquote>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li>A webhook endpoint reachable from Paystream, with RSA signature verification implemented. See the 🔌 <strong>Webhooks</strong> section of these docs for the signature scheme.</li>\n<li>Values for <code>success_redirect</code>, <code>pending_redirect</code>, and <code>failure_redirect</code>. All three are needed to exercise all three outcomes.</li>\n</ul>\n","_postman_id":"8369e5db-6ccc-4648-810f-0b47efac38cb"},{"name":"Supported APMs","item":[],"id":"bdeeed78-1296-4643-8c90-43d2e00064fe","description":"<p>The following methods simulate. Any <code>paymentMethod</code> value not in this table will not simulate, and the request will be handled as it is today for an unsupported or unconfigured method.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>APM</strong></th>\n<th><strong><code>paymentMethod</code></strong></th>\n<th><strong>Market</strong></th>\n<th><strong>Currency</strong></th>\n<th><strong>Notes and quirks</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>UPI Collect</td>\n<td><code>UPI-COLLECT</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n<td>Collect request pushed to the customer's UPI app.</td>\n</tr>\n<tr>\n<td>UPI QR</td>\n<td><code>UPI-QR</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n<td>QR-presented flow in production. The simulator substitutes its own cashier page.</td>\n</tr>\n<tr>\n<td>Netbanking</td>\n<td><code>NETBANKING</code></td>\n<td>🇮🇳 India</td>\n<td>INR</td>\n<td>Bank-selection redirect in production.</td>\n</tr>\n<tr>\n<td>Interac e-Transfer</td>\n<td><code>INTERAC</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n<td>Standard Interac online banking redirect.</td>\n</tr>\n<tr>\n<td>Interac Express</td>\n<td><code>INTERAC-EXPRESS</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n<td>Express variant. Confirm it is enabled on your production account before go-live.</td>\n</tr>\n<tr>\n<td>Interac Request Money</td>\n<td><code>INTERAC-REQUEST-MONEY</code></td>\n<td>🇨🇦 Canada</td>\n<td>CAD</td>\n<td>Request-money variant, customer-initiated approval in production.</td>\n</tr>\n<tr>\n<td>Pix</td>\n<td><code>PIX</code></td>\n<td>🇧🇷 Brazil</td>\n<td>BRL</td>\n<td>QR/copy-paste payload in production. The simulator does not issue a real Pix payload.</td>\n</tr>\n<tr>\n<td>SPEI</td>\n<td><code>SPEI</code></td>\n<td>🇲🇽 Mexico</td>\n<td>MXN</td>\n<td>CLABE-based bank transfer in production. No real CLABE is issued by the simulator.</td>\n</tr>\n<tr>\n<td>Fawry</td>\n<td><code>FawryPay</code></td>\n<td>🇪🇬 Egypt</td>\n<td>EGP</td>\n<td>Voucher/reference flow in production. No real Fawry reference is issued.</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>[VERIFY]</code> Market and currency mappings above are the standard rail defaults for each method. Confirm them against the simulator connector configuration.</p>\n<p><code>[VERIFY]</code> <code>FawryPay</code> is mixed case while every other enum in the list is uppercase, and the documented convention for <code>paymentMethod</code> is an uppercase value. Confirm whether the correct enum is <code>FawryPay</code> or <code>FAWRYPAY</code> before publishing.</p>\n<h2 id=\"not-covered\">Not covered</h2>\n<ul>\n<li><strong>PayOut.</strong> The simulator is PayIn only.</li>\n<li><strong>Refunds, partial refunds, chargebacks, disputes, and reversals.</strong> No post-transaction flow is simulated.</li>\n<li><strong>Every other payment method,</strong> including cards, bank transfers, and open banking. More APMs will be added over time. No schedule is published.</li>\n</ul>\n<h2 id=\"method-specific-caveat\">Method-specific caveat</h2>\n<p>For methods whose production flow depends on a payload the rail issues, such as a Pix payload, a SPEI CLABE, or a Fawry reference, the simulator does not issue that value. The simulator substitutes its own cashier page. If your integration parses or renders such a payload, that parsing must be validated against a live PSP connection. See <strong>Migrating from Simulator to Live</strong>.</p>\n","_postman_id":"bdeeed78-1296-4643-8c90-43d2e00064fe"},{"name":"Forcing Outcomes","item":[],"id":"f4556e55-cb2f-4c51-a2be-2e6abe5fb4cc","description":"<h2 id=\"scenario-matrix\">Scenario matrix</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Outcome</strong></th>\n<th><strong>How to trigger</strong></th>\n<th><strong>Resulting</strong> <strong><code>status</code></strong></th>\n<th><strong>Webhook</strong></th>\n<th><strong>Customer returns to</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>Select <strong>Success</strong> on the simulator cashier page</td>\n<td><code>PAID</code></td>\n<td>Fired, terminal</td>\n<td><code>success_redirect</code></td>\n</tr>\n<tr>\n<td>Failure</td>\n<td>Select <strong>Failure</strong> on the simulator cashier page</td>\n<td><code>ERROR</code></td>\n<td>Fired, terminal</td>\n<td><code>failure_redirect</code></td>\n</tr>\n<tr>\n<td>Pending</td>\n<td>Select <strong>Pending</strong> on the simulator cashier page</td>\n<td><code>PENDING</code></td>\n<td>Fired, non-terminal</td>\n<td><code>pending_redirect</code></td>\n</tr>\n<tr>\n<td>Expired</td>\n<td>Leave a Pending purchase unresolved until its expiry window elapses</td>\n<td><code>EXPIRED</code></td>\n<td>Fired, terminal</td>\n<td>Not applicable, no further customer interaction</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>[VERIFY]</code> Exact <code>status</code> values and webhook event names per selection, per the note in <strong>Concepts</strong>.</p>\n<h2 id=\"the-request-is-the-same-for-every-outcome\">The request is the same for every outcome</h2>\n<p>There is no <code>test_scenario</code> parameter, no magic amount, and no flag. <strong>The request body is identical for all three outcomes.</strong> The outcome is selected downstream, on the cashier page.</p>\n<p>This means the \"request example for each outcome\" is one example, and the divergence happens after it:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://api.paystreamportal.com/api/v1/purchases/\nAuthorization: Bearer {{APIKey}}\nContent-Type: application/json\n&lt;the body shown in PayIn API → Purchases&gt;\n\n</code></pre><p>To test a success, open the returned <code>checkout_url</code> and select Success. To test a decline, send the request again with a <strong>new</strong> <code>merchantRef</code> and select Failure. To test pending and expiry, send it again with another new <code>merchantRef</code>, select Pending, and wait out the method's expiry window. Reuse the same <code>merchantRef</code> across runs and your own duplicate-prevention logic should reject the repeat, which is a useful test in itself but not the one you are trying to run here.</p>\n<h2 id=\"recommended-test-matrix\">Recommended test matrix</h2>\n<p>Run this sequence per method you intend to go live with:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>#</strong></th>\n<th><strong>Test</strong></th>\n<th><strong>What you are proving</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Success</td>\n<td>Purchase creation, <code>checkout_url</code> handling, paid webhook, <code>success_redirect</code></td>\n</tr>\n<tr>\n<td>2</td>\n<td>Failure</td>\n<td>Your failure branch, error webhook, <code>failure_redirect</code>, and that you do not mark the order paid</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Pending</td>\n<td>Your pending branch, that the order is held rather than failed or paid, and <code>pending_redirect</code></td>\n</tr>\n<tr>\n<td>4</td>\n<td>Pending to expiry</td>\n<td>That the expiry webhook releases or cancels the held order correctly</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Duplicate <code>merchantRef</code></td>\n<td>Your duplicate-prevention behaviour</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Webhook signature tamper</td>\n<td>That your verification rejects an altered payload</td>\n</tr>\n</tbody>\n</table>\n</div><p>Tests 5 and 6 are not simulator features, they are tests the simulator makes cheap to run repeatedly.</p>\n<p>Tests 1 to 3, 5, and 6 resolve instantly and are suitable for a normal CI job. Test 4 is not: it waits out the method's real expiry window, which can be long. Run it in a scheduled or long-running job rather than in a per-commit pipeline.</p>\n<h2 id=\"expiry-windows\">Expiry windows</h2>\n<p>The pending-to-expired window is not a single fixed value. Each method expires on the same window as the real APM it stands in for, so the timing you observe in the simulator is the timing to design for. <code>[TBD: engineering to supply the per-method expiry windows so they can be tabulated here.]</code></p>\n","_postman_id":"f4556e55-cb2f-4c51-a2be-2e6abe5fb4cc"},{"name":"PayIn API","item":[{"name":"Purchases","id":"740adfc1-a7cc-4a98-817a-15152e6beb15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"price\": 100.0\n            }\n        ]\n    },\n    \"paymentMethod\": \"UPI-COLLECT\",\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0001\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases","description":"<p>To initiate a simulated APM payment, the first call to make is <code>/purchases</code>. It is the same call, the same URL, and the same body you use in production. Authenticating with <strong>sandbox</strong> credentials is what routes the purchase to the simulator.</p>\n<p>The response is the full purchase envelope. The field you need next is <code>checkout_url</code>, which is the simulator cashier page. Send the customer there and select the outcome you want to test.</p>\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>client.email</td>\n<td>Conditional. <br />Recommended. Any syntactically valid address works in the simulator; no mail is delivered to a real customer.</td>\n</tr>\n<tr>\n<td>client.full_name</td>\n<td>Optional. <br />Customer name.</td>\n</tr>\n<tr>\n<td>client.country</td>\n<td>Conditional. <br />ISO 3166-1 alpha-2. Should match the market of the <code>paymentMethod</code> you are simulating, for example <code>IN</code> for <code>UPI-COLLECT</code>.</td>\n</tr>\n<tr>\n<td>client.city</td>\n<td>Optional. <br />Customer city.</td>\n</tr>\n<tr>\n<td>client.street_address</td>\n<td>Optional. <br />Customer street address.</td>\n</tr>\n<tr>\n<td>client.zip_code</td>\n<td>Optional. <br />Customer postal code.</td>\n</tr>\n<tr>\n<td>client.phone</td>\n<td>Optional. <br />E.164 format. No message is sent by the simulator.</td>\n</tr>\n<tr>\n<td>purchase.currency</td>\n<td>Mandatory. <br />ISO 4217 code. Should be the currency configured for the <code>paymentMethod</code> being simulated, for example <code>INR</code> for <code>UPI-COLLECT</code>. See <strong>Supported APMs</strong>. <code>[VERIFY]</code> whether a currency and method mismatch is rejected outright or simply fails downstream.</td>\n</tr>\n<tr>\n<td>purchase.products.name</td>\n<td>Mandatory. <br />Line-item description.</td>\n</tr>\n<tr>\n<td>purchase.products.price</td>\n<td>Mandatory. <br />Decimal with 2 places, for example <code>100.00</code>. The amount does not influence the outcome; there are no magic amounts in the simulator.</td>\n</tr>\n<tr>\n<td>paymentMethod</td>\n<td>Mandatory. <br />One of the supported simulator enums. See <strong>Supported APMs</strong>. A value outside that list will not simulate.</td>\n</tr>\n<tr>\n<td>brand_id</td>\n<td>Mandatory. <br />Your <strong>sandbox</strong> Brand ID, from the Dashboard section of your merchant account login.</td>\n</tr>\n<tr>\n<td>merchantRef</td>\n<td>Optional. <br />Your own reference. See Essential Optional Parameters below.</td>\n</tr>\n<tr>\n<td>success_redirect</td>\n<td>Mandatory. <br />Where the customer is returned after selecting Success.</td>\n</tr>\n<tr>\n<td>pending_redirect</td>\n<td>Conditional. <br />Mandatory if you want to exercise the Pending outcome, because that is where the customer is returned after selecting Pending. Populate it even if you do not expect pending in production, or you cannot test the pending branch at all.</td>\n</tr>\n<tr>\n<td>failure_redirect</td>\n<td>Mandatory. <br />Where the customer is returned after selecting Failure.</td>\n</tr>\n<tr>\n<td>success_callback</td>\n<td>Conditional. <br />Webhook URL for successful outcomes, if not configured account-wide.</td>\n</tr>\n<tr>\n<td>failure_callback</td>\n<td>Conditional. <br />Webhook URL for failed outcomes, if not configured account-wide.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"essential-optional-parameters\">Essential Optional Parameters</h2>\n<p><code>merchantRef</code> is your own reference for the transaction and carries two advantages. It prevents duplicates: if you resend a request with a <code>merchantRef</code> you have already used, you can detect and reject the repeat rather than creating a second purchase. It also makes retrieval straightforward, because you can locate the transaction by your own identifier instead of storing and matching Paystream's <code>purchaseId</code>. In the simulator it is worth setting a predictable, scheme-based value such as <code>SIM-UPI-0001</code>, so a CI run's transactions are easy to find in Transaction Reporting.</p>\n<h2 id=\"response\">Response</h2>\n<p>The response is the complete purchase envelope, not a trimmed object. At creation:</p>\n<ul>\n<li><code>status</code> is <code>CREATED</code> and <code>status_history</code> holds a single <code>created</code> entry.</li>\n<li><code>checkout_url</code> is the simulator cashier page. Send the customer here.</li>\n<li><code>transaction_data.attempts</code> is empty until an outcome is selected.</li>\n<li><code>refund_availability</code> is <code>NONE</code>, because refunds are not simulated.</li>\n<li><code>payment.paid_on</code> is <code>null</code> until Success is selected.</li>\n</ul>\n<blockquote>\n<p><strong>Values in the saved examples are illustrative; the structure is authoritative.</strong> Timestamps, references, and identifiers are made up. Do not treat any specific value as a contract.</p>\n</blockquote>\n<p><code>[VERIFY]</code> Three things in the saved examples are inference, not confirmed simulator behaviour, and must be checked before publishing:</p>\n<ol>\n<li><strong><code>is_test</code></strong> is shown as <code>false</code> because that is the documented envelope default. If the simulator sets <code>is_test: true</code>, that is the field merchants and support should filter reporting on, and every example here must be corrected.</li>\n<li><strong><code>status_history</code> entries.</strong> The examples assume <code>pending_execute</code> and <code>payment_in_process</code> are written. Confirm which intermediate states the simulator actually produces.</li>\n<li><strong><code>transaction_data.attempts</code> semantics,</strong> including whether an attempt is recorded for a pending purchase and what <code>successful</code> holds while the purchase is unresolved.</li>\n</ol>\n","urlObject":{"path":["purchases"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"773efd5e-b9b1-4868-97a2-5bea3d1b6345","name":"Purchase - Success (created, awaiting outcome selection)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"price\": 100.0\n            }\n        ]\n    },\n    \"paymentMethod\": \"UPI-COLLECT\",\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0001\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590a1b2c3d4e5f6a701\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574800,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"quantity\": 1,\n                \"price\": 100.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 100.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 100.0,\n        \"currency\": \"INR\",\n        \"net_amount\": 100.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"UPI-COLLECT\",\n        \"flow\": \"\",\n        \"extra\": {},\n        \"country\": \"IN\",\n        \"attempts\": []\n    },\n    \"status\": \"CREATED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        }\n    ],\n    \"viewedOn\": null,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0001\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590a1b2c3d4e5f6a701/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590a1b2c3d4e5f6a701/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"0da51114-8755-40cc-8ed7-3f6a9df68e55","name":"Purchase - Error (Brand not found)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"client\": {\n        \"email\": \"user3782@example.com\",\n        \"full_name\": \"Test Customer\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"street_address\": \"90 Fixture Close\",\n        \"zip_code\": \"400001\",\n        \"phone\": \"+910000000000\"\n    },\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"price\": 100.0\n            }\n        ]\n    },\n    \"paymentMethod\": \"UPI-COLLECT\",\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0006\",\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.paystreamportal.com/api/v1/purchases"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Brand not found\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"740adfc1-a7cc-4a98-817a-15152e6beb15"},{"name":"Get Status","id":"69e7de98-1fff-43a6-ac89-793581b635ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}","description":"<p>Retrieve the current state of a simulated purchase. Use this to observe the outcome you selected on the cashier page, and to watch a pending purchase move to expired.</p>\n<p>The response is the same full purchase envelope returned by <code>/purchases</code>, with <code>status</code> and <code>status_history</code> reflecting the current state.</p>\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>purchaseId</td>\n<td>Mandatory. <br />The <code>purchaseId</code> returned by <code>POST https://api.paystreamportal.com/api/v1/purchases/</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"status-values-you-will-see-in-the-simulator\">Status values you will see in the simulator</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong><code>status</code></strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Terminal?</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>CREATED</code></td>\n<td>Purchase registered, no outcome selected yet</td>\n<td>❌</td>\n</tr>\n<tr>\n<td><code>PENDING</code></td>\n<td>Pending was selected on the cashier page</td>\n<td>❌</td>\n</tr>\n<tr>\n<td><code>PAID</code></td>\n<td>Success was selected</td>\n<td>✅</td>\n</tr>\n<tr>\n<td><code>ERROR</code></td>\n<td>Failure was selected</td>\n<td>✅</td>\n</tr>\n<tr>\n<td><code>EXPIRED</code></td>\n<td>A pending purchase passed its expiry window</td>\n<td>✅</td>\n</tr>\n</tbody>\n</table>\n</div><p>The saved examples below cover all four outcomes. Note that <code>status_history</code> uses lowercase status names and Unix timestamps, while the top-level <code>status</code> is uppercase.</p>\n<p><code>[VERIFY]</code> Exact <code>status</code> values per cashier-page selection, per <strong>Concepts</strong>.</p>\n","urlObject":{"path":["purchases","{purchaseId}"],"host":["https://api.paystreamportal.com/api/v1"],"query":[],"variable":[]}},"response":[{"id":"38b9c088-94f5-44cd-9469-66965fa9adfc","name":"Get Status - PAID (Success selected)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590a1b2c3d4e5f6a702\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"quantity\": 1,\n                \"price\": 100.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 100.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 100.0,\n        \"currency\": \"INR\",\n        \"net_amount\": 100.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": 1785574819,\n        \"remote_paid_on\": 1785574819\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"UPI-COLLECT\",\n        \"flow\": \"\",\n        \"extra\": {},\n        \"country\": \"IN\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"UPI-COLLECT\",\n                \"flow\": \"\",\n                \"successful\": true,\n                \"country\": \"IN\",\n                \"processing_time\": 1785574819,\n                \"extra\": {}\n            }\n        ]\n    },\n    \"status\": \"PAID\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"paid\",\n            \"timestamp\": 1785574819\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0002\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590a1b2c3d4e5f6a702/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590a1b2c3d4e5f6a702/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"7ccbedc8-7675-417e-a501-f06b9258de0c","name":"Get Status - ERROR (Failure selected)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590a1b2c3d4e5f6a703\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"quantity\": 1,\n                \"price\": 100.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 100.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 100.0,\n        \"currency\": \"INR\",\n        \"net_amount\": 100.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"UPI-COLLECT\",\n        \"flow\": \"\",\n        \"extra\": {},\n        \"country\": \"IN\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"UPI-COLLECT\",\n                \"flow\": \"\",\n                \"successful\": false,\n                \"country\": \"IN\",\n                \"processing_time\": 1785574819,\n                \"extra\": {}\n            }\n        ]\n    },\n    \"status\": \"ERROR\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"error\",\n            \"timestamp\": 1785574819\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0003\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590a1b2c3d4e5f6a703/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590a1b2c3d4e5f6a703/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"bc4f3421-1466-42ac-9f64-67ee959a5acd","name":"Get Status - PENDING (Pending selected)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590a1b2c3d4e5f6a704\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785574819,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"quantity\": 1,\n                \"price\": 100.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 100.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 100.0,\n        \"currency\": \"INR\",\n        \"net_amount\": 100.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"UPI-COLLECT\",\n        \"flow\": \"\",\n        \"extra\": {},\n        \"country\": \"IN\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"UPI-COLLECT\",\n                \"flow\": \"\",\n                \"successful\": false,\n                \"country\": \"IN\",\n                \"processing_time\": 1785574819,\n                \"extra\": {}\n            }\n        ]\n    },\n    \"status\": \"PENDING\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1785574819\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0004\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590a1b2c3d4e5f6a704/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590a1b2c3d4e5f6a704/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"d175842c-8248-47d7-9e6d-ae16b277cd0d","name":"Get Status - EXPIRED (pending window elapsed)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"purchaseId\": \"6a6db590a1b2c3d4e5f6a705\",\n    \"client\": {\n        \"bank_account\": \"\",\n        \"bank_code\": \"\",\n        \"email\": \"user3782@example.com\",\n        \"phone\": \"+910000000000\",\n        \"full_name\": \"Test Customer\",\n        \"date_of_birth\": \"\",\n        \"personal_code\": \"\",\n        \"street_address\": \"90 Fixture Close\",\n        \"country\": \"IN\",\n        \"city\": \"Ashford\",\n        \"zip_code\": \"400001\",\n        \"shipping_street_address\": \"\",\n        \"shipping_country\": \"\",\n        \"shipping_city\": \"\",\n        \"shipping_zip_code\": \"\",\n        \"cc\": [],\n        \"bcc\": [],\n        \"legal_name\": \"\",\n        \"brand_name\": \"\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\",\n        \"stateCode\": \"\"\n    },\n    \"updated_on\": 1785579719,\n    \"type\": \"purchase\",\n    \"force_recurring\": false,\n    \"created_on\": 1785574800,\n    \"purchase\": {\n        \"currency\": \"INR\",\n        \"products\": [\n            {\n                \"name\": \"Simulator test item\",\n                \"quantity\": 1,\n                \"price\": 100.0,\n                \"discount\": 0,\n                \"tax_percent\": \"0.00\"\n            }\n        ],\n        \"total\": 100.0,\n        \"language\": \"en\",\n        \"notes\": \"\",\n        \"debt\": 0,\n        \"total_formatted\": 100.0,\n        \"request_client_details\": [],\n        \"timezone\": \"Asia/Kolkata\",\n        \"email_message\": \"\"\n    },\n    \"payment\": {\n        \"is_outgoing\": false,\n        \"payment_type\": \"PURCHASE\",\n        \"amount\": 100.0,\n        \"currency\": \"INR\",\n        \"net_amount\": 100.0,\n        \"fee_amount\": 0,\n        \"pending_amount\": 0,\n        \"pending_unfreeze_on\": null,\n        \"description\": \"\",\n        \"paid_on\": null,\n        \"remote_paid_on\": null\n    },\n    \"issuer_details\": {\n        \"website\": \"\",\n        \"legal_street_address\": \"\",\n        \"legal_country\": \"\",\n        \"legal_city\": \"\",\n        \"legal_zip_code\": \"\",\n        \"bank_accounts\": [\n            {\n                \"bank_account\": \"\",\n                \"bank_code\": \"\"\n            }\n        ],\n        \"legal_name\": \"Example Merchant\",\n        \"brand_name\": \"Example Merchant\",\n        \"registration_number\": \"\",\n        \"tax_number\": \"\"\n    },\n    \"transaction_data\": {\n        \"payment_method\": \"UPI-COLLECT\",\n        \"flow\": \"\",\n        \"extra\": {},\n        \"country\": \"IN\",\n        \"attempts\": [\n            {\n                \"client_ip\": \"203.0.113.138\",\n                \"type\": \"execute\",\n                \"payment_method\": \"UPI-COLLECT\",\n                \"flow\": \"\",\n                \"successful\": false,\n                \"country\": \"IN\",\n                \"processing_time\": 1785574819,\n                \"extra\": {}\n            }\n        ]\n    },\n    \"status\": \"EXPIRED\",\n    \"status_history\": [\n        {\n            \"status\": \"created\",\n            \"timestamp\": 1785574800\n        },\n        {\n            \"status\": \"pending_execute\",\n            \"timestamp\": 1785574808\n        },\n        {\n            \"status\": \"payment_in_process\",\n            \"timestamp\": 1785574819\n        },\n        {\n            \"status\": \"expired\",\n            \"timestamp\": 1785579719\n        }\n    ],\n    \"viewedOn\": 1785574806,\n    \"is_test\": false,\n    \"brand_id\": \"your-brand-id\",\n    \"merchantRef\": \"SIM-UPI-0005\",\n    \"send_receipt\": false,\n    \"is_recurring_token\": false,\n    \"skip_capture\": false,\n    \"reference_generated\": \"<PAYSTREAM_REFERENCE>\",\n    \"issued\": \"2026-08-01\",\n    \"due\": 1785574800,\n    \"refund_upto\": 1785574800,\n    \"cc_descriptor\": \"\",\n    \"refund_availability\": \"NONE\",\n    \"refundable_amount\": 0,\n    \"success_redirect\": \"https://your.success.redirect.com\",\n    \"failure_redirect\": \"https://your.failure.redirect.com\",\n    \"cancel_redirect\": \"\",\n    \"success_callback\": \"https://your.success.callback.com\",\n    \"platform\": \"API\",\n    \"created_from_ip\": \"203.0.113.138\",\n    \"checkout_url\": \"https://api.paystreamportal.com/payments/6a6db590a1b2c3d4e5f6a705/\",\n    \"direct_post_url\": \"https://api.paystreamportal.com/api/v1/p/6a6db590a1b2c3d4e5f6a705/\",\n    \"pending_redirect\": \"https://your.pending.redirect.com\",\n    \"failure_callback\": \"https://your.failure.callback.com\"\n}"},{"id":"0e670412-512a-492b-ab48-2aba623bcc48","name":"Get Status - Error (Purchase not found)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{APIKey}}","type":"text"}],"url":"https://api.paystreamportal.com/api/v1/purchases/{purchaseId}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Purchase not found\",\n    \"code\": \"transaction_error\"\n}"}],"_postman_id":"69e7de98-1fff-43a6-ac89-793581b635ba"}],"id":"a35bf4d4-f058-4c6d-befd-f6bb95cb00e7","description":"<p>Simulated PayIn uses the standard <code>/purchases</code> contract. Create the purchase, send the customer to the returned <code>checkout_url</code>, select the outcome, then read the result with Get Status.</p>\n","_postman_id":"a35bf4d4-f058-4c6d-befd-f6bb95cb00e7"},{"name":"Webhooks","item":[],"id":"838c8972-5b6b-4415-8cdb-321899058698","description":"<p>Simulated transactions fire webhooks to your configured callback URL. They are signed with RSA exactly as production webhooks are, so your signature verification is genuinely exercised. The payload carries fewer fields than a live APM webhook.</p>\n<h2 id=\"signature-verification\">Signature verification</h2>\n<p>The signature scheme is identical to production. Verify simulated webhooks the same way you verify live ones, per the 🔌 <strong>Webhooks</strong> section of these docs. <code>[VERIFY]</code> whether the sandbox account uses a different public key from production, which determines whether anything has to change at go-live. Do not special-case simulated callbacks in your verification path: doing so defeats most of the value of testing against the simulator, and it is a change you would then have to unwind before go-live.</p>\n<p>A verification failure on a simulated webhook is a real finding. In practice it is almost always a key-configuration or canonicalisation bug on the merchant side, which is exactly the class of defect the simulator is meant to surface before production.</p>\n<h2 id=\"events-per-outcome\">Events per outcome</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Selection on cashier page</strong></th>\n<th><strong><code>status</code></strong> <strong>in payload</strong></th>\n<th><strong>Terminal?</strong></th>\n<th><strong>Then what</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td><code>PAID</code></td>\n<td>✅</td>\n<td>Nothing further</td>\n</tr>\n<tr>\n<td>Failure</td>\n<td><code>ERROR</code></td>\n<td>✅</td>\n<td>Nothing further</td>\n</tr>\n<tr>\n<td>Pending</td>\n<td><code>PENDING</code></td>\n<td>❌</td>\n<td>A second webhook with <code>EXPIRED</code> follows once the window elapses</td>\n</tr>\n<tr>\n<td>None, window elapsed</td>\n<td><code>EXPIRED</code></td>\n<td>✅</td>\n<td>Nothing further</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"practical-guidance\">Practical guidance</h2>\n<ul>\n<li><p>Key off <code>purchaseId</code> and <code>merchantRef</code>, and treat the webhook as a signal to fetch state rather than as the state itself. Call <code>GET https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/</code> to read the authoritative envelope. This pattern is robust against the reduced simulated payload and is good practice in production regardless.</p>\n</li>\n<li><p>Make your listener idempotent. Handle the same <code>purchaseId</code> arriving more than once.</p>\n</li>\n<li><p>Expect two webhooks for the pending path, <code>PENDING</code> then <code>EXPIRED</code>, and make sure the second one does not overwrite a state you have already resolved by other means.</p>\n</li>\n</ul>\n","_postman_id":"838c8972-5b6b-4415-8cdb-321899058698"},{"name":"Migrating from Simulator to Live","item":[],"id":"39f2371f-4b29-47c0-b959-162b1fa5a415","description":"<p>Moving from the simulator to a live PSP connection is a credential change, not a code change. That is the point of the design. This checklist covers what changes, and what the simulator could not have proved.</p>\n<h2 id=\"what-changes\">What changes</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Item</strong></th>\n<th><strong>Simulator</strong></th>\n<th><strong>Live</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>API key</td>\n<td>Sandbox key</td>\n<td>Production key</td>\n</tr>\n<tr>\n<td><code>brand_id</code></td>\n<td>Sandbox Brand ID</td>\n<td>Production Brand ID</td>\n</tr>\n<tr>\n<td>Base URL</td>\n<td><code>https://api.paystreamportal.com/api/v1</code></td>\n<td><code>https://api.paystreamportal.com/api/v1</code>, unchanged</td>\n</tr>\n<tr>\n<td>Endpoint and body</td>\n<td><code>POST /purchases/</code></td>\n<td>Unchanged</td>\n</tr>\n<tr>\n<td><code>paymentMethod</code></td>\n<td>Supported simulator enum</td>\n<td>Same enum, assuming the method is enabled on your production account</td>\n</tr>\n<tr>\n<td>Webhook public key</td>\n<td>Sandbox key</td>\n<td>Production key. <code>[VERIFY]</code> whether these actually differ</td>\n</tr>\n<tr>\n<td>Redirect URLs</td>\n<td>Test URLs</td>\n<td>Production URLs</td>\n</tr>\n<tr>\n<td>Customer page</td>\n<td>Simulator cashier page</td>\n<td>The real APM page, app, QR, or voucher</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"before-you-switch\">Before you switch</h2>\n<ol>\n<li>Confirm the method is contracted and enabled on your production account. A working simulator integration is not evidence that it is.</li>\n<li>Confirm your production webhook endpoint is reachable and verifying against the <strong>production</strong> public key.</li>\n<li>Confirm your environment configuration cannot load a sandbox key in production, or a production key in a test suite. This is the most common cause of a surprise live transaction.</li>\n<li>Replace test redirect URLs with production URLs, and confirm all three resolve.</li>\n<li>Confirm you are not special-casing anything about simulated transactions in your production code path.</li>\n</ol>\n<h2 id=\"what-you-must-still-test-live\">What you must still test live</h2>\n<p>The simulator cannot establish any of the following. Plan live test transactions for each that applies:</p>\n<ul>\n<li><strong>PSP UAT.</strong> Whatever certification or UAT your PSP requires still applies, in full.</li>\n<li><strong>Method-specific payload handling.</strong> A real Pix payload, SPEI CLABE, Fawry reference, or UPI collect request. The simulator does not issue these, so any code that parses, renders, or displays them is untested.</li>\n<li><strong>Real-world timing.</strong> Simulated outcomes are instant. Your timeout, polling interval, and retry behaviour must be validated against real APM latency, which for some methods is minutes or hours.</li>\n<li><strong>Pending to paid.</strong> The simulator's pending path ends in expiry. A pending purchase that later succeeds is a transition the simulator cannot produce.</li>\n<li><strong>Full webhook payloads.</strong> Simulated payloads are reduced. Confirm your listener handles the complete live payload.</li>\n<li><strong>Refunds, partial refunds, chargebacks, disputes, and reversals,</strong> where the method supports them. None are simulated.</li>\n<li><strong>The real error surface.</strong> The simulator exposes one generic failure. A live rail returns method-specific decline and error conditions.</li>\n<li><strong>Settlement and reconciliation.</strong> No simulated transaction settles, so your reconciliation against settlement files is untested.</li>\n</ul>\n<h2 id=\"suggested-go-live-sequence\">Suggested go-live sequence</h2>\n<ol>\n<li>Full simulator pass on all four outcomes. Outcomes 1 to 3 in CI; the pending-to-expiry case in a longer-running job, since it waits out the real expiry window.</li>\n<li>PSP UAT, per your PSP's requirements.</li>\n<li>A small number of low-value live transactions per method, covering at minimum one success and one customer-abandoned attempt.</li>\n<li>Reconcile those live transactions against your settlement report.</li>\n<li>Ramp.</li>\n</ol>\n","_postman_id":"39f2371f-4b29-47c0-b959-162b1fa5a415"},{"name":"Troubleshooting","item":[],"id":"d290433a-9d12-4df0-9a7d-5f35c69efd47","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Symptom</strong></th>\n<th><strong>Likely cause</strong></th>\n<th><strong>Fix</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Transaction went to a real PSP and real money moved</td>\n<td>A production API key was loaded instead of the sandbox key</td>\n<td>Check which key your environment resolved. Separate the two so a test suite cannot reach a production key</td>\n</tr>\n<tr>\n<td>Method does not simulate</td>\n<td><code>paymentMethod</code> is not one of the supported simulator enums</td>\n<td>Check the value against <strong>Supported APMs</strong>. Watch casing, and see the open question on <code>FawryPay</code>. <code>[VERIFY]</code> the exact error or behaviour returned for an unsupported method</td>\n</tr>\n<tr>\n<td><code>checkout_url</code> does not show a simulator cashier page</td>\n<td>Production credentials were used, so a real APM page was returned</td>\n<td>Confirm you authenticated with the sandbox key and sent the sandbox <code>brand_id</code></td>\n</tr>\n<tr>\n<td>Rejected on creation</td>\n<td><code>purchase.currency</code> is not the currency configured for the method, or <code>brand_id</code> is not the sandbox Brand ID</td>\n<td>Match the currency to the method per <strong>Supported APMs</strong>, and confirm the Brand ID. <code>[VERIFY]</code> the exact error returned in each case</td>\n</tr>\n<tr>\n<td>No webhook received</td>\n<td>Callback URL not configured or not reachable from Paystream</td>\n<td>Confirm <code>success_callback</code> and <code>failure_callback</code>, or the account-wide configuration, and confirm the endpoint is publicly reachable</td>\n</tr>\n<tr>\n<td>Webhook signature verification fails</td>\n<td>Verifying against the wrong public key, or a canonicalisation bug</td>\n<td>Verify against the sandbox account's public key. This is a real finding, not a simulator artefact. See <strong>Webhooks</strong></td>\n</tr>\n<tr>\n<td>A field present in a live webhook is missing</td>\n<td>Simulated payloads are reduced</td>\n<td>Treat fields as optional and fetch state with <code>GET https://api.paystreamportal.com/api/v1/purchases/{purchaseId}/</code>. See <strong>Webhooks</strong></td>\n</tr>\n<tr>\n<td>Pending purchase never becomes paid</td>\n<td>By design. The simulator's pending path ends in expiry</td>\n<td>Test the pending-to-paid transition against a live PSP connection. See <strong>Migrating from Simulator to Live</strong></td>\n</tr>\n<tr>\n<td>Purchase expired sooner or later than expected</td>\n<td>Expiry follows the real APM's own window, which differs per method</td>\n<td>See the expiry note in <strong>Forcing Outcomes</strong></td>\n</tr>\n<tr>\n<td>Cannot find simulated transactions</td>\n<td>Looking at production reporting</td>\n<td>Simulated transactions appear under the sandbox account in the Transaction Reporting section</td>\n</tr>\n<tr>\n<td>Refund not possible on a simulated purchase</td>\n<td>Refunds are not simulated</td>\n<td>Test refunds against a live PSP connection. <code>[VERIFY]</code> what a refund call against a simulated purchase actually returns</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-response-shape\">Error response shape</h2>\n<p>Errors follow the standard shape:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"message\": \"Brand not found\",\n    \"code\": \"transaction_error\"\n}\n</code></pre><h2 id=\"getting-help\">Getting help</h2>\n<p>If simulator behaviour does not match this documentation, report it rather than working around it. The simulator is only useful to the extent it is faithful, so a divergence is a documentation or product defect worth fixing. Raise it through your usual technical support channel. <code>[TBD: confirm the support address and whether a response-time commitment is published.]</code></p>\n","_postman_id":"d290433a-9d12-4df0-9a7d-5f35c69efd47"}],"id":"1da5934a-27cd-4633-a939-8ec8f29fdd5a","description":"<p>The APM Simulator lets you run simulated alternative-payment-method PayIn transactions in sandbox. It exists because APMs previously could not be tested in sandbox at all: validating an APM integration meant pushing real, low-value transactions through a live PSP connection.</p>\n<p>Simulated transactions use the same endpoint and the same <code>/purchases</code> contract as production. Your existing <strong>sandbox</strong> API key and Brand ID are the only switch. There is no separate base URL, no flag, no header, no magic amount, and nothing to request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Details</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>What it is</td>\n<td>Simulated PayIn against the live <code>/purchases</code> contract, routed to a simulator instead of a PSP</td>\n</tr>\n<tr>\n<td>Trigger</td>\n<td>Sandbox API key + Brand ID. No other change to the request</td>\n</tr>\n<tr>\n<td>Base URL</td>\n<td><code>https://api.paystreamportal.com/api/v1</code> (same as production)</td>\n</tr>\n<tr>\n<td>Countries</td>\n<td>🇮🇳 India, 🇨🇦 Canada, 🇧🇷 Brazil, 🇲🇽 Mexico, 🇪🇬 Egypt</td>\n</tr>\n<tr>\n<td>Processing currencies</td>\n<td>INR, CAD, BRL, MXN, EGP</td>\n</tr>\n<tr>\n<td>PayIn</td>\n<td>✅</td>\n</tr>\n<tr>\n<td>PayOut</td>\n<td>❌ Not simulated</td>\n</tr>\n<tr>\n<td>Refunds</td>\n<td>❌ Not simulated</td>\n</tr>\n<tr>\n<td>Partial refunds</td>\n<td>❌ Not simulated</td>\n</tr>\n<tr>\n<td>Chargebacks / disputes</td>\n<td>❌ Not simulated</td>\n</tr>\n<tr>\n<td>Reversals</td>\n<td>❌ Not simulated</td>\n</tr>\n<tr>\n<td>Customer flow</td>\n<td>Redirect to a hosted simulator cashier page with outcome buttons</td>\n</tr>\n<tr>\n<td>Forceable outcomes</td>\n<td>Success, Failure, Pending (Pending later becomes Expired)</td>\n</tr>\n<tr>\n<td>Payment confirmation</td>\n<td>Instant. Not configurable</td>\n</tr>\n<tr>\n<td>Webhooks</td>\n<td>✅ RSA signed as in production, reduced payload</td>\n</tr>\n<tr>\n<td>Transaction limits</td>\n<td>Standard sandbox limits apply. Nothing simulator-specific</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>None</td>\n</tr>\n<tr>\n<td>Visible in Dashboard</td>\n<td>✅ Transaction Reporting section</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p>The simulator proves that <strong>your integration</strong> handles every state correctly. It does not prove that a PSP has certified you, and it does not replace UAT against a live PSP connection. See <strong>Concepts</strong> for exactly what a simulated result does and does not establish.</p>\n</blockquote>\n","_postman_id":"1da5934a-27cd-4633-a939-8ec8f29fdd5a"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"2f40ec81-5042-4099-a707-6c858b081d4c"}},{"listen":"test","script":{"type":"text/javascript","requests":{},"exec":[""],"id":"b351e736-1e44-43c4-ade6-0001af01a86f"}}],"variable":[{"key":"BaseURL","value":"https://api.paystreamportal.com/api/v1"},{"key":"AppBaseURL","value":""}]}