{"info":{"_postman_id":"d35b6b64-a9ee-47de-aa96-bec95e0d235a","name":"Paygistix Web - SDK v 1 03","description":"<html><head></head><body><h1 id=\"about-this-guide\">About This Guide</h1>\n<h2>Intended Audience</h2>\n<p>This guide is intended for software developers and product integrators who are looking to perform simple payment integrations using Payment Logistics; Paygistix Web hosted payment portal through Buttons, Forms and Custom integration.</p>\n<h2>Prerequisites</h2>\n<p>Integrators should have a basic understanding of HTML.</p>\n<p>To use some of the more advanced features including security hash value generation, knowledge of server side website development is required.</p>\n<p>Please contact Payment Logistics support if you require further information.</p>\n<h1 id=\"configuring-your-account\">Configuring Your Account</h1>\n<h2>Login to the Paygistix Web Administration Portal</h2>\n<p>Login with issued username and password for the Paygistix Web portal at: <a href=\"https://safepaycert.paymentlogistics.net\">https://safepaycert.paymentlogistics.net</a></p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_login3.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_login3.png\"></a>\n<p>Following a successful login you should see the following page.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_home.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_home.png\"></a>\n<h2>Configuring Options</h2>\n<p>Choose <strong>Account Profile</strong>, from the portal menu.</p>\n<p>This is the main configuration screen for the merchant. Complete the options as required.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_profile2.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_profile2.png\"></a>\n<p><strong>Username</strong></p>\n<p>The username used to login to the admin portal, also used to identify the correct account at code level from Buttons, Forms and Custom integrations.</p>\n<p><strong>Password</strong></p>\n<p>The password used to login to the admin portal. This password should be kept safe and must not be sent in Button, Forms or Custom integrations client side code.</p>\n<p><strong>Direct Gateway Authentication</strong></p>\n<p>With this option selected, the above username and password are authenticated directly against the Payment Logistics payment gateway and used for processing transactions.</p>\n<p><strong>Gateway Username</strong></p>\n<p>Username issued for access to the Payment Logistics payment gateway. Not available when \"Direct Gateway Authentication\" is selected.</p>\n<p><strong>Gateway Password</strong></p>\n<p>Password issued by Payment Logistics. Not available when \"Direct Gateway Authentication\" is selected.</p>\n<p><strong>Gateway Vendor ID</strong></p>\n<p>Vendor ID issued by Payment Logistics. Not required when \"Direct Gateway Authentication\" is selected as this is set automatically.</p>\n<p><strong>Secret Hash Key</strong></p>\n<p>This hash key is used to create a secure token that can be passed to and from the originating website and the Paygistix Web service. See the section later on for more details regarding how to use this. This is automatically handled by the Form and Button generators.</p>\n<p><strong>Cards Accepted</strong></p>\n<p>Choose which cards you wish to accept on the payment screen.</p>\n<p><strong>Merchant Name</strong></p>\n<p>Name that is displayed on payment screens.</p>\n<p><strong>Email Address</strong></p>\n<p>Email address to which successful payment confirmations and order information will be sent.</p>\n<p><strong>Enable Postback</strong></p>\n<p>If this box is checked then a server side postback will be initiated on completion of a successful transaction notifying your website of the order details including amount, billing/shipping details etc.</p>\n<p><strong>Postback URL:</strong></p>\n<p>The URL of the server side page to be called on successful completion of an order. The order values will be posted to this URL using an HTTP POST. See Section 5.2 for more details.</p>\n<p><strong>Use HTTP Get Rather than POST</strong></p>\n<p>When this option is selected parameters will be sent to the postbacks using the GET method, i.e. appended to the URL. The standard and default method for postbacks is to use a HTTP POST where name value pairs are sent in the body of the request rather than as parameters to the URL.</p>\n<p><strong>Additional Options</strong></p>\n<p>Set additional flags regarding the payment process as follows.</p>\n<ul>\n<li><strong>Billing Dropdown</strong></li>\n</ul>\n<p>Determines which geographies are supported, US only, US &amp; Canada, Whole World.</p>\n<ul>\n<li><strong>Capture Shipping Address</strong></li>\n</ul>\n<p>Fields allowing the customer to enter a different shipping address from the billing address provided during the checkout process.</p>\n<ul>\n<li><strong>CV2/CVV Mandatory</strong></li>\n</ul>\n<p>The three digits on the back of a card (four on the front for AMEX) required when accepting payments becomes mandatory when checked.</p>\n<ul>\n<li><strong>Capture Email Address During Process</strong></li>\n</ul>\n<p>When enabled customer will be prompted to enter an email address during the transaction process.</p>\n<ul>\n<li><strong>Customer Email Acknowledgement</strong></li>\n</ul>\n<p>Sends a customer an order acknowledgment email on completion of a transaction.</p>\n<ul>\n<li><strong>Merchant Email Acknowledgement</strong></li>\n</ul>\n<p>Sends the merchant an order acknowledgment email on completion of a transaction.</p>\n<ul>\n<li><strong>Terms &amp; Conditions must be accepted</strong></li>\n</ul>\n<p>Requires a user to check the box next to terms and conditions before continuing with the transaction.</p>\n<ul>\n<li><strong>Transparent Redirect: a</strong>llows capture of credit card details in your own web form which then get passed to Paygistix Web for processing. No user interface is required, with the results being posted directly back to your own web form on completion of the transaction. If this option is selected <strong>Inbound Hash</strong><strong>Mandatory:</strong> will also be automatically selected.</li>\n<li><strong>Inbound Hash Mandatory: </strong>with this option selected, the calling script must pass a valid HASH value when initiating the payment page. See Section 5.1 on generating Hash values.</li>\n</ul>\n<p><strong>Return URL Parameter Passing Method</strong></p>\n<p>When the transaction is complete and if a ReturnURL has been supplied when initiated from the calling web page, this option determines how certain parameters will be passed via a HTTP GET back to the site. There are three possible choices.</p>\n<ol>\n<li>No parameters return. The ReturnURL will be loaded, but no details of the order will be passed.</li>\n<li>Details of the transaction will be appended to the ReturnURL following a ?. i.e. using a standard HTTP GET.</li>\n<li>Details of the transaction will be appended to the ReturnURL via a fragment identifier (i.e. following a #). This occurs on the client side only, data is not sent across the Internet and javascript must be used on the destination page to access the fragment. http://en.wikipedia.org/wiki/Fragment_identifier</li>\n</ol>\n<p><strong>Return on Error and Success States</strong></p>\n<p>Typically when processing a credit card charge, the user has an option to retry a transaction, potentially with new card, in the event their initial attempt declines. If the \"Return on Error and Success\" option is set the system will immediately load the ReturnURL even on a failed card transaction allowing the host application to respond to the error directly. This option is set at account level. If you wish to only use this option on certain requests the same thing can be achieved by sending in OPTIONS=RETURNONERROR in the calling form.</p>\n<p><strong>Custom Logo</strong></p>\n<p>Allow the merchant to upload a specific header graphic that will replace the generic Payment Logistics logo. The graphic must be either a JPG file or PNG file no bigger than 200px wide x 100px high and no larger than 30k in size.</p>\n<p><strong>Terms &amp; Conditions Text</strong></p>\n<p>This is the merchant configurable text to show on the popup Terms &amp; Conditions window if Terms &amp; Conditions are enforced.</p>\n<h2>U.S. Applicable Tax Rates</h2>\n<p>Use this screen to set the relevant state taxes depending on where the merchant is located. Tax will automatically be calculated and added to transactions when a customer from a matching state visits the payment page.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_taxes.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_taxes.png\"></a>\n<h1 id=\"generating-simple-buttons-forms\">Generating Simple Buttons &amp; Forms</h1>\n<h2>Generate Button Code</h2>\n<p>The button generator allows you to create simple template code that can easily be pasted into an existing website. The generator builds a unique button using the HTML form code required which is then ready for immediate use.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_button.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_button.png\"></a>\n<p><strong>Button Text</strong></p>\n<p>This is the word that will appear on the button when placed on a page. It can be any text you wish i.e. \"Pay Now\" , \"Buy Online\" or \"Donate\".</p>\n<p><strong>Value Range</strong></p>\n<p>To make the button a specific value such as $10 set both boxes to 10. You can also provide a range of values (perhaps for a donation). i.e. between 10 and 100. The maximum value in the range is $99,999.</p>\n<p><strong>Return URL</strong></p>\n<p>This is the page the user will be returned to once they have completed their purchase. Some order details will also be passed back to the page to allow for certain scripting to take place. See Section 5.3 for more information.</p>\n<p>Example code generated by the Button Generator:</p>\n \n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>&lt;form action=\"https://safepaycert.paymentlogistics.net/step1.asp\" method=\"post\"&gt;\n&lt;input type=\"hidden\" name=\"txnType\" value=\"button\" /&gt;\n&lt;input type=\"hidden\" name=\"description\" value=\"Donate $100\" /&gt;\n&lt;input type=\"hidden\" name=\"amountLow\" value=\"100\" /&gt;\n&lt;input type=\"hidden\" name=\"amountHigh\" value=\"100\" /&gt;\n&lt;input type=\"hidden\" name=\"merchantID\" value=\"test1\" /&gt;\n&lt;input type=\"hidden\" name=\"buttonID\" value=\"09032011190755\" /&gt;\n&lt;input type=\"hidden\" name=\"hash\" value=\"62ea3cd4d607a132a7d8d250e42d3574\" /&gt;\n&lt;input type=\"hidden\" name=\"ReturnURL\" value=\"https://safepaycert.paymentlogistix.net/testreturn.asp\" /&gt;\n&lt;input type=\"submit\" name=\"submit\" value=\"Donate $100\" /&gt;\n&lt;/form&gt;\n</code></pre><p>The above code includes a standard Input button which can be further styled with CSS to match your website. When pasted to a webpage the button will show as follows:</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_payBtn2.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_payBtn2.png\"></a>\n<p>Pressing the button takes you to the payment page where the amount is already selected.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/web_payment2.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_payment2.png\"></a>\n<h2>Form Generator</h2>\n<p>The form generator allows you to create simple template code that can easily be pasted into an existing website. The generator builds the HTML form code which is ready for immediate use however some basic html customization can be done to change the look and feel of the form. The form generator takes care of scripting the secure token based on the Secret Hash Key and other data so major changes to the code outside of the form generator such as adding additional products, will cause an invalid hashing error. If your order form contains many items and you constantly need to add or subtract items from it, we recommend a custom integration though we are in the process of adding the ability to reload a product form in the Form Generator for simple modification.</p>\n<a href=\"https://why.pay.link/images/DeveloperCenter/webForm_fill.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/webForm_fill.png\"></a>\n<p><strong>Product lines (multiple rows)</strong></p>\n<p><strong>Code, Description &amp; Price</strong></p>\n<p>You can add as many products as you like. Each line will take a product code, something to identify the product with when the order comes through, a short one line description and a product price.</p>\n<p><strong>Return URL</strong></p>\n<p>This is the page the user will be returned to once they have completed their purchase. Some order details will also be passed back to the page for allowing for certain scripting to take place. See the section later in this guide regarding \"Return URL format\"</p>\n<p><strong>Transaction Type</strong></p>\n<p>You can chose whether you wish the transaction to be an AUTH only or a SALE. If you post an AUTH only you will need to use a FORCE transaction later to force the transaction into the batch.</p>\n<p><strong>Capture Fields</strong></p>\n<p>You can give an optional list of fields if you want to capture some additional simple information during the transaction process. Perhaps you might wish to as for a date or birth or gender. Simply enter <strong>Date Of Birth, Gender</strong> in this box and those optional fields will be displayed. If you want to make one of these capture fields mandatory simply append an * to the field name, e.g: <strong>Date Of Birth *, Gender</strong></p>\n<p>The code generated includes a simple javascript calculator that adds up the selected products quantities and multiplies these by each price to give a guide total price prior to visiting the payment screen. Example code produced by Form Generator:</p>\n \n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>&lt;form action=\"https://safepaycert.paymentlogistics.net/step1.asp\" method=\"post\"&gt;\n&lt;style type=\"text/css\"&gt;\n  .pxPrice {text-align:right;}\n  .pxQty {width:60px;text-align:right;}\n&lt;/style&gt;\n&lt;table id=pxForm name=pxForm&gt;\n  &lt;thead&gt;\n    &lt;th&gt;Code&lt;/th&gt;&lt;th&gt;Item&lt;/th&gt;&lt;th&gt;Price&lt;/th&gt;&lt;th&gt;Qty&lt;/th&gt;\n  &lt;/thead&gt;\n  &lt;tbody&gt;\n    &lt;tr&gt;\n      &lt;td class=\"pxCode\"&gt;\n         001-A-RED&lt;input type=\"hidden\" name=\"pxCode1\" value=\"001-A-RED\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxDescription\"&gt;\n         Ladies shoe - Red&lt;input type=\"hidden\" name=\"pxDescription1\" value=\"Ladies shoe - Red\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxPrice\"&gt;\n          $39.00&lt;input type=\"hidden\" name=\"pxPrice1\" id=\"pxPrice1\" value=\"39.00\" /&gt;\n      &lt;/td&gt;\n      &lt;td&gt;\n          &lt;input type=\"text\" class=\"pxQty\" name=\"pxQty1\" id=\"pxQty1\" value=\"0\" onblur=\"javascript:formatQty(this);\" maxlength=\"3\"/&gt;\n      &lt;/td&gt;\n    &lt;/tr&gt;\n    &lt;tr&gt;\n      &lt;td class=\"pxCode\"&gt;\n         001-B-BLACK&lt;input type=\"hidden\" name=\"pxCode2\" value=\"001-B-BLACK\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxDescription\"&gt;\n         Ladies shoe - Black&lt;input type=\"hidden\" name=\"pxDescription2\" value=\"Ladies shoe - Black\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxPrice\"&gt;\n          $29.00&lt;input type=\"hidden\" name=\"pxPrice2\" id=\"pxPrice2\" value=\"29.00\" /&gt;\n      &lt;/td&gt;\n      &lt;td&gt;\n          &lt;input type=\"text\" class=\"pxQty\" name=\"pxQty2\" id=\"pxQty2\" value=\"0\" onblur=\"javascript:formatQty(this);\" maxlength=\"3\"/&gt;\n      &lt;/td&gt;\n    &lt;/tr&gt;\n    &lt;tr&gt;\n      &lt;td class=\"pxCode\"&gt;\n         001-C-SILVER&lt;input type=\"hidden\" name=\"pxCode3\" value=\"001-C-SILVER\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxDescription\"&gt;\n         Ladies shoe - Silver&lt;input type=\"hidden\" name=\"pxDescription3\" value=\"Ladies shoe - Silver\" /&gt;\n      &lt;/td&gt;\n      &lt;td class=\"pxPrice\"&gt;\n          $39.00&lt;input type=\"hidden\" name=\"pxPrice3\" id=\"pxPrice3\" value=\"39.00\" /&gt;\n      &lt;/td&gt;\n      &lt;td&gt;\n          &lt;input type=\"text\" class=\"pxQty\" name=\"pxQty3\" id=\"pxQty3\" value=\"0\" onblur=\"javascript:formatQty(this);\" maxlength=\"3\"/&gt;\n      &lt;/td&gt;\n    &lt;/tr&gt;\n  &lt;/tbody&gt;\n  &lt;tfoot&gt;\n    &lt;tr&gt;\n      &lt;td colspan=4 align=right&gt;\n         &lt;span id=\"pxTotal\"&gt;&lt;b&gt;Total $0.00&lt;b/&gt; &lt;/span&gt;&lt;input type=\"submit\" id=\"pxSubmit\" value=\"Pay Now\" /&gt;\n      &lt;/td&gt;\n    &lt;/tr&gt;\n  &lt;/tfoot&gt;\n&lt;/table&gt;\n&lt;input type=\"hidden\" name=\"txnType\" value=\"form\" /&gt;\n&lt;input type=\"hidden\" name=\"merchantID\" value=\"test1\" /&gt;\n&lt;input type=\"hidden\" name=\"formID\" value=\"09032011192442\" /&gt;\n&lt;input type=\"hidden\" name=\"hash\" value=\"80cd73d5b67cb238495f7d84500cef4c\" /&gt;\n&lt;input type=\"hidden\" name=\"ReturnURL\" value=\"https://safepay.paymentlogistix.net/testreturn.asp\" /&gt;\n&lt;/form&gt;\n&lt;script src=\"https://safepaycert.paymentlogistics.net/form.js\" type=\"text/javascript\"&gt;\n&lt;/script&gt;\n</code></pre><p></p>\n<p>The resulting form looks like this in a browser and can be easily styled with CSS:</p>.\n<p><a href=\"https://why.pay.link/images/DeveloperCenter/web_cart2.png\"><img src=\"https://why.pay.link/images/DeveloperCenter/web_cart2.png\"></a></p>\n \n<h1 id=\"hash-generation\">Hash Generation</h1>\n<p>Both when calling the payment gateway and receiving a postback you can use an MD5 hash value to validate that the call is authenticated.</p>\n<p>We use a standard digest hashing algorithm called MD5 along with a secret shared key value on your profile to generate the MD5 prior to sending and receiving information between your site and ours.</p>\n<p>In the case of the Button and Form generators the MD5 value is embedded automatically, this way if someone maliciously attempted to impersonate your site it would make it difficult for them to change the monetary values and details sent and received.</p>\n<p>When coding your own integrations to the Paygistix Web service you will need to generate your own Hash value. Here is some example pseudo code:</p>\n \n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>String InputValue = SharedSecretKey + MerchantID + Amount + OrderID\nString HashValue = MD5(InputValue)\n</code></pre><p><strong>Transparent Redirect (Only):</strong> When coding your own integrations to the Paygistix Web service you will need to generate your own Hash value. Here is some example pseudo code:</p>\n \n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>String InputValue = SharedSecretKey + MerchantID + Amount \nString HashValue = MD5(InputValue)\n</code></pre><p>There are many libraries and implementations for MD5 depending on what your programming language of choice is. Google <strong>\"MD5\"</strong> and your preferred Server Side Programming Language for more information or contact Payment Logistics for assistance.</p>\n<h1 id=\"server-postback\">Server Postback</h1>\n<p>As another level of security and validation you can configure the Payment process to post back a server to server message confirming when a transaction is complete. These messages can be picked up by your web server and used to changes the status of an order, or notify a customer that their order has been accepted.</p>\n<p>Within the administrator console there is an option to enable the postback for all Buttons, Forms or Custom payment request. When a postback occurs the Paygistix Web service uses a HTTP POST and sends back value pairs such as the following to your server.</p>\n<ul>\n<li>OrderID</li>\n<li>Description</li>\n<ul>\n<li>For a button or custom form this will be the Button Text or the Description that was sent in to the payment page.</li>\n<li>For a Generated Form this will be a list of the items selected and their quantities. In the format <strong>ProductCode1=Qty1|ProductCode2=Qty2|ProductCode3=Qty3</strong></li>\n</ul>\n<li>Amount - The transaction total amount</li>\n<li>TxnType - BUTTON, FORM, SALE or AUTH</li>\n<li>PNRef - The unique transaction reference returned from the payment gateway</li>\n<li>AuthCode - The AuthCode returned from the Credit Card process</li>\n<li>Hash - The Hash Value returned is made up of the MD5 signature of the following concatenated fields</li>\n<ul>\n<li>SharedPrivateKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>OrderID</li>\n<li>PNRef</li>\n</ul>\n<li>Message</li>\n<li>Result</li>\n<li>CardType</li>\n<li>Last4</li>\n<li>ExpDate</li>\n<li>Name</li>\n<li>Email</li>\n<li>BillingAddress1</li>\n<li>BillingAddress2</li>\n<li>BillingCity</li>\n<li>BillingState</li>\n<li>BillingZIP</li>\n<li>BillingCountry</li>\n<li>ShippingAddress1</li>\n<li>ShippingAddress2</li>\n<li>ShippingCity</li>\n<li>ShippingState</li>\n<li>ShippingZIP</li>\n<li>ShippingCountry</li>\n</ul>\n\n<h1 id=\"return-urls\">Return URLs</h1>\n<p>On successful completion of a transaction, the website will return to a predefined URL passed in via the calling form.</p>\n<p>The following parameters will be available (depending on the function called)</p>\n<ul>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>OrderID</li>\n<li>PNRef</li>\n<li>Result</li>\n<li>TxnType</li>\n<li>Hash - The hash is made up from the MD5 signature of the following concatenated fields</li>\n<ul>\n<li>Shared Secret Key</li>\n<li>The ReturnURL sent in to the payment page</li>\n<li>MerchantID</li>\n<li>Amount (If relevant)</li>\n<li>OrderID (If relevant)</li>\n<li>PNRef</li>\n</ul>\n</ul>\n\n\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"About This Guide","slug":"about-this-guide"},{"content":"Configuring Your Account","slug":"configuring-your-account"},{"content":"Generating Simple Buttons & Forms","slug":"generating-simple-buttons-forms"},{"content":"Hash Generation","slug":"hash-generation"},{"content":"Server Postback","slug":"server-postback"},{"content":"Return URLs","slug":"return-urls"}],"owner":"9571363","collectionId":"d35b6b64-a9ee-47de-aa96-bec95e0d235a","publishedId":"TWDfDsrM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"ededed","highlight":"006fba"},"publishDate":"2022-02-11T19:07:30.000Z"},"item":[{"name":"SDK – More Advanced Custom Forms","item":[{"name":"SALE ","id":"f7415689-c0cb-44b5-96b4-97c2100bb6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*This can be set to either SALE or AUTH (required) </p>\n","key":"TxnType","type":"text","value":"SALE"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*A unique alphanumeric reference that you can use to identify an individual order</p>\n","key":"OrderID","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)\nSee the next section regarding generation of Hash values.</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the payment process is complete.</p>\n","key":"ReturnURL","type":"text","value":""},{"description":"<p>The page to return to should the customer quit the transaction before completion</p>\n","key":"CancelURL","type":"text","value":""},{"description":"<p>A text description for the item being purchased</p>\n","key":"Description","type":"text","value":""},{"description":"<p>When passed NOADDRESS will skip requesting a credit card address\nWhen passed RETURNONERROR the ReturnURL will be immediately loaded even if the transaction fails or is declined.</p>\n","key":"Options","type":"text","value":""},{"description":"<p>When this parameter is supplied the ability to enter a loyalty card number and optional PIN will be enabled during the sales process. The loyalty parameter requires a value type and optional promotion code for a specific loyalty program separated by a colon if both are supplied. Examples could be: \nPoints - The default value type for loyalty\nPunches - GoLarge – Stores against the Punches value type under the promotion GoLarge</p>\n<p>Contact us regarding our loyalty programs if you would like these features enabled on your account.</p>\n","key":"Loyalty","type":"text","value":""},{"description":"<p>The ratio of loyalty points issued to dollars spent. For instance, if value is 100 then 100 points will be issued for each dollar of transaction.</p>\n","key":"LoyaltyRatePerUnit","type":"text","value":""},{"description":"<p>Comprised of the following fields:\nCardName\nEmail\nBillingAddress1\nBillingAddress2\nBillingCity\nBillingState\nBillingZIP\n*If any part of the Billing address is sent through, then BillingAddress1, BillingCity, BillingState and BillingZIP must be supplied.</p>\n","key":"Billing Address","type":"text","value":""},{"description":"<p>Comprised of the following fields:\nShippingAddress1\nShippingAddress2\nShippingCity\nShippingState\nShippingZIP</p>\n<p>*If any part of the Shipping address is sent through, then ShippingAddress1, ShippingCity, ShippingState and ShippingZIP must be supplied.</p>\n","key":"Shipping Address","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Post a <strong>SALE</strong> against a particular card. This transaction type is identical to an <strong>AUTH</strong> except that an authorization needs to be subsequently forced into the batch using the <strong>FORCE</strong> command.</p>\n<p>Transaction Request, Form Action &amp; Method:</p>\n<p>For SALE the calling form should be set to use the <strong>POST</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a></p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>e.g. &lt;form action=\"https://safepaycert.paymentlogistics.net/transaction.asp\" method=\"post\"&gt;\n\n</code></pre><p>Mandatory Parameters</p>\n<p><strong>TxnType: </strong>This can be set to either <strong>SALE</strong> or <strong>AUTH</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>OrderID: </strong>A unique alphanumeric reference that you can use to identify an individual order</p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. (As 0000.00)</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID</li>\n<li>Amount (Format as 0000.00)</li>\n<li>OrderID</li>\n</ul>\n<p>See the next section regarding generation of Hash values.</p>\n<p>Optional Parameters</p>\n<p><strong>ReturnURL: </strong>The page to load once the payment process is complete.</p>\n<p><strong>CancelURL: </strong>The page to return to should the customer quit the transaction before completion</p>\n<p><strong>Description: </strong>A text description for the item being purchased</p>\n<p><strong>Options: </strong>When passed NOADDRESS will skip requesting a credit card address</p>\n<p>When passed RETURNONERROR the ReturnURL will be immediately loaded even if the transaction fails or is declined.</p>\n<p><strong>Loyalty: </strong>When thisparameter is supplied the ability to enter a loyalty card number and optional PIN will be enabled during the sales process. The loyalty parameter requires a value type and optional promotion code for a specific loyalty program separated by a colon if both are supplied. Examples could be:</p>\n<ul>\n<li>Points - The default value type for loyalty</li>\n<li>Punches - GoLarge - Stores against the Punches value type under the promotion GoLarge</li>\n</ul>\n<p><em>Contact us regarding our loyalty programs if you would like these features enabled on your account.</em></p>\n<p><strong>LoyaltyRatePerUnit: </strong>The ratio of loyalty points issued to dollars spent. For instance, if the value is 100 then 100 points will be issued for each dollar of transaction.</p>\n<p><strong>Billing Address: </strong>Comprised of the following fields:</p>\n<ul>\n<li>CardName</li>\n<li>Email</li>\n<li>BillingAddress1</li>\n<li>BillingAddress2</li>\n<li>BillingCity</li>\n<li>BillingState</li>\n<li>BillingZIP</li>\n</ul>\n<p><em>If any part of the Billing address is sent through, then BillingAddress1, BillingCity, BillingState and BillingZIP must be supplied.</em></p>\n<p><strong>Shipping Address:</strong> Comprised of the following fields:</p>\n<ul>\n<li>ShippingAddress1</li>\n<li>ShippingAddress2</li>\n<li>ShippingCity</li>\n<li>ShippingState</li>\n<li>ShippingZIP</li>\n</ul>\n<p><em>If any part of the Shipping address is sent through, then ShippingAddress1, ShippingCity, ShippingState and ShippingZIP must be supplied.</em></p>\n<p>Transaction Response</p>\n<p>Following a successful transaction the following 3 events will occur:</p>\n<ol>\n<li>An email will be received at the profile email address notifying that an order has been raised.</li>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>OrderID: The order reference supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n<li>Last4: The last 4 digits of the card</li>\n<li>CardType: The type of card processed (Mastercard, Visa etc)</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile)</li>\n<ol>\n<li>OrderID: The order reference supplied</li>\n<li>Description: The product / order description</li>\n<li>Amount: The amount of the transaction</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n<li>Hash</li>\n<li>BillingFirstName, BillingLastName, BillingEmail, BillingAddress1, BillingAddress2, BillingCity, BillingState, BillingZIP</li>\n<li>ShippingAddress1, ShippingAddress2, ShippingCity, ShippingState, ShippingZIP</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>AuthCode: The credit card authorization code</li>\n<li>Last4: The last 4 digits of the card</li>\n<li>CardType: The type of card processed (Mastercard, Visa etc)</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values. (See Section 5.1 for further details)</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>OrderID</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount,</li>\n<li>OrderID,</li>\n<li>PNRef</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7415689-c0cb-44b5-96b4-97c2100bb6a5"},{"name":"AUTH","id":"f19386c0-d74d-427c-8db7-2e67e248bcfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*This can be set to either SALE or AUTH (required) </p>\n","key":"TxnType","type":"text","value":"AUTH"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*A unique alphanumeric reference that you can use to identify an individual order</p>\n","key":"OrderID","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)\nSee the next section regarding generation of Hash values.</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the payment process is complete.</p>\n","key":"ReturnURL","type":"text","value":""},{"description":"<p>The page to return to should the customer quit the transaction before completion</p>\n","key":"CancelURL","type":"text","value":""},{"description":"<p>A text description for the item being purchased</p>\n","key":"Description","type":"text","value":""},{"description":"<p>When passed NOADDRESS will skip requesting a credit card address\nWhen passed RETURNONERROR the ReturnURL will be immediately loaded even if the transaction fails or is declined.</p>\n","key":"Options","type":"text","value":""},{"description":"<p>When this parameter is supplied the ability to enter a loyalty card number and optional PIN will be enabled during the sales process. The loyalty parameter requires a value type and optional promotion code for a specific loyalty program separated by a colon if both are supplied. Examples could be: \nPoints - The default value type for loyalty\nPunches - GoLarge – Stores against the Punches value type under the promotion GoLarge</p>\n<p>Contact us regarding our loyalty programs if you would like these features enabled on your account.</p>\n","key":"Loyalty","type":"text","value":""},{"description":"<p>The ratio of loyalty points issued to dollars spent. For instance, if value is 100 then 100 points will be issued for each dollar of transaction.</p>\n","key":"LoyaltyRatePerUnit","type":"text","value":""},{"description":"<p>Comprised of the following fields:\nCardName\nEmail\nBillingAddress1\nBillingAddress2\nBillingCity\nBillingState\nBillingZIP</p>\n<p>*If any part of the Billing address is sent through, then BillingAddress1, BillingCity, BillingState and BillingZIP must be supplied.</p>\n","key":"Billing Address","type":"text","value":""},{"description":"<p>Comprised of the following fields:\nShippingAddress1\nShippingAddress2\nShippingCity\nShippingState\nShippingZIP</p>\n<p>*If any part of the Shipping address is sent through, then ShippingAddress1, ShippingCity, ShippingState and ShippingZIP must be supplied.</p>\n","key":"Shipping Address","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Post an <strong>AUTH</strong> against a particular card. An authorization needs to be subsequently forced into the batch using the <strong>FORCE</strong> command.</p>\n<p>Transaction Request, Form Action &amp; Method:</p>\n<p>For an AUTH the calling form should be set to use the <strong>POST</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a></p>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>e.g. &lt;form action=\"https://safepaycert.paymentlogistics.net/transaction.asp\" method=\"post\"&gt;\n\n</code></pre><p>Mandatory Parameters</p>\n<p><strong>TxnType: </strong>This can be set to either <strong>SALE</strong> or <strong>AUTH</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>OrderID: </strong>A unique alphanumeric reference that you can use to identify an individual order</p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. (As 0000.00)</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID</li>\n<li>Amount (Format as 0000.00)</li>\n<li>OrderID</li>\n</ul>\n<p>See the next section regarding generation of Hash values.</p>\n<p>Optional Parameters</p>\n<p><strong>ReturnURL: </strong>The page to load once the payment process is complete.</p>\n<p><strong>CancelURL: </strong>The page to return to should the customer quit the transaction before completion</p>\n<p><strong>Description: </strong>A text description for the item being purchased</p>\n<p><strong>Options: </strong>When passed NOADDRESS will skip requesting a credit card address</p>\n<p>When passed RETURNONERROR the ReturnURL will be immediately loaded even if the transaction fails or is declined.</p>\n<p><strong>Loyalty: </strong>When thisparameter is supplied the ability to enter a loyalty card number and optional PIN will be enabled during the sales process. The loyalty parameter requires a value type and optional promotion code for a specific loyalty program separated by a colon if both are supplied. Examples could be:</p>\n<ul>\n<li>Points - The default value type for loyalty</li>\n<li>Punches - GoLarge - Stores against the Punches value type under the promotion GoLarge</li>\n</ul>\n<p><em>Contact us regarding our loyalty programs if you would like these features enabled on your account.</em></p>\n<p><strong>LoyaltyRatePerUnit: </strong>The ratio of loyalty points issued to dollars spent. For instance, if the value is 100 then 100 points will be issued for each dollar of transaction.</p>\n<p><strong>Billing Address: </strong>Comprised of the following fields:</p>\n<ul>\n<li>CardName</li>\n<li>Email</li>\n<li>BillingAddress1</li>\n<li>BillingAddress2</li>\n<li>BillingCity</li>\n<li>BillingState</li>\n<li>BillingZIP</li>\n</ul>\n<p><em>If any part of the Billing address is sent through, then BillingAddress1, BillingCity, BillingState and BillingZIP must be supplied.</em></p>\n<p><strong>Shipping Address:</strong> Comprised of the following fields:</p>\n<ul>\n<li>ShippingAddress1</li>\n<li>ShippingAddress2</li>\n<li>ShippingCity</li>\n<li>ShippingState</li>\n<li>ShippingZIP</li>\n</ul>\n<p><em>If any part of the Shipping address is sent through, then ShippingAddress1, ShippingCity, ShippingState and ShippingZIP must be supplied.</em></p>\n<p>Transaction Response</p>\n<p>Following a successful transaction the following 3 events will occur:</p>\n<ol>\n<li>An email will be received at the profile email address notifying that an order has been raised.</li>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>OrderID: The order reference supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n<li>Last4: The last 4 digits of the card</li>\n<li>CardType: The type of card processed (Mastercard, Visa etc)</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile)</li>\n<ol>\n<li>OrderID: The order reference supplied</li>\n<li>Description: The product / order description</li>\n<li>Amount: The amount of the transaction</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n<li>Hash</li>\n<li>BillingFirstName, BillingLastName, BillingEmail, BillingAddress1, BillingAddress2, BillingCity, BillingState, BillingZIP</li>\n<li>ShippingAddress1, ShippingAddress2, ShippingCity, ShippingState, ShippingZIP</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>AuthCode: The credit card authorization code</li>\n<li>Last4: The last 4 digits of the card</li>\n<li>CardType: The type of card processed (Mastercard, Visa etc)</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values. (See Section 5.1 for further details)</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>OrderID</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount,</li>\n<li>OrderID,</li>\n<li>PNRef</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"f19386c0-d74d-427c-8db7-2e67e248bcfa"},{"name":"TRANSPARENT REDIRECT for SALE and AUTH","id":"c6bd617d-b260-45bc-85ac-6f989c2aa615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*This can be set to either SALE or AUTH (required) </p>\n","key":"TxnType","type":"text","value":""},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*A unique alphanumeric reference that you can use to identify an individual order (required)</p>\n","key":"OrderID","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)\nSee the next section regarding generation of Hash values.</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>*The page to load once the payment process is complete.</p>\n","key":"ReturnURL","type":"text","value":""},{"description":"<p>*This credit card number or PAN (required) </p>\n","key":"CardNumber","type":"text","value":""},{"description":"<p>*The users name as it appears on the card (required) </p>\n","key":"CardName","type":"text","value":""},{"description":"<p>*The card expiry month as two digits (required) </p>\n","key":"ExpMonth","type":"text","value":""},{"description":"<p>*The card expiry year as two digit (required) </p>\n","key":"ExpYear","type":"text","value":""},{"description":"<p>*An alternative field including both values instead of ExpMonth and ExpYear separately, valid values can be mmyy or mm/yy (required) </p>\n","key":"ExpDate","type":"text","value":""},{"description":"<p>*The 3 digit number from the back of the card if required. (required) </p>\n","key":"CVNum","type":"text","value":""},{"key":"BillingZip","value":"","description":"<p>*The ZIP Code of the billing address, for Address Validations.</p>\n","type":"text"},{"key":"BillingAddress1","value":"","description":"<p>*The Street of the billing address, for Address Validations.</p>\n","type":"text"}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>In addition to using the Payment Logistics screens to capture and process card payments it is possible to allow users to enter full credit card details on your own web forms, where the user would be unaware that they had been transferred to a 3rd party payment screen at all. This only works for SALE and AUTH type transactions. You setup your form in exactly the same way as mentioned above in the section on SALE and AUTH.</p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>This can be set to either <strong>SALE</strong> or <strong>AUTH</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>OrderID: </strong>A unique alphanumeric reference that you can use to identify an individual order</p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. As (Format as 0000.00)</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID</li>\n<li>Amount (Format as 0000.00)</li>\n</ul>\n<p><strong>ReturnURL: </strong>The page to load once the payment process is complete.</p>\n<p><strong>CardNumber: </strong>This credit card number or PAN</p>\n<p><strong>CardName: </strong>The users name as it appears on the card</p>\n<p><strong>ExpMonth: </strong>The card expiry month as two digits</p>\n<p><strong>ExpYear: </strong>The card expiry year as two digits</p>\n<p><strong>ExpDate: </strong>An alternative field including both values instead of <strong>ExpMonth</strong> and <strong>ExpYear</strong> separately, valid values can be <strong>mmyy</strong> or <strong>mm/yy</strong></p>\n<p><strong>CVNum: </strong>The 3 digit number from the back of the card if required.\n</p><p><strong>BillingZip: </strong>The ZIP Code of the billing address, for Address Validations.\n</p><p><strong>BillingAddress1: </strong>The Street of the billing address, for Address Validations.</p>\n<p>Note: The optional parameters available in SALE and AUTH are not valid for Transparent Redirect.</p>\n<p>On submitting the form, the transaction values along with the card details will be immediately posted and processed and your return URL will be called with the transaction status being passed back to say whether the transaction was approved or declined.</p>\n<p>Please note you must use an MD5 hash for the transaction when working with transparent redirect. You will need to calculate the hash from the transaction details on a previous page before offering the additional card fields for input as there will be no opportunity to calculate the has as the transaction is processed.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 3 events will occur:</p>\n<ol>\n<li>An email will be received at the profile email address notifying that an order has been raised.</li>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>OrderID: The order reference supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile)</li>\n<ol>\n<li>OrderID: The order reference supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>TxnType: Either SALE or AUTH in this instance</li>\n<li>Hash</li>\n<li>PNRef: The Transaction reference (used for FORCE, VOID, CREDIT etc)</li>\n<li>AuthCode: The credit card authorization code</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>OrderID</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount,</li>\n<li>OrderID,</li>\n<li>PNRef</li>\n</ul>\n<p><strong>Warning:</strong></p>\n<p>No opportunity will be given to the user to preview their transaction before it is posted, so you will need to communicate on the web page that when the button is pressed their transaction will be completed. Also, while there is no requirement for you to have the form on a secure SSL encrypted page, it may put purchasers off if they don't see the outbound page being secure itself. There is no risk, but psychologically the user may think it will be an insecure transaction. We encourage you to therefore use an SSL certificate for outbound forms and return URL's.</p>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6bd617d-b260-45bc-85ac-6f989c2aa615"},{"name":"FORCE","id":"87d6f606-d939-4da1-b96b-79eec963d17d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to FORCE (required)</p>\n","key":"TxnType","type":"text","value":"FORCE"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*The transaction reference from a previous AUTH (required)</p>\n","key":"PNRef","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the ReturnURL is left blank.</p>\n","key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>FORCE captures or forces an existing AUTH into the batch for completion of the transaction. This function runs directly without interaction from a user (no form fields to input)</p>\n<p><strong>Transaction Request, Form Action ; Method:</strong></p>\n<p>For FORCE, the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a></p>\n\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>Set to <strong>FORCE</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>PNRef: </strong>The transaction reference from a previous <strong>AUTH</strong></p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. (As 0000.00)</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID;</li>\n<li>Amount (Format as 0000.00)</li>\n<li>PNRef</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>ReturnURL: </strong>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the <strong>ReturnURL</strong> is left blank.</p>\n<p>Transaction Response</p>\n<p>Following a successful transaction the following 2 events will occur:</p>\n<ol>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The Transaction reference;</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: FORCE</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile):</li>\n<ol>\n<li>Amount: The amount of the transaction</li>\n<li>TxnType: FORCE</li>\n<li>Hash;</li>\n<li>PNRef: The Transaction reference;</li>\n<li>AuthCode: The credit card authorization code</li>\n<li>Merchant ID</li>\n<li>Amount</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey;</li>\n<li>MerchantID;</li>\n<li>Amount;</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount,</li>\n<li>PNRef</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"87d6f606-d939-4da1-b96b-79eec963d17d"},{"name":"VOID","id":"51390d4d-2cba-464f-9ec4-0ee2d315d654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to VOID (required)</p>\n","key":"TxnType","type":"text","value":"VOID"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*The transaction reference from a previous AUTH </p>\n","key":"PNRef","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the ReturnURL is left blank.</p>\n","key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Voids an existing transaction that hasn't yet been submitted into a batch. This function runs directly without interaction from a user (no form fields to input)</p>\n<p><strong>Transaction Request, Form Action &amp; Method:</strong></p>\n<p>For VOID the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a></p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>Set to <strong>VOID</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>PNRef: </strong>The transaction reference from a previous <strong>AUTH/SALE</strong></p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 3 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID;</li>\n<li>PNRef</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>ReturnURL: </strong>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the <strong>ReturnURL</strong> is left blank.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 2 events will occur:</p>\n<ol>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>PNRef: The VOID transaction reference;</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: VOID</li>\n<li>AuthCode: The credit card authorization code</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile)</li>\n<ol>\n<li>Hash;</li>\n<li>PNRef: The VOID transaction reference;</li>\n<li>AuthCode: The credit card authorization code</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>PNRef</li>\n<li>AuthCode</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>PNRef</li>\n<li>AuthCode</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"51390d4d-2cba-464f-9ec4-0ee2d315d654"},{"name":"CREDIT","id":"27d34ccc-a9eb-4821-af0e-fc31b8834408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to CREDIT (required)</p>\n","key":"TxnType","type":"text","value":"CREDIT"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*The transaction reference from a previous SALE or AUTH/FORCE. If not supplied a card number will be required during the process. (required)</p>\n","key":"PNRef","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:\nSharedSecretKey (found in the profile page of the portal)\nMerchantID \nAmount (Format as 0000.00)\nOrderID\n(required)</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the ReturnURL is left blank.</p>\n","key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>A CREDIT returns funds to the card for a SALE that has been completed and submitted to the batch. This function runs directly without interaction from a user (no form fields to input) when a PNRef is sent in otherwise a page will be used to capture the complete card details.</p>\n<p><strong>Transaction Request, Form Action &amp; Method:</strong></p>\n<p>For CREDIT the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a>.</p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>Set to <strong>CREDIT</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. (As 0000.00)</p>\n<p><strong>PNRef: </strong>The transaction reference from a previous <strong>SALE or AUTH/FORCE.</strong> If not supplied a card number will be required during the process.</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>MerchantID</li>\n<li>Amount (Format as 0000.00)</li>\n<li>PNRef</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>ReturnURL:</strong> The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the <strong>ReturnURL</strong> is left blank.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 2 events will occur:</p>\n<ol>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The CREDIT transaction reference</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: CREDIT</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile):</li>\n<ol>\n<li>Amount: The amount of the transaction</li>\n<li>Hash</li>\n<li>PNRef: The CREDIT transaction reference</li>\n<li>AuthCode: The credit card authorization code</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>PNRef</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"27d34ccc-a9eb-4821-af0e-fc31b8834408"},{"name":"ADDCARD","id":"d4fb9550-58a8-4299-870d-16735b0a5379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to ADDCARD (required)</p>\n","key":"TxnType","type":"text","value":"ADDCARD"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 3 pieces of information:</p>\n<p>SharedSecretKey (found in the profile page of the portal)\nTxnType\nMerchantID </p>\n<p>(required)</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>A unique identifier that you can use to refer to your customer. </p>\n","key":"CustomerID","type":"text","value":""},{"description":"<p>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the ReturnURL is left blank.</p>\n","key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Uses a web page to gather card and customer information that can be stored for future billing.</p>\n<p><strong>Transaction Request, Form Action &amp; Method:</strong></p>\n<p>For ADDCARD the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a></p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>Set to <strong>ADDCARD</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 3 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>TxnType</li>\n<li>MerchantID</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>CustomerID:</strong> A unique identifier that you can use to refer to your customer.</p>\n<p><strong>ReturnURL:</strong> The page to load once the transaction is complete. If none is supplied a basic web page will be displayed on completion of the request.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 2 events will occur:</p>\n<ol>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: ADDCARD</li>\n<li>CustomerID: The supplied token sent in</li>\n<li>CcInfoKey: The unique handle to this card used for future billing</li>\n<li>CustomerKey: The unique handle to the customer details for future reference</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile):</li>\n<ol>\n<li>TxnType: ADDCARD in this instance</li>\n<li>Hash</li>\n<li>MerchantID: The MerchantID supplied.</li>\n<li>CcInfoKey: The unique handle to this card used for future billing</li>\n<li>CustomerKey: The unique handle to the customer details for future reference</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>CustomerKey</li>\n<li>CCInfoKey</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>CustomerKey</li>\n<li>CCInfoKey</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4fb9550-58a8-4299-870d-16735b0a5379"},{"name":"UPDATECARD","id":"fe121590-d956-42d2-97f5-fdf65810841a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to UPDATECARD (required)</p>\n","key":"TxnType","type":"text","value":"UPDATECARD"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*The existing Customer ID from a previous call to ADDCARD (required)</p>\n","key":"CustomerKey","type":"text","value":""},{"description":"<p>*The existing Credit Card ID from a previous call to ADDCARD (required)</p>\n","key":"CcInfoKey","type":"text","value":""},{"description":"<p>*A unique identifier that you can use to refer to your customer. (required)</p>\n","key":"CustomerID","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<p>SharedSecretKey (found in the profile page of the portal)\nTxnType\nMerchantID \nCcInfoKey</p>\n<p>(required)</p>\n","key":"Hash","type":"text","value":""},{"description":"<p>The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the ReturnURL is left blank.</p>\n","key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Update an existing card and owner's details that have already been added via ADDCARD.</p>\n<p><strong>Transaction Request, Form Action &amp; Method:</strong></p>\n<p>For UPDATECARD the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a>.</p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType:</strong> Set to <strong>UPDATECARD</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login into the portal</p>\n<p><strong>CustomerKey: </strong>The existing Customer ID from a previous call to ADDCARD</p>\n<p><strong>CcInfoKey: </strong>The existing Credit Card ID from a previous call to ADDCARD</p>\n<p><strong>CustomerID:</strong>A unique identifier that you can use to refer to your customer.</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>TxnType</li>\n<li>MerchantID</li>\n<li>CcInfoKey</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>ReturnURL:</strong> The page to load once the transaction is complete. If none is supplied a basic web page will be displayed on completion of the request.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 2 events will occur:</p>\n<ol>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client-side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>CustomerID: The supplied token sent in</li>\n<li>CcInfoKey: The unique handle to this card used for future billing</li>\n<li>CustomerKey: The unique handle to the customer details for future reference</li>\n<li>TxnType: UPDATECARD</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile):</li>\n<ol>\n<li>TxnType: UPDATECARD in this instance</li>\n<li>Hash</li>\n<li>Cardholder: The cardholders name</li>\n<li>CustomerID: The supplied token sent in</li>\n<li>CcInfoKey: The unique handle to this card used for future billing</li>\n<li>CustomerKey: The unique handle to the customer details for future reference</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>CustomerKey</li>\n<li>CcInfoKey</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>CustomerKey</li>\n<li>CcInfoKey</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe121590-d956-42d2-97f5-fdf65810841a"},{"name":"BILLCARD","id":"dce4382c-12c0-4b65-9f61-922b1f0619b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>*Set to BILLCARD (required)</p>\n","key":"TxnType","type":"text","value":"BILLCARD"},{"description":"<p>*This needs to be set to the account Username used to login to the portal (required)</p>\n","key":"MerchantID","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"Amount","type":"text","value":""},{"description":"<p>*The amount of the transaction not including the currency symbol. (As 0000.00) (required)</p>\n","key":"CcInfoKey","type":"text","value":""},{"description":"<p>*This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<p>SharedSecretKey (found in the profile page of the portal)\nTxnType\nMerchantID \nAmount (Format as 0000.00)</p>\n<p>(required)</p>\n","key":"Hash","type":"text","value":""},{"key":"ReturnURL","type":"text","value":""}]},"url":"https://safepaycert.paymentlogistics.net/transaction.asp","description":"<p>Posts a SALE transaction against a stored card added via ADDCARD.</p>\n<p><strong>Transaction Request, Form Action &amp; Method:</strong></p>\n<p>For BILLCARD the calling form should be set to use the <strong>POST</strong> or <strong>GET</strong> method and have an action property of <a href=\"https://safepay.paymentlogistics.net/transaction.asp\">https://safepaycert.paymentlogistics.net/transaction.asp</a>.</p>\n<p>Mandatory Parameters:</p>\n<p><strong>TxnType: </strong>Set to <strong>BILLCARD</strong></p>\n<p><strong>MerchantID: </strong>This needs to be set to the account <strong>Username</strong> used to login to the portal</p>\n<p><strong>Amount: </strong>The amount of the transaction not including the currency symbol. (As 0000.00)</p>\n<p><strong>CcInfoKey: </strong>The existing Credit Card ID from a previous call to ADDCARD</p>\n<p><strong>Hash: </strong>This is the MD5 Hash value used to verify that the data passed is originating from the calling form. It is generated from the following 4 pieces of information:</p>\n<ul>\n<li>SharedSecretKey (found in the profile page of the portal)</li>\n<li>TxnType</li>\n<li>MerchantID</li>\n<li>Amount (Format as 0000.00)</li>\n</ul>\n<p>Optional Parameters:</p>\n<p><strong>ReturnURL:</strong> The page to load once the transaction is complete. As this function has no form input an XML result will be returned if the <strong>ReturnURL</strong> is left blank.</p>\n<p>Transaction Response:</p>\n<p>Following a successful transaction the following 3 events will occur:</p>\n<ol>\n<li>An email will be received at the profile email address notifying that an order has been raised.</li>\n<li>The <strong>Return URL</strong> will be passed the following parameters (if enabled in the profile) either following the ? as a GET or following the anchor # for retrieval via client side javascript.</li>\n<ol>\n<li>Hash: The hash of the order for validation purposes</li>\n<li>MerchantID: The MerchantID supplied</li>\n<li>Amount: The amount of the transaction</li>\n<li>PNRef: The transaction reference</li>\n<li>Result: The status of the transaction, 0 for success</li>\n<li>TxnType: SALE</li>\n</ol>\n<li>The following fields will be posted back to your receiving form if (enabled in the profile):</li>\n<ol>\n<li>Amount: The amount of the transaction</li>\n<li>Hash</li>\n<li>PNRef: The transaction reference</li>\n<li>AuthCode: The credit card authorization code</li>\n</ol>\n</ol>\n<p>The Hash value returned in the Postback URL is made up of the following values. (See Section 5.1 for further details)</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>MerchantID</li>\n<li>Amount</li>\n<li>PNRef</li>\n</ul>\n<p>The Hash value returned in the Return URL is made up of the following values.</p>\n<ul>\n<li>SharedSecretKey</li>\n<li>ReturnURL</li>\n<li>MerchantID</li>\n<li>Amount,</li>\n<li>PNRef</li>\n</ul>","urlObject":{"protocol":"https","path":["transaction.asp"],"host":["safepaycert","paymentlogistics","net"],"query":[],"variable":[]}},"response":[],"_postman_id":"dce4382c-12c0-4b65-9f61-922b1f0619b7"}],"id":"bd159400-ce0b-4d42-8f7e-ff1ed690e406","description":"<p>While it is useful to use the Button and Form generators to create the simple forms and necessary code required to integrate with Paygistix Web, you can also create your own forms using the same types of parameters as seen for Buttons &amp; Forms.</p>\n<p>The SDK is called using regular  HTTP Forms.</p>\n","event":[{"listen":"prerequest","script":{"id":"f7ea2a86-fb64-45b9-822f-6539fb25f59c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69dc3611-9cfe-41bf-81b6-42759da1c2d8","type":"text/javascript","exec":[""]}}],"_postman_id":"bd159400-ce0b-4d42-8f7e-ff1ed690e406"}],"event":[{"listen":"prerequest","script":{"id":"28ef2fc1-51be-4c6b-9c85-b5df0e6e05d4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"62ff690e-ce02-4d34-9640-a56583f8b49f","type":"text/javascript","exec":[""]}}]}