{"info":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19035881","collectionId":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","publishedId":"2s93JnT6Vg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"336699"},"publishDate":"2023-05-26T14:57:05.000Z"},"item":[{"name":"Overview","item":[{"name":"Introduction","item":[],"id":"7b4529d4-f972-431b-9bdd-0bda715e4bfd","description":"<p>The BridgePay TransactionAPI is a RESTful API for interfacing with the BridgePay Gateway. The API includes familiar transaction types from the BridgeComm API in a user friendly JSON interface.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"41c88517-2d22-458d-9131-74a751ee492d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8a48c60c-0a12-4333-b8f6-c89be97cd740"}}],"_postman_id":"7b4529d4-f972-431b-9bdd-0bda715e4bfd"},{"name":"Connection Strings","item":[],"id":"7aa002c0-ef61-403f-aa79-3da122fabf28","description":"<p>To connect to the Transaction API, use the following URLs:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Endpoint Description</strong></th>\n<th><strong>Test URL</strong></th>\n<th><strong>Production URL</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Transaction</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/Transaction\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/Transaction</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/Transaction\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/Transaction</a></td>\n</tr>\n<tr>\n<td>Tokenization</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethodToken\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethodToken</a></td>\n</tr>\n<tr>\n<td>Settlement</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/batch/close\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/batch/close</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/batch/close\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/batch/close</a></td>\n</tr>\n<tr>\n<td>BIN Lookup</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/BinLookup/%7BBIN%7D\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/BinLookup/{BIN}</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/BinLookup/%7BBIN%7D\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/BinLookup/{BIN}</a></td>\n</tr>\n<tr>\n<td>Gift Card Activate</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/GiftCard/activate\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/GiftCard/activate</a></td>\n</tr>\n<tr>\n<td>Gift Card Deactivate</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/deactivate\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/deactivate</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/GiftCard/deactivate\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/GiftCard/deactivate</a></td>\n</tr>\n<tr>\n<td>Merchant Info</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/MerchantInfo\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/MerchantInfo</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/MerchantInfo\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/MerchantInfo</a></td>\n</tr>\n<tr>\n<td>Account Verification</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethod/verify\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethod/verify</a></td>\n</tr>\n<tr>\n<td>Balance Inquiry</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/balance\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/balance</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethod/balance\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/PaymentMethod/balance</a></td>\n</tr>\n<tr>\n<td>Find Transaction</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/%7BgatewayTransID%7D?merchantAccountCode=%7BmerchantAccountCode%7D\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/{gatewayTransID}?merchantAccountCode={merchantAccountCode}</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/transaction/%7BgatewayTransID%7D?merchantAccountCode=%7BmerchantAccountCode%7D\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/transaction/{gatewayTransID}?merchantAccountCode={merchantAccountCode}</a></td>\n</tr>\n<tr>\n<td>Capture</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/transaction/capture\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/transaction/capture</a></td>\n</tr>\n<tr>\n<td>API Version</td>\n<td><a href=\"https://www.bridgepaynetsecuretest.com/Transaction.API/api/Version\">https://www.bridgepaynetsecuretest.com/Transaction.API/api/Version</a></td>\n<td><a href=\"https://www.bridgepaynetsecuretx.com/Transaction.API/api/Version\">https://www.bridgepaynetsecuretx.com/Transaction.API/api/Version</a></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a368dfda-bb7f-46ba-be17-50249226defc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"93987473-bc16-4d5a-8315-59936eeb22e2"}}],"_postman_id":"7aa002c0-ef61-403f-aa79-3da122fabf28"},{"name":"Key Elements","item":[],"id":"5b4f362a-7faa-40b7-a9e6-5182e4a066d8","description":"<p>The Transaction API request and response structure is made up of a core set of data elements plus specific objects and their sub-elements. Each object handles a subsection of API data elements like payment data, Level II/III information, or Lodging elements. The core data elements are within the main request body and will include basic information like accountType, holderType, and transactionType.</p>\n<p>A list of all required and optional data elements can be found in the Request &amp; Response Information section.</p>\n<p>In the live environment, transactions must be initiated over an SSL-protected connection using a minimum of 128-bit encryption to protect sensitive data. Initial testing can be performed over an unencrypted connection; however, testing must be performed over an SSL-encrypted channel before a client can be certified to production. Only test card/ACH account data may be transmitted. No live payment information should ever be transmitted to the test system.</p>\n<h2 id=\"timeouts\">Timeouts</h2>\n<p>The Transaction API has an internal timeout of 100 seconds. Integrating applications can expect all transactions to take less than 100 seconds, and if 100 seconds are exceeded without a response from the Transaction API, you may close your connection. If a transaction as attempted leveraging an invoiceNumber, you may use a Find Transaction request using your unique invoiceNumber to confirm the outcome of the transaction.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9f536255-1e84-42ac-bff3-b6b6bc8ee274"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ebbe740-f160-4b14-a528-c91e6223cbc1"}}],"_postman_id":"5b4f362a-7faa-40b7-a9e6-5182e4a066d8"},{"name":"Process Flow","item":[],"id":"d117e6fa-fb13-47e8-8021-d71c210c16bc","description":"<p>The Transaction API uses a simple request and response process via HTTP POST and GET. The order of operations is to configure and send your HTTP POST or GET request and consume the response as desired.</p>\n<p>Common response consumption practices are to retain the gatewayTransID, token, and expirationDate for follow on transactions.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e80d3432-f88c-4171-80c0-d55bf5b3f778"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7403257c-d40e-4999-b763-6610bdafbde2"}}],"_postman_id":"d117e6fa-fb13-47e8-8021-d71c210c16bc"},{"name":"Authentication Information","item":[],"id":"003d2970-34c6-4e97-bd95-8ffc644603d2","description":"<p>Each call to the Transaction API requires credentials; however, these credentials are not submitted in the request body. The <strong>username</strong> and <strong>password</strong> are values created in MyBridgePay, and they will be submitted in the request headers as Basic HTTP authentication.</p>\n<p>The Credentials object is used as a property of other objects in the API. The Credentials Object contains two properties: <strong>username</strong> and <strong>password.</strong></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"eccd7cc8-fecf-4f8a-9f38-c419a3b5f5f0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c259940a-9ed9-4b38-af40-e77bd9a47676"}}],"_postman_id":"003d2970-34c6-4e97-bd95-8ffc644603d2"},{"name":"Sample Request & Response","item":[],"id":"2eae460a-a0c0-4fd6-9db7-bb569ef41b25","description":"<h4 id=\"request-format\">Request Format:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"payment\": {\n    \"paymentAccountNumber\": \"string\",\n    \"expirationDate\": \"string\",\n    \"securityCode\": \"string\",\n    \"track1\": \"string\",\n    \"track2\": \"string\",\n    \"track3\": \"string\",\n    \"token\": \"string\",\n    \"bankAccountNumber\": \"string\",\n    \"routingNumber\": \"string\",\n    \"customerWalletId\": \"string\"\n  },\n  \"accountHolder\": {\n    \"name\": \"string\",\n    \"street\": \"string\",\n    \"city\": \"string\",\n    \"state\": \"string\",\n    \"zip\": \"string\",\n    \"countryCode\": \"string\",\n    \"phone\": \"string\",\n    \"email\": \"string\"\n  },\n  \"healthcare\": {\n    \"healthCareAmount\": 0,\n    \"transitAmount\": 0,\n    \"prescriptionAmount\": 0,\n    \"visionAmount\": 0,\n    \"dentalAmount\": 0,\n    \"clinicAmount\": 0,\n    \"isQualifiedIIAS\": true,\n    \"copayAmount\": 0\n  },\n  \"tip\": {\n    \"tipAmount\": 0,\n    \"tipRecipientCode\": \"string\"\n  },\n  \"level2\": {\n    \"taxRate\": 0,\n    \"taxAmount\": 0,\n    \"taxIndicator\": \"string\",\n    \"shipToName\": \"string\",\n    \"shipToStreet\": \"string\",\n    \"shipToCity\": \"string\",\n    \"shipToState\": \"string\",\n    \"shipToZip\": \"string\",\n    \"shipToCountryCode\": \"string\"\n  },\n  \"level3\": {\n    \"shippingOriginZip\": \"string\",\n    \"discountAmount\": 0,\n    \"shippingAmount\": 0,\n    \"dutyAmount\": 0,\n    \"taxInvoiceCode\": \"string\",\n    \"localTaxAmount\": 0,\n    \"localTaxIndicator\": \"string\",\n    \"nationalTaxAmount\": 0,\n    \"nationalTaxIndicator\": \"string\",\n    \"orderCode\": \"string\",\n    \"orderDate\": \"string\",\n    \"commodityCode\": \"string\",\n    \"customerAccountTaxId\": \"string\",\n    \"items\": [\n      {\n        \"code\": \"string\",\n        \"commodityCode\": \"string\",\n        \"description\": \"string\",\n        \"quantity\": 0,\n        \"unitCostAmount\": 0,\n        \"unitMeasure\": \"string\",\n        \"taxAmount\": 0,\n        \"taxRate\": 0,\n        \"taxIndicator\": \"string\",\n        \"taxCode\": \"string\",\n        \"discountRate\": 0,\n        \"discountAmount\": 0,\n        \"totalAmount\": 0,\n        \"isCredit\": true\n      }\n    ]\n  },\n  \"lodging\": {\n    \"roomNumber\": \"string\",\n    \"folioNumber\": \"string\",\n    \"roomRateAmount\": 0,\n    \"roomTaxAmount\": 0,\n    \"lodgingChargeType\": \"string\",\n    \"checkInDate\": \"2022-11-08T18:17:45.024Z\",\n    \"checkOutDate\": \"2022-11-08T18:17:45.024Z\",\n    \"duration\": 0,\n    \"specialProgramType\": \"string\",\n    \"departureAdjustmentAmount\": 0,\n    \"lodgingItems\": [\n      {\n        \"type\": \"string\",\n        \"amount\": 0\n      }\n    ]\n  },\n  \"carRental\": {\n    \"maxFreeMiles\": 0,\n    \"mileRateAmount\": 0,\n    \"agreementNumber\": \"string\",\n    \"city\": \"string\",\n    \"class\": \"string\",\n    \"countryCode\": \"string\",\n    \"date\": \"2022-11-08T18:17:45.024Z\",\n    \"duration\": 0,\n    \"dailyRateAmount\": 0,\n    \"extraChargesAmount\": 0,\n    \"insuranceAmount\": 0,\n    \"name\": \"string\",\n    \"state\": \"string\",\n    \"time\": \"string\",\n    \"returnLocationCode\": \"string\",\n    \"returnDate\": \"2022-11-08T18:17:45.024Z\",\n    \"returnState\": \"string\",\n    \"returnTime\": \"string\",\n    \"returnCity\": \"string\",\n    \"returnCountryCode\": \"string\",\n    \"specialProgramType\": \"string\",\n    \"totalMiles\": 0,\n    \"extraChargeItems\": [\n      {\n        \"type\": \"string\",\n        \"amount\": 0\n      }\n    ]\n  },\n  \"serviceFees\": [\n    {\n      \"serviceFeeId\": \"string\",\n      \"resellerCode\": \"string\",\n      \"merchantAccountCode\": \"string\",\n      \"amount\": 0,\n      \"serviceUser\": \"string\",\n      \"servicePassword\": \"string\",\n      \"wallet\": \"string\",\n      \"walletPaymentMethodID\": \"string\"\n    }\n  ],\n  \"dynamicDescriptors\": {\n    \"address\": \"string\",\n    \"city\": \"string\",\n    \"countryCode\": \"string\",\n    \"county\": \"string\",\n    \"emailAddress\": \"string\",\n    \"postalCode\": \"string\",\n    \"region\": \"string\",\n    \"text\": \"string\"\n  },\n  \"transactionID\": \"string\",\n  \"merchantAccountCode\": \"string\",\n  \"accountType\": \"string\",\n  \"holderType\": \"string\",\n  \"amount\": 0,\n  \"feeAmount\": 0,\n  \"feeIsSurcharge\": true,\n  \"partialAuthorization\": true,\n  \"transIndustryType\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"transactionType\": \"string\",\n  \"transCatCode\": \"string\",\n  \"descriptor\": \"string\",\n  \"transactionMode\": \"string\",\n  \"cashBackAmount\": 0,\n  \"settlementDelay\": \"string\",\n  \"voiceAuthCode\": \"string\",\n  \"voucherNumber\": \"string\",\n  \"walletPaymentMethodId\": \"string\",\n  \"invoiceNumber\": \"string\",\n  \"purchaseOrderNumber\": \"string\",\n  \"customerAccountCode\": \"string\",\n  \"laneCode\": \"string\",\n  \"estimatedAmountIndicator\": true,\n  \"cardHolderPresent\": true,\n  \"originatingTechnologySource\": \"string\",\n  \"originatingSoftwareVendor\": \"string\",\n  \"accountDescription\": \"string\",\n  \"contractID\": 0,\n  \"webLinkWalletToken\": \"string\",\n  \"webLinkWalletKey\": \"string\",\n  \"storedCredential\": \"string\",\n  \"networkReferenceNumber\": \"string\",\n  \"memo\": \"string\",\n  \"customFields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"response-format\">Response Format:</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"transactionID\": \"string\",\n  \"requestType\": \"string\",\n  \"responseCode\": \"string\",\n  \"responseDescription\": \"string\",\n  \"cardType\": \"string\",\n  \"token\": \"string\",\n  \"authorizationCode\": \"string\",\n  \"referenceNumber\": \"string\",\n  \"gatewayResult\": \"string\",\n  \"authorizedAmount\": 0,\n  \"originalAmount\": 0,\n  \"expirationDate\": \"string\",\n  \"avsResult\": \"string\",\n  \"avsMessage\": \"string\",\n  \"streetMatchMessage\": \"string\",\n  \"zipMatchMessage\": \"string\",\n  \"cvResult\": \"string\",\n  \"cvMessage\": \"string\",\n  \"isCommercialCard\": \"string\",\n  \"gatewayTransID\": \"string\",\n  \"gatewayMessage\": \"string\",\n  \"internalMessage\": \"string\",\n  \"balance\": 0,\n  \"cashBackAmount\": 0,\n  \"currencyCode\": \"string\",\n  \"transactionCode\": \"string\",\n  \"transactionDate\": \"string\",\n  \"remainingAmount\": 0,\n  \"isoCountryCode\": \"string\",\n  \"isoCurrencyCode\": \"string\",\n  \"isoTransactionDate\": \"2022-11-08T18:17:45.038Z\",\n  \"isoRequestDate\": \"2022-11-08T18:17:45.038Z\",\n  \"networkReferenceNumber\": \"string\",\n  \"merchantCategoryCode\": \"string\",\n  \"networkMerchantId\": \"string\",\n  \"networkTerminalId\": \"string\",\n  \"maskedPAN\": \"string\",\n  \"responseTypeDescription\": \"string\",\n  \"walletID\": \"string\",\n  \"walletPaymentMethodID\": \"string\",\n  \"walletResponseMessage\": \"string\",\n  \"walletResponseCode\": \"string\",\n  \"cardClass\": \"string\",\n  \"cardModifier\": \"string\",\n  \"cardHolderName\": \"string\",\n  \"providerResponseCode\": \"string\",\n  \"providerResponseMessage\": \"string\",\n  \"organizationId\": \"string\",\n  \"merchantAccountCode\": \"string\",\n  \"serviceFeeResults\": [\n    {\n      \"serviceFeeID\": \"string\",\n      \"authorizationCode\": \"string\",\n      \"referenceNumber\": \"string\",\n      \"gatewayResult\": \"string\",\n      \"authorizedAmount\": 0,\n      \"originalAmount\": 0,\n      \"gatewayTransID\": \"string\",\n      \"gatewayMessage\": \"string\",\n      \"internalMessage\": \"string\",\n      \"providerResponseCode\": \"string\",\n      \"providerResponseMessage\": \"string\"\n    }\n  ],\n  \"customFields\": [\n    {\n      \"name\": \"string\",\n      \"value\": \"string\"\n    }\n  ],\n  \"routingNumber\": \"string\"\n}\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8c828e74-d5a2-4934-a93d-d53d76b4954f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1f0fef65-81a8-4fb1-8c18-6984b0627ce7"}}],"_postman_id":"2eae460a-a0c0-4fd6-9db7-bb569ef41b25"}],"id":"213d639d-4f51-4212-a7cc-3a31a1c2b649","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"457c0de3-d5aa-43a3-a571-a22bbfc902e7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bc97c66b-de82-4568-a6b3-cf96424259cd"}}],"_postman_id":"213d639d-4f51-4212-a7cc-3a31a1c2b649","description":""},{"name":"Integration Support","item":[],"id":"63520fae-1a37-49f8-bb37-84c4386565fe","description":"<p><em><strong>A test or live merchant account with BridgePay is necessary to successfully process transactions. To acquire a test account, complete the test account request form located on the</strong></em> <a href=\"https://bridgepaynetwork.force.com/TA/s/test-account-request\">BridgePay Integrator Support Portal</a><em><strong>.</strong></em></p>\n<p>To review additional documentation, please visit the <a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/overview?homepageId=191824013\">Developer Center</a>. For Integrations Assistance, please <a href=\"https://bridgepaynetwork.force.com/is/s/enteracase\">Enter a Case</a>.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"023eaa49-7383-4a39-b41f-1b53a5dfa2f0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"319c52ec-e7bf-416e-b208-ce201334fe53"}}],"_postman_id":"63520fae-1a37-49f8-bb37-84c4386565fe"},{"name":"Request & Response Information","item":[],"id":"4185ed3f-6200-4a1c-a48d-7700262189db","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Legend</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R = Required</td>\n</tr>\n<tr>\n<td>O = Optional</td>\n</tr>\n<tr>\n<td>C = Conditional</td>\n</tr>\n<tr>\n<td>1 = Required if not sending Track Data</td>\n</tr>\n<tr>\n<td>3 = ACH/Checks</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"request-information\">Request Information</h3>\n<p>The following data elements are available for use in the base <strong>TransactionRequest</strong>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R</td>\n<td>transactionID</td>\n<td>string</td>\n<td>60</td>\n<td>A unique value, generated by the integrating application, used to identify the transaction.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The Merchant Account Code assigned to the merchant gateway at time of boarding in MyBridgePay.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>organizationId</td>\n<td>string</td>\n<td></td>\n<td>The organization id for the merchant account processing the transaction. This is the value used in the Boarding, Wallet, and Recurring APIs.  <br />When provided do not provide a merchantAccountCode.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>accountType</td>\n<td>string</td>\n<td>1</td>\n<td>Single character, must match pre-defined types: R (Credit Card &amp; Branded Debit Cards), D (Unbranded Debit Cards), S (Bank Account Savings), C (Bank Account Checking), F (EBT Food Stamp), H (EBT Cash Benefit), G (Gift Card), L (Fleet), K (Check), A (Cash)</td>\n</tr>\n<tr>\n<td>R</td>\n<td>holderType</td>\n<td>string</td>\n<td>1</td>\n<td>Single character, either P (Personal account) or O (Organization account).  <br />  <br />For Level III transactions, holderType must be set to <strong>O</strong>.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>The amount requested for authorization. This value is the total that will be charged. This value should include any fee amount or tip amount. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>transIndustryType</td>\n<td>string</td>\n<td>2-3</td>\n<td>Must either match a 2-letter industry type for credit cards or a 3-letter SEC code for ACH transactions. All caps.  <br />  <br />Credit Card Supported values are: RE (Retail), RS (Restaurant), EC (eCommerce), DM (Direct Marketing), LD (Lodging) and CR (Car Rental). HC is also supported for HealthCare, however internally transactions with industry type HC are converted to Retail (RE) transactions. ACH Supported values are: CCD (Corporate Credit or Debit), PPD (Prearranged Payment and Deposit Entry), POP (Point of Purchase Entry), TEL (Telephone Initiated Entry), WEB (Internet Initiated Entry), C21 (Check 21)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>feeAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The fee dollar amount for the transaction. This value is not added to the amount value of the transaction, so the amount/Amount should reflect the base amount plus the fee amount. Processed as implied decimal. $1.25 would be represented as 125.  <br />NOTE: Only include the feeAmount element if it is a populated value. Do not send if empty.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>feeIsSurcharge</td>\n<td>boolean</td>\n<td></td>\n<td>Indicates whether the feeAmount provided is for a Surcharge transaction. If true, and feeAmount is provided, the fee will be processed as a surcharge. If false or not provided and feeAmount is provided, the fee will be processed as a convenience fee. Read as \"Fee Is Surcharge\".</td>\n</tr>\n<tr>\n<td>O</td>\n<td>partialAuthorization</td>\n<td>boolean</td>\n<td>5</td>\n<td>Must contain the literal true or the literal false. Setting this field to true indicates that a partial authorization is acceptable for this transaction. The default, if this element is not present, is false.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>referenceNumber</td>\n<td>string</td>\n<td>12</td>\n<td>The GatewayTransId returned as a part of the response to a sale request. Used to process follow on transactions by referencing a prior transaction.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>transactionType</td>\n<td>string</td>\n<td>11</td>\n<td>Can contain letters and hyphens. Possible values: sale, sale-auth, credit, credit-auth, increment, sale-info, credit-info, adjustment, push-payment</td>\n</tr>\n<tr>\n<td>O</td>\n<td>transCatCode</td>\n<td>string</td>\n<td>1</td>\n<td>All capital letters. Supported values are: B (BillPayment), R (Recurring), I (Installment), H (Healthcare).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>descriptor</td>\n<td>string</td>\n<td>30</td>\n<td>The message descriptor.  <br />Cannot contain the following characters:  <br />\"(\"</td>\n</tr>\n<tr>\n<td>R</td>\n<td>transactionMode</td>\n<td>string</td>\n<td>1</td>\n<td>P = Card Present  <br />or  <br />N = Card Not Present</td>\n</tr>\n<tr>\n<td>O</td>\n<td>cashBackAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount of money returned to a payment card holder. Used for Sale with cash back transactions. Processed as implied decimal. $20.00 would be represented as 2000.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>settlementDelay</td>\n<td>string</td>\n<td>2</td>\n<td>Designates the number of batch cycles that a Sale-Auth transaction remains open (unsettled). If the Sale-Auth is not captured before completion of the set number of batch cycles passed into the Settlement Delay field of the original transaction, the Sale-Auth transaction will auto-void.  <br />  <br />This setting applies to API transactions only and overrides the \"Default Action Delay\" setting in MyBridgePay.  <br />  <br />If sending Lodging data, this value will overwrite the <strong>duration</strong> data element which normally sets the <strong>settlementDelay</strong>.  <br />  <br /><strong>This feature is not available on First Data Omaha. Do not use.</strong>  <br />  <br />Note: Minimum and Maximum range period to delay the auto-void of a Sale-Auth is between 0 – 30 (0 = current batch period, 30 = 30 batch periods).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>voiceAuthCode</td>\n<td>string</td>\n<td>15</td>\n<td>Authorization Code for Voice Authorizations only. If authorization was achieved outside of the network (by phone or other means) you may send it through this data element to utilize the existing authorization instead of acquiring a new authorization.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>voucherNumber</td>\n<td>string</td>\n<td>15</td>\n<td>For use in EBT voucher clear transactions only.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>walletPaymentMethodId</td>\n<td>string</td>\n<td>36</td>\n<td>This is the ID provided by the Wallet API for the payment method. When using this field, no other payment identifiers are necessary (i.e. PaymentAccountNumber, Track, BankAccountNum, etc).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>invoiceNumber</td>\n<td>string</td>\n<td>24</td>\n<td>Invoice number. Spaces are not allowed. Alphanumeric and dashes accepted. User supplied data. (Required if sending Level II/III data)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>purchaseOrderNumber</td>\n<td>string</td>\n<td>24</td>\n<td>Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerAccountCode</td>\n<td>string</td>\n<td>24</td>\n<td>Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>laneCode</td>\n<td>string</td>\n<td></td>\n<td>User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>estimatedAmountIndicator</td>\n<td>boolean</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>O</td>\n<td>cardHolderPresent</td>\n<td>boolean</td>\n<td>5</td>\n<td></td>\n</tr>\n<tr>\n<td>R</td>\n<td>originatingSoftwareVendor</td>\n<td>string</td>\n<td>N/A</td>\n<td>Name of vendor that developed the software used in transmitting the transaction. May only contain the following characters: a-z, A-Z, 0-9, spaces, and dashes.</td>\n</tr>\n<tr>\n<td></td>\n<td>accountDescription</td>\n<td>string</td>\n<td></td>\n<td>User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>contractID</td>\n<td>integer</td>\n<td>12</td>\n<td>A valid BridgePay Recurring Billing System Contract Id. Provides a way to tie a transaction to a contract defined in BridgePay’s Recurring Billing System.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>webLinkWalletToken</td>\n<td>string</td>\n<td></td>\n<td>A base64 encoded string describing the information the wallet information. Decoding the token will provide the Site ID, User Guid (if present), Wallet ID and Payment Method ID.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>webLinkWalletKey</td>\n<td>string</td>\n<td></td>\n<td>A base64 encoded string representation of the authentication key created to use the wallet token described above.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>storedCredential</td>\n<td>string</td>\n<td>30</td>\n<td>Identifies the type of card on file action taking place. Valid Values are:  <br />  <br />Storing the Card/Credential for the first time:  <br />InitialUnscheduled - Indicates that a card is being stored for the first time not in association with a recurring or installment plan.  <br />  <br />InitialInstallment - Indicates that a card is being stored for the first time in association with an installment plan.  <br />  <br />InitialRecurring - Indicates that a card is being stored for the first time in association with a recurring plan.  <br />  <br />Using the Card On File (a previously stored credential):  <br />UnscheduledCustomer - Customer initiated transaction, whether in-person or on-line; that is not part of a recurring or installment plan.  <br />  <br />UnscheduledMerchant - Merchant initiated transaction that is not part of a recurring or installment plan.  <br />  <br />Installment - processing a payment on an installment payment plan using a card on file.  <br />  <br />Recurring - processing a payment on a recurring payment plan using a card on file.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>networkReferenceNumber</td>\n<td>string</td>\n<td>30</td>\n<td>The \"NetworkReferenceNumber\" is a response field used in Recurring and Installment transactions when the \"StoredCredential\" element is passed with the Initial or Recurring payment request. The returned \"NetworkReferenceNumber\" value must also be passed in every subsequent Recurring or Installment transaction in the payment series. The updated (new) value returned from the previous (or last) transaction processed must then be submitted with the next transaction in the payment series, and so forth.  <br />  <br />Note: This is required for all Card Token Sales.  <br />  <br />The networkReferenceNumber for a VISA transaction will be 15 digits while one for a MasterCard transaction will be 13 characters with two spaces appended to the end. The spaces should be omitted when sent on subsequent transactions.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>voidReasonCode</td>\n<td>string</td>\n<td>20</td>\n<td>denitifies the reason a transaction was voided from a device. Acceptable values are: CustomerInitiated, TimeoutReversal, System Malfunction, SuspectedFraud, PrematureCardRemoval, ChipDecline.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>memo</td>\n<td>string</td>\n<td>60</td>\n<td>Memo for the transaction. If Memo element and the PaymentType element are provided, the Memo element will take precedence. This field may NOT contain the following characters: “, *, &amp;, &lt;, &gt;</td>\n</tr>\n</tbody>\n</table>\n</div><p>The following schema are accepted for specific industry types or added functionality:</p>\n<h4 id=\"payment-data\">Payment Data</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td>16-20</td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber. Note that the last four digits of the Token are the last four digits of the card number.  <br />  <br />This may be between 16 and 20 digits depending on the age of the token.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"device\">Device</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>appHostMachineID</td>\n<td>string</td>\n<td>10-36</td>\n<td>The unique identifier of PC. Valid input are characters a-f, A-F, 0-9, and - (dashes).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>EncryptionID</td>\n<td>string</td>\n<td></td>\n<td>The encryption ID identifying the type of encryption used on the sensitive card holder data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>BDKSlot</td>\n<td>integer</td>\n<td>2</td>\n<td>When present, indicates the Base Derived Key slot to use as an override for Hardware Decryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>entryMode</td>\n<td>string</td>\n<td>2</td>\n<td>Method of entering the transaction. Possible values: MX = Manual with Signature, SX = Swipe/Scan with Signature, HX = Chip with Signature, CX = Contactless with Signature, SP = Swipe with PIN, HP = Chip with PIN</td>\n</tr>\n<tr>\n<td>O</td>\n<td>entryMedium</td>\n<td>string</td>\n<td>2</td>\n<td>The medium type used to initiate the transaction. Possible values: NP = Not Present, MC = Magnetic Card, CC = Chip Card, CH = Check</td>\n</tr>\n<tr>\n<td>O</td>\n<td>entryPINMode</td>\n<td>string</td>\n<td>2</td>\n<td>Indicates whether the input source supports PIN entry. Possible values: X = unknown, S = supported, U = Unsupported, N = Inoperative, O = Offline.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>terminalCapabilities</td>\n<td>string</td>\n<td>255</td>\n<td>Describes the terminal’s capabilities. Can include any combination of the following tags separated by pipe characters: unknown, unused, unattended, manual, stripe, barcode, qrcode, ocr, icc, contactless, signature, rfid, micr or mobile.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>deviceMake</td>\n<td>string</td>\n<td>40</td>\n<td>Manufacturer of terminal used. May contain any of the following characters: a-z, A-Z, 0-9, spaces, periods, dashes, or slashes ().</td>\n</tr>\n<tr>\n<td>O</td>\n<td>deviceModel</td>\n<td>string</td>\n<td>40</td>\n<td>Model number of terminal used. May contain any of the following characters: a-z, A-Z, 0-9, spaces, periods, dashes or slashes ().</td>\n</tr>\n<tr>\n<td>O</td>\n<td>deviceSerial</td>\n<td>string</td>\n<td>40</td>\n<td>Serial number of terminal used. May contain any of the following characters: a-z, A-Z, 0-9, spaces, periods, equal sign, hashtags, dashes or slashes ().</td>\n</tr>\n<tr>\n<td>O</td>\n<td>deviceFirmware</td>\n<td>string</td>\n<td>50</td>\n<td>Firmware version number of terminal used. May contain any of the following characters: a-z, A-Z, 0-9, spaces, periods, equal sign, dashes or slashes ().</td>\n</tr>\n<tr>\n<td>O</td>\n<td>MSRKSN</td>\n<td>string</td>\n<td>20</td>\n<td>The terminal's P2PE KSN value obtained from the device.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"accountholder\">AccountHolder</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>name</td>\n<td>string</td>\n<td>150</td>\n<td>Name on the credit card or ACH account. Any upper or lower case letter, hyphens, and spaces are allowed.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>street</td>\n<td>string</td>\n<td>128</td>\n<td>Street associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>city</td>\n<td>string</td>\n<td>50</td>\n<td>City associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>state</td>\n<td>string</td>\n<td>2</td>\n<td>State associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>zip</td>\n<td>string</td>\n<td>10</td>\n<td>Postal Code on the Payment Method Account. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alphanumeric characters ONLY (no hyphens or dashes). Alpha characters must be all upper-case.  <br />Canadian Format: A1A 1A1  <br />UK Format: PO16 7GZ  <br />US Format (5 Digits): 12345  <br />US Format (5 Digits): 123451234</td>\n</tr>\n<tr>\n<td>O</td>\n<td>countryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country code associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>phone</td>\n<td>string</td>\n<td>10-11</td>\n<td>Billing phone number. Numerics only. No special characters allowed.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>email</td>\n<td>string</td>\n<td>60</td>\n<td>Email address associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carrental\">CarRental</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>maxFreeMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Total mileage for rent period.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>mileRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>agreementNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Car Rental Agreement Number. Required as part of the Rental Key.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>city</td>\n<td>string</td>\n<td>25</td>\n<td>City where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>class</td>\n<td>string</td>\n<td></td>\n<td>The class of car.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>countryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car rental starts.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>date</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car rental starts. (MM/DD/YYYY format)</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td>4</td>\n<td>Car Rental Period in days.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>dailyRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargesAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total dollar amount of extraChargeItems. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>insturanceAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Car insurance amount. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>name</td>\n<td>string</td>\n<td>20</td>\n<td>Name of the person who rented the car.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>state</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>time</td>\n<td>integer</td>\n<td>4</td>\n<td>Car rental start time in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnLocationCode</td>\n<td>string</td>\n<td>10</td>\n<td>Identification code of the place where car was returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>returnDate</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car should be returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnState</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car is returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnTime</td>\n<td>integer</td>\n<td>4</td>\n<td>Time when the car should be returned in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCity</td>\n<td>strgin</td>\n<td>25</td>\n<td>City where the car is returned</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car is returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>String based enum representing the special program type for the rental.  <br />Accepted values are AD (Advance Deposit), AR (Assured Reservation),  <br />DC (Delayed Charge), ES (Express Service), NC (Normal Charge),  <br />and NS (No Show Charge).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>totalMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Rented car total mileage (miles on car)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargeItems</td>\n<td>object</td>\n<td>n/a</td>\n<td>List of extra charges. See below.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carrentalextrachargeitem\">CarRentalExtraChargeItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>rentalExtraChargeItemType</td>\n<td>string</td>\n<td>1</td>\n<td>Car rental extra charge type:  <br />M = Extra Mileage  <br />S = Gas  <br />N = Late Return  <br />W = One-Way Service  <br />P = Parking Violation</td>\n</tr>\n<tr>\n<td>C</td>\n<td>rentalExtraChargeTypeAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for car rental extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"customfield\">CustomField</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>name</td>\n<td>string</td>\n<td></td>\n<td>The name defined for the custom field.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>value</td>\n<td>string</td>\n<td></td>\n<td>The value for the custom field.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"dynamicdescriptors\">DynamicDescriptors</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>address</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>city</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor City where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>countryCode</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Country Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>county</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor County where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>emailAddress</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Email Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>postalCode</td>\n<td>string</td>\n<td>15</td>\n<td>Used to modify Dynamic Descriptor Postal Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>region</td>\n<td>string</td>\n<td>3</td>\n<td>Used to modify Dynamic Descriptor Region where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>text</td>\n<td>string</td>\n<td>60</td>\n<td>Used to modify Dynamic Descriptor Name or Text where supported with processors</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"healthcare\">Healthcare</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>healthCareAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related services or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>transitAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related transportation. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>prescriptionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on prescription drugs or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>visionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on vision related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>dentalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on dental related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>clinicAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on hospitalization. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>isQualifiedIIAS</td>\n<td>string</td>\n<td></td>\n<td>Indicates whether purchase items are verified against IIAS as qualified for healthcare purchases. Can be lower case ‘t’ or ‘true’, or lower case ‘f’ or ‘false’.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>copayAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The copay amount of the transaction. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level2\">Level2</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>taxRate</td>\n<td>integer</td>\n<td>5</td>\n<td>Additional Tax Amount. REQUIRED FOR LEVEL II/III. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. REQUIRED FOR LEVEL II.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToName</td>\n<td>string</td>\n<td>100</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToStreet</td>\n<td>string</td>\n<td>128</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCity</td>\n<td>string</td>\n<td>50</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToState</td>\n<td>string</td>\n<td>2</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToZip</td>\n<td>string</td>\n<td>15</td>\n<td>Shipping address postal code. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alpha characters must be all upper-case. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>ISO 3166-1 alpha-2 codes.Shipping address country code. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3\">Level3</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>shippingOriginZip</td>\n<td>string</td>\n<td>10</td>\n<td>Postal code of the origin of the shipment. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alphanumeric characters ONLY (no hyphens or dashes). Alpha characters must be all upper-case. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shippingAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>dutyAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxInvoiceCode</td>\n<td>string</td>\n<td>15</td>\n<td>Must be at least 1 and up to 15 characters. When separate VAT invoice is produced within the context of the order, unique identifier of this invoice. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Local Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional National Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderCode</td>\n<td>string</td>\n<td>17</td>\n<td>Unique identifier assigned to the order associated with this transaction in submitter's/merchant's front-end/ inventory system. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderDate</td>\n<td>string</td>\n<td>8</td>\n<td>Date in format YYYYMMDD. Date when the order associated with the transaction was placed. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>commodityCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated standardized code that classifies the group of items associated with this order/transaction. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>customerAccountTaxId</td>\n<td>string</td>\n<td>13</td>\n<td>VAT registration number of the customer responsible for this transaction. REQUIRED FOR LEVEL III</td>\n</tr>\n<tr>\n<td>C</td>\n<td>items</td>\n<td>object</td>\n<td></td>\n<td>The Level3Item object outlined in the following table. REQUIRED FOR LEVEL III.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3item\">Level3Item</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>code</td>\n<td>string</td>\n<td>12</td>\n<td>Unique identifier assigned to this item in the submitter’s inventory system.</td>\n</tr>\n<tr>\n<td></td>\n<td>commodityCode</td>\n<td>string</td>\n<td>12</td>\n<td>Acquirer designated standardized code that classifies this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>description</td>\n<td>string</td>\n<td>35</td>\n<td>Short description of the item.</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>integer</td>\n<td>12</td>\n<td>Quantity of item units purchased as part of this transaction. Up to 4 decimal places.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitCostAmount</td>\n<td>integer</td>\n<td>12</td>\n<td>Cost of a single unit of the item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitMeasure</td>\n<td>string</td>\n<td>12</td>\n<td>Unit of measure used to quantify the items purchased/refunded (e.g. kg, lb., inch).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Amount of tax charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxRate</td>\n<td>integer</td>\n<td>12</td>\n<td>Rate of the tax (if any) charged on this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not provided), or E (Exempt).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated value classifying the tax that was charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountRate</td>\n<td>integer</td>\n<td>8</td>\n<td>Rate of discount (if any) that was applied to this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount of discount applied to this item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>totalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount paid for the item (including tax and discount). Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>isCredit</td>\n<td>boolean</td>\n<td>1</td>\n<td>True (Item is being returned), False (Default if not passed - Item is being purchased).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"lodging\">Lodging</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>roomNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Hotel room number</td>\n</tr>\n<tr>\n<td>C</td>\n<td>folioNumber</td>\n<td>string</td>\n<td>15</td>\n<td>Hotel folio number  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Daily room rate. Implied decimal.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Tax charged on daily rate. Implied decimal.  <br />  <br />  <br />This amount shall not exceed RoomRateAmount</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingChargeType</td>\n<td>string</td>\n<td>1</td>\n<td>Type of service for which this transaction is processed.  <br />H = Hotel  <br />R = Restaurant  <br />G = Gift Shop  <br />S = Health Spa  <br />B = Beauty Shop  <br />F = Convention Fee  <br />T = Tennis  <br />O = Golf</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkInDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-in.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkOutDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-out  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td></td>\n<td>Indicates the length of anticipated, actual or incremental stay.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>Important when the cardholder did not stay at the hotel.  <br />AD = Advance deposit  <br />AR = Assured reservation  <br />DC = Delayed charge  <br />ES = Express service  <br />NC = Normal charge  <br />NS = No show charge  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>departureAdjustmentAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Additional amount charged after the cardholder left the hotel.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingItems</td>\n<td>object</td>\n<td></td>\n<td>The lodgingItems object.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"lodgingitem\">LodgingItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>type</td>\n<td>string</td>\n<td>1</td>\n<td>Lodging extra charge type :  <br />G = Gift Shop  <br />L = Laundry  <br />B = Mini bar  <br />R = Restaurant  <br />T = Telephone</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for lodging extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"payment\">Payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td></td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber. Note that the last four digits of the Token are the last four digits of the card number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"servicefee\">ServiceFee</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>serviceFeeId</td>\n<td>string</td>\n<td></td>\n<td>A user-defined identifier that will be returned in the response</td>\n</tr>\n<tr>\n<td>O</td>\n<td>resellerCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the reseller that owns the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td></td>\n<td>The implied decimal implementation of the service fee amount.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>serviceUser</td>\n<td>string</td>\n<td></td>\n<td>The username associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>servicePassword</td>\n<td>string</td>\n<td></td>\n<td>The password associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>wallet</td>\n<td>string</td>\n<td>3</td>\n<td>The ability to create a wallet within processing a request by setting to \"new.\"</td>\n</tr>\n<tr>\n<td>O</td>\n<td>walletPaymentMethodID</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the Wallet API for the payment method. When using this field, no other payment identifiers are necessary (i.e. PaymentAccountNumber, Track, BankAccountNum, etc)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"tip\">Tip</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>tipAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Additional Tip Amount. This value is not added to the amount value of the transaction, so the amount should reflect the base amount plus the tip amount. Processed as implied decimal. $1.25 would be represented as 125.  <br />Note: Only transIndustryType RE(Retail) and RS(Restaurant) are supported for tip adjustment.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>tipRecipientCode</td>\n<td>string</td>\n<td>15</td>\n<td>CServer ID for the customer. an contain alphanumerics, hyphens, and periods.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"response-information\">Response Information</h3>\n<h4 id=\"transactionresponse\">TransactionResponse</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionID</td>\n<td>string</td>\n<td></td>\n<td>Echo back of the TransactionID.</td>\n</tr>\n<tr>\n<td>requestType</td>\n<td>string</td>\n<td></td>\n<td>Echo back of the requestType</td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>string</td>\n<td>8</td>\n<td>Any amount of the original authorization remaining after this void / refund. This amount is in implied decimal format (i.e. $19.95 = 1995).</td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>string</td>\n<td>255</td>\n<td>Displays the response message as provided by the Processor.</td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>string</td>\n<td>25</td>\n<td>Displays the card type (determined by BIN range). List of values: Visa, Mastercard, Discover, Amex, Diners, JCB, CUP (China Union Pay), Bank, None.</td>\n</tr>\n<tr>\n<td>token</td>\n<td>string</td>\n<td>22</td>\n<td>Either the token submitted with the original authorization request or a tokenized version of the submitted payment account number if no token was provided in the request. Note that the last four digits of the Token are the last four digits of the card number.</td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>string</td>\n<td>50</td>\n<td>The transaction authorization code returned from the processor.</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>Returns the networkReferenceNumber returned by the processor for the transaction. For use with Card On File transactions.</td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td>ResponseCode for the transaction. Indicates success or error.</td>\n</tr>\n<tr>\n<td>authorizedAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Implied decimal, amount of the charge that was authorized.</td>\n</tr>\n<tr>\n<td>originalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Implied decimal, amount that was requested for authorization.</td>\n</tr>\n<tr>\n<td>expirationDate</td>\n<td>string</td>\n<td>6</td>\n<td>Echo back of the expiration date.</td>\n</tr>\n<tr>\n<td>routingNum</td>\n<td>string</td>\n<td></td>\n<td>Echo back of the routing number.</td>\n</tr>\n<tr>\n<td>avsResult</td>\n<td>string</td>\n<td></td>\n<td>Unipay AVS Match Result Code.</td>\n</tr>\n<tr>\n<td>avsMessage</td>\n<td>string</td>\n<td></td>\n<td>Unipay AVS Match Result Message.</td>\n</tr>\n<tr>\n<td>streetMatchMessage</td>\n<td>string</td>\n<td></td>\n<td>Message indicating the match status of the street.</td>\n</tr>\n<tr>\n<td>zipMatchMessage</td>\n<td>string</td>\n<td></td>\n<td>Message indicating the match status of the ZIP.</td>\n</tr>\n<tr>\n<td>cvResult</td>\n<td>string</td>\n<td></td>\n<td>CVV/CVV2 Match Result Code.</td>\n</tr>\n<tr>\n<td>cvMessage</td>\n<td>string</td>\n<td></td>\n<td>CVV/CVV2 Match Result Message.</td>\n</tr>\n<tr>\n<td>isCommercialCard</td>\n<td>string</td>\n<td></td>\n<td>Indicator showing whether the card is a Commercial Card.</td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td>Transaction ID from the gateway (used as Reference Number for Voids / Refunds).</td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td>Response message from the gateway.</td>\n</tr>\n<tr>\n<td>internalMessage</td>\n<td>string</td>\n<td></td>\n<td>Provides more information from the gateway and processor regarding the results of the transaction request.</td>\n</tr>\n<tr>\n<td>balance</td>\n<td>integer</td>\n<td></td>\n<td>The current balance of the card processed.</td>\n</tr>\n<tr>\n<td>cashBackAmount</td>\n<td>integer</td>\n<td></td>\n<td>The cash back amount for the transaction.</td>\n</tr>\n<tr>\n<td>currencyCode</td>\n<td>string</td>\n<td></td>\n<td>Echo of the currency code provided in the transaction.</td>\n</tr>\n<tr>\n<td>transactionCode</td>\n<td>string</td>\n<td></td>\n<td>Echo of the transactionID provided in the transaction.</td>\n</tr>\n<tr>\n<td>transactionDate</td>\n<td>string</td>\n<td></td>\n<td>Echo back of the transactionDate.</td>\n</tr>\n<tr>\n<td>remainingAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Any amount of the original authorization remaining after this void / refund. This amount is in implied decimal format (i.e. $19.95 = 1995).</td>\n</tr>\n<tr>\n<td>isoCountryCode</td>\n<td>string</td>\n<td></td>\n<td>Echo of the isoCountryCode for the transaction.</td>\n</tr>\n<tr>\n<td>isoCurrencyCode</td>\n<td>string</td>\n<td></td>\n<td>Echo of the isoCurrencyCode for the transaction.</td>\n</tr>\n<tr>\n<td>isoTransactionDate</td>\n<td>string</td>\n<td></td>\n<td>Echo of the isoTransactionDate for the transaction.</td>\n</tr>\n<tr>\n<td>isoRequestDate</td>\n<td>string</td>\n<td></td>\n<td>Echo of the isoRequestDate for the transaction.</td>\n</tr>\n<tr>\n<td>networkReferenceNumber</td>\n<td>string</td>\n<td></td>\n<td>Returns the networkReferenceNumber returned by the processor for the transaction. For use with Card On File transactions.</td>\n</tr>\n<tr>\n<td>merchantCategoryCode</td>\n<td>string</td>\n<td></td>\n<td>The merchantCategoryCode Returned tag data for generating the receipt.</td>\n</tr>\n<tr>\n<td>networkMerchantId</td>\n<td>string</td>\n<td>20</td>\n<td></td>\n</tr>\n<tr>\n<td>networkTerminalId</td>\n<td>string</td>\n<td>20</td>\n<td></td>\n</tr>\n<tr>\n<td>maskedPAN</td>\n<td>string</td>\n<td></td>\n<td>The masked card number from the transaction</td>\n</tr>\n<tr>\n<td>responseTypeDescription</td>\n<td>string</td>\n<td></td>\n<td>The description for the response.</td>\n</tr>\n<tr>\n<td>walletID</td>\n<td>string</td>\n<td></td>\n<td>The WalletID associated with the transaction.</td>\n</tr>\n<tr>\n<td>walletPaymentMethodID</td>\n<td>string</td>\n<td></td>\n<td>The walletPaymentMethodID associated with the transaction.</td>\n</tr>\n<tr>\n<td>walletResponseMessage</td>\n<td>string</td>\n<td></td>\n<td>The wallet response message for the transaction.</td>\n</tr>\n<tr>\n<td>walletResponseCode</td>\n<td>string</td>\n<td></td>\n<td>The wallet response code for the transaction.</td>\n</tr>\n<tr>\n<td>cardBIN</td>\n<td>string</td>\n<td>6-8</td>\n<td>Displays up to the first 8 digits of the card.</td>\n</tr>\n<tr>\n<td>cardClass</td>\n<td>string</td>\n<td>25</td>\n<td>Displays the tender type used to process a transaction. List of values: Credit, Debit, Gift, Prepaid, EBT, Fleet, None</td>\n</tr>\n<tr>\n<td>cardIdentifier</td>\n<td>string</td>\n<td></td>\n<td>Displays whether the card is a debit or credit card.</td>\n</tr>\n<tr>\n<td>cardModifier</td>\n<td>string</td>\n<td>25</td>\n<td>Displays the featured function submitted in addition to the tender type used to process a transaction. List of values: FSA, Commercial, FoodStamp, CashBenefit, Cash, None.</td>\n</tr>\n<tr>\n<td>cardHolderName</td>\n<td>string</td>\n<td>200</td>\n<td>Displays the cardholder name as provided in the request message, or from the device.</td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>string</td>\n<td></td>\n<td>The card brand of the card (Visa, Mastercard, Discover, Amex)</td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td>25</td>\n<td>Displays the response code as provided by the Processor.</td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td>255</td>\n<td>Displays the response message as provided by the Processor.</td>\n</tr>\n<tr>\n<td>organizationId</td>\n<td>string</td>\n<td></td>\n<td>The organizationID associated with the transaction.</td>\n</tr>\n<tr>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The merchantAccountCode on which the transaction was processed.</td>\n</tr>\n<tr>\n<td>routingNumber</td>\n<td>string</td>\n<td></td>\n<td>The routing number used in the transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"servicefeeresults\">serviceFeeResults</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceFeeID</td>\n<td>string</td>\n<td></td>\n<td>The user-defined identifier associated with the service fee request</td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>string</td>\n<td>50</td>\n<td>The transaction authorization code returned from the processor.</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>The network reference number for the service fee transaction.</td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td>5 digit response code for the result of the service fee request</td>\n</tr>\n<tr>\n<td>authorizedAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>originalAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was requested to be authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td>Transaction ID from the gateway (used as Reference Number for Voids / Refunds).</td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td>Response message from the gateway for the transaction.</td>\n</tr>\n<tr>\n<td>internalMessage</td>\n<td>string</td>\n<td></td>\n<td>Provides more information from the gateway and processor regarding the results of the transaction request.</td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td></td>\n<td>Displays the response code as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td></td>\n<td>Displays the response message as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"customfields\">customFields</h4>\n<p>The customFields object returns the information pertaining to the custom fields provided in the request.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>string</td>\n<td></td>\n<td>The returned name of the customField provided in the request.</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td></td>\n<td>The returned value of the customFiled provided in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"617f771b-c424-46bf-b75f-887ae56604d1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f8d85f98-d3d4-4c7a-9de3-41667ea0c1cc"}}],"_postman_id":"4185ed3f-6200-4a1c-a48d-7700262189db"},{"name":"Specific Request Layouts","item":[{"name":"Card Present (CP)","item":[{"name":"Authorization/Sale (CP)","item":[{"name":"EMV Authorization (CP)","id":"d20fb927-4cb0-4d50-bf34-2c66a3865be8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"d3db0304-c232-4f25-8dbe-6cd6f71c2b98","name":"EMV Authorization (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"889019\",\n    \"referenceNumber\": \"870370903\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 889019 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:17:01.22\",\n    \"isoRequestDate\": \"2023-05-25T17:17:01.22\",\n    \"networkReferenceNumber\": \"870370903\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d20fb927-4cb0-4d50-bf34-2c66a3865be8"},{"name":"Swipe Authorization (CP)","id":"16a83718-5321-42d4-bbfc-0ca06399876c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a3921011-ee12-452f-9763-e40cbe0288e4","name":"Swipe Authorization (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"889019\",\n    \"referenceNumber\": \"870370903\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 889019 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:17:01.22\",\n    \"isoRequestDate\": \"2023-05-25T17:17:01.22\",\n    \"networkReferenceNumber\": \"870370903\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"16a83718-5321-42d4-bbfc-0ca06399876c"},{"name":"EMV Sale (CP)","id":"b3f3f746-4d31-401c-85e9-c8c1f403e77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\":\"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\":{\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\":\"0504\",\r\n        \"deviceMake\":\"Ingenico\",\r\n        \"deviceModel\":\"Lane7000_MSR\",\r\n        \"deviceSerial\":\"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\":\"P\",\r\n    \"accountType\":\"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"211119d9-a766-4720-889f-356ac77f5c4e","name":"EMV Sale (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\":\"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\":{\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\":\"0504\",\r\n        \"deviceMake\":\"Ingenico\",\r\n        \"deviceModel\":\"Lane7000_MSR\",\r\n        \"deviceSerial\":\"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\":\"P\",\r\n    \"accountType\":\"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"569225\",\n    \"referenceNumber\": \"537432571\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987304\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569225 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:18:34.797\",\n    \"isoRequestDate\": \"2023-05-25T17:18:34.797\",\n    \"networkReferenceNumber\": \"537432571\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"b3f3f746-4d31-401c-85e9-c8c1f403e77a"},{"name":"Swipe Sale (CP)","id":"0679c23d-3011-4679-9b0f-839ce58a53b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\":{\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\":\"0504\",\r\n        \"deviceMake\":\"Ingenico\",\r\n        \"deviceModel\":\"Lane7000_MSR\",\r\n        \"deviceSerial\":\"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\":\"P\",\r\n    \"accountType\":\"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"02b52761-a6ea-4c7a-8d39-582d2359111e","name":"Swipe Sale (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\":{\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\":\"0504\",\r\n        \"deviceMake\":\"Ingenico\",\r\n        \"deviceModel\":\"Lane7000_MSR\",\r\n        \"deviceSerial\":\"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\":\"P\",\r\n    \"accountType\":\"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"569225\",\n    \"referenceNumber\": \"537432571\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987304\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569225 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:18:34.797\",\n    \"isoRequestDate\": \"2023-05-25T17:18:34.797\",\n    \"networkReferenceNumber\": \"537432571\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"0679c23d-3011-4679-9b0f-839ce58a53b3"}],"id":"ec3465b4-44a0-4474-ac9f-7ef084a93249","description":"<p>The following section outlines how to process an Authorization or Sale transaction type using the Transaction API.</p>\n<h4 id=\"card-present\">Card Present</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td></td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"ec3465b4-44a0-4474-ac9f-7ef084a93249","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Debit (CP)","item":[{"name":"Debit Sale (CP)","id":"fd7ea53b-e1ad-4631-8d24-107fab11f8c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a debit card sale using data read from a card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"9d63cbf7-a309-42f1-87d4-dea9e99c36b6","name":"Debit Sale (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"569225\",\n    \"referenceNumber\": \"537432571\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987304\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569225 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:18:34.797\",\n    \"isoRequestDate\": \"2023-05-25T17:18:34.797\",\n    \"networkReferenceNumber\": \"537432571\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Debit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"fd7ea53b-e1ad-4631-8d24-107fab11f8c1"}],"id":"be716621-a1a5-4c1b-b3be-f648d4631df1","description":"<p>The following section outlines how to process Debit transaction type using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td></td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"be716621-a1a5-4c1b-b3be-f648d4631df1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Bar Tab (CP)","item":[{"name":"EMV Authorization (CP)","id":"c09b9a20-28b4-4e04-9b8f-87f1caa0265e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"f993404d-effe-4f09-b22b-3ebd2e161a9f","name":"EMV Authorization (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\"avsMessage\": \"Street address and 5-digit ZIP match\",\"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"c09b9a20-28b4-4e04-9b8f-87f1caa0265e"},{"name":"Swipe Authorization (CP)","id":"707e0304-7c22-4dd8-8706-6cac6b925698","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b86dde36-8617-4da7-b336-7c320798c289","name":"Swipe Authorization (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\"avsMessage\": \"Street address and 5-digit ZIP match\",\"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"707e0304-7c22-4dd8-8706-6cac6b925698"},{"name":"Increment","id":"b1348471-5f56-4ebb-8a15-d4e695b57a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example outlines how to process an increment transaction.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"2c737d0d-c1d9-495c-b8ea-1077d7200a10","name":"Increment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"624267\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4389150804\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"b1348471-5f56-4ebb-8a15-d4e695b57a51"},{"name":"Capture Authorization","id":"9f3b6450-98c2-4f07-8de0-25168137a57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1234,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"66d94a8d-abee-458e-ad93-346251883673","name":"Capture Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1600,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"9f3b6450-98c2-4f07-8de0-25168137a57d"},{"name":"Tip Adjustment","id":"435369d8-7981-4e3c-9d5c-b9e0c191f579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example outlines how to adjust a tip on a transaction.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b1b24e14-1a00-4d6d-8bcd-fdbc55420295","name":"Tip Adjustment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1600,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4388205404\",\n    \"gatewayMessage\": \"A12 - Tip Adjustment Posted\",\n    \"internalMessage\": \"Tip Adjustment Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"435369d8-7981-4e3c-9d5c-b9e0c191f579"}],"id":"8c61046f-559f-45ec-98bc-9c01bc257c56","description":"<p>The following sections outlines how to process Bar Tab transactions in a card present environment.</p>\n","_postman_id":"8c61046f-559f-45ec-98bc-9c01bc257c56","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Car Rental  (CP)","item":[{"name":"EMV Authorization (CP) (Car Rental)","id":"7e54ca19-d3af-41d5-a603-1701b9d77dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"fce53a3e-a7fe-4ed3-8c14-9405f0bdf555","name":"EMV Authorization (CP) (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"889019\",\n    \"referenceNumber\": \"870370903\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 889019 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:17:01.22\",\n    \"isoRequestDate\": \"2023-05-25T17:17:01.22\",\n    \"networkReferenceNumber\": \"870370903\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7e54ca19-d3af-41d5-a603-1701b9d77dd5"},{"name":"Increment","id":"396d9e2d-b591-4f84-8f2a-77a5de90c14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1234,\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following section outlines how to process an increment transaction.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"15e2bffb-b631-453c-8835-7637d1e81a25","name":"Increment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1234,\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"624267\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4389150804\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"396d9e2d-b591-4f84-8f2a-77a5de90c14b"},{"name":"Capture Authorization (Car Rental)","id":"28d96df1-4f42-4ac8-baf1-0b7e5efaf505","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"408181ca-c03d-4495-8fa1-9e8994b95f25","name":"Capture Authorization (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"28d96df1-4f42-4ac8-baf1-0b7e5efaf505"}],"id":"b981a371-7b76-4986-bfe3-d3550e94f39a","description":"<p>The following section outlines how to process a Car Rental transaction using the Transaction API.</p>\n<p>Clients processing car rental industry transactions and desiring to itemize the charges for additional service can include car rental items sub-records as a part of the request message.</p>\n<h4 id=\"carrental\">CarRental</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>maxFreeMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Total mileage for rent period.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>mileRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>agreementNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Car Rental Agreement Number. Required as part of the Rental Key.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>city</td>\n<td>string</td>\n<td>25</td>\n<td>City where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>class</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>O</td>\n<td>countryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car rental starts.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>date</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car rental starts. (MM/DD/YYYY format)</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td>4</td>\n<td>Car Rental Period in days.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>dailyRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargesAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total dollar amount of extraChargeItems. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>insturanceAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Car insurance amount. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>name</td>\n<td>string</td>\n<td>20</td>\n<td>Name of the person who rented the car.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>state</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>time</td>\n<td>integer</td>\n<td>4</td>\n<td>Car rental start time in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnLocationCode</td>\n<td>string</td>\n<td>10</td>\n<td>Identification code of the place where car was returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>returnDate</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car should be returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnState</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car is returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnTime</td>\n<td>integer</td>\n<td>4</td>\n<td>Time when the car should be returned in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCity</td>\n<td>string</td>\n<td>25</td>\n<td>City where the car is returned</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car is returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>String based enum representing the special program type for the rental.  <br />Accepted values are AD (Advance Deposit), AR (Assured Reservation),  <br />DC (Delayed Charge), ES (Express Service), NC (Normal Charge),  <br />and NS (No Show Charge).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>totalMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Rented car total mileage (miles on car)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargeItems</td>\n<td>object</td>\n<td>n/a</td>\n<td>List of extra charges. See below.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carrentalextrachargeitem\">CarRentalExtraChargeItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>type</td>\n<td>string</td>\n<td>1</td>\n<td>Car rental extra charge type:  <br />M = Extra Mileage  <br />S = Gas  <br />N = Late Return  <br />W = One-Way Service  <br />P = Parking Violation</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for car rental extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"2e62ebb0-ff13-43d0-b387-42a8bdc2fa0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc644580-126e-4663-a3b9-de36ec613ace","type":"text/javascript","exec":[""]}}],"_postman_id":"b981a371-7b76-4986-bfe3-d3550e94f39a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Card on File  (CP)","item":[{"name":"EMV Sale InitialUnscheduled (CP)","id":"694c8f83-05ec-438e-91a3-82fd20d53d52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialUnscheduled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"96f5cc77-8657-4577-9f47-0cd5fc08a69b","name":"EMV Sale InitialUnscheduled (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"694c8f83-05ec-438e-91a3-82fd20d53d52"},{"name":"Swipe Sale InitialUnscheduled (CP)","id":"dc668b4c-2ee5-47c3-b334-0dcf83156db1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialUnscheduled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"0d9082be-f2ba-4731-b3c9-77fdab0050ca","name":"Swipe Sale InitialUnscheduled (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"dc668b4c-2ee5-47c3-b334-0dcf83156db1"},{"name":"EMV Sale InitialInstallment (CP)","id":"290ed5fe-6088-4971-8c0c-0fbbbe423f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialInstallment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"4430bcfe-19fe-45ad-b248-9a077410804b","name":"EMV Sale InitialInstallment (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"290ed5fe-6088-4971-8c0c-0fbbbe423f7e"},{"name":"Swipe Sale InitialInstallment (CP)","id":"3f5ff989-7be3-4b81-83ba-96ef3a0f5f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialInstallment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b5d25556-c405-4796-adde-2e9bf2b53b78","name":"Swipe Sale InitialInstallment (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"3f5ff989-7be3-4b81-83ba-96ef3a0f5f83"},{"name":"EMV Sale InitialRecurring (CP)","id":"23529f9d-2a67-41c1-a085-313e1551c9e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialRecurring.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"85d8066b-020e-4345-bcfb-cb52e955cf68","name":"EMV Sale InitialRecurring (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"23529f9d-2a67-41c1-a085-313e1551c9e7"},{"name":"Swipe Sale InitialRecurring (CP)","id":"ec95fc9e-f54e-4abd-8020-7a28bac16cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialRecurring.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"14744361-3fa9-4d3a-8122-6fee89dcb553","name":"Swipe Sale InitialRecurring (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"268916\",\n    \"referenceNumber\": \"35080259\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990004\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 268916 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:43:30.7\",\n    \"isoRequestDate\": \"2023-05-26T11:43:30.7\",\n    \"networkReferenceNumber\": \"35080259\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ec95fc9e-f54e-4abd-8020-7a28bac16cc3"}],"id":"b4ce6091-b2dd-4693-b879-f1c83d63c521","description":"<p>The following section outlines how to process a Card on File transaction using the Transaction API. These guidelines are applicable to situations where a merchant intends to store the payment information of the cardholder in order to process future transactions. Storage of payment information can be defined as storing the credit card number/debit card number/ACH account number or equivalent gateway token or wallet.</p>\n<p>Card on File revolves around two fundamental concepts:</p>\n<ol>\n<li><p>Scheduled Payment versus Unscheduled Payment</p>\n</li>\n<li><p>Customer Initiated Transaction versus Merchant Initiated Transaction</p>\n</li>\n</ol>\n<h5 id=\"scheduled-payment-versus-unscheduled-payment\">Scheduled Payment versus Unscheduled Payment</h5>\n<p>Scheduled Payment means the merchant knows when the cardholder’s payment information will be used to process a payment on their behalf. In order for this to take place the merchant is required to get permission from the cardholder to store the payment information for later use before processing a scheduled payment. The two types of scheduled payments are <strong>Recurring</strong> and <strong>Installment</strong>.</p>\n<p>An Unscheduled Payment is any payment that is not part of a recurring or installment plan.</p>\n<h5 id=\"customer-initiated-transaction-versus-merchant-initiated-transaction\">Customer Initiated Transaction versus Merchant Initiated Transaction</h5>\n<p>A Customer Initiated Transaction is one whereby the cardholder is directly interacting with a checkout process, whether that is in-person or on-line. Within a customer initiated transaction a merchant can ask for permission to store the payment information for later use.</p>\n<p>A Merchant Initiated Transaction is one whereby the cardholder is not an active participant in the payment and the merchant is running a payment using stored information previously approved by the cardholder.</p>\n<p>Prior to a Merchant Initiated Transaction a Customer Initiated Transaction must have been performed.</p>\n<p>Customer Initiated Transactions can be classified as Initial Unscheduled, Initial Installment or Initial Recurring or Unscheduled Customer.</p>\n<h5 id=\"storing-the-card-on-file\">Storing the Card On File</h5>\n<p>In order to store the card on file, the cardholder must give permission to have their payment information stored for later use. Once permission is granted the merchant needs to perform a transaction to the gateway setting the <strong>storedCredential</strong> field to the appropriate value in order to initiate the card on file event with the card issuer. This can be done via processing a sale or sale-auth and setting the <strong>storedCredential</strong> field to one of the following values:</p>\n<p><strong>initialUnscheduled</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use not in association with an installment or recurring plan.</p>\n<p><strong>initialInstallment</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use in association with an installment payment plan.</p>\n<p><strong>initialRecurring</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use in association with a recurring payment plan.</p>\n<p>In response the merchant’s system will receive the <strong>networkReferenceNumber</strong> in the Transaction API response. Future installment or recurring payments for this card on file must include the <strong>networkReferenceNumber</strong> value from the initial transaction.</p>\n<p>Please note, this process does not allow for an Account Verification transaction as the initial transaction.</p>\n<h5 id=\"processing-payments-with-the-card-on-file\">Processing Payments with the Card On File</h5>\n<p>In order to process payments using the card on file, the merchant will send a sale or sale-auth transactions using the following <strong>storedCredential</strong> values as appropriate. If the payment is for Installment or Recurring then the <strong>networkReferenceNumber</strong> received on the Initial card on file creation event must also be supplied.</p>\n<p><strong>unscheduledMerchant</strong> - Merchant initiated transaction for any scenario where the cardholder has given consent for a payment to be processed using their card on file that is not associated with an installment or recurring payment plan.</p>\n<p><strong>installment</strong> – Merchant initiated transaction related to an installment plan which consists of an agreement between the merchant and cardholder to process one or more payment(s) over a duration of time for a single good or service.</p>\n<p><strong>recurring</strong> – Merchant initiated transaction related to a recurring payment plan which consists of an agreement between the merchant and cardholder to process a recurring payment over a duration of time at a regular interval for a good or a service.</p>\n","event":[{"listen":"prerequest","script":{"id":"9aef64ff-e23a-4721-803b-cf9b20e2fef8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76250e2b-83d9-4a86-88c3-8ae4de056a66","type":"text/javascript","exec":[""]}}],"_postman_id":"b4ce6091-b2dd-4693-b879-f1c83d63c521","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Convenience Fee  (CP)","item":[{"name":"EMV Convenience Fee (CP)","id":"cce52733-5e7d-43f6-921f-000e378340be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"669f1508-7e2e-46b4-a078-5397bc2d3ca8","name":"EMV Convivence Fee (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"788374\",\n    \"referenceNumber\": \"579177299\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 788374 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:57:03.233\",\n    \"isoRequestDate\": \"2023-05-26T11:57:03.233\",\n    \"networkReferenceNumber\": \"579177299\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"cce52733-5e7d-43f6-921f-000e378340be"},{"name":"Swipe Convenience Fee (CP)","id":"dfd26839-0527-4c14-b17b-819c170d8000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"dd39f08d-4ab1-4fe9-9b18-3cedac5c4aa3","name":"Swipe Convivence Fee (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"788374\",\n    \"referenceNumber\": \"579177299\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 788374 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T11:57:03.233\",\n    \"isoRequestDate\": \"2023-05-26T11:57:03.233\",\n    \"networkReferenceNumber\": \"579177299\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"dfd26839-0527-4c14-b17b-819c170d8000"}],"id":"e9f7b148-b57a-4cd7-b9c0-8940f0e95de6","description":"<p>The following section outlines how to process a transaction with a convenience fee through the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba8bcfde-acaf-4211-a3a2-502e758307d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e003342-2c41-489a-9a28-2d4759a2113f","type":"text/javascript","exec":[""]}}],"_postman_id":"e9f7b148-b57a-4cd7-b9c0-8940f0e95de6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Surcharge (CP)","item":[{"name":"EMV Surcharge (CP)","id":"6521a95a-23c4-4bff-aaf9-192deee9212e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"feeIsSurcharge\": true,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"73cbbe62-3014-4537-a808-63e239c18562","name":"EMV Surcharge (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"feeIsSurcharge\": true,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"289762\",\n    \"referenceNumber\": \"876860544\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4571067605\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 289762 (approval code)\",\n    \"transactionDate\": \"20250113\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2025-01-13T16:22:17.657\",\n    \"isoRequestDate\": \"2025-01-13T16:22:17.657\",\n    \"networkReferenceNumber\": \"876860544\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"14243001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"59900\",\n    \"merchantAccountCode\": \"14243001\",\n    \"feeAmount\": 100,\n    \"feeIsSurcharge\": true,\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"6521a95a-23c4-4bff-aaf9-192deee9212e"},{"name":"Swipe Surcharge (CP)","id":"2ec80177-95b7-439e-9ead-6ca7e80adf72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"feeIsSurcharge\": true,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"688df4dd-99cc-41d6-8d2f-c153ad405d6f","name":"Swipe Surcharge (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"feeIsSurcharge\": true,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"289762\",\n    \"referenceNumber\": \"876860544\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4571067605\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 289762 (approval code)\",\n    \"transactionDate\": \"20250113\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2025-01-13T16:22:17.657\",\n    \"isoRequestDate\": \"2025-01-13T16:22:17.657\",\n    \"networkReferenceNumber\": \"876860544\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"14243001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"59900\",\n    \"merchantAccountCode\": \"14243001\",\n    \"feeAmount\": 100,\n    \"feeIsSurcharge\": true,\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"2ec80177-95b7-439e-9ead-6ca7e80adf72"}],"id":"2933b469-b4a8-40f7-94da-48e005c66aed","description":"<p>The following section outlines how to process a transaction with a surcharge through the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba8bcfde-acaf-4211-a3a2-502e758307d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e003342-2c41-489a-9a28-2d4759a2113f","type":"text/javascript","exec":[""]}}],"_postman_id":"2933b469-b4a8-40f7-94da-48e005c66aed","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Dynamic Descriptor  (CP)","item":[{"name":"EMV Dynamic Descriptor (CP)","id":"138fc139-be1d-4c2f-bef9-a890b95cd15e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale Transaction with a Dynamic Descriptor using the Transaction API.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7cd2cc99-2db5-493c-b804-40b24a87ccc3","name":"EMV Dynamic Descriptor (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"321726\",\n    \"referenceNumber\": \"810492889\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990904\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 321726 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T14:06:06.987\",\n    \"isoRequestDate\": \"2023-05-26T14:06:06.987\",\n    \"networkReferenceNumber\": \"810492889\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"138fc139-be1d-4c2f-bef9-a890b95cd15e"},{"name":"Swipe Dynamic Descriptor (CP)","id":"951dff80-463e-4c62-a64a-9c896d02c9d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale Transaction with a Dynamic Descriptor using the Transaction API.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"e82e7f09-359b-4dd5-83b6-87ebe8fb0d7d","name":"Swipe Dynamic Descriptor (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"321726\",\n    \"referenceNumber\": \"810492889\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69990904\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 321726 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T14:06:06.987\",\n    \"isoRequestDate\": \"2023-05-26T14:06:06.987\",\n    \"networkReferenceNumber\": \"810492889\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"951dff80-463e-4c62-a64a-9c896d02c9d7"}],"id":"5cb89ca6-ceee-45b6-bed0-a20b1dca9135","description":"<p>The following section outlines how to process a transaction with a Dynamic Descriptor using the Transaction API.</p>\n<p>Note that Dynamic Descriptors are not supported on all processors. View the BridgePay processor matrix to confirm:</p>\n<p><a href=\"https://bridgepaynetwork.my.site.com/is/s/article/bridgepay-gateway-api---processor-matrix\">BridgePay Gateway API - Processor Matrix (site.com)</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>address</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>city</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor City where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>countryCode</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Country Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>county</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor County where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>emailAddress</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Email Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>postalCode</td>\n<td>string</td>\n<td>15</td>\n<td>Used to modify Dynamic Descriptor Postal Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>region</td>\n<td>string</td>\n<td>3</td>\n<td>Used to modify Dynamic Descriptor Region where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>text</td>\n<td>string</td>\n<td>60</td>\n<td>Used to modify Dynamic Descriptor Name or Text where supported with processors</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"b9f40ad0-cf9c-4169-b8fc-f20232853dc6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9813bdb9-e6fe-4b69-8b7a-11c3c141fe80","type":"text/javascript","exec":[""]}}],"_postman_id":"5cb89ca6-ceee-45b6-bed0-a20b1dca9135","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"EBT (CP)","item":[{"name":"Swipe Sale (CP) (EBT Food Stamp)","id":"f449f92f-0526-45a0-b65e-e4ae2d639895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\",\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"F\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process an EBT card authorization using card data read from the card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"452969bd-a5dc-440a-ac15-05b000111aba","name":"Swipe Sale (CP) (EBT Food Stamp)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\",\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"F\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"377652\",\n    \"referenceNumber\": \"454883511\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"avsResult\": \"4E\",\"avsMessage\": \"Street address and 5-digit ZIP match\",\"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"70081504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 377652 (approval code)\",\n    \"transactionDate\": \"20230606\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-06-06T17:29:38.597\",\n    \"isoRequestDate\": \"2023-06-06T17:29:38.597\",\n    \"networkReferenceNumber\": \"454883511\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardClass\": \"EBT\",\n    \"cardModifier\": \"FoodStamp\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"f449f92f-0526-45a0-b65e-e4ae2d639895"},{"name":"Swipe Sale (CP) (EBT Cash Benifit)","id":"7d2aed52-e21c-4508-8902-011ef6ea5f4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\",\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"H\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process an EBT card authorization using card data read from a card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"d29a602f-59dc-413f-93eb-e567b179d351","name":"Swipe Sale (CP) (EBT Cash Benifit)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"031\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"dukpt\": \"000000008F000021\",\r\n        \"pinCode\": \"623F36B53CC18393\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"07911689\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\",\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"H\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"497663\",\n    \"referenceNumber\": \"803836412\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"avsResult\": \"4E\",\"avsMessage\": \"Street address and 5-digit ZIP match\",\"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"70081604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 497663 (approval code)\",\n    \"transactionDate\": \"20230606\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-06-06T17:32:03.58\",\n    \"isoRequestDate\": \"2023-06-06T17:32:03.58\",\n    \"networkReferenceNumber\": \"803836412\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"EBT\",\n    \"cardIdentifier\": \"Debit\",\t\n    \"cardModifier\": \"CashBenefit\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7d2aed52-e21c-4508-8902-011ef6ea5f4c"}],"id":"bce2671b-9265-47ac-87a3-c775f93e24b1","description":"<p>The following section outlines how to process EBT transactions in a Card Present environment.</p>\n","_postman_id":"bce2671b-9265-47ac-87a3-c775f93e24b1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Healthcare (CP)","item":[{"name":"EMV Healthcare (CP)","id":"7d22416f-7a54-4b22-bf68-f325ce70dc31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareamount\": 100,\r\n        \"transitamount\": 0,\r\n        \"prescriptionamount\": 0,\r\n        \"visionamount\": 0,\r\n        \"dentalamount\": 0,\r\n        \"clinicamount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayamount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transCatCode\": \"H\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7e3f9b66-44fd-4347-85dd-6c122019873f","name":"EMV Healthcare (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareamount\": 100,\r\n        \"transitamount\": 0,\r\n        \"prescriptionamount\": 0,\r\n        \"visionamount\": 0,\r\n        \"dentalamount\": 0,\r\n        \"clinicamount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayamount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transCatCode\": \"H\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"419033\",\n    \"referenceNumber\": \"296710286\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69991804\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 419033 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:07:33.557\",\n    \"isoRequestDate\": \"2023-05-26T15:07:33.557\",\n    \"networkReferenceNumber\": \"296710286\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7d22416f-7a54-4b22-bf68-f325ce70dc31"},{"name":"Swipe Healthcare (CP)","id":"59a70053-2076-4178-bd62-0dd6f08bd411","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareamount\": 100,\r\n        \"transitamount\": 0,\r\n        \"prescriptionamount\": 0,\r\n        \"visionamount\": 0,\r\n        \"dentalamount\": 0,\r\n        \"clinicamount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayamount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transCatCode\": \"H\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"83ed715c-6a6d-4f53-8199-51efb77e3c4d","name":"Swipe Healthcare (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareamount\": 100,\r\n        \"transitamount\": 0,\r\n        \"prescriptionamount\": 0,\r\n        \"visionamount\": 0,\r\n        \"dentalamount\": 0,\r\n        \"clinicamount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayamount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transCatCode\": \"H\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"419033\",\n    \"referenceNumber\": \"296710286\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69991804\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 419033 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:07:33.557\",\n    \"isoRequestDate\": \"2023-05-26T15:07:33.557\",\n    \"networkReferenceNumber\": \"296710286\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"59a70053-2076-4178-bd62-0dd6f08bd411"}],"id":"72d21046-3a66-4c6c-ba4e-f4c8b82463a8","description":"<p>The following section outlines how to process a HealthCare transaction using the Transaction API.</p>\n<p>When processing a healthcare industry transaction (using an FSA or HSA account) additional amount fields need to be specified. The only amount that is required is healthCareAmount, while other amounts are optional. If medical transportation was involved, then transitAmount should be added.</p>\n<p>Depending on the type of service rendered, additional amounts can be specified to healthCareAmount to indicate how much was spent on prescription, vision/optical, dental and clinic/hospitalization services. The total of prescription, vision, dental and clinic amounts can be less than or equal to healthCareAmount.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>healthCareAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related services or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>transitAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related transportation. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>prescriptionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on prescription drugs or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>visionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on vision related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>dentalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on dental related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>clinicAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on hospitalization. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>isQualifiedIIAS</td>\n<td>string</td>\n<td></td>\n<td>Indicates whether purchase items are verified against IIAS as qualified for healthcare purchases. Can be lower case ‘t’ or ‘true’, or lower case ‘f’ or ‘false’.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>copayAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The copay amount of the transaction. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"0a762d8e-2a89-4ab6-bdfd-8018c7cd5683","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e514fb1b-24f4-4078-a4dd-7f7ea967612a","type":"text/javascript","exec":[""]}}],"_postman_id":"72d21046-3a66-4c6c-ba4e-f4c8b82463a8","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Level II & III  (CP)","item":[{"name":"EMV Level II & III (CP)","id":"f29e6421-4a50-4a67-87c8-cdcc219690ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a Level III transaction. To process a Level II transaction, this example would stay the same; however, the Level III object would be removed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"969711f1-023d-4324-a6b0-cc7b5644c5e5","name":"EMV Level II & III (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"922383\",\n    \"referenceNumber\": \"937337183\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69991904\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 922383 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:14:44.403\",\n    \"isoRequestDate\": \"2023-05-26T15:14:44.403\",\n    \"networkReferenceNumber\": \"937337183\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"f29e6421-4a50-4a67-87c8-cdcc219690ac"},{"name":"Swipe Level II & III (CP)","id":"f771e635-d8f9-4f4c-b45e-c8f0cf000c95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a Level III transaction. To process a Level II transaction, this example would stay the same; however, the Level III object would be removed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"0ba0494a-3dc7-4ccf-bf51-18cd3a998965","name":"Swipe Level II & III (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"922383\",\n    \"referenceNumber\": \"937337183\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69991904\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 922383 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:14:44.403\",\n    \"isoRequestDate\": \"2023-05-26T15:14:44.403\",\n    \"networkReferenceNumber\": \"937337183\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"f771e635-d8f9-4f4c-b45e-c8f0cf000c95"}],"id":"a2ed8750-9525-44ed-9ca5-aeba03dad89f","description":"<p>The following section outlines how to process a Level II or III transaction through the Transaction API.</p>\n<p>Level II and III data is used for Business-to-Business (B2B) and Business-to-Government (B2G) transactions to lower credit card processing fees in exchange for more transaction data provided at time of processing. Level III requires all Level II data plus the Level III data fields.</p>\n<h4 id=\"level2\">Level2</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>taxRate</td>\n<td>integer</td>\n<td>5</td>\n<td>Additional Tax Amount. REQUIRED FOR LEVEL II/III. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. REQUIRED FOR LEVEL II.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToName</td>\n<td>string</td>\n<td>100</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToStreet</td>\n<td>string</td>\n<td>128</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCity</td>\n<td>string</td>\n<td>50</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToState</td>\n<td>string</td>\n<td>2</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToZip</td>\n<td>string</td>\n<td>15</td>\n<td>Shipping address postal code. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alpha characters must be all upper-case. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>ISO 3166-1 alpha-2 codes.Shipping address country code. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3\">Level3</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>shippingOriginZip</td>\n<td>string</td>\n<td>10</td>\n<td>Postal code of the origin of the shipment. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alphanumeric characters ONLY (no hyphens or dashes). Alpha characters must be all upper-case. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shippingAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>dutyAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxInvoiceCode</td>\n<td>string</td>\n<td>15</td>\n<td>Must be at least 1 and up to 15 characters. When separate VAT invoice is produced within the context of the order, unique identifier of this invoice. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Local Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional National Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderCode</td>\n<td>string</td>\n<td>17</td>\n<td>Unique identifier assigned to the order associated with this transaction in submitter's/merchant's front-end/ inventory system. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderDate</td>\n<td>string</td>\n<td>8</td>\n<td>Date in format YYYYMMDD. Date when the order associated with the transaction was placed. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>commodityCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated standardized code that classifies the group of items associated with this order/transaction. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>customerAccountTaxId</td>\n<td>string</td>\n<td>13</td>\n<td>VAT registration number of the customer responsible for this transaction. REQUIRED FOR LEVEL III</td>\n</tr>\n<tr>\n<td>C</td>\n<td>items</td>\n<td>object</td>\n<td></td>\n<td>The Level3Item object outlined in the following table.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3item\">Level3Item</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>code</td>\n<td>string</td>\n<td>12</td>\n<td>Unique identifier assigned to this item in the submitter’s inventory system.</td>\n</tr>\n<tr>\n<td></td>\n<td>commodityCode</td>\n<td>string</td>\n<td>12</td>\n<td>Acquirer designated standardized code that classifies this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>description</td>\n<td>string</td>\n<td>35</td>\n<td>Short description of the item.</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>integer</td>\n<td>12</td>\n<td>Quantity of item units purchased as part of this transaction. Up to 4 decimal places.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitCostAmount</td>\n<td>integer</td>\n<td>12</td>\n<td>Cost of a single unit of the item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitMeasure</td>\n<td>string</td>\n<td>12</td>\n<td>Unit of measure used to quantify the items purchased/refunded (e.g. kg, lb., inch).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Amount of tax charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxRate</td>\n<td>integer</td>\n<td>12</td>\n<td>Rate of the tax (if any) charged on this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not provided), or E (Exempt).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated value classifying the tax that was charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountRate</td>\n<td>integer</td>\n<td>8</td>\n<td>Rate of discount (if any) that was applied to this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount of discount applied to this item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>totalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount paid for the item (including tax and discount). Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>isCredit</td>\n<td>boolean</td>\n<td>1</td>\n<td>True (Item is being returned), False (Default if not passed - Item is being purchased).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"837663bd-78e3-4691-a6b9-323e50254933","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b5d76fa8-e208-4a74-bd71-f8aa3113fd4d","type":"text/javascript","exec":[""]}}],"_postman_id":"a2ed8750-9525-44ed-9ca5-aeba03dad89f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Lodging  (CP)","item":[{"name":"EMV Authorization (CP) (Lodging)","id":"d51fcbc0-9f9b-46f0-9fed-cea957118750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"Lodging\": {\r\n        \"RoomNumber\": \"12A\",\r\n        \"FolioNumber\": \"123456\",\r\n        \"RoomRateamount\": 10000,\r\n        \"RoomTaxamount\": 700,\r\n        \"LodgingChargeType\": \"H\",\r\n        \"CheckInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"CheckOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"Duration\": 8,\r\n        \"SpecialProgramType\": \"AR\",\r\n        \"DepartureAdjustmentamount\": 100,\r\n        \"LodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"Type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"settlementDelay\": \"7\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7e978fa5-421b-42cf-85c5-c73bd273a3df","name":"EMV Authorization (CP) (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"Lodging\": {\r\n        \"RoomNumber\": \"12A\",\r\n        \"FolioNumber\": \"123456\",\r\n        \"RoomRateamount\": 10000,\r\n        \"RoomTaxamount\": 700,\r\n        \"LodgingChargeType\": \"H\",\r\n        \"CheckInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"CheckOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"Duration\": 8,\r\n        \"SpecialProgramType\": \"AR\",\r\n        \"DepartureAdjustmentamount\": 100,\r\n        \"LodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"Type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"settlementDelay\": \"7\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"889019\",\n    \"referenceNumber\": \"870370903\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 889019 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:17:01.22\",\n    \"isoRequestDate\": \"2023-05-25T17:17:01.22\",\n    \"networkReferenceNumber\": \"870370903\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d51fcbc0-9f9b-46f0-9fed-cea957118750"},{"name":"Increment (Lodging)","id":"98a1c0d8-ca44-4c65-92f8-e39435989d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1265,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows out to process an increment transaction.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"75fa87e9-7468-4dd1-9e13-6071882179b8","name":"Increment (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1256,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"624267\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4389150804\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"98a1c0d8-ca44-4c65-92f8-e39435989d61"},{"name":"Capture Authorization (Lodging)","id":"5660a005-b32d-4443-9fae-3c9002fb2a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"fe6dcd6a-9711-4aa7-a183-33d8229eabc3","name":"Capture Authorization (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"5660a005-b32d-4443-9fae-3c9002fb2a01"}],"id":"2da47edf-6e93-4d6e-8cf3-8a42bdf1733d","description":"<p>The following section outlines how to process a Lodging transaction using the Transaction API. <strong>Note that Partial Authorizations are not permitted for Lodging Transactions.</strong></p>\n<p>Clients processing lodging industry transactions and desiring to itemize the charges for additional service can include lodging items sub-records as a part of the request message.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>roomNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Hotel room number</td>\n</tr>\n<tr>\n<td>C</td>\n<td>folioNumber</td>\n<td>string</td>\n<td>15</td>\n<td>Hotel folio number  <br />Required for all lodging transactions.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Daily room rate. Implied decimal.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Tax charged on daily rate. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingChargeType</td>\n<td>string</td>\n<td>1</td>\n<td>Type of service for which this transaction is processed.  <br />H = Hotel  <br />R = Restaurant  <br />G = Gift Shop  <br />S = Health Spa  <br />B = Beauty Shop  <br />F = Convention Fee  <br />T = Tennis  <br />O = Golf</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkInDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-in.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkOutDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-out  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td></td>\n<td>Indicates the length of anticipated, actual or incremental stay.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>Important when the cardholder did not stay at the hotel.  <br />AD = Advance deposit  <br />AR = Assured reservation  <br />DC = Delayed charge  <br />ES = Express service  <br />NC = Normal charge  <br />NS = No show charge  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>departureAdjustmentAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Additional amount charged after the cardholder left the hotel.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingItems</td>\n<td>object</td>\n<td></td>\n<td>The lodgingItems object.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"lodgingitem\">LodgingItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>type</td>\n<td>string</td>\n<td>1</td>\n<td>Lodging extra charge type :  <br />G = Gift Shop  <br />L = Laundry  <br />B = Mini bar  <br />R = Restaurant  <br />T = Telephone</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for lodging extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"398e2fbf-fee3-4c7e-bb16-6ee1579dcaa9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc7da470-6280-4d63-8bc0-ee13a1c44ec2","type":"text/javascript","exec":[""]}}],"_postman_id":"2da47edf-6e93-4d6e-8cf3-8a42bdf1733d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Service Fee  (CP)","item":[{"name":"EMV Service Fee (CP)","id":"6e6b7e94-637c-4ffb-86b0-2854e198943e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card Sale with a Service Fee using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"1ca0f44a-df41-4769-8049-c8915c9ee5a5","name":"EMV Service Fee (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"213405\",\n    \"referenceNumber\": \"767616721\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 213405 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:41:39.657\",\n    \"isoRequestDate\": \"2023-05-26T15:41:39.657\",\n    \"networkReferenceNumber\": \"767616721\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"serviceFeeResults\": [\n        {\n            \"authorizationCode\": \"686425\",\n            \"authorizedAmount\": 500,\n            \"originalAmount\": 500,\n            \"gatewayTransID\": \"69992204\",\n            \"gatewayMessage\": \"A01 - Approved\",\n            \"internalMessage\": \"Approved: 686425 (approval code)\",\n            \"gatewayResult\": \"00000\",\n            \"providerResponseMessage\": \"Approved\"\n        }\n    ],\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"6e6b7e94-637c-4ffb-86b0-2854e198943e"},{"name":"Swipe Service Fee (CP)","id":"23ec206a-208d-4e2e-9b51-0fc815531a08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card Sale with a Service Fee using siwpe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"1826ec21-cfa6-4200-a99a-aa4031f50018","name":"Swipe Service Fee (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"213405\",\n    \"referenceNumber\": \"767616721\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 213405 (approval code)\",\n    \"transactionDate\": \"20230526\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:41:39.657\",\n    \"isoRequestDate\": \"2023-05-26T15:41:39.657\",\n    \"networkReferenceNumber\": \"767616721\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"serviceFeeResults\": [\n        {\n            \"authorizationCode\": \"686425\",\n            \"authorizedAmount\": 500,\n            \"originalAmount\": 500,\n            \"gatewayTransID\": \"69992204\",\n            \"gatewayMessage\": \"A01 - Approved\",\n            \"internalMessage\": \"Approved: 686425 (approval code)\",\n            \"gatewayResult\": \"00000\",\n            \"providerResponseMessage\": \"Approved\"\n        }\n    ],\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"23ec206a-208d-4e2e-9b51-0fc815531a08"}],"id":"9a8095ca-f149-45e5-8e84-1098afd3ef1f","description":"<p>The following section outlines how to process a Sale transaction with a Service Fee using the Transaction API.</p>\n<p>The Transaction API can process a separate service fee transaction for a given principal transaction by providing data about the service fee in the request message.</p>\n<h4 id=\"servicefee-request\">serviceFee Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>serviceFeeId</td>\n<td>string</td>\n<td></td>\n<td>A user-defined identifier that will be returned in the response</td>\n</tr>\n<tr>\n<td>O</td>\n<td>resellerCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the reseller that owns the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td></td>\n<td>The implied decimal implementation of the service fee amount.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>serviceUser</td>\n<td>string</td>\n<td></td>\n<td>The username associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>servicePassword</td>\n<td>string</td>\n<td></td>\n<td>The password associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>wallet</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>C</td>\n<td>walletPaymentMethodID</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"servicefeeresults\">serviceFeeResults</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceFeeID</td>\n<td>string</td>\n<td></td>\n<td>The user-defined identifier associated with the service fee request</td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>string</td>\n<td>50</td>\n<td>The transaction authorization code returned from the processor.</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>The network reference number for the service fee transaction.</td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td>5 digit response code for the result of the service fee request</td>\n</tr>\n<tr>\n<td>authorizedAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>originalAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was requested to be authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td>Transaction ID from the gateway (used as Reference Number for Voids / Refunds).</td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td>Response message from the gateway for the transaction.</td>\n</tr>\n<tr>\n<td>internalMessage</td>\n<td>string</td>\n<td></td>\n<td>Provides more information from the gateway and processor regarding the results of the transaction request.</td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td></td>\n<td>Displays the response code as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td></td>\n<td>Displays the response message as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"8c062464-09aa-491b-8401-d1c53001032b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a413827a-fd42-4453-a594-855c57a34c72","type":"text/javascript","exec":[""]}}],"_postman_id":"9a8095ca-f149-45e5-8e84-1098afd3ef1f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Tips  (CP) (Retail)","item":[{"name":"EMV Authorization w/Tip (CP) (Retail)","id":"3057f42c-edca-4022-aa6f-5ddaff8228a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"8a8d34a8-3cba-43f3-841a-67f6bfdea7bb","name":"EMV Authorization w/Tip (CP) (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"3057f42c-edca-4022-aa6f-5ddaff8228a9"},{"name":"Swipe Authorization w/Tip (CP) (Retail)","id":"4959c13e-e45e-4343-a046-4782b155dd8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"dc48126e-b8bb-4afa-afc8-c6f88db467b1","name":"Swipe Authorization w/Tip (CP) (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4959c13e-e45e-4343-a046-4782b155dd8e"},{"name":"EMV Credit Card Sale w/Tip (CP) (Retail)","id":"4e5c7300-b5d1-47b2-b6e0-42491c74d841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"de738ebd-f3b5-4456-a994-f8f7697d8dec","name":"EMV Credit Card Sale w/Tip (CP)  (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4e5c7300-b5d1-47b2-b6e0-42491c74d841"},{"name":"Swipe Credit Card Sale w/Tip (CP) (Retail)","id":"15b96d6f-4341-47bc-9d69-c25f5f25738a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"08e8bcf4-448d-448a-9a56-fef4c8898ad3","name":"Swipe Credit Card Sale w/Tip (CP) (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"15b96d6f-4341-47bc-9d69-c25f5f25738a"}],"id":"d27fff06-ca4c-4e89-b57a-d4a22610d219","description":"<p>The following section outlines how to process an Authorization or Sale transaction type with a Tip using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>tipAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Tip Amount. Note: Only TransIndustryType RE(Retail) and RS(Restaurant) are supported for tip adjustment.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>tipRecipientCode</td>\n<td>string</td>\n<td>15</td>\n<td>Can contain alphanumerics, hyphens, and periods. Server ID for the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"d27fff06-ca4c-4e89-b57a-d4a22610d219","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Tips  (CP) (Restaurant)","item":[{"name":"EMV Authorization w/Tip (CP) (Restaurant)","id":"af01fbd4-b9ea-46ba-820e-59a7e15444f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"f5349e78-cf93-4ffb-84a8-ea6666a404cc","name":"EMV Authorization w/Tip (CP) (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"af01fbd4-b9ea-46ba-820e-59a7e15444f2"},{"name":"Swipe Authorization w/Tip (CP) (Restaurant)","id":"108597ad-5c8b-44f0-a931-5af697e30b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"1d4115c2-99ca-4dc9-ba1d-1ebb6e61bdca","name":"Swipe Authorization w/Tip (CP) (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"108597ad-5c8b-44f0-a931-5af697e30b24"},{"name":"EMV Credit Card Sale w/Tip (CP) (Restaurant)","id":"6fb13d24-a9a7-43c8-8e11-5d6734d329cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using EMV card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7a47c78d-9d44-487d-94cc-467f21d9c33e","name":"EMV Credit Card Sale w/Tip (CP) (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"6fb13d24-a9a7-43c8-8e11-5d6734d329cb"},{"name":"Swipe Credit Card Sale w/Tip (CP) (Restaurant)","id":"68eff55d-b38d-4239-93d5-017dc7ecef9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization with tip using swipe card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"6e5e8db4-285d-49b5-b8c0-bb4f72286972","name":"Swipe Credit Card Sale w/Tip (CP) (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 200\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test Name\",\r\n        \"zip\": \"22222\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"20000000000024543420\",\n    \"authorizationCode\": \"851215\",\n    \"referenceNumber\": \"680597246\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"0624\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69987404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 851215 (approval code)\",\n    \"transactionDate\": \"20230525\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-25T17:35:15.457\",\n    \"isoRequestDate\": \"2023-05-25T17:35:15.457\",\n    \"networkReferenceNumber\": \"680597246\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Name Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"68eff55d-b38d-4239-93d5-017dc7ecef9d"}],"id":"5c36f9b4-647e-4524-897c-25846b9cefdd","description":"<p>The following section outlines how to process an Authorization or Sale transaction type with a Tip using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>tipAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Tip Amount. Note: Only TransIndustryType RE(Retail) and RS(Restaurant) are supported for tip adjustment.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>tipRecipientCode</td>\n<td>string</td>\n<td>15</td>\n<td>Can contain alphanumerics, hyphens, and periods. Server ID for the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"5c36f9b4-647e-4524-897c-25846b9cefdd","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Void/Refund  (CP)","item":[{"name":"EMV Void (CP)","id":"a06ed99a-a0f7-4c3f-b725-f8b6eebdb6d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Void transaction type using the Transaction API. Note that a void may only be used on a transaction that has not been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"ea3a021e-225a-43d4-9b31-cfa7d0712f0a","name":"EMV Void (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"69992304\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992304\",\n    \"gatewayMessage\": \"A03 - Void Posted (Auth Reversed)\",\n    \"internalMessage\": \"Void Posted (Auth Reversed)\",\n    \"remainingAmount\": 0,\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a06ed99a-a0f7-4c3f-b725-f8b6eebdb6d7"},{"name":"Swipe Void (CP)","id":"13e40948-d1f3-4edc-840c-9d8f520371c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Void transaction type using the Transaction API. Note that a void may only be used on a transaction that has not been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"504e4b00-6880-47b4-a8e3-32ef07dd24b6","name":"Swipe Void (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"69992304\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992304\",\n    \"gatewayMessage\": \"A03 - Void Posted (Auth Reversed)\",\n    \"internalMessage\": \"Void Posted (Auth Reversed)\",\n    \"remainingAmount\": 0,\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"13e40948-d1f3-4edc-840c-9d8f520371c6"},{"name":"EMV Refund (Referenced) (CP)","id":"6e520b94-de14-48a2-8bbd-67013c2913d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Refund transaction type referencing a prior Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"126581df-35e4-44e6-b877-ea4e2494502d","name":"EMV Refund (Referenced) (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992504\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionCode\": \"V69992404\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:55:23.223\",\n    \"isoRequestDate\": \"2023-05-26T15:55:23.223\",\n    \"networkReferenceNumber\": \"645819280\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"6e520b94-de14-48a2-8bbd-67013c2913d4"},{"name":"Swipe Refund (Referenced) (CP)","id":"6ece0dbb-49b3-4fe0-b055-57e71b7abb19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Refund transaction type referencing a prior Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"236355f7-79ea-4ad6-949c-17573116ad32","name":"Swipe Refund (Referenced) (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992504\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionCode\": \"V69992404\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:55:23.223\",\n    \"isoRequestDate\": \"2023-05-26T15:55:23.223\",\n    \"networkReferenceNumber\": \"645819280\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"6ece0dbb-49b3-4fe0-b055-57e71b7abb19"},{"name":"EMV Refund (Unreferenced) (CP)","id":"1ccb6cee-81f1-49df-ba4b-60b47d5fc9e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Refund transaction type without an offsetting Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled. Also note that unreferenced refunds are disabled by default.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"e55c3a14-a8a2-4665-8a9b-58ff88282f5a","name":"EMV Refund (Unreferenced) (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992504\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionCode\": \"V69992404\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:55:23.223\",\n    \"isoRequestDate\": \"2023-05-26T15:55:23.223\",\n    \"networkReferenceNumber\": \"645819280\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"1ccb6cee-81f1-49df-ba4b-60b47d5fc9e2"},{"name":"Swipe Refund (Unreferenced) (CP)","id":"07a7cb37-fa02-4aba-b3ca-37f4411efefd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Refund transaction type without an offsetting Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled. Also note that unreferenced refunds are disabled by default.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"3b8c6241-5854-4b91-ad31-096d5b671fc4","name":"Swipe Refund (Unreferenced) (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"P\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69992504\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionCode\": \"V69992404\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-26T15:55:23.223\",\n    \"isoRequestDate\": \"2023-05-26T15:55:23.223\",\n    \"networkReferenceNumber\": \"645819280\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************3420\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"07a7cb37-fa02-4aba-b3ca-37f4411efefd"}],"id":"be677819-b3b6-40f7-ad34-adf0f0c41039","description":"<p>The following section outlines how to process a Void or Refund using the Transaction API. Note that the Proxy processor in UAT only allows for one partial void/reversal. This does not apply to production processors where you can perform more than one partial void/reversal. Multiple partial refunds on settled transactions are allowed via the Proxy Processor.</p>\n<h4 id=\"voidrefundrequest\">voidRefundRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>Provided by MyBridgePay at the time of boarding. The element is necessary unless the client is using a different merchant lookup solution (See Section 1.6)</td>\n</tr>\n<tr>\n<td>R</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>The amount requested to be refunded / voided. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>referenceNumber</td>\n<td>string</td>\n<td>12</td>\n<td>The gatewayTransID returned as a part of the response to a payment request.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>transactionType</td>\n<td>string</td>\n<td>6</td>\n<td>Can contain letters and hyphens. Must match a one of the defined transaction types in Unipay. Should use “void” or “refund” only for this request type.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td>36</td>\n<td>Provided by the AcquirePurchaseToken method. Must be the same Purchase Token acquired and used for an authorization or sale. Used in place of User and Password in the base response.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>folioNumber</td>\n<td>string</td>\n<td>15</td>\n<td>Hotel folio number  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>O</td>\n<td>checkInDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-in.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>R</td>\n<td>originatingTechnologySource</td>\n<td>string</td>\n<td>N/A</td>\n<td>Name of software transmitting the transaction.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>originatingSoftwareVendor</td>\n<td>string</td>\n<td>N/A</td>\n<td>Name of vendor that developed the software used in transmitting the transaction. May only contain the following characters: a-z, A-Z, 0-9, spaces, and dashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerAccountCode</td>\n<td>string</td>\n<td>24</td>\n<td>Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>invoiceNumber</td>\n<td>string</td>\n<td>24</td>\n<td>Invoice number. Spaces are not allowed. Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>memo</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"voidrefundresponse\">voidRefundResponse</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionID</td>\n<td>string</td>\n<td></td>\n<td>The transactionID that was send with the request.</td>\n</tr>\n<tr>\n<td>requestType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The merchant account code used to process the original authorization and the void or refund.</td>\n</tr>\n<tr>\n<td>responseType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>transactionCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>remainingAmount</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseTypeDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardClass</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardModifier</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardHolderName</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>organizationId</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"0cdbe809-eb71-4b76-b61e-bf7ac8eaba2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab78efcc-7407-4e62-b74e-759d17ddc188","type":"text/javascript","exec":[""]}}],"_postman_id":"be677819-b3b6-40f7-ad34-adf0f0c41039","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}}],"id":"14cb5f8b-efb5-4395-9521-cee629346022","description":"<p>The following section contains examples of Card Present transactions through the Transaction API. A card present transaction is defined as a transaction in which the card data was directly read off of a credit or debit card. This includes EMV and Track data transactions.</p>\n<p>As a prerequisite to use the Transaction API for card present transactions, an integrator must perform a direct integration to their intended card reader in order to read and obtain the card data and format it into a Transaction API request. A direct integration may be performed to devices BridgePay has certified with our processors. Please view the <a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/pages/243859655/Certified+Device+Matrix\">certified devices list</a> for clarity.</p>\n<p>If an integrator intends to perform a direct to device integration, please discuss with the BridgePay Integration team to discuss best practices and for guidance connecting with device providers.</p>\n<p><strong>Please note that at this time, the Transaction API only supports card present integrations with Ingenico devices. Other devices are coming soon.</strong></p>\n<h3 id=\"important-data-elements\">Important Data Elements</h3>\n<h4 id=\"msr\">MSR</h4>\n<ul>\n<li><p>entryMode</p>\n<ul>\n<li>Set to either “SX” (Swipe w/Signature) or “SP” (Swipe w/Pin)</li>\n</ul>\n</li>\n<li><p>entryMedium</p>\n<ul>\n<li>Always set to “MC” (Magnetic Card)</li>\n</ul>\n</li>\n<li><p>expirationDate</p>\n<ul>\n<li>Must be sent</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"emv\">EMV</h4>\n<ul>\n<li><p>entryMode</p>\n<ul>\n<li>Set to either “HX” (Chip w/Signature) or “HP” (Chip w/Pin)</li>\n</ul>\n</li>\n<li><p>entryMedium</p>\n<ul>\n<li>Always set to “CC” (Chip Card)</li>\n</ul>\n</li>\n<li><p>EMVTags</p>\n<ul>\n<li><p>Combined EMV tags in TLV format (unencrypted TLV)</p>\n</li>\n<li><p>Can be sent with track1 data or alone</p>\n<ul>\n<li>Do not send with track2 data</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"manual\">Manual</h4>\n<ul>\n<li><p>entryMode</p>\n<ul>\n<li>Always set to “MX” (Manual w/Signature)</li>\n</ul>\n</li>\n<li><p>entryMedium</p>\n<ul>\n<li>Always set to “MC” (Magnetic Card)</li>\n</ul>\n</li>\n<li><p>paymentAccountNumber</p>\n<ul>\n<li>Must be sent when data is unencrypted</li>\n</ul>\n</li>\n<li><p>expirationDate</p>\n<ul>\n<li>Must be sent</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"terminal-identification\">Terminal Identification</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Element Name</th>\n<th>Definition</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>softwareVendor</td>\n<td>Identification of Integrator</td>\n<td>BridgePay Integrator</td>\n</tr>\n<tr>\n<td>deviceMake</td>\n<td>Terminal manufacturer</td>\n<td>Ingenico</td>\n</tr>\n<tr>\n<td>deviceModel</td>\n<td>Terminal model</td>\n<td>iSC250</td>\n</tr>\n<tr>\n<td>deviceFirmware</td>\n<td>Firmware version number</td>\n<td>46.12</td>\n</tr>\n<tr>\n<td>deviceSerial</td>\n<td>Serial number</td>\n<td>70032516</td>\n</tr>\n<tr>\n<td>kernelVersion</td>\n<td>EMV kernel version number</td>\n<td>9.26.1</td>\n</tr>\n<tr>\n<td>appHostMachineID</td>\n<td>Unique identifier of PC</td>\n<td>0B6C49DCBBCAD84112</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"p2pe-encryption\">P2PE Encryption</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Element Name</strong></th>\n<th><strong>Definition</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>MSRKSN</td>\n<td>Terminal P2PE KSN</td>\n</tr>\n<tr>\n<td>secureFormat</td>\n<td>Always set to \"SecureMag\"</td>\n</tr>\n<tr>\n<td>track1</td>\n<td>Encrypted track or EMV data</td>\n</tr>\n<tr>\n<td>securityTechnology</td>\n<td>Always set to \"HSM\"</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"pin-debitebt\">PIN (Debit/EBT)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Element Name</strong></th>\n<th><strong>Definition</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PINCode</td>\n<td>Encrypted PIN Block</td>\n</tr>\n<tr>\n<td>dukpt</td>\n<td>Debit KSN</td>\n</tr>\n</tbody>\n</table>\n</div><p>Pin fields are not decrypted by the gateway and are forwarded onto the debit processor.</p>\n<h4 id=\"emv-tags-specific-for-tsys-sierra\">EMV tags specific for TSYS Sierra</h4>\n<p>For processing with TSYS Sierra, both 9F1E and DF79 tags must be sent in addition to the standard EMV tags. All tag information must be submitted to the processor in hex format. Prior to being sent to the processor, data from the 9F1E tag is substituted in the DF78 tag. DF78 and DF79 tags from the TSYS Sierra specification are as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Tag Name</strong></th>\n<th><strong>Definition</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DF79</td>\n<td>Kernel Version Number</td>\n<td>DF7905312E322E33</td>\n</tr>\n<tr>\n<td>DF78</td>\n<td>Device Serial Number</td>\n<td>DF780480690422</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"emv-dip-enforcement-and-msr-fallback\">EMV Dip Enforcement and MSR fallback</h4>\n<p>EMV dip enforcement is achieved by checking the service code from an MSR swipe. If the service code starts with “2” or “6”, then the card is an EMV card and must be dipped. If dip fails 3 times, then the card may be ran as MSR. It is important to note, that in the event of an MSR fallback (sometimes referred to as failback), the following fields would need to be set in the request body to reflect that the transaction that was originally EMV is now MSR:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>entryMode</td>\n<td>SX</td>\n</tr>\n<tr>\n<td>entryMedium</td>\n<td>CC</td>\n</tr>\n<tr>\n<td>entryPINMode</td>\n<td>S</td>\n</tr>\n<tr>\n<td>voidReasonCode</td>\n<td>FallbackTechnical</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>EntryPINMode possible values are: X = unknown, S = supported, U = Unsupported, N = Inoperative, O = Offline.</p>\n</li>\n<li><p>VoidReasonCode field is used, in a fallback condition, to identify the reason for the fallback. Possible values are:</p>\n<ul>\n<li><p>FallbackTechnical - To ensure the terminal will fallback to a magstripe transaction when a chip cannot be read (BT test case AXP QC 007)</p>\n</li>\n<li><p>FallbackCandidate - To ensure the terminal is able to process a Magstripe Fallback when presented with a card that results in an Empty Candidate List. (BT test case AXP QC 017).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"terminal-capabilities\">Terminal Capabilities</h4>\n<p>The TerminalCapabilities element is required to describe the range of capabilities available on a specific credit card terminal. This is a static value per terminal type. This value will not change based upon the entry mode or entry medium for a specific transaction. This information is forwarded to the host for influencing processing and settlement. Please note that the examples in this document may not reflect the capabilities of your terminal.</p>\n<p>This element can include any combination of the following values separated by pipe “|” characters: unknown, unused, manual, stripe, barcode, qrcode, ocr, icc, contactless, signature, rfid, micr or mobile:<br />manual|stripe|icc|signature|rfid|contactless</p>\n<h4 id=\"contactless-msr-emv-tags\">Contactless MSR EMV Tags</h4>\n<p>Contactless MSR transactions, MC Paypass Mobile for example, may require that one or more EMV tags be sent with the MSR data. Currently, the only identified tag is 9F6E via a Mastercard requirement. In these scenarios, the EMV tag information should be passed in the element in standard TLV format.</p>\n<p>How the information and TLV data is derived varies based on terminal type. Example EMV transactions where this is a requirement are MP4A Test 01 Scenario 01, MP4A Test 02 Scenario 01, UM91 Test 03 Scenario 01.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"MSRTags\": \"9F6E0700560102303400\"\n\n</code></pre>\n","_postman_id":"14cb5f8b-efb5-4395-9521-cee629346022","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Card Not Present","item":[{"name":"ACH","item":[{"name":"ACH (Checking)","id":"c64e521c-37ef-4ee4-a678-ca01afd31977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"40999992\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale using an ACH Checking account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"67768512-8d21-445e-936f-d30ac790bc87","name":"ACH (Checking)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"{{testAccountNumber}}\",\r\n        \"routingNumber\": \"{{testRoutingNumber}}\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cardType\": \"None\",\r\n    \"token\": \"11110000000400269992\",\r\n    \"gatewayResult\": \"00000\",\r\n    \"authorizedAmount\": 1321,\r\n    \"originalAmount\": 1321,\r\n    \"isCommercialCard\": \"False\",\r\n    \"gatewayTransID\": \"4529939504\",\r\n    \"gatewayMessage\": \"A01 - Approved\",\r\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\r\n    \"transactionDate\": \"20240614\",\r\n    \"remainingAmount\": 0,\r\n    \"isoCountryCode\": \"840\",\r\n    \"isoCurrencyCode\": \"USD\",\r\n    \"isoTransactionDate\": \"2024-06-14T16:25:42.15\",\r\n    \"isoRequestDate\": \"2024-06-14T16:25:42.15\",\r\n    \"maskedPAN\": \"****9992\",\r\n    \"responseTypeDescription\": \"sale\",\r\n    \"cardClass\": \"None\",\r\n    \"cardModifier\": \"None\",\r\n    \"cardHolderName\": \"Test\",\r\n    \"organizationId\": \"59900\",\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"routingNum\": \"021000021\",\r\n    \"transactionID\": \"transactionID123\",\r\n    \"requestType\": \"004\",\r\n    \"responseCode\": \"00000\",\r\n    \"responseDescription\": \"Successful Request\"\r\n}"}],"_postman_id":"c64e521c-37ef-4ee4-a678-ca01afd31977"},{"name":"ACH with Token (Checking)","id":"27c9de4f-a46c-4bbb-bbc2-17592e96bd58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale using an ACH Checking account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"e6a3a363-37bd-4ae1-bb77-bb36b2450087","name":"ACH with Token (Checking)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"routingNumber\": \"{{testRoutingNumber}}\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cardType\": \"None\",\r\n    \"token\": \"11110000000400269992\",\r\n    \"gatewayResult\": \"00000\",\r\n    \"authorizedAmount\": 1321,\r\n    \"originalAmount\": 1321,\r\n    \"isCommercialCard\": \"False\",\r\n    \"gatewayTransID\": \"4529939504\",\r\n    \"gatewayMessage\": \"A01 - Approved\",\r\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\r\n    \"transactionDate\": \"20240614\",\r\n    \"remainingAmount\": 0,\r\n    \"isoCountryCode\": \"840\",\r\n    \"isoCurrencyCode\": \"USD\",\r\n    \"isoTransactionDate\": \"2024-06-14T16:25:42.15\",\r\n    \"isoRequestDate\": \"2024-06-14T16:25:42.15\",\r\n    \"maskedPAN\": \"****9992\",\r\n    \"responseTypeDescription\": \"sale\",\r\n    \"cardClass\": \"None\",\r\n    \"cardModifier\": \"None\",\r\n    \"cardHolderName\": \"Test\",\r\n    \"organizationId\": \"59900\",\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"routingNum\": \"021000021\",\r\n    \"transactionID\": \"transactionID123\",\r\n    \"requestType\": \"004\",\r\n    \"responseCode\": \"00000\",\r\n    \"responseDescription\": \"Successful Request\"\r\n}"}],"_postman_id":"27c9de4f-a46c-4bbb-bbc2-17592e96bd58"},{"name":"ACH (Savings)","id":"dac7b072-cba6-4fe3-85b5-b99b85dd2fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"40999992\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"S\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale using an ACH Savings account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"67a37b2a-c5aa-484a-837f-4b2bee584487","name":"ACH (Savings)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"{{testAccountNumber}}\",\r\n        \"routingNumber\": \"{{testRoutingNumber}}\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"S\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cardType\": \"None\",\r\n    \"token\": \"11110000000400269992\",\r\n    \"gatewayResult\": \"00000\",\r\n    \"authorizedAmount\": 1321,\r\n    \"originalAmount\": 1321,\r\n    \"isCommercialCard\": \"False\",\r\n    \"gatewayTransID\": \"4529939304\",\r\n    \"gatewayMessage\": \"A01 - Approved\",\r\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\r\n    \"transactionDate\": \"20240614\",\r\n    \"remainingAmount\": 0,\r\n    \"isoCountryCode\": \"840\",\r\n    \"isoCurrencyCode\": \"USD\",\r\n    \"isoTransactionDate\": \"2024-06-14T16:25:04.213\",\r\n    \"isoRequestDate\": \"2024-06-14T16:25:04.213\",\r\n    \"maskedPAN\": \"****9992\",\r\n    \"responseTypeDescription\": \"sale\",\r\n    \"cardClass\": \"None\",\r\n    \"cardModifier\": \"None\",\r\n    \"cardHolderName\": \"Test\",\r\n    \"organizationId\": \"59900\",\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"routingNum\": \"021000021\",\r\n    \"transactionID\": \"transactionID123\",\r\n    \"requestType\": \"004\",\r\n    \"responseCode\": \"00000\",\r\n    \"responseDescription\": \"Successful Request\"\r\n}"}],"_postman_id":"dac7b072-cba6-4fe3-85b5-b99b85dd2fb0"},{"name":"ACH with Token (Savings)","id":"404d61e0-9e2b-4fb4-af1b-d287e04e578d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"S\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale using an ACH Savings account.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"2388baaa-1b10-4416-9196-a906f91333bb","name":"ACH with Token (Savings)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"routingNumber\": \"{{testRoutingNumber}}\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"S\",\r\n    \"AccountPhone\": \"1231231234\",\r\n    \"amount\": 1321,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cardType\": \"None\",\r\n    \"token\": \"11110000000400269992\",\r\n    \"gatewayResult\": \"00000\",\r\n    \"authorizedAmount\": 1321,\r\n    \"originalAmount\": 1321,\r\n    \"isCommercialCard\": \"False\",\r\n    \"gatewayTransID\": \"4529939304\",\r\n    \"gatewayMessage\": \"A01 - Approved\",\r\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\r\n    \"transactionDate\": \"20240614\",\r\n    \"remainingAmount\": 0,\r\n    \"isoCountryCode\": \"840\",\r\n    \"isoCurrencyCode\": \"USD\",\r\n    \"isoTransactionDate\": \"2024-06-14T16:25:04.213\",\r\n    \"isoRequestDate\": \"2024-06-14T16:25:04.213\",\r\n    \"maskedPAN\": \"****9992\",\r\n    \"responseTypeDescription\": \"sale\",\r\n    \"cardClass\": \"None\",\r\n    \"cardModifier\": \"None\",\r\n    \"cardHolderName\": \"Test\",\r\n    \"organizationId\": \"59900\",\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"routingNum\": \"021000021\",\r\n    \"transactionID\": \"transactionID123\",\r\n    \"requestType\": \"004\",\r\n    \"responseCode\": \"00000\",\r\n    \"responseDescription\": \"Successful Request\"\r\n}"}],"_postman_id":"404d61e0-9e2b-4fb4-af1b-d287e04e578d"}],"id":"1fddd0d3-eb9f-49a6-92d3-d22f0c070021","description":"<p>The following section outlines how to process ACH transactions using the Transaction API.</p>\n<p>The BridgePay Gateway supports ACH processing through the Transaction API much like credit card transactions; however, certain fields change. For example, instead of the paymentAccountNumber number and expirationDate, you must provide a bankAccountNum and routingNum. The accountType will indicate whether the account was a Checking account or Savings.</p>\n<p>transIndustryType must also be specified for the type of ACH transaction being processed. ACH Supported values are: CCD (Corporate Credit or Debit), PPD (Prearranged Payment and Deposit Entry), POP (Point of Purchase Entry), TEL (Telephone Initiated Entry), WEB (Internet Initiated Entry), C21 (Check 21).</p>\n","event":[{"listen":"prerequest","script":{"id":"c0d47381-3b23-46c4-b399-c001e838fb69","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"975ec6da-b820-4e67-98e4-52d8bd24ef51","type":"text/javascript","exec":[""]}}],"_postman_id":"1fddd0d3-eb9f-49a6-92d3-d22f0c070021","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Authorization/Sale","item":[{"name":"Credit Card Authorization","id":"14fc5b7f-1c9c-4727-81fb-1163a55c3fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"85e1416f-a53b-4bbe-a310-f8b3f77a0c3e","name":"Credit Card Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"14fc5b7f-1c9c-4727-81fb-1163a55c3fe9"},{"name":"Credit Card Sale with Card Data","id":"e9959e8e-09f4-4c36-91d3-6a402d5eeefe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"bb836b8a-88de-4041-88d3-64154f533478","name":"Credit Card Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"e9959e8e-09f4-4c36-91d3-6a402d5eeefe"},{"name":"Credit Card Sale with Token","id":"4edaa29a-f4a7-48e3-803a-4bccf8c41589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using tokenized card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a8f780d6-a622-4438-975f-6c134bbb6bb4","name":"Credit Card Sale with Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4edaa29a-f4a7-48e3-803a-4bccf8c41589"},{"name":"Credit Card Sale with Wallet (customerWalletId)","id":"7a22fa25-66c8-418f-8261-7df998268397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"customerWalletId\": \"customerWalletIdValue12345\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using wallet card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"22877c4c-ec60-47b1-8ae4-06b9fd6291fe","name":"Credit Card Sale with Wallet (customerWalletId)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"customerWalletId\": \"customerWalletIdValue12345\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7a22fa25-66c8-418f-8261-7df998268397"},{"name":"Credit Card Sale with Wallet (walletPaymentMethodId)","id":"a803b3be-d4c1-4c8e-b009-70b5ab689ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"walletPaymentMethodId\": \"walletPaymentMethodIdValue\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using wallet card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a696c689-7cc9-4820-8b17-34eebddf3221","name":"Credit Card Sale with Wallet (walletPaymentMethodId)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"walletPaymentMethodId\": \"walletPaymentMethodIdValue\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a803b3be-d4c1-4c8e-b009-70b5ab689ab3"}],"id":"70140d89-3bdd-4612-bbc9-ae6e87f448f1","description":"<p>The following section outlines how to process an Authorization or Sale transaction type using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td></td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"70140d89-3bdd-4612-bbc9-ae6e87f448f1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Bar Tab","item":[{"name":"Credit Card Authorization","id":"a435c5e8-3de5-4087-a46c-eb42f792f077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"6507490d-c094-455a-83ea-6d777b154b2c","name":"Credit Card Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a435c5e8-3de5-4087-a46c-eb42f792f077"},{"name":"Increment","id":"f8e7ac3e-1798-4011-931e-b8681c5b0a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"d613c083-0dcf-4d58-a1ee-b834f12c8717","name":"Increment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"624267\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4389150804\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"f8e7ac3e-1798-4011-931e-b8681c5b0a8a"},{"name":"Capture Authorization","id":"4b79397d-3b69-4e6b-83e8-1848b5a886fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1234,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"36848f3c-fb16-44b4-870e-315b930d2d79","name":"Capture Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1600,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4b79397d-3b69-4e6b-83e8-1848b5a886fb"},{"name":"Tip Adjustment","id":"e64164d8-d848-4a88-a445-2c7650555cf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b508f311-1401-4b94-8930-33f54a96eac6","name":"Tip Adjustment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1600,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4388205404\",\n    \"gatewayMessage\": \"A12 - Tip Adjustment Posted\",\n    \"internalMessage\": \"Tip Adjustment Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"e64164d8-d848-4a88-a445-2c7650555cf8"}],"id":"58d9cf4b-da34-4588-8911-198947695af8","_postman_id":"58d9cf4b-da34-4588-8911-198947695af8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Car Rental","item":[{"name":"Credit Card Authorization (Car Rental)","id":"152717a9-455b-42b4-aa11-6adbf987ec44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },    \r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"53208a21-9706-436c-9d44-facad04d717d","name":"Credit Card Authorization (Car Rental)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"152717a9-455b-42b4-aa11-6adbf987ec44"},{"name":"Increment (Car Rental)","id":"fe286533-59c4-4fa6-88c9-556dc7f66751","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1265,\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"70fef329-8885-4e6a-a5ba-02b9370e44da","name":"Increment (Car Rental)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 1256,\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"624267\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4389150804\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"fe286533-59c4-4fa6-88c9-556dc7f66751"},{"name":"Capture Authorization (Lodging)","id":"a6b017df-e63c-4cd2-b700-5d65d56e47c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"168b7b76-9490-4e15-9a57-7de88f5e01e4","name":"Capture Authorization (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"carRental\": {\r\n        \"maxFreeMiles\": 100,\r\n        \"mileRateAmount\": 50,\r\n        \"agreementNumber\": \"123\",\r\n        \"city\": \"Lake Mary\",\r\n        \"class\": \"Luxury\",\r\n        \"countryCode\": \"US\",\r\n        \"date\": \"2025-09-05\",\r\n        \"duration\": 3,\r\n        \"dailyRateAmount\": 5000,\r\n        \"extraChargesAmount\": 1000,\r\n        \"insuranceAmount\": 10000,\r\n        \"name\": \"Car Rental Test\",\r\n        \"state\": \"FL\",\r\n        \"time\": \"0932\",\r\n        \"returnLocationCode\": \"FL\",\r\n        \"returnDate\": \"2025-09-08\",\r\n        \"returnState\": \"FL\",\r\n        \"returnTime\": \"1148\",\r\n        \"returnCity\": \"Maitland\",\r\n        \"returnCountryCode\": \"US\",\r\n        \"specialProgramType\": \"NC\",\r\n        \"totalMiles\": 1000,\r\n        \"extraChargeItems\": [\r\n            {\r\n                \"type\": \"S\",\r\n                \"amount\": 1000\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"CR\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a6b017df-e63c-4cd2-b700-5d65d56e47c8"}],"id":"fdfeaaff-27b1-4c46-aa45-cab57943d3c9","description":"<p>The following section outlines how to process a Car Rental transaction using the Transaction API.</p>\n<p>Clients processing car rental industry transactions and desiring to itemize the charges for additional service can include car rental items sub-records as a part of the request message.</p>\n<h4 id=\"carrental\">CarRental</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>maxFreeMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Total mileage for rent period.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>mileRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>agreementNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Car Rental Agreement Number. Required as part of the Rental Key.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>city</td>\n<td>string</td>\n<td>25</td>\n<td>City where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>class</td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>O</td>\n<td>countryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car rental starts.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>date</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car rental starts. (YYYY-MM-DD format)</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td>4</td>\n<td>Car Rental Period in days.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>dailyRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total rent amount per mile. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargesAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total dollar amount of extraChargeItems. Implied decimal.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>insturanceAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Car insurance amount. Implied decimal.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>name</td>\n<td>string</td>\n<td>20</td>\n<td>Name of the person who rented the car.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>state</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car rental starts.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>time</td>\n<td>integer</td>\n<td>4</td>\n<td>Car rental start time in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnLocationCode</td>\n<td>string</td>\n<td>10</td>\n<td>Identification code of the place where car was returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>returnDate</td>\n<td>date</td>\n<td>10</td>\n<td>Date when the car should be returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnState</td>\n<td>string</td>\n<td>3</td>\n<td>State where the car is returned.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnTime</td>\n<td>integer</td>\n<td>4</td>\n<td>Time when the car should be returned in 24-Hour Format. (HHMM)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCity</td>\n<td>string</td>\n<td>25</td>\n<td>City where the car is returned</td>\n</tr>\n<tr>\n<td>O</td>\n<td>returnCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country where the car is returned.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>String based enum representing the special program type for the rental.  <br />Accepted values are AD (Advance Deposit), AR (Assured Reservation),  <br />DC (Delayed Charge), ES (Express Service), NC (Normal Charge),  <br />and NS (No Show Charge).</td>\n</tr>\n<tr>\n<td>O</td>\n<td>totalMiles</td>\n<td>integer</td>\n<td>8</td>\n<td>Rented car total mileage (miles on car)</td>\n</tr>\n<tr>\n<td>O</td>\n<td>extraChargeItems</td>\n<td>object</td>\n<td>n/a</td>\n<td>List of extra charges. See below.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"carrentalextrachargeitem\">CarRentalExtraChargeItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>type</td>\n<td>string</td>\n<td>1</td>\n<td>Car rental extra charge type:  <br />M = Extra Mileage  <br />S = Gas  <br />N = Late Return  <br />W = One-Way Service  <br />P = Parking Violation</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for car rental extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"performing-grouped-authorizations--captures\">Performing Grouped Authorizations &amp; Captures</h2>\n<h3 id=\"initial-authorizations\">Initial Authorizations</h3>\n<p>The formatting and content of a transaction request to BridgeComm will identify whether the request is an initial authorization or an incremental authorization. A series of transactions for lodging, with future support for Car Rental, are identified by a transaction group key. The group key is comprised of four data elements: the card number/token, the check-in date or rental date, the folio number or rental agreement number and the merchant lookup information.</p>\n<p>When sending a grouped transaction to BridgeComm, the key is constructed based on the data elements mentioned above. If the transaction is the first transaction using that key, an initial authorization is created and the settlement delay is set to either the duration of the stay or the difference between the check-in date (rental start) and the check-out date (rental end).</p>\n<p>For Car Rental transactions, provide all required fields to process a <strong>sale-auth</strong>. The <strong>gatewayTransID</strong> for this sale will be used for subsequent follow-on transactions as the <strong>referenceNumber</strong>. The group key will not be used for incremental authorizations and capture.</p>\n<h3 id=\"incremental-authorizations\">Incremental Authorizations</h3>\n<p>Incremental authorizations can be generated in one of two ways. The originating system can either send an incremental request by providing the amount to increment the total, or by sending the new total. For example, if the initial authorization is $250.00, to increase the total authorization amount to $300.00, the originating system can either send a $50.00 incremental message, or a $300.00 total message. Both operations end up in acquiring only $50.00 more for the key.</p>\n<p>To send an incremental authorization with only the delta amount, the message to BridgeComm will set the TransactionType field to increment, and send the incremental amount in the Amount field. The originating system must also include all other elements required to process the transaction. For Lodging transactions, use the transaction group key described in the prior section to link the increment. For Car Rental transactions, use the <strong>gatewayTransID</strong> of the original <strong>sale-auth</strong>, as the <strong>referenceNumber</strong> to link the transactions.</p>\n<p>To send an incremental authorization be specifying the new total amount, the message to BridgeComm will set the TransactionType field to sale-auth, and send the new total amount in the Amount field. The originating system must also include all other elements required to process the transaction. Note that this functionality is only available for Lodging. For Car Rental, use the <strong>increment</strong> transaction type with the <strong>ReferenceNumber</strong> mentioned above.</p>\n<h3 id=\"capturecheck-outreturn\">Capture/Check-Out/Return</h3>\n<p>The capture process for a group of authorizations for a key is handled in much the same way. It is not necessary to capture each individual authorization. Instead, for Lodging transactions, the merchant sends a capture request (See 2.2.11 – Capture Request) including the Card Number or Token, Check-In Date, Folio Number (or Rental Agreement Number) and Merchant Identification information. All authorizations for that key are then totaled and captured as one transaction in preparation for settlement.</p>\n<p>For Car Rental transactions, <strong>Capture</strong> must be performed using the <strong>gatewayTransID</strong> of the original sale-auth as the <strong>referenceNumber</strong>, like the <strong>increment</strong> transaction type.</p>\n<p>If the final amount of the transaction is different than the amount authorized to date, the merchant can also send the final amount with the capture message. This will trigger either a partial reversal (if the final amount is less than the total authorized to date amount) or a final incremental authorization (if the final amount is greater than the total authorized to date amount). This capture method also disables the settlement delay, allowing the transaction to be included in the next settlement batch.</p>\n","event":[{"listen":"prerequest","script":{"id":"2e62ebb0-ff13-43d0-b387-42a8bdc2fa0a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bc644580-126e-4663-a3b9-de36ec613ace","type":"text/javascript","exec":[""]}}],"_postman_id":"fdfeaaff-27b1-4c46-aa45-cab57943d3c9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Card on File","item":[{"name":"Sale InitialUnscheduled","id":"7b9d9a96-38d9-4ffc-948c-3994ee995099","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialUnscheduled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"10b6cb09-8835-410a-923a-2041180809d4","name":"Sale InitialUnscheduled","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialUnscheduled\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7b9d9a96-38d9-4ffc-948c-3994ee995099"},{"name":"Sale InitialInstallment","id":"425dec5e-a18a-42f5-8005-b9494bc1769c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialInstallment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"8e835c8f-3f41-4bee-a4e1-ae26382bbb91","name":"Sale InitialInstallment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialInstallment\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"425dec5e-a18a-42f5-8005-b9494bc1769c"},{"name":"Sale InitialRecurring","id":"ac361734-831f-43d3-87a6-37d02bff1a5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of InitialRecurring.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"9d0e321c-ece1-4dcc-bddd-3a02e45fe9b7","name":"Sale InitialRecurring","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"InitialRecurring\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ac361734-831f-43d3-87a6-37d02bff1a5b"},{"name":"Sale UnscheduledCustomer","id":"9c29c22d-d85a-4fa5-a565-25b401e6a7d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"UnscheduledCustomer\",\r\n    \"networkreferenceNumber\": \"858440920\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of UnscheduledCustomer.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"98ca56dd-abb8-4b95-bc07-406e349f347e","name":"Sale UnscheduledCustomer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"UnscheduledCustomer\",\r\n    \"networkreferenceNumber\": \"858440920\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"9c29c22d-d85a-4fa5-a565-25b401e6a7d4"},{"name":"Sale UnscheduledMerchant","id":"d60521f2-a826-4aa6-a414-64db644e9a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"UnscheduledMerchant\",\r\n    \"networkreferenceNumber\": \"858440920\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of UnscheduledMerchant.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"abb7395d-661b-4c22-8dab-eb5674003871","name":"Sale UnscheduledMerchant","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"UnscheduledMerchant\",\r\n    \"networkreferenceNumber\": \"858440920\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d60521f2-a826-4aa6-a414-64db644e9a0c"},{"name":"Sale Installment","id":"ca480ad4-c86f-4434-91d8-1cacc7f9bfd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"Installment\",\r\n    \"networkreferenceNumber\": \"110635725\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of Installment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"3cdb9572-3e7f-42df-9ddc-c2fc10e853fe","name":"Sale Installment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"Installment\",\r\n    \"networkreferenceNumber\": \"110635725\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ca480ad4-c86f-4434-91d8-1cacc7f9bfd7"},{"name":"Sale Recurring","id":"153e9cf3-7da6-4d69-8650-7c9cee1fba5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"Recurring\",\r\n    \"networkreferenceNumber\": \"950848367\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale transaction with the Card on File type of Recurring.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"6cbeeb16-0473-4ff7-b229-066784ec0b7d","name":"Sale Recurring","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"DM\",\r\n    \"storedCredential\": \"Recurring\",\r\n    \"networkreferenceNumber\": \"950848367\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"265880\",\n    \"referenceNumber\": \"809462736\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69397104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 265880 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T12:45:09.363\",\n    \"isoRequestDate\": \"2022-11-04T12:45:09.363\",\n    \"networkReferenceNumber\": \"809462736\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"153e9cf3-7da6-4d69-8650-7c9cee1fba5b"}],"id":"23e92572-ed1d-4844-843e-8dd171e839c1","description":"<p>The following section outlines how to process a Card on File transaction using the Transaction API. These guidelines are applicable to situations where a merchant intends to store the payment information of the cardholder in order to process future transactions. Storage of payment information can be defined as storing the credit card number/debit card number/ACH account number or equivalent gateway token or wallet.</p>\n<p>Card on File revolves around two fundamental concepts:</p>\n<ol>\n<li><p>Scheduled Payment versus Unscheduled Payment</p>\n</li>\n<li><p>Customer Initiated Transaction versus Merchant Initiated Transaction</p>\n</li>\n</ol>\n<h5 id=\"scheduled-payment-versus-unscheduled-payment\">Scheduled Payment versus Unscheduled Payment</h5>\n<p>Scheduled Payment means the merchant knows when the cardholder’s payment information will be used to process a payment on their behalf. In order for this to take place the merchant is required to get permission from the cardholder to store the payment information for later use before processing a scheduled payment. The two types of scheduled payments are <strong>Recurring</strong> and <strong>Installment</strong>.</p>\n<p>An Unscheduled Payment is any payment that is not part of a recurring or installment plan.</p>\n<h5 id=\"customer-initiated-transaction-versus-merchant-initiated-transaction\">Customer Initiated Transaction versus Merchant Initiated Transaction</h5>\n<p>A Customer Initiated Transaction is one whereby the cardholder is directly interacting with a checkout process, whether that is in-person or on-line. Within a customer initiated transaction a merchant can ask for permission to store the payment information for later use.</p>\n<p>A Merchant Initiated Transaction is one whereby the cardholder is not an active participant in the payment and the merchant is running a payment using stored information previously approved by the cardholder.</p>\n<p>Prior to a Merchant Initiated Transaction a Customer Initiated Transaction must have been performed.</p>\n<p>Customer Initiated Transactions can be classified as Initial Unscheduled, Initial Installment or Initial Recurring or Unscheduled Customer.</p>\n<h5 id=\"storing-the-card-on-file\">Storing the Card On File</h5>\n<p>In order to store the card on file, the cardholder must give permission to have their payment information stored for later use. Once permission is granted the merchant needs to perform a transaction to the gateway setting the <strong>storedCredential</strong> field to the appropriate value in order to initiate the card on file event with the card issuer. This can be done via processing a sale or sale-auth and setting the <strong>storedCredential</strong> field to one of the following values:</p>\n<p><strong>initialUnscheduled</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use not in association with an installment or recurring plan.</p>\n<p><strong>initialInstallment</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use in association with an installment payment plan.</p>\n<p><strong>initialRecurring</strong> – customer initiated transaction where the cardholder’s payment information will be stored for later use in association with a recurring payment plan.</p>\n<p>In response the merchant’s system will receive the <strong>networkReferenceNumber</strong> in the Transaction API response. Future installment or recurring payments for this card on file must include the <strong>networkReferenceNumber</strong> value from the initial transaction.</p>\n<p>Please note, this process does not allow for an Account Verification transaction as the initial transaction.</p>\n<h5 id=\"processing-payments-with-the-card-on-file\">Processing Payments with the Card On File</h5>\n<p>In order to process payments using the card on file, the merchant will send a sale or sale-auth transactions using the following <strong>storedCredential</strong> values as appropriate. If the payment is for Installment or Recurring then the <strong>networkReferenceNumber</strong> received on the Initial card on file creation event must also be supplied.</p>\n<p><strong>unscheduledMerchant</strong> - Merchant initiated transaction for any scenario where the cardholder has given consent for a payment to be processed using their card on file that is not associated with an installment or recurring payment plan.</p>\n<p><strong>installment</strong> – Merchant initiated transaction related to an installment plan which consists of an agreement between the merchant and cardholder to process one or more payment(s) over a duration of time for a single good or service.</p>\n<p><strong>recurring</strong> – Merchant initiated transaction related to a recurring payment plan which consists of an agreement between the merchant and cardholder to process a recurring payment over a duration of time at a regular interval for a good or a service.</p>\n<p><strong>Note:</strong> The examples provided in this section use raw card data; however, they can also use a BridgePay <strong>token</strong> in place of card data.</p>\n","event":[{"listen":"prerequest","script":{"id":"9aef64ff-e23a-4721-803b-cf9b20e2fef8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"76250e2b-83d9-4a86-88c3-8ae4de056a66","type":"text/javascript","exec":[""]}}],"_postman_id":"23e92572-ed1d-4844-843e-8dd171e839c1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Cash/Check (Info Only)","item":[{"name":"Cash Sale","id":"cf5c84bf-cfed-4d9e-83eb-7bfaf2bdb6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-info\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"A\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"37da9757-37bc-4b57-99c7-e3c6f2470cc1","name":"Cash Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-info\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"A\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4751049704\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\n    \"transactionDate\": \"20251015\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2025-10-15T11:15:56.617\",\n    \"isoRequestDate\": \"2025-10-15T11:15:56.617\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"12345001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"\",\n    \"responseTypeDescription\": \"info\",\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"tokenGuid\": \"\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"cf5c84bf-cfed-4d9e-83eb-7bfaf2bdb6c2"},{"name":"Check Sale","id":"1082a1fd-6bf0-4f35-aaf2-2040f1b1525c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-info\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"K\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"8a04fcc6-15d9-4843-8d32-75e0178e5438","name":"Check Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-info\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"K\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4751053304\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\n    \"transactionDate\": \"20251015\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2025-10-15T11:19:25.777\",\n    \"isoRequestDate\": \"2025-10-15T11:19:25.777\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"12345001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"\",\n    \"responseTypeDescription\": \"info\",\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"tokenGuid\": \"\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"1082a1fd-6bf0-4f35-aaf2-2040f1b1525c"}],"id":"096e9746-599b-43cd-9b30-838be1fd3975","description":"<p>The following section contains examples for processing Cash transactions to the gateway. These are record only transactions to document cash sales in the gateway.</p>\n","_postman_id":"096e9746-599b-43cd-9b30-838be1fd3975","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Convenience Fee","item":[{"name":"Convenience Fee","id":"9967b5f4-05cb-43e9-b6fb-7ac2d22bb94a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"66b39116-bdfe-4dec-b4e6-35ca1a237d5f","name":"Convivence Fee","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"596768\",\n    \"referenceNumber\": \"579759134\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69426304\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 596768 (approval code)\",\n    \"transactionDate\": \"20221108\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-08T13:59:41.453\",\n    \"isoRequestDate\": \"2022-11-08T13:59:41.453\",\n    \"networkReferenceNumber\": \"579759134\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"9967b5f4-05cb-43e9-b6fb-7ac2d22bb94a"}],"id":"c3a08d65-65ab-4786-9205-a123fd73331b","description":"<p>The following section outlines how to process a transaction with a convenience fee through the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba8bcfde-acaf-4211-a3a2-502e758307d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e003342-2c41-489a-9a28-2d4759a2113f","type":"text/javascript","exec":[""]}}],"_postman_id":"c3a08d65-65ab-4786-9205-a123fd73331b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Surcharge","item":[{"name":"Surcharge","id":"4071bcf8-a1f0-44bc-a1fe-3e43d140d905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 100,\r\n    \"feeIsSurcharge\": \"true\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale with a convenience fee using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"3cabd10d-3e9f-496c-ba6c-ac0517692439","name":"Surcharge","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"feeAmount\": 100,\r\n    \"feeIsSurcharge\": \"true\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"289762\",\n    \"referenceNumber\": \"876860544\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4571067605\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 289762 (approval code)\",\n    \"transactionDate\": \"20250113\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2025-01-13T16:22:17.657\",\n    \"isoRequestDate\": \"2025-01-13T16:22:17.657\",\n    \"networkReferenceNumber\": \"876860544\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"14243001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"59900\",\n    \"merchantAccountCode\": \"14243001\",\n    \"feeAmount\": 100,\n    \"feeIsSurcharge\": true,\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4071bcf8-a1f0-44bc-a1fe-3e43d140d905"}],"id":"9e2fb63f-80e9-4889-a738-f41758178ffe","description":"<p>The following section outlines how to process a transaction with a surcharge through the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"ba8bcfde-acaf-4211-a3a2-502e758307d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e003342-2c41-489a-9a28-2d4759a2113f","type":"text/javascript","exec":[""]}}],"_postman_id":"9e2fb63f-80e9-4889-a738-f41758178ffe","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Custom Fields","item":[{"name":"Credit Card Sale w/ Custom Fields","id":"afb98672-4c42-40d3-a359-f087115dc321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"customFields\": [\r\n        {\r\n            \"name\": \"string\",\r\n            \"value\": \"string\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"2191b095-e3a2-4d0e-999b-378180fd27d6","name":"Credit Card Sale w/ Custom Fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"customFields\": [\r\n        {\r\n            \"name\": \"string\",\r\n            \"value\": \"string\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"afb98672-4c42-40d3-a359-f087115dc321"}],"id":"f593d74d-3a12-4cca-a8a7-31b3ce612bbc","description":"<p>The following section outlines how to process an Authorization or Sale transaction type using the Transaction API.</p>\n<h4 id=\"customfields-object\">customFields Object</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>customFields</td>\n<td>array</td>\n<td></td>\n<td>An array containing a list of custom fields denoted by two fields: name and value.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"customfield-list-entry\">customField List Entry</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>name</td>\n<td>string</td>\n<td></td>\n<td>The name defined for the custom field.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>value</td>\n<td>string</td>\n<td></td>\n<td>The value for the custom field.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"f593d74d-3a12-4cca-a8a7-31b3ce612bbc","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Dynamic Descriptor","item":[{"name":"Dynamic Descriptor","id":"9fe5e17b-1ed6-4a61-83f4-b6a59931cd02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Sale Transaction with a Dynamic Descriptor using the Transaction API.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"8c45f6eb-482f-49dc-8e70-2b5f7fa305df","name":"Dynamic Descriptor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"dynamicDescriptors\": {\r\n        \"address\": \"dynamic Descriptor address\",\r\n        \"city\": \"dynamicDescriptors\",\r\n        \"countryCode\": \"US\",\r\n        \"county\": \"dynamicDescriptors\",\r\n        \"emailAddress\": \"a@a.aa\",\r\n        \"postalCode\": \"12345\",\r\n        \"region\": \"\",\r\n        \"text\": \"dynamicDescriptors\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"285320\",\n    \"referenceNumber\": \"116743693\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69398104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 285320 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T13:14:12.157\",\n    \"isoRequestDate\": \"2022-11-04T13:14:12.157\",\n    \"networkReferenceNumber\": \"116743693\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"9fe5e17b-1ed6-4a61-83f4-b6a59931cd02"}],"id":"bb79e496-026d-43a6-932d-da5d9c911807","description":"<p>The following section outlines how to process a transaction with a Dynamic Descriptor using the Transaction API.</p>\n<p>Note that Dynamic Descriptors are not supported on all processors. View the BridgePay processor matrix to confirm:</p>\n<p><a href=\"https://bridgepaynetwork.my.site.com/is/s/article/bridgepay-gateway-api---processor-matrix\">BridgePay Gateway API - Processor Matrix (site.com)</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>address</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>city</td>\n<td>string</td>\n<td>38</td>\n<td>Used to modify Dynamic Descriptor City where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>countryCode</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Country Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>county</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor County where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>emailAddress</td>\n<td>string</td>\n<td>21</td>\n<td>Used to modify Dynamic Descriptor Email Address where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>postalCode</td>\n<td>string</td>\n<td>15</td>\n<td>Used to modify Dynamic Descriptor Postal Code where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>region</td>\n<td>string</td>\n<td>3</td>\n<td>Used to modify Dynamic Descriptor Region where supported with processors</td>\n</tr>\n<tr>\n<td>C</td>\n<td>text</td>\n<td>string</td>\n<td>60</td>\n<td>Used to modify Dynamic Descriptor Name or Text where supported with processors</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"b9f40ad0-cf9c-4169-b8fc-f20232853dc6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9813bdb9-e6fe-4b69-8b7a-11c3c141fe80","type":"text/javascript","exec":[""]}}],"_postman_id":"bb79e496-026d-43a6-932d-da5d9c911807","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Gift Cards","item":[{"name":"Gift Card Sale","id":"53556611-0639-42c3-b199-9e7668d392af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"################\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"G\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 123,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Gift Card Sale transaction using the Transaction API.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"74be5c38-6f1b-43c6-94ea-4cab400abe36","name":"Gift Card Sale","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"{{testGiftCard}}\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"G\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 123,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"token\": \"20000000000017128092\",\n    \"authorizationCode\": \"40786\",\n    \"referenceNumber\": \"69399404\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 123,\n    \"originalAmount\": 123,\n    \"expirationDate\": \"1230\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69399404\",\n    \"gatewayMessage\": \"A01 - Approved()\",\n    \"internalMessage\": \"Approved: 40786 (approval code)\",\n    \"balance\": 99095,\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T13:36:39.893\",\n    \"isoRequestDate\": \"2022-11-04T13:36:39.893\",\n    \"maskedPAN\": \"************8092\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardClass\": \"Gift\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseCode\": \"SUCCESS\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"53556611-0639-42c3-b199-9e7668d392af"},{"name":"Gift Card Activate","id":"d8b94f15-8322-4a82-979c-8a904bf0c999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate","description":"<p>The following request shows how to process a Gift Card Activate transaction type using the Transaction API.</p>\n<p>This transaction type is used to enable a particular gift card or add funds to an existing gift card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","GiftCard","activate"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"4d6608b4-8a81-4cfe-93fa-a3f311736872","name":"Gift Card Activate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionType\": \"Activate\",\n    \"responseType\": \"Good\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69399604\",\n    \"gatewayMessage\": \"A01 - Approved()\",\n    \"cashBackAmount\": 0,\n    \"referenceNumber\": \"69399604\",\n    \"batchID\": \"0\",\n    \"organizationId\": \"13808\",\n    \"token\": \"20000000000017128092\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"014\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d8b94f15-8322-4a82-979c-8a904bf0c999"},{"name":"Gift Card Deactivate","id":"c7bd20c7-390b-4388-9ced-a24dfad39d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 100,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/deactivate","description":"<p>The following request shows how to process a Gift Card Deactivate transaction type using the Transaction API.</p>\n<p>This transaction type is used to disable a particular gift card.</p>\n<p><strong>Use Deactive with extreme caution. WIth most gift card processors, Deactivation will deactive the card forever, and it cannot be Reactivated.</strong></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","GiftCard","deactivate"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a1f69d57-cb95-4a53-868e-a51a9011ad9d","name":"Gift Card Deactivate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 100,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/deactivate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionType\": \"Deactivate\",\n    \"responseType\": \"Good\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69399704\",\n    \"gatewayMessage\": \"A01 - Approved()\",\n    \"cashBackAmount\": 0,\n    \"referenceNumber\": \"69399704\",\n    \"batchID\": \"0\",\n    \"organizationId\": \"13808\",\n    \"token\": \"20000000000017128092\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"014\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"c7bd20c7-390b-4388-9ced-a24dfad39d37"},{"name":"Gift Card Reactivate","id":"598a1d6d-47bd-49c1-beaa-42b248166a7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate","description":"<p>The following request shows how to process a Gift Card Reactivate transaction using the Transaction API.</p>\n<p>This transaction type is used to add funds to an existing Gift Card. Note that this transaction type is not supported with all processors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","GiftCard","activate"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"c8f569ce-f690-4a09-8fd1-75afd5c5460f","name":"Gift Card Reactivate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionCode\": \"12345\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/GiftCard/activate"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionType\": \"Activate\",\n    \"responseType\": \"Good\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69401104\",\n    \"gatewayMessage\": \"A01 - Approved()\",\n    \"cashBackAmount\": 0,\n    \"referenceNumber\": \"69401104\",\n    \"batchID\": \"0\",\n    \"organizationId\": \"13808\",\n    \"token\": \"20000000000017128092\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"014\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"598a1d6d-47bd-49c1-beaa-42b248166a7f"},{"name":"Gift Card Balance","id":"8396b575-c26a-4ded-bbcc-9f79c89a65b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"accountType\": \"G\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/balance","description":"<p>The following request shows how to process a Gift Card Balance transaction using the Transaction API.</p>\n<p>This transaction type is used to check the current balance of an existing Gift Card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","balance"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"4cd5f5df-a24f-48b7-8810-4ed3a5b290f2","name":"Gift Card Balance","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"################\",\r\n    \"accountHolderName\": \"Test\",\r\n    \"expirationDate\": \"1235\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionDate\": \"20270216102203\",\r\n    \"accountType\": \"G\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/balance"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionType\": \"BalanceInquiry\",\n    \"responseType\": \"Good\",\n    \"token\": \"20000000000017128092\",\n    \"expirationDate\": \"1230\",\n    \"referenceNumber\": \"69401704\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved()\",\n    \"transactionDate\": \"20220216\",\n    \"balance\": \"50000\",\n    \"authorizationCode\": \"40881\",\n    \"providerReferenceNumber\": \"69401704\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"8396b575-c26a-4ded-bbcc-9f79c89a65b9"}],"id":"6adcf992-49e7-4ad1-aec5-54316a36e12f","description":"<p>The following section outlines how to process Gift Card transactions using the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"7e2a4fa2-4092-4222-971b-7db6db5642b6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34218dcf-9244-404d-a6f3-dbf01a98b4a8","type":"text/javascript","exec":[""]}}],"_postman_id":"6adcf992-49e7-4ad1-aec5-54316a36e12f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Healthcare","item":[{"name":"Healthcare","id":"b23178ef-e73e-4b75-8843-f5e3b960d3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareAmount\": 100,\r\n        \"transitAmount\": 0,\r\n        \"prescriptionAmount\": 0,\r\n        \"visionAmount\": 0,\r\n        \"dentalAmount\": 0,\r\n        \"clinicAmount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayAmount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"H\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"2347ebf2-7c2a-4455-bc37-fae1b68c6ba8","name":"Healthcare","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"healthcare\": {\r\n        \"healthCareAmount\": 100,\r\n        \"transitAmount\": 0,\r\n        \"prescriptionAmount\": 0,\r\n        \"visionAmount\": 0,\r\n        \"dentalAmount\": 0,\r\n        \"clinicAmount\": 0,\r\n        \"isQualifiedIIAS\": true,\r\n        \"copayAmount\": 0\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"HC\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"H\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"838482\",\n    \"referenceNumber\": \"364267317\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1256,\n    \"originalAmount\": 1256,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69398604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 838482 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T13:20:37.83\",\n    \"isoRequestDate\": \"2022-11-04T13:20:37.83\",\n    \"networkReferenceNumber\": \"364267317\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"FSA\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"b23178ef-e73e-4b75-8843-f5e3b960d3bc"}],"id":"98896418-4aa6-493e-b58b-6aa8d095e5a7","description":"<p>The following section outlines how to process a HealthCare transaction using the Transaction API.</p>\n<p>When processing a healthcare industry transaction (using an FSA or HSA account) additional amount fields need to be specified. The only amount that is required is healthCareAmount, while other amounts are optional. If medical transportation was involved, then transitAmount should be added.</p>\n<p>Depending on the type of service rendered, additional amounts can be specified to healthCareAmount to indicate how much was spent on prescription, vision/optical, dental and clinic/hospitalization services. The total of prescription, vision, dental and clinic amounts can be less than or equal to healthCareAmount.</p>\n<p>The cardModifier data element will return <strong>FSA</strong> if the card used in the transaction was FSA/HSA, isQualifiedIIAS=true and healthCareAmt is greater than 0.</p>\n<p><strong>Note that Healthcare data is only permitted on Visa and Mastercard transactions. Healthcare data should not be sent on American Express or Discover transactions. American Express and Discover transactions should be run as E-Commerce, Direct Marketing, or Retail depending on the context.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R</td>\n<td>healthCareAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related services or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>transitAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Total Amount spent on healthcare related transportation. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>prescriptionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on prescription drugs or products. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>visionAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on vision related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>dentalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on dental related medical services. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>clinicAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The portion of the Healthcare Amount spent on hospitalization. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>isQualifiedIIAS</td>\n<td>string</td>\n<td></td>\n<td>Indicates whether purchase items are verified against IIAS as qualified for healthcare purchases. Can be lower case ‘t’ or ‘true’, or lower case ‘f’ or ‘false’.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>copayAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>The copay amount of the transaction. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"0a762d8e-2a89-4ab6-bdfd-8018c7cd5683","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e514fb1b-24f4-4078-a4dd-7f7ea967612a","type":"text/javascript","exec":[""]}}],"_postman_id":"98896418-4aa6-493e-b58b-6aa8d095e5a7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Level II & III","item":[{"name":"Level II & III","id":"35915084-5a89-4b51-9f0e-0bb2e9936ef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"O\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a Level III transaction. To process a Level II transaction, this example would stay the same; however, the Level III object would be removed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"c454c1fc-3d50-46ec-8b02-167a7f6df733","name":"Level II & III","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"level2\": {\r\n        \"taxRate\": 550,\r\n        \"taxamount\": 125,\r\n        \"taxIndicator\": \"P\",\r\n        \"shipToName\": \"shipToNameTEST\",\r\n        \"shipToStreet\": \"shipToStreetTEST\",\r\n        \"shipToCity\": \"shipToCityngTEST\",\r\n        \"shipToState\": \"shipToStateTEST\",\r\n        \"shipToZip\": \"12345\",\r\n        \"shipToCountryCode\": \"US\"\r\n    },\r\n    \"level3\": {\r\n        \"shippingOriginZip\": \"12345\",\r\n        \"discountamount\": 125,\r\n        \"shippingamount\": 125,\r\n        \"dutyamount\": 125,\r\n        \"taxInvoiceCode\": \"taxInvoiceCode\",\r\n        \"localTaxamount\": 125,\r\n        \"localTaxIndicator\": \"P\",\r\n        \"nationalTaxamount\": 125,\r\n        \"nationalTaxIndicator\": \"P\",\r\n        \"orderCode\": \"orderCode113322\",\r\n        \"orderDate\": \"20220216\",\r\n        \"commodityCode\": \"5999\",\r\n        \"customerAccountTaxId\": \"123456789\",\r\n        \"items\": [\r\n            {\r\n                \"code\": \"5999\",\r\n                \"commodityCode\": \"5999\",\r\n                \"description\": \"An Item\",\r\n                \"quantity\": 1,\r\n                \"unitCostamount\": 223,\r\n                \"unitMeasure\": \"ea\",\r\n                \"taxamount\": 0,\r\n                \"taxRate\": 0,\r\n                \"taxIndicator\": \"N\",\r\n                \"taxCode\": \"0\",\r\n                \"discountRate\": 0,\r\n                \"discountamount\": 0,\r\n                \"totalamount\": 100,\r\n                \"isCredit\": true\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"transactionType\": \"sale\",\r\n    \"TransCatCode\": \"R\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"amount\": 1256,\r\n    \"holderType\": \"O\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"521502\",\n    \"referenceNumber\": \"916910304\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1256,\n    \"originalAmount\": 1256,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69398204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 521502 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T13:15:45.453\",\n    \"isoRequestDate\": \"2022-11-04T13:15:45.453\",\n    \"networkReferenceNumber\": \"916910304\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"35915084-5a89-4b51-9f0e-0bb2e9936ef9"}],"id":"e2deddee-8d16-4408-a8dd-c66ff220a466","description":"<p>The following section outlines how to process a Level II or III transaction through the Transaction API.</p>\n<p>Level II and III data is used for Business-to-Business (B2B) and Business-to-Government (B2G) transactions to lower credit card processing fees in exchange for more transaction data provided at time of processing. Level III requires all Level II data plus the Level III data fields.</p>\n<p>For Level III transactions, holderType must be set to <strong>O</strong>.</p>\n<h4 id=\"level2\">Level2</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>taxRate</td>\n<td>integer</td>\n<td>5</td>\n<td>Additional Tax Amount. REQUIRED FOR LEVEL II/III. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. REQUIRED FOR LEVEL II.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToName</td>\n<td>string</td>\n<td>100</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToStreet</td>\n<td>string</td>\n<td>128</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCity</td>\n<td>string</td>\n<td>50</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToState</td>\n<td>string</td>\n<td>2</td>\n<td>Shipping address name. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToZip</td>\n<td>string</td>\n<td>15</td>\n<td>Shipping address postal code. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alpha characters must be all upper-case. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shipToCountryCode</td>\n<td>string</td>\n<td>2</td>\n<td>ISO 3166-1 alpha-2 codes.Shipping address country code. REQUIRED FOR LEVEL II/III.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3\">Level3</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>shippingOriginZip</td>\n<td>string</td>\n<td>10</td>\n<td>Postal code of the origin of the shipment. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alphanumeric characters ONLY (no hyphens or dashes). Alpha characters must be all upper-case. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>shippingAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>dutyAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional discount amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>taxInvoiceCode</td>\n<td>string</td>\n<td>15</td>\n<td>Must be at least 1 and up to 15 characters. When separate VAT invoice is produced within the context of the order, unique identifier of this invoice. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Local Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>localTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional National Tax Amount. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>nationalTaxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not Provided), or E (Exempt). REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderCode</td>\n<td>string</td>\n<td>17</td>\n<td>Unique identifier assigned to the order associated with this transaction in submitter's/merchant's front-end/ inventory system. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>orderDate</td>\n<td>string</td>\n<td>8</td>\n<td>Date in format YYYYMMDD. Date when the order associated with the transaction was placed. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>commodityCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated standardized code that classifies the group of items associated with this order/transaction. REQUIRED FOR LEVEL III.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>customerAccountTaxId</td>\n<td>string</td>\n<td>13</td>\n<td>VAT registration number of the customer responsible for this transaction. REQUIRED FOR LEVEL III</td>\n</tr>\n<tr>\n<td>C</td>\n<td>items</td>\n<td>object</td>\n<td></td>\n<td>The Level3Item object outlined in the following table.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"level3item\">Level3Item</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td></td>\n<td>code</td>\n<td>string</td>\n<td>12</td>\n<td>Unique identifier assigned to this item in the submitter’s inventory system.</td>\n</tr>\n<tr>\n<td></td>\n<td>commodityCode</td>\n<td>string</td>\n<td>12</td>\n<td>Acquirer designated standardized code that classifies this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>description</td>\n<td>string</td>\n<td>35</td>\n<td>Short description of the item.</td>\n</tr>\n<tr>\n<td></td>\n<td>quantity</td>\n<td>integer</td>\n<td>12</td>\n<td>Quantity of item units purchased as part of this transaction. Up to 4 decimal places.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitCostAmount</td>\n<td>integer</td>\n<td>12</td>\n<td>Cost of a single unit of the item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>unitMeasure</td>\n<td>string</td>\n<td>12</td>\n<td>Unit of measure used to quantify the items purchased/refunded (e.g. kg, lb., inch).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Amount of tax charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxRate</td>\n<td>integer</td>\n<td>12</td>\n<td>Rate of the tax (if any) charged on this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>taxIndicator</td>\n<td>string</td>\n<td>1</td>\n<td>P (Provided), N (Not provided), or E (Exempt).</td>\n</tr>\n<tr>\n<td></td>\n<td>taxCode</td>\n<td>string</td>\n<td>4</td>\n<td>Acquirer designated value classifying the tax that was charged for this item.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountRate</td>\n<td>integer</td>\n<td>8</td>\n<td>Rate of discount (if any) that was applied to this item. Processed as implied decimal. 5.5% would be represented as 550.</td>\n</tr>\n<tr>\n<td></td>\n<td>discountAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount of discount applied to this item. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>totalAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Total amount paid for the item (including tax and discount). Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td></td>\n<td>isCredit</td>\n<td>boolean</td>\n<td>1</td>\n<td>True (Item is being returned), False (Default if not passed - Item is being purchased).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"837663bd-78e3-4691-a6b9-323e50254933","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b5d76fa8-e208-4a74-bd71-f8aa3113fd4d","type":"text/javascript","exec":[""]}}],"_postman_id":"e2deddee-8d16-4408-a8dd-c66ff220a466","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Lodging","item":[{"name":"Credit Card Authorization (Lodging)","id":"31b4293a-e418-4b29-86c8-1bddb8bbad6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"lodging\": {\r\n        \"roomNumber\": \"12A\",\r\n        \"folioNumber\": \"123456\",\r\n        \"roomRateAmount\": 500,\r\n        \"roomTaxAmount\": 100,\r\n        \"lodgingChargeType\": \"H\",\r\n        \"checkInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"checkOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"duration\": 8,\r\n        \"specialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 100,\r\n        \"lodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"settlementDelay\": \"7\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b990ecdf-4b02-441a-88e3-35a169f02947","name":"Credit Card Authorization (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"lodging\": {\r\n        \"roomNumber\": \"12A\",\r\n        \"folioNumber\": \"123456\",\r\n        \"roomRateAmount\": 500,\r\n        \"roomTaxAmount\": 100,\r\n        \"lodgingChargeType\": \"H\",\r\n        \"checkInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"checkOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"duration\": 8,\r\n        \"specialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 100,\r\n        \"lodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"LD\",\r\n    \"settlementDelay\": \"7\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1200,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"796045\",\n    \"referenceNumber\": \"804414233\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4527206405\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 796045 (approval code)\",\n    \"transactionDate\": \"20240531\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2024-05-31T12:52:31.863\",\n    \"isoRequestDate\": \"2024-05-31T12:52:31.863\",\n    \"networkReferenceNumber\": \"804414233\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"14243001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"59900\",\n    \"merchantAccountCode\": \"14243001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"31b4293a-e418-4b29-86c8-1bddb8bbad6e"},{"name":"Increment (Lodging)","id":"c69b7703-76d2-444a-b856-e12c3fc19d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 500,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"402d0a93-5c5d-4ff3-ad5a-b121ae73bbe4","name":"Increment (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"increment\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"amount\": 500,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"authorizationCode\": \"796045\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2834,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4527206405\",\n    \"gatewayMessage\": \"A09 - Incremental Auth Posted\",\n    \"internalMessage\": \"Incremental Auth Posted\",\n    \"remainingAmount\": 0,\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"59900\",\n    \"merchantAccountCode\": \"14243001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"c69b7703-76d2-444a-b856-e12c3fc19d5b"},{"name":"Capture Authorization (Lodging)","id":"ef1ab3c5-4a70-48cb-9bd7-b5b38941620c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1700,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"Lodging\": {\r\n        \"RoomNumber\": \"12A\",\r\n        \"FolioNumber\": \"123456\",\r\n        \"RoomRateamount\": 500,\r\n        \"RoomTaxamount\": 100,\r\n        \"LodgingChargeType\": \"H\",\r\n        \"CheckInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"CheckOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"Duration\": 8,\r\n        \"SpecialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 600,\r\n        \"LodgingItems\": [\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"T\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"35505c40-6242-43df-add1-217ee40e9e22","name":"Capture Authorization (Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1700,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"Lodging\": {\r\n        \"RoomNumber\": \"12A\",\r\n        \"FolioNumber\": \"123456\",\r\n        \"RoomRateamount\": 500,\r\n        \"RoomTaxamount\": 100,\r\n        \"LodgingChargeType\": \"H\",\r\n        \"CheckInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"CheckOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"Duration\": 8,\r\n        \"SpecialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 600,\r\n        \"LodgingItems\": [\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"Type\": \"T\"\r\n            }\r\n        ]\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ef1ab3c5-4a70-48cb-9bd7-b5b38941620c"},{"name":"Refund (Unreferenced with Lodging)","id":"0795896c-1405-4a9a-bb57-e72598d9f47e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"lodging\": {\r\n        \"roomNumber\": \"12A\",\r\n        \"folioNumber\": \"123456\",\r\n        \"roomRateAmount\": 500,\r\n        \"roomTaxAmount\": 100,\r\n        \"lodgingChargeType\": \"H\",\r\n        \"checkInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"checkOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"duration\": 8,\r\n        \"specialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 100,\r\n        \"lodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Refund transaction type without an offsetting Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled. Also note that unreferenced refunds are disabled by default.</p>\n<p>When processing an unreferenced refund in the lodging industry type, you must provide lodging data in the refund request. This is not required for referenced refunds.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"e69809e5-24d4-4b54-8e9e-82e99a9598df","name":"Refund (Unreferenced with Lodging)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"lodging\": {\r\n        \"roomNumber\": \"12A\",\r\n        \"folioNumber\": \"123456\",\r\n        \"roomRateAmount\": 500,\r\n        \"roomTaxAmount\": 100,\r\n        \"lodgingChargeType\": \"H\",\r\n        \"checkInDate\": \"2023-08-25T09:14:17.612755+04:00\",\r\n        \"checkOutDate\": \"2023-09-01T14:39:23.513481+04:00\",\r\n        \"duration\": 8,\r\n        \"specialProgramType\": \"AR\",\r\n        \"departureAdjustmentAmount\": 100,\r\n        \"lodgingItems\": [\r\n            {\r\n                \"amount\": 200,\r\n                \"type\": \"B\"\r\n            },\r\n            {\r\n                \"amount\": 300,\r\n                \"type\": \"T\"\r\n            }\r\n        ]\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"491362\",\n    \"referenceNumber\": \"28661755\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"avsResult\": \"40\",\n    \"avsMessage\": \"Address not available (Address not verified)\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4386535204\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionDate\": \"20230516\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-16T16:12:20.087\",\n    \"isoRequestDate\": \"2023-05-16T16:12:20.087\",\n    \"networkReferenceNumber\": \"28661755\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"12345001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"credit\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Credit Posted\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"0795896c-1405-4a9a-bb57-e72598d9f47e"}],"id":"f25e96f1-e19e-4f02-96c1-4738ce92851a","description":"<p>The following section outlines how to process a Lodging transaction using the Transaction API. <strong>Note that Partial Authorizations are not permitted for Lodging Transactions. Also note that all Lodging data elements are required if including Lodging information in the transaction. Omitting a data element could result in an error.</strong></p>\n<p>Clients processing lodging industry transactions and desiring to itemize the charges for additional service can include lodging items sub-records as a part of the request message.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>roomNumber</td>\n<td>string</td>\n<td>25</td>\n<td>Hotel room number</td>\n</tr>\n<tr>\n<td>C</td>\n<td>folioNumber</td>\n<td>string</td>\n<td>15</td>\n<td>Hotel folio number  <br />Required for all lodging transactions.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomRateAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Daily room rate. Implied decimal.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>roomTaxAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Tax charged on daily rate. Implied decimal.  <br />  <br />This amount shall not exceed RoomRateAmount</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingChargeType</td>\n<td>string</td>\n<td>1</td>\n<td>Type of service for which this transaction is processed.  <br />H = Hotel  <br />R = Restaurant  <br />G = Gift Shop  <br />S = Health Spa  <br />B = Beauty Shop  <br />F = Convention Fee  <br />T = Tennis  <br />O = Golf</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkInDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-in.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>checkOutDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-out  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>duration</td>\n<td>integer</td>\n<td></td>\n<td>Indicates the length of anticipated, actual or incremental stay.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>specialProgramType</td>\n<td>string</td>\n<td>2</td>\n<td>Important when the cardholder did not stay at the hotel.  <br />AD = Advance deposit  <br />AR = Assured reservation  <br />DC = Delayed charge  <br />ES = Express service  <br />NC = Normal charge  <br />NS = No show charge  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>C</td>\n<td>departureAdjustmentAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Additional amount charged after the cardholder left the hotel.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>lodgingItems</td>\n<td>object</td>\n<td></td>\n<td>The lodgingItems object.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"lodgingitem\">LodgingItem</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>type</td>\n<td>string</td>\n<td>1</td>\n<td>Lodging extra charge type :  <br />G = Gift Shop  <br />L = Laundry  <br />B = Mini bar  <br />R = Restaurant  <br />T = Telephone</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>Amount for lodging extra charge item. Implied decimal.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"398e2fbf-fee3-4c7e-bb16-6ee1579dcaa9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc7da470-6280-4d63-8bc0-ee13a1c44ec2","type":"text/javascript","exec":[""]}}],"_postman_id":"f25e96f1-e19e-4f02-96c1-4738ce92851a","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Push Payments","item":[{"name":"Push Payment","id":"202fd1af-0f15-486f-878a-5827eaadafe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"push-payment\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1235,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a push-payment transaction. This requires a transactionType value of \"push-payment\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a9263851-564e-4825-a623-8e25c6735715","name":"Push Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"push-payment\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1235,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"11110000000631900008\",\n    \"authorizationCode\": \"056803\",\n    \"referenceNumber\": \"01dac2f4-28da-423c-8ab0-6ef4f2cc5412\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1235,\n    \"originalAmount\": 1235,\n    \"expirationDate\": \"1235\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"98140304\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"internalMessage\": \"Approved: 056803 (approval code)\",\n    \"transactionCode\": \"12345678\",\n    \"transactionDate\": \"20240220\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2024-02-20T12:46:22.013\",\n    \"isoRequestDate\": \"2024-02-20T12:46:22.013\",\n    \"maskedPAN\": \"************0088\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"94108\",\n    \"merchantAccountCode\": \"2197003\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"},{"id":"c212cc9a-de94-4296-b927-606e045d0ff1","name":"Push Payment (Token)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"push-payment\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1235,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"11110000000631900008\",\n    \"authorizationCode\": \"056803\",\n    \"referenceNumber\": \"01dac2f4-28da-423c-8ab0-6ef4f2cc5412\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1235,\n    \"originalAmount\": 1235,\n    \"expirationDate\": \"1235\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"98140304\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"internalMessage\": \"Approved: 056803 (approval code)\",\n    \"transactionCode\": \"12345678\",\n    \"transactionDate\": \"20240220\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2024-02-20T12:46:22.013\",\n    \"isoRequestDate\": \"2024-02-20T12:46:22.013\",\n    \"maskedPAN\": \"************0088\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"94108\",\n    \"merchantAccountCode\": \"2197003\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"202fd1af-0f15-486f-878a-5827eaadafe1"},{"name":"Push Inquiry","id":"857ae11b-643a-424b-a17c-a1621ed979be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"\",\r\n    \"expirationDate\": \"1235\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/pushinquiry","description":"<p>The following examples shows how to perform a push-inquiry. This function is used to determine if a push-payment can be performed to a particular card.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","pushinquiry"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a8997cec-3b59-4dc8-ad84-3ae626ec83c7","name":"Push Inquiry","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"\",\r\n    \"expirationDate\": \"1235\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/pushinquiry"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionType\": \"PushInquiry\",\n    \"responseType\": \"Good\",\n    \"token\": \"11110000000631900008\",\n    \"expirationDate\": \"1235\",\n    \"referenceNumber\": \"98140904\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"transactionDate\": \"20240220\",\n    \"providerReferenceNumber\": \"2691c114-a301-46e6-9fc8-47f49d70a9f9\",\n    \"organizationId\": \"94108\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"},{"id":"f459383a-6841-494d-b12f-a7c271554ae0","name":"Push Inquiry (Token)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"token\": \"\",\r\n    \"expirationDate\": \"1235\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/pushinquiry"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"transactionType\": \"PushInquiry\",\n    \"responseType\": \"Good\",\n    \"token\": \"11110000000631900008\",\n    \"expirationDate\": \"1235\",\n    \"referenceNumber\": \"98140904\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"transactionDate\": \"20240220\",\n    \"providerReferenceNumber\": \"2691c114-a301-46e6-9fc8-47f49d70a9f9\",\n    \"organizationId\": \"94108\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"857ae11b-643a-424b-a17c-a1621ed979be"}],"id":"64ce8d53-8cb2-4fe5-80b3-462b8423c49c","description":"<p>Push Payments are transactions in which the merchant is sending, or pushing, funds to the cardholder. The BridgePay gateway supports two functions: <em>push-payment</em> and <em>push-inquiry</em>.</p>\n<p>push-payments are done via the transaction endpoint. Push-inquirys are done via a dedicated push-inquiry endpoint as shown in the following examples.</p>\n<p>This functionality is supported via the Repay processor and requires the use of specific test cards. If you intend to use push payments in your integration, request the push payment processor setup when submitting your test account request. Please see the test card page linked in the appendix.</p>\n","_postman_id":"64ce8d53-8cb2-4fe5-80b3-462b8423c49c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Service Fee","item":[{"name":"Service Fee","id":"25b10827-ad41-4623-b6c5-590a1aa97c9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card Sale with a Service Fee using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"abbdc3f6-7acf-41ee-8074-3fdb38389cfa","name":"Service Fee","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"{{servicemerchantAccountCode}}\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiveNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"784255\",\n    \"referenceNumber\": \"804821927\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69426104\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 784255 (approval code)\",\n    \"transactionDate\": \"20221108\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-08T13:58:11.453\",\n    \"isoRequestDate\": \"2022-11-08T13:58:11.453\",\n    \"networkReferenceNumber\": \"804821927\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"serviceFeeResults\": [\n        {\n            \"authorizationCode\": \"388042\",\n            \"authorizedAmount\": 500,\n            \"originalAmount\": 500,\n            \"gatewayTransID\": \"69426204\",\n            \"gatewayMessage\": \"A01 - Approved\",\n            \"internalMessage\": \"Approved: 388042 (approval code)\",\n            \"gatewayResult\": \"00000\",\n            \"providerResponseMessage\": \"Approved\"\n        }\n    ],\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"25b10827-ad41-4623-b6c5-590a1aa97c9f"},{"name":"Service Fee ACH","id":"395c68ae-5efb-46ac-b658-adc3256a3614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"40999992\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"#####\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card Sale with a Service Fee using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"5de5383e-fa93-4288-8a97-c21170cc050a","name":"Service Fee ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"bankAccountNumber\": \"40999992\",\r\n        \"routingNumber\": \"021000021\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"ServiceFees\": [\r\n        {\r\n            \"ServiceFeeId\": \"SrvFee12345\",\r\n            \"amount\": 500,\r\n            \"merchantAccountCode\": \"{{servicemerchantAccountCode}}\",\r\n            \"ServiceUser\": \"#####\",\r\n            \"ServicePassword\": \"#####\"\r\n        }\r\n    ],\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiveNumber123\",\r\n    \"transIndustryType\": \"WEB\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"C\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"token\": \"11110000000400269992\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4532417705\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\n    \"transactionDate\": \"20240626\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2024-06-26T14:39:01.84\",\n    \"isoRequestDate\": \"2024-06-26T14:39:01.84\",\n    \"maskedPAN\": \"****9992\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"serviceFeeResults\": [\n        {\n            \"authorizedAmount\": 500,\n            \"originalAmount\": 500,\n            \"gatewayTransID\": \"4532417805\",\n            \"gatewayMessage\": \"A01 - Approved\",\n            \"internalMessage\": \"Approved: Accepted (no approval code)\",\n            \"gatewayResult\": \"00000\"\n        }\n    ],\n    \"routingNum\": \"021000021\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"395c68ae-5efb-46ac-b658-adc3256a3614"}],"id":"b0aadccf-e2da-476a-89b0-afb8592e8f0d","description":"<p>The following section outlines how to process a Sale transaction with a Service Fee using the Transaction API.</p>\n<p>The Transaction API can process a separate service fee transaction for a given principal transaction by providing data about the service fee in the request message.</p>\n<p>Note that when voiding or refunding a transaction with an associated service fee, the gateway will automatically void or refund the service fee.</p>\n<h4 id=\"servicefee-request\">serviceFee Request</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>C</td>\n<td>serviceFeeId</td>\n<td>string</td>\n<td></td>\n<td>A user-defined identifier that will be returned in the response</td>\n</tr>\n<tr>\n<td>O</td>\n<td>resellerCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the reseller that owns the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The code of the service merchant account. Use if not providing service credentials.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>amount</td>\n<td>integer</td>\n<td></td>\n<td>The implied decimal implementation of the service fee amount.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>serviceUser</td>\n<td>string</td>\n<td></td>\n<td>The username associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>servicePassword</td>\n<td>string</td>\n<td></td>\n<td>The password associated with the merchant service fee account. Use if not providing ResellerCode, MerchantCode and MerchantAccountCode.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>wallet</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>C</td>\n<td>walletPaymentMethodID</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"servicefeeresults\">serviceFeeResults</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>serviceFeeID</td>\n<td>string</td>\n<td></td>\n<td>The user-defined identifier associated with the service fee request</td>\n</tr>\n<tr>\n<td>authorizationCode</td>\n<td>string</td>\n<td>50</td>\n<td>The transaction authorization code returned from the processor.</td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td>The network reference number for the service fee transaction.</td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td>5 digit response code for the result of the service fee request</td>\n</tr>\n<tr>\n<td>authorizedAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>originalAmount</td>\n<td>integer</td>\n<td></td>\n<td>Implied decimal representation of the amount that was requested to be authorized/charged/refunded.</td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td>Transaction ID from the gateway (used as Reference Number for Voids / Refunds).</td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td>Response message from the gateway for the transaction.</td>\n</tr>\n<tr>\n<td>internalMessage</td>\n<td>string</td>\n<td></td>\n<td>Provides more information from the gateway and processor regarding the results of the transaction request.</td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td></td>\n<td>Displays the response code as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td></td>\n<td>Displays the response message as provided by the Processor for the Service Fee transaction.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"8c062464-09aa-491b-8401-d1c53001032b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a413827a-fd42-4453-a594-855c57a34c72","type":"text/javascript","exec":[""]}}],"_postman_id":"b0aadccf-e2da-476a-89b0-afb8592e8f0d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Tips (Retail)","item":[{"name":"Credit Card Authorization w/Tip (Retail)","id":"13a879cd-866e-46d2-9fe9-e67bbb686ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tRCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"bd836e23-692b-499f-917c-047ca85b38e8","name":"Credit Card Authorization (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tipRecipientCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"13a879cd-866e-46d2-9fe9-e67bbb686ad1"},{"name":"Credit Card Sale w/Tip (Retail)","id":"df8f2106-bf97-498e-a4cf-4b8eb8b097c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tRCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"9148d60a-a75a-41ca-806c-d6c270834f01","name":"Credit Card Sale (Retail)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tipRecipientCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"df8f2106-bf97-498e-a4cf-4b8eb8b097c2"},{"name":"Tip Adjustment (Retail)","id":"d7793aea-fe37-42d0-ad0b-48b82ec31190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"fe65646a-50ed-4899-b83a-7b357d20f911","name":"Tip Adjustment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1600,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4388205404\",\n    \"gatewayMessage\": \"A12 - Tip Adjustment Posted\",\n    \"internalMessage\": \"Tip Adjustment Posted\",\n    \"remainingAmount\": 0,\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d7793aea-fe37-42d0-ad0b-48b82ec31190"}],"id":"01aa5065-f079-4c8a-9b26-6d076958c71b","description":"<p>The following section outlines how to process an Authorization or Sale transaction type with a Tip using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>tipAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Tip Amount. Note: Only TransIndustryType RE(Retail) and RS(Restaurant) are supported for tip adjustment.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>tipRecipientCode</td>\n<td>string</td>\n<td>15</td>\n<td>Can contain alphanumerics, hyphens, and periods. Server ID for the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"01aa5065-f079-4c8a-9b26-6d076958c71b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Tips (Restaurant)","item":[{"name":"Credit Card Authorization w/Tip (Restaurant)","id":"d207752c-5978-4d7a-8d75-35c8f100e2ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tRCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card authorization using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"1791f38b-9afe-480d-87a9-da038339d920","name":"Credit Card Authorization (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tipRecipientCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale-auth\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"567809\",\n    \"referenceNumber\": \"976385289\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396504\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 567809 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:38:54.287\",\n    \"isoRequestDate\": \"2022-11-04T11:38:54.287\",\n    \"networkReferenceNumber\": \"976385289\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"auth\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d207752c-5978-4d7a-8d75-35c8f100e2ed"},{"name":"Credit Card Sale w/Tip (Restaurant)","id":"3f2818b2-0ea6-4e9f-a9fb-e4b95ea528f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tRCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using raw card data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"f2a5e888-ec62-49c4-9060-d344b1cb8dc5","name":"Credit Card Sale (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"tip\": {\r\n        \"tipAmount\": 500,\r\n        \"tipRecipientCode\": \"tipRecipientCode\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"569587\",\n    \"referenceNumber\": \"234977188\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1230\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"69396604\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 569587 (approval code)\",\n    \"transactionDate\": \"20221104\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2022-11-04T11:40:46.853\",\n    \"isoRequestDate\": \"2022-11-04T11:40:46.853\",\n    \"networkReferenceNumber\": \"234977188\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"3f2818b2-0ea6-4e9f-a9fb-e4b95ea528f7"},{"name":"Tip Adjustment (Restaurant)","id":"7539e9f2-59d0-4851-b460-a05925271188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"0e2864d6-7eae-406c-b340-4f825ca212b9","name":"Tip Adjustment (Restaurant)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"adjustment\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"transIndustryType\": \"RS\",\r\n    \"accountType\": \"R\",\r\n    \"holderType\": \"P\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1600,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\",\r\n    \"tip\": {\r\n        \"tipAmount\": 600,\r\n        \"tipRecipientCode\": \"Code\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1600,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4388205404\",\n    \"gatewayMessage\": \"A12 - Tip Adjustment Posted\",\n    \"internalMessage\": \"Tip Adjustment Posted\",\n    \"remainingAmount\": 0,\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"7539e9f2-59d0-4851-b460-a05925271188"}],"id":"2ed21f5a-c0da-4904-908d-daeee75bb4b8","description":"<p>The following section outlines how to process an Authorization or Sale transaction type with a Tip using the Transaction API.</p>\n<h4 id=\"payment\">payment</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>tipAmount</td>\n<td>integer</td>\n<td>8</td>\n<td>Processed as implied decimal. $1.25 would be represented as 125. Additional Tip Amount. Note: Only TransIndustryType RE(Retail) and RS(Restaurant) are supported for tip adjustment.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>tipRecipientCode</td>\n<td>string</td>\n<td>15</td>\n<td>Can contain alphanumerics, hyphens, and periods. Server ID for the customer.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"31822c26-c8f1-44e4-9a9d-789002481318","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"eef1524b-e9f6-408b-af06-47e8aadb9fe1","type":"text/javascript","exec":[""]}}],"_postman_id":"2ed21f5a-c0da-4904-908d-daeee75bb4b8","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Track Data","item":[{"name":"Track Data","id":"82c192c5-88f1-4575-97b7-e53d4f3357be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"track1\": \"%B4111111111111111^Smith/John^25101011000 1111A123456789012?\",\r\n        \"track2\": \"\",\r\n        \"track3\": \"\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using Track Data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"4dbb5440-5829-468c-be31-1657e1fcb927","name":"Track Data","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"track1\": \"%B4111111111111111^Smith/John^25101011000 1111A123456789012?\",\r\n        \"track2\": \"\",\r\n        \"track3\": \"\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"cardType\": \"Visa\",\r\n    \"token\": \"1000000010261111\",\r\n    \"authorizationCode\": \"894304\",\r\n    \"referenceNumber\": \"829652024\",\r\n    \"gatewayResult\": \"00000\",\r\n    \"authorizedAmount\": 1234,\r\n    \"originalAmount\": 1234,\r\n    \"expirationDate\": \"1025\",\r\n    \"avsResult\": \"4E\",\r\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\r\n    \"cvResult\": \"N\",\r\n    \"cvMessage\": \"Not matches\",\r\n    \"isCommercialCard\": \"False\",\r\n    \"gatewayTransID\": \"69426604\",\r\n    \"gatewayMessage\": \"A01 - Approved\",\r\n    \"internalMessage\": \"Approved: 894304 (approval code)\",\r\n    \"transactionDate\": \"20221108\",\r\n    \"remainingAmount\": 0,\r\n    \"isoCountryCode\": \"840\",\r\n    \"isoCurrencyCode\": \"USD\",\r\n    \"isoTransactionDate\": \"2022-11-08T14:16:06.957\",\r\n    \"isoRequestDate\": \"2022-11-08T14:16:06.957\",\r\n    \"networkReferenceNumber\": \"829652024\",\r\n    \"merchantCategoryCode\": \"5999\",\r\n    \"networkMerchantId\": \"1939001\",\r\n    \"networkTerminalId\": \"10001\",\r\n    \"maskedPAN\": \"************1111\",\r\n    \"responseTypeDescription\": \"sale\",\r\n    \"cardBIN\": \"41111111\",\r\n    \"cardClass\": \"Visa\",\r\n    \"cardIdentifier\": \"Credit\",\t\r\n    \"cardModifier\": \"None\",\r\n    \"cardHolderName\": \"Smith John\",\r\n    \"providerResponseMessage\": \"Approved\",\r\n    \"organizationId\": \"13808\",\r\n    \"merchantAccountCode\": \"1939001\",\r\n    \"transactionID\": \"transactionID123\",\r\n    \"requestType\": \"004\",\r\n    \"responseCode\": \"00000\",\r\n    \"responseDescription\": \"Successful Request\"\r\n}"}],"_postman_id":"82c192c5-88f1-4575-97b7-e53d4f3357be"}],"id":"69c408ef-ee72-4013-8131-acf2ff207983","description":"<p>The following section outlines how to process a transaction using Track Data through the Transaction API.</p>\n<p>If your integration requires sending track information in separate fields, you can use the Track1 and Track2 data elements to send the data.</p>\n<p>To send the data without extra encryption, simply send the appropriate data elements in the appropriate fields. You must include all start and end sentinels and the field separators as well.</p>\n<p>To send the data with hardware level encryption, your reader must provide the encrypted data in separate fields. This encrypted combined track data would then be placed in the Track1 and Track2 elements respectively.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td>13-19</td>\n<td>When present, must follow general Credit Card, Debit Card, EBT Card, and Gift Card conventions. Required if track or EMV data not present.</td>\n</tr>\n<tr>\n<td>1</td>\n<td>expirationDate</td>\n<td>string</td>\n<td>22</td>\n<td>Expiration date of the card. If present, the supported format are: MMYY and MM/YY. Required if track data not present.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>securityCode</td>\n<td>string</td>\n<td>3-4</td>\n<td>When present, must be 3 or 4 digits long CVV / CVV2 of the card.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td>Required for swiped transactions to qualify for best rate. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td>Required for all swiped transactions. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>C</td>\n<td>track3</td>\n<td>string</td>\n<td></td>\n<td>Optional; used for encryption. When present, can contain alphanumeric characters and spaces, periods, slashes (/), percent symbols (%), caret symbols (^), question marks (?), semicolons (;), equality symbols (=) or hyphens (-). Can use hardware encryption. Validated against acceptable characters in card swipe, as above. Can use hardware encryption.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td></td>\n<td>When present, represents the tokenized card number received from a token request. This is used in place of the paymentAccountNumber.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>bankAccountNumber</td>\n<td>string</td>\n<td></td>\n<td>The bank account number for ACH and Check transactions. Must contain at least one number.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>routingNumber</td>\n<td>string</td>\n<td>10</td>\n<td>The routing number for ACH and Check transactions. Can contain up to 10 numbers.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerWalletId</td>\n<td>string</td>\n<td>36</td>\n<td>The ID provided by the merchant for the payment method. When using this field, no other payment identifiers are necessary (i.e. paymentAccountNumber, track, bankAccountNum, etc).</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"dd7fa1c1-4fdc-4281-961e-4d0dd6b0d347","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69e7974c-235e-4e3a-a873-5baec139e049","type":"text/javascript","exec":[""]}}],"_postman_id":"69c408ef-ee72-4013-8131-acf2ff207983","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Void/Refund","item":[{"name":"Void","id":"1f5f19f2-9d68-4e6c-8604-42bebebfce09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Void transaction type using the Transaction API. Note that a void may only be used on a transaction that has not been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"008b2202-430e-4e4a-8c9d-1783fb70acb3","name":"Void","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"void\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"void\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69396704\",\n    \"gatewayMessage\": \"A03 - Void Posted (Auth Reversed)\",\n    \"remainingAmount\": 0,\n    \"responseTypeDescription\": \"void\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"012\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}\n"}],"_postman_id":"1f5f19f2-9d68-4e6c-8604-42bebebfce09"},{"name":"Refund (Referenced)","id":"68151665-855c-471f-832d-c14d0b6c6a9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund","description":"<p>The following request shows how to process a Refund transaction type referencing a prior Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","voidrefund"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"dad517cf-391e-42a7-976a-893fa7b184ed","name":"Refund (Referenced)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"referenceNumber\": \"gatewayTransID from original transaction\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"refund\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"refund\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69396904\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"transactionCode\": \"V69396804\",\n    \"remainingAmount\": 0,\n    \"responseTypeDescription\": \"refund\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"012\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}\n"}],"_postman_id":"68151665-855c-471f-832d-c14d0b6c6a9b"},{"name":"Refund (Unreferenced with paymentAccountNumber)","id":"ce8f4df1-f08b-43e6-987c-64c08d2cf9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Refund transaction type without an offsetting Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled. Also note that unreferenced refunds are disabled by default.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"da36ab93-8643-4590-a4f4-2fd55e5dc470","name":"Refund (Unreferenced with paymentAccountNumber)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"paymentAccountNumber\": \"4111111111111111\",\r\n        \"expirationDate\": \"1235\",\r\n        \"securityCode\": \"111\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"491362\",\n    \"referenceNumber\": \"28661755\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"avsResult\": \"40\",\n    \"avsMessage\": \"Address not available (Address not verified)\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4386535204\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionDate\": \"20230516\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-16T16:12:20.087\",\n    \"isoRequestDate\": \"2023-05-16T16:12:20.087\",\n    \"networkReferenceNumber\": \"28661755\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"12345001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"credit\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Credit Posted\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ce8f4df1-f08b-43e6-987c-64c08d2cf9f4"},{"name":"Refund (Unreferenced with Token)","id":"5dffd7fb-9a0c-4504-8d6c-b106fc6d221b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following request shows how to process a Refund transaction type without an offsetting Sale using the Transaction API. Note that a refund may only be used on a transaction that has been settled. Also note that unreferenced refunds are disabled by default.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"faaa80fc-a561-4b70-aa4c-29e1775c4b01","name":"Refund (Unreferenced with Token)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"token\": \"1000000044935454\",\r\n        \"expirationDate\": \"1235\"\r\n    },\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"credit\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"transactionMode\": \"N\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"491362\",\n    \"referenceNumber\": \"28661755\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"expirationDate\": \"1235\",\n    \"avsResult\": \"40\",\n    \"avsMessage\": \"Address not available (Address not verified)\",\n    \"cvResult\": \"M\",\n    \"cvMessage\": \"Matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4386535204\",\n    \"gatewayMessage\": \"A02 - Credit Posted\",\n    \"internalMessage\": \"Credit Posted\",\n    \"transactionDate\": \"20230516\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-05-16T16:12:20.087\",\n    \"isoRequestDate\": \"2023-05-16T16:12:20.087\",\n    \"networkReferenceNumber\": \"28661755\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"12345001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"credit\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Credit Posted\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"5dffd7fb-9a0c-4504-8d6c-b106fc6d221b"}],"id":"e3ceee94-bcc9-42c1-bf4a-659d307e66fc","description":"<p>The following section outlines how to process a Void or Refund using the Transaction API. Note that the Proxy processor in UAT only allows for one partial void or refund. This does not apply to production processors where you can perform more than one partial void or refund.</p>\n<h4 id=\"voidrefundrequest\">voidRefundRequest</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R</td>\n<td>transactionID</td>\n<td>string</td>\n<td>60</td>\n<td>A unique value, generated by the integrating application, used to identify the transaction.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>Provided by MyBridgePay at the time of boarding. The element is necessary unless the client is using a different merchant lookup solution (See Section 1.6)</td>\n</tr>\n<tr>\n<td>R</td>\n<td>amount</td>\n<td>integer</td>\n<td>8</td>\n<td>The amount requested to be refunded / voided. Processed as implied decimal. $1.25 would be represented as 125.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>referenceNumber</td>\n<td>string</td>\n<td>12</td>\n<td>The gatewayTransID returned as a part of the response to a payment request.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>transactionType</td>\n<td>string</td>\n<td>6</td>\n<td>Can contain letters and hyphens. Must match a one of the defined transaction types in Unipay. Should use “void” or “refund” only for this request type.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>token</td>\n<td>string</td>\n<td>36</td>\n<td>Provided by the AcquirePurchaseToken method. Must be the same Purchase Token acquired and used for an authorization or sale. Used in place of User and Password in the base response.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>folioNumber</td>\n<td>string</td>\n<td>15</td>\n<td>Hotel folio number  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>O</td>\n<td>checkInDate</td>\n<td>string</td>\n<td></td>\n<td>The date of actual or anticipated check-in.  <br />Required when LodgingChargeType = 'H'</td>\n</tr>\n<tr>\n<td>R</td>\n<td>originatingTechnologySource</td>\n<td>string</td>\n<td>N/A</td>\n<td>Name of software transmitting the transaction.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>originatingSoftwareVendor</td>\n<td>string</td>\n<td>N/A</td>\n<td>Name of vendor that developed the software used in transmitting the transaction. May only contain the following characters: a-z, A-Z, 0-9, spaces, and dashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>customerAccountCode</td>\n<td>string</td>\n<td>24</td>\n<td>Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>invoiceNumber</td>\n<td>string</td>\n<td>24</td>\n<td>Invoice number. Spaces are not allowed. Alphanumeric and dashes accepted. User supplied data.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>memo</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"voidrefundresponse\">voidRefundResponse</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>transactionID</td>\n<td>string</td>\n<td></td>\n<td>The transactionID that was send with the request.</td>\n</tr>\n<tr>\n<td>requestType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td>The merchant account code used to process the original authorization and the void or refund.</td>\n</tr>\n<tr>\n<td>responseType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>referenceNumber</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayResult</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayTransID</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>gatewayMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>transactionCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>remainingAmount</td>\n<td>integer</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>responseTypeDescription</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardClass</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardModifier</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>cardHolderName</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>providerResponseCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>providerResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>organizationId</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"0cdbe809-eb71-4b76-b61e-bf7ac8eaba2e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab78efcc-7407-4e62-b74e-759d17ddc188","type":"text/javascript","exec":[""]}}],"_postman_id":"e3ceee94-bcc9-42c1-bf4a-659d307e66fc","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}}],"id":"5f1bb0df-3f50-4508-9e39-5c8be9840503","description":"<p>The following section contains examples of Card Not Present transactions through the Transaction API. A card not present transaction is defined as a transaction in which the card data was not directly read off of the card and instead manually keyed into a program, web page, or virtual terminal. The card information is then formatted into a Transaction API request and used to process a transaction.</p>\n<p>It is recommended that card data collected on a web page be collected using BridgePay's TokenPay.js product. See the TokenPay.js folder for more information.</p>\n","_postman_id":"5f1bb0df-3f50-4508-9e39-5c8be9840503","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"TokenPay.js","item":[{"name":"TokenPay Sale","event":[{"listen":"prerequest","script":{"id":"26a79c72-6fe6-4eaa-a711-9d7de07a3765","exec":["var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\r","pm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0e6abf59-6bc8-4298-94ae-f2fc1d96ca37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a credit card sale using TokenPay.js data.</p>\n<p>See the Authentication section above for a description of how the Authorization Header is built. In Javascript, using PostMan collection variables, the pre-request script will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\npm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));\n\n</code></pre>\n","urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"e37dbcf2-1d23-4192-98dd-790de5485f24","name":"TokenPay Sale CC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"1000000010261111\",\n    \"authorizationCode\": \"370806\",\n    \"referenceNumber\": \"251779553\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2500,\n    \"originalAmount\": 2500,\n    \"expirationDate\": \"0225\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"70076204\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: 370806 (approval code)\",\n    \"transactionDate\": \"20230605\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-06-05T17:36:21.553\",\n    \"isoRequestDate\": \"2023-06-05T17:36:21.553\",\n    \"networkReferenceNumber\": \"251779553\",\n    \"merchantCategoryCode\": \"5999\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"maskedPAN\": \"************1111\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"providerResponseMessage\": \"Approved\",\n    \"organizationId\": \"13808\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"},{"id":"a2d3fa70-dce8-44b6-8d5c-810abd7a650d","name":"TokenPay Sale ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"sale\",\r\n    \"invoiceNumber\": \"InvoiceNumber123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 1234,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"None\",\n    \"token\": \"11110000000000697890\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 1234,\n    \"originalAmount\": 1234,\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4439332404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"internalMessage\": \"Approved: Accepted (no approval code)\",\n    \"transactionDate\": \"20230809\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2023-08-09T12:02:35.063\",\n    \"isoRequestDate\": \"2023-08-09T12:02:35.063\",\n    \"responseTypeDescription\": \"sale\",\n    \"cardClass\": \"None\",\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"11861\",\n    \"merchantAccountCode\": \"12345001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"0e6abf59-6bc8-4298-94ae-f2fc1d96ca37"},{"name":"TokenPay Push Payment","event":[{"listen":"prerequest","script":{"id":"26a79c72-6fe6-4eaa-a711-9d7de07a3765","exec":["var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\r","pm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ab705401-d79c-4621-9adc-4b829cef548e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"push-payment\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 2500,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction","description":"<p>The following example shows how to process a push-payment using TokenPay.js data.</p>\n<p>See the Authentication section above for a description of how the Authorization Header is built. In Javascript, using PostMan collection variables, the pre-request script will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\npm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));\n\n</code></pre>\n","urlObject":{"path":["Transaction.API","api","transaction"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"6b9a309b-3f42-4e65-b650-6e6020284777","name":"TokenPay Push Payment","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"transactionType\": \"push-payment\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"amount\": 2500,\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardType\": \"Visa\",\n    \"token\": \"11110000000623390004\",\n    \"authorizationCode\": \"097651\",\n    \"referenceNumber\": \"8065b7c1-4545-4814-99b4-f14aeb9ac6dd\",\n    \"gatewayResult\": \"00000\",\n    \"authorizedAmount\": 2500,\n    \"originalAmount\": 2500,\n    \"expirationDate\": \"1225\",\n    \"isCommercialCard\": \"False\",\n    \"gatewayTransID\": \"4506328904\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"internalMessage\": \"Approved: 097651 (approval code)\",\n    \"transactionDate\": \"20240220\",\n    \"remainingAmount\": 0,\n    \"isoCountryCode\": \"840\",\n    \"isoCurrencyCode\": \"USD\",\n    \"isoTransactionDate\": \"2024-02-20T16:22:26.16\",\n    \"isoRequestDate\": \"2024-02-20T16:22:26.16\",\n    \"maskedPAN\": \"************0004\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"cardModifier\": \"None\",\n    \"cardHolderName\": \"Test\",\n    \"organizationId\": \"15950\",\n    \"merchantAccountCode\": \"13816001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"004\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"ab705401-d79c-4621-9adc-4b829cef548e"},{"name":"TokenPay Push Inquiry","event":[{"listen":"prerequest","script":{"id":"26a79c72-6fe6-4eaa-a711-9d7de07a3765","exec":["var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\r","pm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2248d53c-939b-4a50-b1ec-29365fc53f26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/pushinquiry","description":"<p>The following example shows how to process a push-inquiry using TokenPay.js data.</p>\n<p>See the Authentication section above for a description of how the Authorization Header is built. In Javascript, using PostMan collection variables, the pre-request script will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\npm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));\n\n</code></pre>\n","urlObject":{"path":["Transaction.API","api","PaymentMethod","pushinquiry"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"6302e2dc-10d1-45a7-975c-f1ae9ca93863","name":"TokenPay Push Inquiry","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 street St SE\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"22222\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"invoiceNumber\": \"InvNum123\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"holderType\": \"P\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/pushinquiry"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"transactionType\": \"PushInquiry\",\n    \"responseType\": \"Good\",\n    \"token\": \"11110000000623390004\",\n    \"expirationDate\": \"1225\",\n    \"referenceNumber\": \"4506308505\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved(SUCCESSFUL)\",\n    \"transactionDate\": \"20240220\",\n    \"providerReferenceNumber\": \"1893314a-d72a-419b-a898-00d1d8b97c0f\",\n    \"organizationId\": \"15950\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"2248d53c-939b-4a50-b1ec-29365fc53f26"},{"name":"TokenPay Card Verification","event":[{"listen":"prerequest","script":{"id":"84a35f0c-aa87-4d68-bff9-b1403aa46836","exec":["var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\r","pm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"06530bff-e1b0-4455-a7d9-7830074d22d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Fun Rd\",\r\n        \"zip\": \"55555\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify","description":"<p>The following request shows how to process a Card Verification transaction using TokenPay.js data. This request is used to validate card information without processing an authorization.</p>\n<p>See the Authentication section above for a description of how the Authorization Header is built. In Javascript, using PostMan collection variables, the pre-request script will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\npm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"54d86686-aa74-4b22-8ad3-e41eea897c21","id":"54d86686-aa74-4b22-8ad3-e41eea897c21","name":"TokenPay.js","type":"folder"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","verify"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"0f86799f-f4ed-462a-bd9c-b7a3fed06171","name":"TokenPay Card Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Fun Rd\",\r\n        \"zip\": \"55555\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\n    \"transactionType\": \"AccountVerification\",\n    \"responseType\": \"Good\",\n    \"token\": \"1000000010261111\",\n    \"expirationDate\": \"0225\",\n    \"referenceNumber\": \"70077204\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved (CARD OK)\",\n    \"transactionDate\": \"20230605\",\n    \"avsResult\": \"4E\",\n    \"avsMessage\": \"Street address and 5-digit ZIP match\",\n    \"cvResult\": \"N\",\n    \"cvMessage\": \"Not matches\",\n    \"organizationId\": \"13808\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"06530bff-e1b0-4455-a7d9-7830074d22d0"},{"name":"TokenPay PaymentMethodToken","event":[{"listen":"prerequest","script":{"id":"84a35f0c-aa87-4d68-bff9-b1403aa46836","exec":["var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\r","pm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a97b253d-c1da-4530-81b0-5eb03c1f5dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"text"}],"body":{"mode":"raw","raw":"{\"transactionID\": \"transactionID123\"}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken","description":"<p>The following request shows how to create a multi-use token using TokenPay.js dataI. This request is used to tokenize card information without processing an authorization.</p>\n<p>See the Authentication section above for a description of how the Authorization Header is built. In Javascript, using PostMan collection variables, the pre-request script will look like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">var authorizationTokenPay = pm.collectionVariables.get(\"AuthenticationTokenId\") + \":\" + pm.collectionVariables.get(\"TokenPayPrivateKey\")\npm.collectionVariables.set(\"AuthorizationTokenPay\", \"TokenPay \" + btoa(authorizationTokenPay));\n\n</code></pre>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"54d86686-aa74-4b22-8ad3-e41eea897c21","id":"54d86686-aa74-4b22-8ad3-e41eea897c21","name":"TokenPay.js","type":"folder"}},"urlObject":{"path":["Transaction.API","api","PaymentMethodToken"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a97fefc5-cadf-4994-95fb-251e7ebf5d19","name":"TokenPay PaymentMethodToken CC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"transactionID\": \"transactionID123\"}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"1000000010261111\",\n    \"organizationId\": \"13808\",\n    \"expirationDate\": \"02/25\",\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"requestType\": \"001\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"},{"id":"3e1b37f5-c98f-4ca6-8efb-ad04e23989ce","name":"TokenPay PaymentMethodToken ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"transactionID\": \"transactionID123\"}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"11110000000400269992\",\n    \"routingNumber\": \"123450000\",\n    \"organizationId\": \"13808\",\n    \"requestType\": \"013\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a97b253d-c1da-4530-81b0-5eb03c1f5dc4"}],"id":"54d86686-aa74-4b22-8ad3-e41eea897c21","description":"<h3 id=\"overview\">Overview</h3>\n<hr />\n<p>User TokenPay.js to securely collect card information and execute transactions in a PCI compliant manner.</p>\n<p>The base integration solutions for TokenPay.js include:</p>\n<ul>\n<li><p>Transaction API – a web services API for payment processing. The use of Transaction API (without TokenPay.js) for payment capture places 100% of PCI Compliance responsibility on the Customer’s integration.</p>\n</li>\n<li><p>TokenPay.js – is an extension of the Transaction API that combines client-side and server-side technologies for PCI-compliant online payment capture.</p>\n</li>\n</ul>\n<p>TokenPay.js maximizes the user experience by allowing for the capture of sensitive card data within the payment form on the merchant’s website. The consumer remains on the merchant’s payment page at all times. The payment ‘token’ is only valid for use within 15 minutes of being generated or until used for the Transaction API transaction.</p>\n<p>TokenPay.js is an integration interface for the Payment Gateway that primarily facilitates online card payments in a manner that ensures that no sensitive card data ever needs to reach your servers so your integration can operate in a PCI compliant way.</p>\n<p>To ensure that merchants are eligible for the simplest PCI validation method, Self-Assessment Questionnaire (SAQ A)*, TokenPay.js utilizes:</p>\n<ul>\n<li><p>Isolation – Payment Gateway hosts the card sensitive data input fields. The fields are injected into your form as an HTML iframe thus isolating your page and your server from card sensitive data.</p>\n</li>\n<li><p>Tokenization – in order to execute transactions against the user’s card, TokenPay.js tokenizes the card sensitive data. The card token is generated via the use of the TokenPay.js JavaScript library and your payment form.</p>\n</li>\n<li><p>Segregation - Requests for charges against the user's card are made server-to-server not in the browser where it is publicly visible. The tokenized card data is submitted to your server where a secure server-to-server request is made to execute the transaction.</p>\n</li>\n<li><p>Public/Private Keys – The injection of the TokenPay.js hosted input fields and card tokenization is authenticated via a public key assigned to the merchant. API requests to execute charges against the tokenized card information are made by the backend server and are authenticated with a private key assigned to the merchant.</p>\n</li>\n<li><p>If you are processing more than six million transactions per year, you are not eligible to use a SAQ to prove PCI compliance. Payment brands require you to complete a Report on Compliance (RoC) to validate your PCI compliance annually.</p>\n</li>\n</ul>\n<h3 id=\"authentication\">Authentication</h3>\n<hr />\n<p>TokenPay.js transactions will not use Basic Authorization like other transaction types in the BridgePay Transaction API. To authenticate a TokenPay.js transaction, Basic Authorization must be disabled and an Authorization header must be included.</p>\n<p>The Authorization header value is a combination of a static text value (TokenPay) and a base64 encoded combination of the AuthenticationTokenID and the TokenPay.js PrivateKey separated by a colon (:). Examples of how this is achieved are provided in this collection, and the process for compiling is exemplified in the pre-request script for these examples.</p>\n<p>Below is an example of the raw and Base64 encoded values:</p>\n<p>RAW: TokenPay f5021ddf-afe1-4db6-961c-a65185e79d13:TtXNMYZUXRSZWfw4<br />Base64: TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=</p>\n<h2 id=\"client-side\">Client Side</h2>\n<hr />\n<p>TokenPay.js is the JavaScript library for building payment flows within the Payment Gateway. With it you can collect card sensitive data from the user and create payment tokens for securely sending the data to your server in a PCI compliant manner.</p>\n<p>TokenPay.js provides a ready-made UI component for collecting the card sensitive data from the user. TokenPay.js then tokenizes the information without ever having to touch your server.</p>\n<p>The TokenPay.js UI component includes:</p>\n<ul>\n<li><p>Automatically format card information as it is entered</p>\n</li>\n<li><p>Validation of card information as it is entered</p>\n</li>\n<li><p>Responsive design that works on user’s screen or mobile device</p>\n</li>\n<li><p>Customizable styling to match your look and feel</p>\n</li>\n</ul>\n<h2 id=\"payment-form-submission-best-practices\">Payment Form Submission Best Practices</h2>\n<hr />\n<p>When implementing payment forms, it is recommended that the integrator utilize reCAPTCHA. reCAPTCHA protects payment forms from SPAM and bot abuse. Using reCAPTCHA on your payment forms reduces the risk of fraudulent transactions on the merchant's eCommerce sites by performing a Completely Automated Public Turing Test to Tell Computers and Humans Apart (CAPTCHA) test to tell humans and bots apart.</p>\n<p>For more information on reducing form SPAM and bot abuse visit:<br /><a href=\"http://developers.google.com/recaptcha/intro\">https://developers.google.com/recaptcha/intro</a></p>\n<h3 id=\"public-and-private-keys\">Public and Private Keys</h3>\n<hr />\n<p>When a Payment Gateway Merchant using the Transaction API wants to utilize TokenPay.js for online transactions, a public/private key pair is assigned to the merchant for use with TokenPay.js. The public/private key is tied to a merchant account and merchant account code combination.</p>\n<p>The public key is utilized by the TokenPay.js JavaScript library on your payment web page and is publicly visible, but this key only allows for the injection of the Payment Gateway hosted input fields. This key cannot be used to execute transactions against the user’s card.</p>\n<p>The private key MUST be secured and never shared. The combination of the TokenPay.js generated card payment token and private key allows for charges to be made against the associated user’s card.</p>\n<h3 id=\"http-requirements\">HTTP Requirements</h3>\n<hr />\n<p>All submission of payment information using TokenPay.js is made via a secure HTTPS connection. To protect yourself from man-in-the-middle attacks and to prevent your users from experiencing mixed content warnings in their browser, you <strong>MUST</strong> serve the page with your payment form over <strong>HTTPS</strong>.</p>\n<p>The URL of the page containing TokenPay.js <strong>MUST</strong> begin with https://.</p>\n<p>TEST URL:</p>\n<p>https://{{BaseURL}}/WebSecurity/TokenPay/plain-js/tokenPay.js</p>\n<p>PRODUCTION URL:</p>\n<p>https://{{BASE_PROD_URL}}/WebSecurity/TokenPay/plain-js/tokenPay.js</p>\n<h4 id=\"step-1-setting-up-tokenpayjs\">Step 1: Setting Up TokenPay.js</h4>\n<p>To get started, include this script on your page (sample code is using the Test URL):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-preserveHtml\">&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n&lt;title&gt;Test React&lt;/title&gt;\n&lt;script type=\"text/javascript\" src=\"https://www.bridgepaynetsecuretest.com/WebSecurity/TokenPay/plain-js/tokenPay.js\"&gt;&lt;/script&gt;;\n&lt;link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\"&gt;\n    &lt;style&gt;\n        #amount {\n            width: 75px;\n        }\n        #card {\n            background: #ffffffa3;\n            height: 100px;\n            padding: 10px 12px;\n            border-radius: 5px;\n            border: 1px solid #84a6ae;\n            box-sizing: border-box;\n            line-height: 0;\n            margin: 9px 0px;\n            width: 500px;\n        }\n    &lt;/style&gt;\n    &lt;style id=\"customStyles\"&gt;\n        .input-style {\n            color: #32a866;\n        }\n        .input-hint {\n            color: #5e95a1;\n            border-color: #9ac0c8;\n        }\n        /* All fields in form */\n        .form-wrapper {\n            width: 400px;\n        }\n        /* Credit Card Number */\n        .input-wrapper {\n            width: 200px;\n        }\n        /* Expiry Date */\n        .sub-wrapper {\n            width: 100px;\n        }\n        .valid-class {\n            color: #217195;\n        }\n        .invalid-class {\n            color: #b05826;\n        }\n    &lt;/style&gt;\n&lt;/head&gt;\n\n</code></pre>\n<h4 id=\"step-2-create-your-payment-form\">Step 2: Create Your Payment Form</h4>\n<p>To securely collect card sensitive details from your users, TokenPay.js creates UI components for you that are hosted by BridgePay. They are then inserted into your payment form.</p>\n<p>To determine where to insert the UI components, create empty DOM elements with unique IDs within your payment form.</p>\n<p>If you want to modify and customize the style of the card entry area, create a hidden</p>\n<p>element to contain your styling. The id of this element MUST be 'customStyles'.</p>\n<p><strong>NOTE: The POST method to the ...echo.aspx URL is for testing purposes only and should not be used in production. Remove this POST from your page's implementation.</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-preserveHtml\">&lt;body&gt;\n&lt;form id=\"paymentForm\" action=\"https://www.bridgepaynetsecuretest.com/WebSecurity/echo.aspx\" method=\"post\" style=\"margin: 10px;\"&gt;\n    &lt;select class=\"form-control\" name=\"amount\" id=\"amount\" style=\"width: 100px;\"&gt;\n        &lt;option value=\"25\"&gt;$25&lt;/option&gt;\n        &lt;option value=\"50\"&gt;$50&lt;/option&gt;\n    &lt;/select&gt;\n    &lt;div class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; id=\"card\" style=\"border: solid 1px lightgray; height: 100px; width: 500px; padding: 20px 10px; border-radius: 10px; margin: 10px 0px;\"&gt;&lt;/div&gt;\n    &lt;div class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; id=\"errorMessage\" style=\"margin-bottom: 10px; color: #c0392b;\"&gt;&lt;/div&gt;\n    &lt;button type=\"submit\" class=\"btn btn-default\"&gt;Submit&lt;/button&gt;\n&lt;/form&gt;\n\n</code></pre>\n<p>When the form is loaded, initialize the Pay element:</p>\n<p>Replace the phrase your-public-key, shown below, with your publishable public key tied to your merchant account and merchant account codes. To display ACH instead of credit card fields set useACH to true - useACH: true. To disable zip code field (prevent zip code field from displaying) set disableZip to true - disableZip: true. To disable CVV field (prevent CVV field from displaying) set disableCVV to true - disableCVV: true.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-preserveHtml\">&lt;script&gt;\n    var tokenpay = TokenPay('tokenpay2572api202034114652681');\n    tokenpay.initialize({\n        dataElement: 'card',\n        errorElement: 'errorMessage',\n        amountElement: 'amount',\n        useACH: false,\n        //if displaying all 4 fields then useStyles=false, disableZip=false, disableCvv=false\n        //if displaying 3 out of 4 fields then useStyles=false, and set disableZip or disableCvv equal to true\n        //if displaying 2 out of 4 fields then useStyles=true, disableZip=true, disableCvv=true\n        useStyles: false,\n        disableZip: false,            \n        disableCvv: false   \n    });\n\n</code></pre>\n<p>The TokenPay element simplifies the form and minimizes the fields required by inserting a single input field that securely collects all needed card data.</p>\n<p>If you have created the customStyles element to style the card entry area, change the value of 'useStyles' to true.</p>\n<h4 id=\"step-3-submit-the-token\">Step 3: Submit the Token</h4>\n<p>The card data collected by the TokenPay element returns a payment token to be used with the private key for the transaction request to the Transaction API. If there are any errors in the collection of the card data or creation of the payment token, information is automatically displayed in the 'errorElement' of your payment form.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-preserveHtml\">   var form = document.getElementById('paymentForm');\n    form.addEventListener('submit', function(event) {\n        event.preventDefault();\n        tokenpay.createToken(function (result) {\n            var hiddenInput = document.createElement('input');\n            hiddenInput.setAttribute('type', 'hidden');\n            hiddenInput.setAttribute('name', 'token');\n            hiddenInput.setAttribute('value', result.token);\n            form.appendChild(hiddenInput);\n            form.submit();\n        }, function (result) {\n            console.log(\"error: \" + result);\n        });\n    });\n&lt;/script&gt;\n&lt;/body&gt;\n&lt;/html&gt;\n&lt;html&gt;&lt;head&gt;&lt;META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\"&gt;&lt;meta name=\"Robots\" content=\"NOINDEX \" /&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;\n                &lt;script type=\"text/javascript\"&gt;\n                 var gearPage = document.getElementById('GearPage');\n                 if(null != gearPage)\n                 {\n                     gearPage.parentNode.removeChild(gearPage);\n                     document.title = \"Error\";\n                 }\n                 &lt;/script&gt;\n                 &lt;/html&gt;&lt;html&gt;&lt;head&gt;&lt;META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=utf-8\"&gt;&lt;meta name=\"Robots\" content=\"NOINDEX \" /&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;\n                &lt;script type=\"text/javascript\"&gt;\n                 var gearPage = document.getElementById('GearPage');\n                 if(null != gearPage)\n                 {\n                     gearPage.parentNode.removeChild(gearPage);\n                     document.title = \"Error\";\n                 }\n                 &lt;/script&gt;\n                 &lt;/html&gt;\n\n</code></pre>\n<h2 id=\"server-side\">Server Side</h2>\n<hr />\n<p>Please refer to the URLs at the beginning of this documentation for transaction endpoints.</p>\n<p>Once you have securely collected and tokenized your user’s card payment data using TokenPay.js, you will have a 15 minute window in which to complete the transaction request. The payment token expires after the 15 minute window or when used.</p>\n<p>To complete the transaction, you must perform a sale, validation or multi-use token request in a call to the Transaction API.</p>\n<h2 id=\"zip-codes\">ZIP Codes</h2>\n<hr />\n<p>Because integrators can use TokenPay.js fields to capture the cardholder ZIP, it is possible to collect the ZIP both via the fields and via the integrator's checkout page. If ZIP is sent in both Token and in the Transaction API Payload, the ZIP from TokenPay.js takes priority.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"7f5bb2fd-2d2d-4e23-9275-cecc697bce54","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f3df4eca-8f3c-44ab-9d4f-18827c9a5dc1","type":"text/javascript","exec":[""]}}],"_postman_id":"54d86686-aa74-4b22-8ad3-e41eea897c21"},{"name":"Functions","item":[{"name":"Account Verification","item":[{"name":"Card Verification Credit/Debit","id":"c56429e0-8a02-4926-a310-b03da28a6be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify","description":"<p>The following request shows how to process a Card Verification transaction using the Transaction API. This request is used to validate card information without processing an authorization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","verify"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"8943f6e0-232d-4204-bca0-dbe00a8a1292","name":"Card Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"transactionType\": \"AccountVerification\",\n    \"responseType\": \"Good\",\n    \"token\": \"1000000010261111\",\n    \"expirationDate\": \"1230\",\n    \"referenceNumber\": \"69397304\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved (CARD OK)\",\n    \"transactionDate\": \"20221104\",\n    \"organizationId\": \"13808\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"c56429e0-8a02-4926-a310-b03da28a6be3"},{"name":"Card Verification Credit/Debit Card on File","id":"729d666d-2adb-4361-870c-87ddc88e3495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"storedCredential\": \"UnscheduledCustomer\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify","description":"<p>The following request shows how to process a Card Verification transaction using the Transaction API. This request is used to validate card information without processing an authorization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","verify"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a07b1bc5-f960-40e3-ac24-62f64b9fd475","name":"Card Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"storedCredential\": \"UnscheduledCustomer\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"transactionType\": \"AccountVerification\",\n    \"responseType\": \"Good\",\n    \"token\": \"1000000010261111\",\n    \"expirationDate\": \"1230\",\n    \"referenceNumber\": \"69397304\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved (CARD OK)\",\n    \"transactionDate\": \"20221104\",\n    \"organizationId\": \"13808\",\n    \"networkMerchantId\": \"1939001\",\n    \"networkTerminalId\": \"10001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"729d666d-2adb-4361-870c-87ddc88e3495"},{"name":"Card Verification Track Data","id":"f0db9ec3-bf6d-4d22-b276-bbecc31b8270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"track1\": \"%B4111111111111111^Smith/John^25101011000 1111A123456789012?\",\r\n    \"track2\": \"\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n    \"device\": {\r\n        \"decryptionLibrary\": \"HSM\",\r\n        \"deviceFirmware\": \"firmware v1\",\r\n        \"deviceMake\": \"IDTech\",\r\n        \"deviceModel\": \"SREDKey2\",\r\n        \"deviceSerial\": \"987654321\",\r\n        \"entryMedium\": \"MC\",\r\n        \"entryMode\": \"SX\",\r\n        \"msrksn\": \"90100100000000200054\",\r\n        \"terminalCapabilities\": \"manual|stripe\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify","description":"<p>The following request shows how to process a Card Verification transaction using the Transaction API. This request is used to validate card information without processing an authorization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethod","verify"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"a588e985-7fce-4dba-aa90-6c505941befa","name":"Card Verification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"track1\": \"%B4111111111111111^Smith/John^25101011000 1111A123456789012?\",\r\n    \"track2\": \"\",\r\n    \"accountHolder\": {\r\n        \"name\": \"Test\",\r\n        \"street\": \"8320 Street Road\",\r\n        \"city\": \"city\",\r\n        \"state\": \"FL\",\r\n        \"zip\": \"55555\",\r\n        \"countryCode\": \"US\",\r\n        \"phone\": \"1231231234\",\r\n        \"email\": \"a@a.aa\"\r\n    },\r\n        \"device\": {\r\n        \"decryptionLibrary\": \"HSM\",\r\n        \"deviceFirmware\": \"firmware v1\",\r\n        \"deviceMake\": \"IDTech\",\r\n        \"deviceModel\": \"SREDKey2\",\r\n        \"deviceSerial\": \"987654321\",\r\n        \"entryMedium\": \"MC\",\r\n        \"entryMode\": \"SX\",\r\n        \"msrksn\": \"90100100000000200054\",\r\n        \"terminalCapabilities\": \"manual|stripe\"\r\n    },\r\n    \"holderType\": \"P\",\r\n    \"transIndustryType\": \"RE\",\r\n    \"accountType\": \"R\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethod/verify"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardBIN\": \"41111111\",\n    \"cardClass\": \"Visa\",\n    \"cardIdentifier\": \"Credit\",\t\n    \"transactionType\": \"AccountVerification\",\n    \"responseType\": \"Good\",\n    \"token\": \"1000000010261111\",\n    \"expirationDate\": \"1025\",\n    \"referenceNumber\": \"495688202\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayMessage\": \"A01 - Approved (CARD OK)\",\n    \"transactionDate\": \"20230126\",\n    \"organizationId\": \"21270\",\n    \"networkMerchantId\": \"9139001\",\n    \"networkTerminalId\": \"10001\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"015\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"f0db9ec3-bf6d-4d22-b276-bbecc31b8270"}],"id":"c0f7412f-251f-4a86-b7b7-a41249d3feaa","description":"<p>The following section outlines how to process an Account Verification transaction using the Transaction API.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>accountHolder</td>\n<td>object</td>\n<td></td>\n<td>The accountHolder object contains information related to the account holder. See the following table for the data elements in this object.</td>\n</tr>\n<tr>\n<td>R</td>\n<td>merchantAccountCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>paymentAccountNumber</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>accountType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>expirationDate</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>holderType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>laneCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>customerAccountCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>transIndustryType</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>transactionDate</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>track1</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>track2</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>originatingTechnologySource</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>originatingSoftwareVendor</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>voucherNumber</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>securityCode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>transactionMode</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td></td>\n<td>storedCredential</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"accountholder\">AccountHolder</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required</strong></th>\n<th><strong>Data Element</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Length</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>O</td>\n<td>name</td>\n<td>string</td>\n<td>150</td>\n<td>Name on the credit card or ACH account. Any upper or lower case letter, hyphens, and spaces are allowed.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>street</td>\n<td>string</td>\n<td>128</td>\n<td>Street associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>city</td>\n<td>string</td>\n<td>50</td>\n<td>City associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>state</td>\n<td>string</td>\n<td>2</td>\n<td>State associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>zip</td>\n<td>string</td>\n<td>10</td>\n<td>Postal Code on the Payment Method Account. Accepted formats are Canadian, UK and US (5 and 9 digit variation) postal codes. Alphanumeric characters ONLY (no hyphens or dashes). Alpha characters must be all upper-case.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>countryCode</td>\n<td>string</td>\n<td>2</td>\n<td>Country code associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>phone</td>\n<td>string</td>\n<td>20</td>\n<td>Billing phone number. Numerics only. No special characters allowed.</td>\n</tr>\n<tr>\n<td>O</td>\n<td>email</td>\n<td>string</td>\n<td>60</td>\n<td>Email address associated with the account. Can contain alphanumerics, spaces, hyphens, periods and slashes.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"9ea437b0-da13-430d-9095-4c7d1b2e3f3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dcaa5ba9-96ba-482a-9508-a336a5561632","type":"text/javascript","exec":[""]}}],"_postman_id":"c0f7412f-251f-4a86-b7b7-a41249d3feaa","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"BIN Lookup","item":[{"name":"Bin Lookup","id":"0bf65dce-7ef3-42bc-b820-b1dc9cbcfc3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/BinLookup/411111","description":"<p>The BIN Lookup is performed on the BIN provided at the end of the GET URL as seen in this example.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","BinLookup","411111"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"24f3086d-ab63-4e73-8c90-3f5ef860b5f9","name":"Bin Lookup","originalRequest":{"method":"GET","header":[],"url":"/Transaction.API/api/BinLookup/411111"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"cardIdentifier\": \"Credit\",\n    \"requestType\": \"005\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"0bf65dce-7ef3-42bc-b820-b1dc9cbcfc3a"}],"id":"f17c158d-4a2b-4b5b-a3ed-29d428c27ceb","description":"<p>The BIN Lookup request will return information about the BIN provided in the inquiry. The BIN Lookup allows for 6, 8, and 11 digit BIN ranges and will return an indicator of <code>credit</code> or <code>debit</code>.</p>\n<p><strong>If we do not have data on the BIN provided in this request, the system defaults to</strong> <strong><code>credit</code></strong>.</p>\n","event":[{"listen":"prerequest","script":{"id":"09a3f9c8-c795-443a-ada8-3787c503f9ff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4d222aa5-7aca-434c-b0b0-d334a2da40f2","type":"text/javascript","exec":[""]}}],"_postman_id":"f17c158d-4a2b-4b5b-a3ed-29d428c27ceb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Capture","item":[{"name":"Capture Authorization","id":"729b484c-f589-4135-8740-f6d9aab88ef8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1234,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture","description":"<p>The following request shows how to process a Capture transaction using the Transaction API. This transaction type is used to capture a pre-existing authorization. Once captured, the authorization will be placed in the batch for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","capture"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7dcf3aa3-2466-4fa9-920d-0d4f7edc0b34","name":"Capture Authorization","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 1234,\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"referenceNumber\": \"gatewayTransID from original authorization\",\r\n    \"Memo\": \"Capture Auth\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/capture"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"capture\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"69397404\",\n    \"gatewayMessage\": \"A01 - Approved\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"019\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"729b484c-f589-4135-8740-f6d9aab88ef8"}],"id":"3704e6ba-e064-47f5-ab99-1d5641a1d640","description":"<p>The following section outlines how to process a Capture transaction using the Transaction API.</p>\n","event":[{"listen":"prerequest","script":{"id":"421347dc-3d08-419b-a6d7-8848f1cbf7b7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7d9a2d1f-b32e-4a93-92df-d96e3f5457ad","type":"text/javascript","exec":[""]}}],"_postman_id":"3704e6ba-e064-47f5-ab99-1d5641a1d640","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Find Transaction","item":[{"name":"Find Transaction (gatewayTransID)","id":"4f6086b2-3700-4adb-992a-e3fafa57bcd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/{gatewayTransID}?merchantAccountCode=#####","description":"<p>The following request shows how to process a Find Transaction request using the Transaction API. This request will return information related to the transaction referenced in the request.</p>\n<p>The {invoiceNumber} value in the GET URL should be replaced with the invoiceNumber of the transaction you wish to query.</p>\n<p>Note that all parameters are optional, however, if no parameters are provided, or if the results of the query return more than one row, the Transaction API will return an error indicating the need to restrict the search parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","{gatewayTransID}"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[{"key":"merchantAccountCode","value":"#####"}],"variable":[]}},"response":[{"id":"bd10d632-7ef3-460c-9a87-fb1225167a00","name":"Find Transaction (gatewayTransID)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/{gatewayTransID}?merchantAccountCode=#####","host":["https://www.bridgepaynetsecuretest.com"],"path":["Transaction.API","api","transaction","{gatewayTransID}"],"query":[{"key":"merchantAccountCode","value":"#####"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"gatewayID\": \"69349704\",\n    \"invoiceNum\": \"QASALE\",\n    \"merchantCode\": \"1939000\",\n    \"merchantAccountCode\": \"1939001\",\n    \"transactionType\": \"Sale\",\n    \"expirationDate\": \"1230\",\n    \"accountNumber\": \"****1111\",\n    \"accountType\": \"VC\",\n    \"holderName\": \"Test\",\n    \"holderType\": \"P\",\n    \"street\": \"8320 street St SE\",\n    \"city\": \"city\",\n    \"state\": \"FL\",\n    \"zipCode\": \"12345\",\n    \"countryCode\": \"US\",\n    \"phone\": \"1231231234\",\n    \"transactionIndustryType\": \"RE\",\n    \"transactionDate\": \"2022-10-20T15:39:59\",\n    \"amount\": 1234,\n    \"originalAmount\": 1234,\n    \"balance\": \"0\",\n    \"responseMessage\": \"Approved: 936203 (approval code)\",\n    \"cscResponseCode\": \"N\",\n    \"approvalCode\": \"936203\",\n    \"token\": \"1000000010261111\",\n    \"organizationId\": \"13808\",\n    \"customFields\": [],\n    \"requestType\": \"023\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"4f6086b2-3700-4adb-992a-e3fafa57bcd0"},{"name":"Find Transaction (Invoice Number)","id":"c4f4e3b0-10d7-47b3-9412-370d8938aa25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?invoiceNumber={invoiceNumber}&merchantAccountCode=#####","description":"<p>The following request shows how to process a Find Transaction request using the Transaction API. This request will return information related to the transaction referenced in the request.</p>\n<p>The {invoiceNumber} value in the GET URL should be replaced with the invoiceNumber of the transaction you wish to query.</p>\n<p>Note that all parameters are optional, however, if no parameters are provided, or if the results of the query return more than one row, the Transaction API will return an error indicating the need to restrict the search parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","search"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[{"key":"invoiceNumber","value":"{invoiceNumber}"},{"key":"merchantAccountCode","value":"#####"}],"variable":[]}},"response":[{"id":"6c165715-6cda-4a4c-86a3-8724eaa132da","name":"Find Transaction (Invoice Number)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?invoiceNumber={invoiceNumber}&merchantAccountCode=#####","host":["https://www.bridgepaynetsecuretest.com"],"path":["Transaction.API","api","transaction","search"],"query":[{"key":"invoiceNumber","value":"{invoiceNumber}"},{"key":"merchantAccountCode","value":"#####"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gatewayID\": \"69349704\",\n        \"invoiceNum\": \"QASALE\",\n        \"merchantCode\": \"1939000\",\n        \"merchantAccountCode\": \"1939001\",\n        \"transactionType\": \"Sale\",\n        \"expirationDate\": \"1230\",\n        \"accountNumber\": \"****1111\",\n        \"accountType\": \"VC\",\n        \"holderName\": \"Test\",\n        \"holderType\": \"P\",\n        \"street\": \"8320 street St SE\",\n        \"city\": \"city\",\n        \"state\": \"FL\",\n        \"zipCode\": \"12345\",\n        \"countryCode\": \"US\",\n        \"phone\": \"1231231234\",\n        \"transactionIndustryType\": \"RE\",\n        \"transactionDate\": \"2022-10-20T15:39:59\",\n        \"amount\": 1234,\n        \"originalAmount\": 1234,\n        \"balance\": \"0\",\n        \"responseMessage\": \"Approved: 936203 (approval code)\",\n        \"cscResponseCode\": \"N\",\n        \"approvalCode\": \"936203\",\n        \"token\": \"1000000010261111\",\n        \"organizationId\": \"13808\",\n        \"customFields\": [],\n        \"requestType\": \"023\",\n        \"responseCode\": \"00000\",\n        \"responseDescription\": \"Successful Request\"\n    }\n]"}],"_postman_id":"c4f4e3b0-10d7-47b3-9412-370d8938aa25"},{"name":"Find Transaction (transactionCode)","id":"93ac68f9-7c45-4253-b62d-a19ad12fb008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?transactionCode={transactionCode}&merchantAccountCode=#####","description":"<p>The following request shows how to process a Find Transaction request using the Transaction API. This request will return information related to the transaction referenced in the request.</p>\n<p>The {gatewayTransID} value in the GET URL should be replaced with the gatewayTransID of the transaction you wish to query.</p>\n<p>Note that all parameters are optional, however, if no parameters are provided, or if the results of the query return more than one row, the Transaction API will return an error indicating the need to restrict the search parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","search"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[{"key":"transactionCode","value":"{transactionCode}"},{"key":"merchantAccountCode","value":"#####"}],"variable":[]}},"response":[{"id":"7c47288e-fcae-4459-8e44-d1b9bf5b292f","name":"Find Transaction (TransactionCode)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?transactionCode={transactionCode}&merchantAccountCode=#####","host":["https://www.bridgepaynetsecuretest.com"],"path":["Transaction.API","api","transaction","search"],"query":[{"key":"transactionCode","value":"{transactionCode}"},{"key":"merchantAccountCode","value":"#####"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gatewayID\": \"69349704\",\n        \"invoiceNum\": \"QASALE\",\n        \"merchantCode\": \"1939000\",\n        \"merchantAccountCode\": \"1939001\",\n        \"transactionType\": \"Sale\",\n        \"expirationDate\": \"1230\",\n        \"accountNumber\": \"****1111\",\n        \"accountType\": \"VC\",\n        \"holderName\": \"Test\",\n        \"holderType\": \"P\",\n        \"street\": \"8320 street St SE\",\n        \"city\": \"city\",\n        \"state\": \"FL\",\n        \"zipCode\": \"12345\",\n        \"countryCode\": \"US\",\n        \"phone\": \"1231231234\",\n        \"transactionIndustryType\": \"RE\",\n        \"transactionDate\": \"2022-10-20T15:39:59\",\n        \"amount\": 1234,\n        \"originalAmount\": 1234,\n        \"balance\": \"0\",\n        \"responseMessage\": \"Approved: 936203 (approval code)\",\n        \"cscResponseCode\": \"N\",\n        \"approvalCode\": \"936203\",\n        \"token\": \"1000000010261111\",\n        \"organizationId\": \"13808\",\n        \"customFields\": [],\n        \"requestType\": \"023\",\n        \"responseCode\": \"00000\",\n        \"responseDescription\": \"Successful Request\"\n    }\n]"}],"_postman_id":"93ac68f9-7c45-4253-b62d-a19ad12fb008"},{"name":"Find Transaction (Invoice Number & transactionCode)","id":"2f61d095-9475-44bf-9520-03c6c58395ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?invoiceNumber={invoiceNumber}&transactionCode={transactionCode}&merchantAccountCode=#####","description":"<p>The following request shows how to process a Find Transaction request using the Transaction API. This request will return information related to the transaction referenced in the request.</p>\n<p>The {gatewayTransID} value in the GET URL should be replaced with the gatewayTransID of the transaction you wish to query.</p>\n<p>Note that all parameters are optional, however, if no parameters are provided, or if the results of the query return more than one row, the Transaction API will return an error indicating the need to restrict the search parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","search"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[{"key":"invoiceNumber","value":"{invoiceNumber}"},{"key":"transactionCode","value":"{transactionCode}"},{"key":"merchantAccountCode","value":"#####"}],"variable":[]}},"response":[{"id":"bcb4a93d-e61b-45b5-961a-0954c72f4a5c","name":"Find Transaction (Invoice Number & transactionCode)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?invoiceNumber={invoiceNumber}&transactionCode={transactionCode}&merchantAccountCode=#####","host":["https://www.bridgepaynetsecuretest.com"],"path":["Transaction.API","api","transaction","search"],"query":[{"key":"invoiceNumber","value":"{invoiceNumber}"},{"key":"transactionCode","value":"{transactionCode}"},{"key":"merchantAccountCode","value":"#####"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gatewayID\": \"69349704\",\n        \"invoiceNum\": \"QASALE\",\n        \"merchantCode\": \"1939000\",\n        \"merchantAccountCode\": \"1939001\",\n        \"transactionType\": \"Sale\",\n        \"expirationDate\": \"1230\",\n        \"accountNumber\": \"****1111\",\n        \"accountType\": \"VC\",\n        \"holderName\": \"Test\",\n        \"holderType\": \"P\",\n        \"street\": \"8320 street St SE\",\n        \"city\": \"city\",\n        \"state\": \"FL\",\n        \"zipCode\": \"12345\",\n        \"countryCode\": \"US\",\n        \"phone\": \"1231231234\",\n        \"transactionIndustryType\": \"RE\",\n        \"transactionDate\": \"2022-10-20T15:39:59\",\n        \"amount\": 1234,\n        \"originalAmount\": 1234,\n        \"balance\": \"0\",\n        \"responseMessage\": \"Approved: 936203 (approval code)\",\n        \"cscResponseCode\": \"N\",\n        \"approvalCode\": \"936203\",\n        \"token\": \"1000000010261111\",\n        \"organizationId\": \"13808\",\n        \"customFields\": [],\n        \"requestType\": \"023\",\n        \"responseCode\": \"00000\",\n        \"responseDescription\": \"Successful Request\"\n    }\n]"}],"_postman_id":"2f61d095-9475-44bf-9520-03c6c58395ef"},{"name":"Find Transaction (Purchase Token)","id":"4c54ae11-de03-4c22-b3fa-4fc884d42952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?purchaseToken={purchaseToken}&merchantAccountCode=#####","description":"<p>The following request shows how to process a Find Transaction request using the Transaction API. This request will return information related to the transaction referenced in the request.</p>\n<p>The {gatewayTransID} value in the GET URL should be replaced with the gatewayTransID of the transaction you wish to query.</p>\n<p>Note that all parameters are optional, however, if no parameters are provided, or if the results of the query return more than one row, the Transaction API will return an error indicating the need to restrict the search parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","transaction","search"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[{"key":"purchaseToken","value":"{purchaseToken}"},{"key":"merchantAccountCode","value":"#####"}],"variable":[]}},"response":[{"id":"7f0c6a11-c7e9-47d3-b1a5-08120a0ceb6b","name":"Find Transaction (Purchase Token)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/search?purchaseToken={purchaseToken}&merchantAccountCode=#####","host":["https://www.bridgepaynetsecuretest.com"],"path":["Transaction.API","api","transaction","search"],"query":[{"key":"purchaseToken","value":"{purchaseToken}"},{"key":"merchantAccountCode","value":"#####"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"gatewayID\": \"69349704\",\n        \"invoiceNum\": \"QASALE\",\n        \"merchantCode\": \"1939000\",\n        \"merchantAccountCode\": \"1939001\",\n        \"transactionType\": \"Sale\",\n        \"expirationDate\": \"1230\",\n        \"accountNumber\": \"****1111\",\n        \"accountType\": \"VC\",\n        \"holderName\": \"Test\",\n        \"holderType\": \"P\",\n        \"street\": \"8320 street St SE\",\n        \"city\": \"city\",\n        \"state\": \"FL\",\n        \"zipCode\": \"12345\",\n        \"countryCode\": \"US\",\n        \"phone\": \"1231231234\",\n        \"transactionIndustryType\": \"RE\",\n        \"transactionDate\": \"2022-10-20T15:39:59\",\n        \"amount\": 1234,\n        \"originalAmount\": 1234,\n        \"balance\": \"0\",\n        \"responseMessage\": \"Approved: 936203 (approval code)\",\n        \"cscResponseCode\": \"N\",\n        \"approvalCode\": \"936203\",\n        \"token\": \"1000000010261111\",\n        \"organizationId\": \"13808\",\n        \"customFields\": [],\n        \"requestType\": \"023\",\n        \"responseCode\": \"00000\",\n        \"responseDescription\": \"Successful Request\"\n    }\n]"}],"_postman_id":"4c54ae11-de03-4c22-b3fa-4fc884d42952"}],"id":"7bb1ed03-9d34-4375-a3e1-708e4ccb8240","description":"<p>The following section outlines how to submit a Find Transaction request using the Transaction API.</p>\n<p>This allows a user to pull transaction details by providing an invoiceNumber, gatewayTransId, or purchaseToken.</p>\n<p>When interpreting the Find Transaction response:</p>\n<ul>\n<li><p>If you receive a non-zero responseCode, you can interpret that value as defined in the BridgePay response code table.</p>\n</li>\n<li><p>If you receive a responseCode of 00000, review the transactionType for further detail:</p>\n<ul>\n<li><p>transactionType = Sale</p>\n<ul>\n<li>The transaction is an approved Sale</li>\n</ul>\n</li>\n<li><p>transactionType = Refund</p>\n<ul>\n<li>The transaction is an approved Refund</li>\n</ul>\n</li>\n<li><p>transactionType = Void</p>\n<ul>\n<li>The transaction is a successfully voided transaction</li>\n</ul>\n</li>\n<li><p>transactionType = Decline</p>\n<ul>\n<li>The transaction is a declined transaction</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9ad1a97a-aff3-44a3-96b7-e390d5f9ae3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4421604-3c4b-4b15-9d68-451db96d1bb5","type":"text/javascript","exec":[""]}}],"_postman_id":"7bb1ed03-9d34-4375-a3e1-708e4ccb8240","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Get Fee Amount","item":[{"name":"Get Fee Amount","id":"2707752f-fdd6-4b4a-b591-4707c75f1b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/transaction.api/api/transaction/calculatefee","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["transaction.api","api","transaction","calculatefee"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"d30b31a5-862b-4cdd-b826-15e20f34de36","name":"Get Fee Amount","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"amount\": 50000,\r\n    \"merchantAccountCode\": \"14243001\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/transaction.api/api/transaction/calculatefee"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionID\": \"f74efef7-1545-4270-905d-7c5cfbf9c5f2_20240614T201744\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"026\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\",\n    \"feeAmount\": 5012,\n    \"feeType\": \"Service\"\n}"}],"_postman_id":"2707752f-fdd6-4b4a-b591-4707c75f1b17"}],"id":"920e1d5a-d39d-40c3-b47c-e3c384edcff6","description":"<p>This request method is used to calculate a FeeAmount value based on the configured fee percentage in MyBridgePay's Gateway Configuration tab in Account Management.</p>\n","_postman_id":"920e1d5a-d39d-40c3-b47c-e3c384edcff6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Get Merchant Info","item":[{"name":"Get Merchant Information","id":"c001a5ca-5c06-430c-814a-9c3f3d7a3795","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/MerchantInfo","description":"<p>The GET MerchantInfo request will return the Merchant Account Information related to the credentials used for authorization.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","MerchantInfo"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"7f070035-aaa5-4bbd-aef8-42a0c161bae3","name":"Get Merchant Information","originalRequest":{"method":"GET","header":[],"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/MerchantInfo"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"gatewayResult\": \"00000\",\n    \"merchantCode\": \"1939000\",\n    \"merchantName\": \"testacct\",\n    \"merchantAccountCode\": \"1939001\",\n    \"organizationId\": \"13808\",\n    \"requestType\": \"011\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"c001a5ca-5c06-430c-814a-9c3f3d7a3795"}],"id":"ea98798f-cdf4-4e66-83ad-b3588ad02178","description":"<p>The following section outlines the GET Merchant Information functionality of the Transaction API. It is used to return merchant information related to the authorization credentials.</p>\n","event":[{"listen":"prerequest","script":{"id":"fef75a1a-1cf5-4d78-b1e1-4a56febeaf80","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"36231f58-4b4b-4361-b02c-682ebe93ee61","type":"text/javascript","exec":[""]}}],"_postman_id":"ea98798f-cdf4-4e66-83ad-b3588ad02178","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Multi-Use Card Token","item":[{"name":"Tokenize Credit Card","id":"3ed0c052-4352-4af7-be44-70d2cc9fbbfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken","description":"<p>The example below shows how to tokenize a credit card number using the Transaction API.</p>\n<p>For credit card token transactions, the token must be used in conjunction with the expiration date to process a transaction, so it is recommended that the token and expiration date be stored as a token pair.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethodToken"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"74243677-0ad9-4f1c-99ec-b1e000f63333","name":"Tokenize Credit Card","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"paymentAccountNumber\": \"4111111111111111\",\r\n    \"expirationDate\": \"1235\",\r\n    \"securityCode\": \"111\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"1000000010261111\",\n    \"organizationId\": \"13808\",\n    \"expirationDate\": \"1235\",\n    \"cardBIN\": \"411111\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"001\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"3ed0c052-4352-4af7-be44-70d2cc9fbbfb"},{"name":"Tokenize Credit Card (CP)","id":"d67a73b8-f409-4705-89ff-dde16286750c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken","description":"<p>The example below shows how to tokenize a credit card number using the Transaction API.</p>\n<p>For credit card token transactions, the token must be used in conjunction with the expiration date to process a transaction, so it is recommended that the token and expiration date be stored as a token pair.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethodToken"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"091dce9c-047e-456a-ac76-12276495fd64","name":"Tokenize Credit Card (CP)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"payment\": {\r\n        \"emvTags\": \"4F07A0000000031010500A5669736120446562697457104450649200973734D19092260003680F82023C008407A0000000031010950508000000009A03150439B02E8009C01005F2A0208405F3401019F02060000000005009F0607A00000000310109F0902008C9F100706010A03A020009F120A5669736120446562697491A0208409F1E0838303234373636319F21032109149F2608FA940EE08082F8A59F2701809F3303E0B8C89F34031E03009F3501229F360200109F37043F2BE809F3901059F4005F000F0A0019F4104000003819F5301529990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\",\r\n        \"securityCode\": \"123\",\r\n        \"track1\": \"9990A46CC78D0CDACA4CB5A3F9A73A4CEF1127B642BD11A4CF89E290EB96CFF1C745CC6AB9D64E53\"\r\n    },\r\n    \"device\": {\r\n        \"appHostMachineID\": \"7C0595DE6CD1D30633\",\r\n        \"deviceFirmware\": \"0504\",\r\n        \"deviceMake\": \"Ingenico\",\r\n        \"deviceModel\": \"Lane7000_MSR\",\r\n        \"deviceSerial\": \"12312312\",\r\n        \"entryMedium\": \"CC\",\r\n        \"entryMode\": \"HP\",\r\n        \"entryPINMode\": \"S\",\r\n        \"kernelVersion\": \"090100\",\r\n        \"MSRKSN\": \"FFFF987987000020004D\",\r\n        \"terminalCapabilities\": \"manual|stripe|icc|signature|rfid|contactless\"\r\n    },\r\n    \"transactionID\": \"transactionID123\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"1000000010261111\",\n    \"organizationId\": \"13808\",\n    \"expirationDate\": \"1235\",\n    \"cardBIN\": \"411111\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"001\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"d67a73b8-f409-4705-89ff-dde16286750c"},{"name":"Tokenize ACH","id":"a7a4d561-add7-4c28-9546-884fe9f76c30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"bankAccountNumber\": \"40999992\",\r\n    \"routingNumber\": \"021000021\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken","description":"<p>The following example shows how to tokenize an ACH account number using the Transaction API.</p>\n<p>For ACH token transactions, the token must be used in conjunction with the routing number to process a transaction, so it is recommended that the token and routing number be stored as a token pair.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","PaymentMethodToken"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"4ef17748-52ce-4216-97a0-3b44e657ed2f","name":"Tokenize ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"bankAccountNumber\": \"40999992\",\r\n    \"routingNumber\": \"021000021\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/PaymentMethodToken"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"11110000000400269992\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"013\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"a7a4d561-add7-4c28-9546-884fe9f76c30"}],"id":"c2c0f24a-8b63-4619-a434-3aa1c6b7ee76","description":"<p>The following section outlines how to use the Multi-Use Card Token request to tokenize a Credit Card or ACH account number. The generated token can be stored for future transaction processing.</p>\n","event":[{"listen":"prerequest","script":{"id":"efcf617c-1bda-442c-8bdf-71db3030b6f0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a21b8c4-e863-4993-abf2-7a8b1d1398b3","type":"text/javascript","exec":[""]}}],"_postman_id":"c2c0f24a-8b63-4619-a434-3aa1c6b7ee76","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Settlement","item":[{"name":"Settlement","id":"272cc1eb-b4cf-4ea6-b74c-e9d430cc4b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"Memo\": \"Settle Batch\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/batch/close","description":"<p>The following request shows how to process a Settlement using the Transaction API. This request will trigger the BridgePay gateway to settle the current batch. All unsettled transactions will be submitted to the processors for settlement.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}},"urlObject":{"path":["Transaction.API","api","batch","close"],"host":["https://www.bridgepaynetsecuretest.com"],"query":[],"variable":[]}},"response":[{"id":"b336f3ec-4d22-497f-b7e0-489dd4abf962","name":"Settlement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"transactionID\": \"transactionID123\",\r\n    \"merchantAccountCode\": \"#####\",\r\n    \"Memo\": \"Settle Batch\",\r\n    \"originatingSoftwareVendor\": \"Name of vendor that developed the software used in transmitting the transaction\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://www.bridgepaynetsecuretest.com/Transaction.API/api/batch/close"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"closecycle\",\n    \"cycleCode\": \"5136804\",\n    \"gatewayResult\": \"00000\",\n    \"gatewayTransID\": \"5136804\",\n    \"organizationId\": \"13808\",\n    \"transactionID\": \"transactionID123\",\n    \"requestType\": \"020\",\n    \"responseCode\": \"00000\",\n    \"responseDescription\": \"Successful Request\"\n}"}],"_postman_id":"272cc1eb-b4cf-4ea6-b74c-e9d430cc4b67"}],"id":"6768645f-1c03-4297-afd0-8a0b53c1edcd","description":"<p>The following section outlines how to process a manual Settlement using the Transaction API.</p>\n<p>Settlement can also be automated via the virtual terminal. This is only required if settlement is intended to be triggered by the integrated solution.</p>\n","event":[{"listen":"prerequest","script":{"id":"af06169b-a905-4a58-8c69-4d5d58846942","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8c5fa1c0-26c6-4906-bef9-cd99703ead06","type":"text/javascript","exec":[""]}}],"_postman_id":"6768645f-1c03-4297-afd0-8a0b53c1edcd","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}}],"id":"ce245c41-5fa0-443a-a1e8-13f768acfe5e","description":"<p>The following section outlines the various non-transaction functions provided by the gateway.</p>\n","_postman_id":"ce245c41-5fa0-443a-a1e8-13f768acfe5e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}}],"id":"2a7b3fd2-ac09-4be1-ab70-f76a9034fe74","description":"<p>The following section will outline each unique request type and its corresponding response.</p>\n","event":[{"listen":"prerequest","script":{"id":"e691691e-d46d-41da-96e9-bb3c3584fd65","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8d442f2b-ebd1-4908-82eb-a269039838a0","type":"text/javascript","exec":[""]}}],"_postman_id":"2a7b3fd2-ac09-4be1-ab70-f76a9034fe74","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]},"isInherited":true,"source":{"_postman_id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","id":"06b1da33-f0f1-4150-a70d-636b6ae9cff4","name":"Transaction API Development Guide","type":"collection"}}},{"name":"Appendix","item":[],"id":"33441c1d-59e7-4895-a70d-628432c2ebbc","description":"<h4 id=\"test-credit-card-numbers\">Test Credit Card Numbers</h4>\n<p><a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/pages/243597743/Test+Credit+Card+and+ACH+Account+Numbers\">Test Credit Card Numbers</a></p>\n<h4 id=\"test-dollar-amount-ranges\">Test Dollar Amount Ranges</h4>\n<p><a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/pages/243663130/Test+Dollar+Amount+Ranges\">Test Dollar Amount Ranges</a></p>\n<h4 id=\"avs-and-cvv-information\">AVS and CVV Information</h4>\n<p><a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/pages/246579219/Handling+of+CVV+and+AVS+Responses\">Handling of CVV and AVS responses</a></p>\n<h4 id=\"certification-script\">Certification Script</h4>\n<p><a href=\"https://bridgepaynetwork.atlassian.net/wiki/spaces/DC/pages/200081423/Testing+Certification\">BridgePay Gateway Certification Script</a></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Legend</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>R = Required</td>\n</tr>\n<tr>\n<td>O = Optional</td>\n</tr>\n<tr>\n<td>C = Conditional</td>\n</tr>\n<tr>\n<td>1 = Required if not sending Track Data</td>\n</tr>\n<tr>\n<td>3 = ACH/Checks</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"document-version\">Document Version:</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Version:</strong></th>\n<th><strong>Updated by:</strong></th>\n<th><strong>Change(s):</strong></th>\n<th><strong>Date:</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1.32</td>\n<td>Noah Hippensteel</td>\n<td>Added Unreferenced Refund example for Lodging</td>\n<td>02/10/2026</td>\n</tr>\n<tr>\n<td>1.31</td>\n<td>Noah Hippensteel</td>\n<td>Added detail to how the BIN Lookup function works when the BIN data is not present in our reference table.</td>\n<td>02/04/2026</td>\n</tr>\n<tr>\n<td>1.30</td>\n<td>Noah Hippensteel</td>\n<td>Added transactionId to all transaction examples</td>\n<td>01/13/2026</td>\n</tr>\n<tr>\n<td>1.29</td>\n<td>Noah Hippensteel</td>\n<td>Added clarity to settlementDelay section regarding its interaction with duration data element in Lodging.  <br />  <br />Added clarity to cardModifer regarding FSA/HSA cards.  <br />  <br />Added clarity to Card on File transactions regarding raw card data and tokens.  <br />  <br />Added clarity to holderType in relation to Level III transactions.  <br />  <br />Added clarity to Lodging regarding the relationship between roomTaxAmount and roomRateAmount.</td>\n<td>01/06/2026</td>\n</tr>\n<tr>\n<td>1.28</td>\n<td>Noah Hippensteel</td>\n<td>Added transactionID to voidrefund requests examples and data element table.</td>\n<td>12/30/2025</td>\n</tr>\n<tr>\n<td>1.27</td>\n<td>Noah Hippensteel</td>\n<td>Added clarity to settlementDelay data element. Added SettlementDelay to Lodging transaction examples.</td>\n<td>12/18/2025</td>\n</tr>\n<tr>\n<td>1.26</td>\n<td>Noah Hippensteel</td>\n<td>Added additional information regarding the proxy processor and partial refunds/voids</td>\n<td>12/16/2025</td>\n</tr>\n<tr>\n<td>1.25</td>\n<td>Noah Hippensteel</td>\n<td>Added clarity to settlementDelay data element regarding its lack of association with MyBridgePay's \"Default Action Delay\" setting.</td>\n<td>11/14/2025</td>\n</tr>\n<tr>\n<td>1.24</td>\n<td>Noah Hippensteel</td>\n<td>Updated accountPhone field to reflect accurate length requirements (10-11 characters)</td>\n<td>11/06/2025</td>\n</tr>\n<tr>\n<td>1.23</td>\n<td>Mark Mauer</td>\n<td>Updated all sample request address information to match the proxy gateway's AVS test settings. Now all sample transactions to the proxy gateway will return valid successful AVS information in the responses. Updated all sample responses accordingly.</td>\n<td>09/15/2025</td>\n</tr>\n<tr>\n<td>1.22</td>\n<td>Noah Hippensteel</td>\n<td>Updated Find Transaction section with additional detail for interpreting response data.</td>\n<td>08/21/2025</td>\n</tr>\n<tr>\n<td>1.21</td>\n<td>Mark Mauer</td>\n<td>Updated incorrect formatting on Car Rental data in example requests.</td>\n<td>07/22/2025</td>\n</tr>\n<tr>\n<td>1.20</td>\n<td>Mark Mauer</td>\n<td>Updated Loadging Data camel-case issue on the \"departureAdjustmentAmount\" field</td>\n<td>07/08/2025</td>\n</tr>\n<tr>\n<td>1.19</td>\n<td>Mark Mauer</td>\n<td>Added both required fields of originatingTechnologySource and originatingSoftwareVendor to all request examples.</td>\n<td>06/30/2025</td>\n</tr>\n<tr>\n<td>1.18</td>\n<td>Noah Hippensteel</td>\n<td>Updated for FE 24.10 release.</td>\n<td>04/02/2025</td>\n</tr>\n<tr>\n<td>1.17</td>\n<td>Mark Mauer</td>\n<td>Added \"transactionMode\": \"P\" to all Sale, Sale-Auth, Void, Refund, Capture, Adjust request examples in the Card Present section.  <br />Added \"transactionMode\": \"N\" to all Sale, Sale-Auth, Void, Refund, Capture, Adjust request examples in the Card Not Present section.</td>\n<td>02/20/2025</td>\n</tr>\n<tr>\n<td>1.16</td>\n<td>Mark Mauer</td>\n<td>Updated all Void and Refund (Referenced) payload URLs. The new UAT URL is https://www.bridgepaynetsecuretest.com/Transaction.API/api/transaction/voidrefund  <br />The Unreferenced refund URL has not changed.</td>\n<td>02/06/2025</td>\n</tr>\n<tr>\n<td>1.15</td>\n<td>Noah Hippensteel</td>\n<td>Updated Lodging documentation to require FolioNumber for all Lodging transactions.</td>\n<td>01/31/2025</td>\n</tr>\n<tr>\n<td>1.14</td>\n<td>Mark Mauer</td>\n<td>Added Surcharge to both Card Present and Card Not Present payload examples.</td>\n<td>01/13/2025</td>\n</tr>\n<tr>\n<td>1.13</td>\n<td>Mark Mauer</td>\n<td>Updated the Find Transaction requests. Supported search types are gatewayTransID, Invoice Number, Transaction Code and Purchase Token. Transaction Code is the field passed on a transaction called transactionId. It is not the gatewayTransId of the transaction being searched for.</td>\n<td>12/03/2024</td>\n</tr>\n<tr>\n<td>1.12</td>\n<td>Noah Hippensteel</td>\n<td>Added Timeout information to Key Elements section.</td>\n<td>10/29/2024</td>\n</tr>\n<tr>\n<td>1.11</td>\n<td>Noah Hippensteel</td>\n<td>FE 24.5 Updates. See release notes for details.</td>\n<td>10/11/2024</td>\n</tr>\n<tr>\n<td>1.10</td>\n<td>Noah Hippensteel</td>\n<td>Added additional detail to EMV section in Card Present documentation around using track1 or track2 data.</td>\n<td>10/11/2024</td>\n</tr>\n<tr>\n<td>1.9</td>\n<td>Noah Hippensteel</td>\n<td>Updated Find Transaction example responses to include the \"[]\" characters indicating the response is an array with one entry in the list.</td>\n<td>09/30/2024</td>\n</tr>\n<tr>\n<td>1.8</td>\n<td>Mark Mauer</td>\n<td>Added Get Fee Amount request. Updated ACH responses to iunclude the returned routing number field. Updated Find Transaction calls with the new request types of Invoice#, gatewayTransID and purchaseToken. There are now more options for finding transactions.</td>\n<td>06/17/2024</td>\n</tr>\n<tr>\n<td>1.7</td>\n<td>Mark Mauer</td>\n<td>Updated Zip/Postal Code field description.</td>\n<td>05/03/2024</td>\n</tr>\n<tr>\n<td>1.6</td>\n<td>Mark Mauer</td>\n<td>Added additional details to the description of the amount, feeAmount and tipAmount fields.</td>\n<td>03/28/2024</td>\n</tr>\n<tr>\n<td>1.5</td>\n<td>Mark Mauer  <br />Noah Hippensteel</td>\n<td>Added Card Present transactions. Added Bar Tab transactions. Added Increment. Added Tip Adjustment. Added TokenPay transaction support. Adjusted Car Rental and Lodging transaction scenarios.</td>\n<td>06/29/2023</td>\n</tr>\n<tr>\n<td>1.4</td>\n<td>Noah Hippensteel</td>\n<td>Reworked Void and Refund examples to not use the \"payment\" object.</td>\n<td>04/25/2023</td>\n</tr>\n<tr>\n<td>1.3</td>\n<td>Mark Mauer</td>\n<td>Added Custom Field Sample.</td>\n<td>2/24/2023</td>\n</tr>\n<tr>\n<td>1.2</td>\n<td>Mark Mauer</td>\n<td>Added additional Account Verification Samples.</td>\n<td>1/26/2023</td>\n</tr>\n<tr>\n<td>1.1</td>\n<td>Mark Mauer</td>\n<td>Added Tip Calls</td>\n<td>01/18/2023</td>\n</tr>\n<tr>\n<td>1.0</td>\n<td>Mark Mauer  <br />Noah Hippensteel</td>\n<td>Initial creation of the API documentation.</td>\n<td>11/18/2022</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1e5d812c-1c94-4d38-aa9f-20133aaad1dc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"18ab1d26-efb0-4138-982c-807f5abf855b"}}],"_postman_id":"33441c1d-59e7-4895-a70d-628432c2ebbc"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"#####"},{"key":"password","value":"#####"}]}},"event":[{"listen":"prerequest","script":{"id":"0989d965-8b4a-4d90-b8dd-617dbd688b10","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ea2f64c2-6920-44d2-9573-8b29f7d1855c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"merchantCode","value":"#####","type":"string"},{"key":"merchantAccountCode","value":"#####","type":"string"},{"key":"username","value":"#####","type":"string"},{"key":"password","value":"#####","type":"string"},{"key":"baseUrl","value":"https://www.bridgepaynetsecuretest.com","type":"string"},{"key":"paymentAccountNumber","value":"4111111111111111","type":"string"},{"key":"expirationDate","value":"1235","type":"string"},{"key":"securityCode","value":"111","type":"string"},{"key":"bankAccountNumber","value":"40999992","type":"string"},{"key":"routingNumber","value":"021000021","type":"string"},{"key":"testBin","value":"411111","type":"string"},{"key":"giftCardAccount","value":"################","type":"string"},{"key":"transactionCode","value":"{transactionCode}","type":"string"},{"key":"gatewayTransID","value":"{gatewayTransID}","type":"string"},{"key":"invoiceNumber","value":"{invoiceNumber}","type":"string"},{"key":"purchaseToken","value":"{purchaseToken}","type":"string"},{"key":"serviceMerchantAccountCode","value":"#####","type":"string"},{"key":"serviceUser","value":"#####","type":"string"},{"key":"servicePassword","value":"#####","type":"string"},{"key":"token","value":"1000000044935454","type":"string"},{"key":"AuthorizationTokenPay","value":"TokenPay ZjUwMjFkZGYtYWZlMS00ZGI2LTk2MWMtYTY1MTg1ZTc5ZDEzOlR0WE5NWVpVWFJTWldmdzQ=","type":"string"},{"key":"TokenPayPrivateKey","value":"","type":"string"},{"key":"AuthenticationTokenId","value":"","type":"string"},{"key":"pushPaymentToken","value":"","type":"string"},{"key":"pushPaymentAccountNumber","value":"","type":"string"}]}