{"info":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>This document is a nice collection of the core requests that are necessary to complete Card Not Present (CNP) payments transactions through the Spreedly Platform. This collection guides the user through the normal order of a transaction flow and provides a library of the different calls needed during the lifecycle of a transaction.<br>In the last sections of this collection we have built out the most common use cases for your team to reference.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>By logging into the</p>\n<p><a href=\"https://id.spreedly.com/signin\">Spreedly ID Dashboard</a></p>\n<p>you can reference the credentials needed to start testing.</p>\n<ul>\n<li><p><strong>environment</strong> = <em>environment key</em></p>\n</li>\n<li><p><strong>access_secret</strong> = <em>access secret</em></p>\n</li>\n</ul>\n<p>API v1 is a standard REST-style API that accepts/returns XML or JSON requests and is located at:</p>\n<ul>\n<li><strong>Test &amp; Production Endpoint</strong>: <a href=\"https://core.spreedly.com/v1/\">https://core.spreedly.com/v1/</a></li>\n</ul>\n<h2 id=\"api-authentication\">API Authentication</h2>\n<p>Unless otherwise noted, all calls to the Spreedly API use HTTP basic authentication over HTTPS. Spreedly requires TLS 1.2.</p>\n<p>Use the environment key of the Spreedly environment you wish to execute against as the HTTP basic user, and one of your organization’s access secrets as the HTTP basic password.</p>\n<p><strong>Example</strong></p>\n<p>HTTP basic authentication can be set when using <code>curl</code> in the <code>-u</code> option as 'environment:access_secret'</p>\n<p><code>$ curl https://core.spreedly.com/v1/gateways.json -u 'environment:access_secret'</code></p>\n<h2 id=\"json-endpoints\">JSON endpoints</h2>\n<p><strong>This API sample collection has been built using JSON.</strong><br>To make a request for the JSON version of an endpoint, send the <code>Content-Type: application/json</code> header to the endpoint with the <code>.json</code> URL suffix. JSON endpoint examples are contained within the JSON tab of the code column in our</p>\n<p><a href=\"https://docs.spreedly.com/reference/api/v1/\">API Reference</a></p>\n<p>. If some part of the documentation is ambiguous to the format, it will be displayed in all code tabs.</p>\n<h2 id=\"xml-endpoints\">XML endpoints</h2>\n<p>To make a request for the XML version of an endpoint, send the <code>Content-Type: application/xml</code> header to the endpoint with the <code>.xml</code> URL suffix. XML endpoint examples are contained within the XML tab of the code column in our</p>\n<p><a href=\"https://docs.spreedly.com/reference/api/v1/\">API Reference</a></p>\n<p>. If some part of the documentation is ambiguous to the format, it will be displayed in all code tabs.</p>\n<p>If you have questions, please don’t hesitate to review our</p>\n<p><a href=\"https://support.spreedly.com/hc/en-us\">Support Page</a></p>\n<p>or connect with your dedicated Spreedly contact.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Getting Started","slug":"getting-started"}],"owner":"14770754","collectionId":"08597af7-f731-4282-8c5a-733d62ddb66e","publishedId":"Tzz5vexd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-08-12T16:32:22.000Z"},"item":[{"name":"Setting Up a Gateway","item":[{"name":"List Supported Gateways","event":[{"listen":"prerequest","script":{"id":"4940037e-7655-4524-a37b-feb2872b3178","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"e44f5459-47ad-4bc7-b4bf-c8c8fa643b0f","exec":["const response = JSON.parse(responseBody);","response.gateways.forEach((gateway) => console.log(gateway.gateway_type));"],"type":"text/javascript"}}],"id":"460c9bcb-a613-4e88-a7da-034962f6634c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://core.spreedly.com/v1/gateways_options.json","description":"<p>Retrieve a list of all gateways, and their properties, supported by Spreedly. This call can be used to dynamically present a gateway credential form to users or to do any sort of dynamic rendering.</p>\n<p>Please note that this request is publicly available and does not require authorization.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways_options.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"460c9bcb-a613-4e88-a7da-034962f6634c"},{"name":"List Created Gateways","id":"90614335-68ae-4ec6-adcf-0710730e1fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://core.spreedly.com/v1/gateways.json","description":"<p>Retrieve an <a href=\"https://docs.spreedly.com/reference/api/v1/?json#order-and-pagination\">ordered and paginated</a> list of all gateways in the environment. This is different from the list of all supported gateways in that this will only return the gateway instances that have been provisioned in the authenticated environment.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90614335-68ae-4ec6-adcf-0710730e1fb6"},{"name":"Create Spreedly Test Gateway","event":[{"listen":"test","script":{"id":"41e513cc-856a-4cf5-97f1-4ef0aa2ef625","exec":["var gateway=JSON.parse(responseBody);","var gateway_type=gateway.gateway.gateway_type","pm.environment.set(gateway_type+\"_gateway\", gateway.gateway.token);",""],"type":"text/javascript"}}],"id":"da35a91f-db5e-4967-92c3-4f74a09872b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/gateways.json","description":"<p>Create (provision) a test gateway in the authenticated environment. A test gateway is used to test your integration to Spreedly and can only be used with test payment methods.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"6cadcce1-6457-4ad0-8c11-cb7d7519d731","name":"ZU07FSdoawaNjPgqXRTI7aVg5gy - Test Gateway","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\",\n    \"account_id\": \"test\",\n    \"account_token\": \"test\",\n    \"application_id\": \"123\",\n    \"acceptor_id\": \"123\",\n    \"application_name\": \"b_test\",\n    \"application_version\": \"6\"\n  }\n}"},"url":"https://core.spreedly.com/v1/gateways.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:56:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"587d87605ee4847c93081c5083cee15f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja6gtatllltgr1dci0.core_a50204995ea999f8"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"gateway\": {\n        \"token\": \"ZU07FSdoawaNjPgqXRTI7aVg5gy\",\n        \"gateway_type\": \"test\",\n        \"description\": null,\n        \"payment_methods\": [\n            \"credit_card\",\n            \"sprel\",\n            \"third_party_token\",\n            \"bank_account\",\n            \"apple_pay\",\n            \"android_pay\",\n            \"google_pay\"\n        ],\n        \"state\": \"retained\",\n        \"created_at\": \"2018-12-10T23:56:34Z\",\n        \"updated_at\": \"2018-12-10T23:56:34Z\",\n        \"name\": \"Spreedly Test\",\n        \"characteristics\": [\n            \"purchase\",\n            \"authorize\",\n            \"capture\",\n            \"credit\",\n            \"general_credit\",\n            \"void\",\n            \"verify\",\n            \"reference_purchase\",\n            \"purchase_via_preauthorization\",\n            \"offsite_purchase\",\n            \"offsite_authorize\",\n            \"3dsecure_purchase\",\n            \"3dsecure_authorize\",\n            \"store\",\n            \"remove\",\n            \"reference_authorization\"\n        ],\n        \"credentials\": [],\n        \"gateway_specific_fields\": [],\n        \"redacted\": false\n    }\n}"}],"_postman_id":"da35a91f-db5e-4967-92c3-4f74a09872b4"},{"name":"Create Production Gateway","event":[{"listen":"test","script":{"id":"ab188a35-5b95-4a1a-8e91-4398eb192df2","exec":["var gateway=JSON.parse(responseBody);","var gateway_type=gateway.gateway.gateway_type","pm.environment.set(gateway_type+\"_gateway\", gateway.gateway.token);",""],"type":"text/javascript"}}],"id":"554924bc-2d88-4982-8e00-97770e90ce81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"gateway\": {\n        \"gateway_type\": \"wirecard\",\n        \"username\": \"00000031629CA9FA\",\n        \"password\": \"TestXAPTER\",\n        \"sandbox\": true\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways.json","description":"<p>Create (provision) a gateway to process real card data and transactions in the authenticated environment.</p>\n<p>Production gateways are created using the credentials required for that gateway, meaning each call is slightly different depending on the gateway’s API requirements. </p>\n<p><strong>Helpful Hint</strong> - If you’d like to test out a gateway in test / sandbox mode, you can do so by including the sandbox parameter when creating a gateway: </p>\n<ul>\n<li><code>\"sandbox\": true</code></li>\n</ul>\n<p>If you do so, you’ll need to check the gateway’s documentation to determine which test cards are supported in sandbox mode. Once you’re satisfied with your testing and ready for a real transaction, you’ll need to create another gateway without the sandbox parameter:</p>\n<ul>\n<li><code>\"sandbox\": false</code></li>\n</ul>\n<p><strong>Example sandbox workflow:</strong></p>\n<ul>\n<li>create a gateway in sandbox mode</li>\n<li>verify your integration with Spreedly and the gateway</li>\n<li>create another gateway without sandbox mode</li>\n<li>start transacting with real payments</li>\n</ul>\n<p><strong>Helpful Hint:</strong> If you wish to go straight to production with transactions, skip the first two steps.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"73f642c6-6ffa-4119-b15a-449be5926e5d","name":"ZU07FSdoawaNjPgqXRTI7aVg5gy - Test Gateway","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\",\n    \"account_id\": \"test\",\n    \"account_token\": \"test\",\n    \"application_id\": \"123\",\n    \"acceptor_id\": \"123\",\n    \"application_name\": \"b_test\",\n    \"application_version\": \"6\"\n  }\n}"},"url":"https://core.spreedly.com/v1/gateways.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:56:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"587d87605ee4847c93081c5083cee15f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja6gtatllltgr1dci0.core_a50204995ea999f8"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"gateway\": {\n        \"token\": \"ZU07FSdoawaNjPgqXRTI7aVg5gy\",\n        \"gateway_type\": \"test\",\n        \"description\": null,\n        \"payment_methods\": [\n            \"credit_card\",\n            \"sprel\",\n            \"third_party_token\",\n            \"bank_account\",\n            \"apple_pay\",\n            \"android_pay\",\n            \"google_pay\"\n        ],\n        \"state\": \"retained\",\n        \"created_at\": \"2018-12-10T23:56:34Z\",\n        \"updated_at\": \"2018-12-10T23:56:34Z\",\n        \"name\": \"Spreedly Test\",\n        \"characteristics\": [\n            \"purchase\",\n            \"authorize\",\n            \"capture\",\n            \"credit\",\n            \"general_credit\",\n            \"void\",\n            \"verify\",\n            \"reference_purchase\",\n            \"purchase_via_preauthorization\",\n            \"offsite_purchase\",\n            \"offsite_authorize\",\n            \"3dsecure_purchase\",\n            \"3dsecure_authorize\",\n            \"store\",\n            \"remove\",\n            \"reference_authorization\"\n        ],\n        \"credentials\": [],\n        \"gateway_specific_fields\": [],\n        \"redacted\": false\n    }\n}"}],"_postman_id":"554924bc-2d88-4982-8e00-97770e90ce81"},{"name":"Show Gateway","id":"0d00b35a-6392-43ce-9109-76b2ce7e7a13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}.json","description":"<p>Get a gateway with the given token.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d00b35a-6392-43ce-9109-76b2ce7e7a13"},{"name":"Update Gateway","id":"07a9ebdf-4c0e-4eab-ab53-73f299cb1d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"gateway\": {\n        \"description\": \"My test gateway\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}.json","description":"<p>Updating a redacted gateway’s credentials will set its state back to retained, allowing it to be used for transactions.</p>\n<p>Note: The update gateway call does not support the <code>sandbox</code> attribute. This can only be specified on gateway creation.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"07a9ebdf-4c0e-4eab-ab53-73f299cb1d4c"},{"name":"Redact Gateway","id":"27da63ec-1d25-4aec-ac50-ec3af51905a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/redact.json","description":"<p>Redact (strip of any sensitive credentials and make inactive) a provisioned gateway.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","redact.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"27da63ec-1d25-4aec-ac50-ec3af51905a6"},{"name":"List Transactions by Gateway","id":"5e44adc3-f5fa-4fb6-81c4-3329ea866df2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/transactions.json","description":"<p>Get an <a href=\"https://docs.spreedly.com/reference/api/v1/?json#order-and-pagination\">ordered and paginated</a> list of transactions executed against a specific gateway.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","transactions.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e44adc3-f5fa-4fb6-81c4-3329ea866df2"}],"id":"edd8b32c-48f2-4487-afb5-89d0640b863f","description":"<p>Before you can run a transaction through Spreedly, you will need to add a gateway to your environment. \nThis documentation collection and testing effort is intended to hit the Spreedly Test Gateway (closed end environment)  <a href=\"https://docs.spreedly.com/payment-gateways/test/\">Supported Gateways Page<a> </a></a></p>\n<p>It is important to note that when you create a gateway, the completed JSON response will include a gateway token that you can use for all your future <em>test</em> or <strong>production</strong> transactions:</p>\n<p><code>https://core.spreedly.com/v1/gateways/&lt;gateway_token&gt;/&lt;API_endpoint&gt;.&lt;request_format&gt;</code></p>\n<p>As you proceed through the collection, this will remain consistent for all gateway transactions and will not be explicitly included in future directions. Subsequent examples in this collection show transactions on the Spreedly Test gateway, </p>\n","event":[{"listen":"prerequest","script":{"id":"b48b01de-2cf1-46d5-9439-4e9515f61a85","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"65ef5c6e-51da-4f80-b8bd-f3ea6c0801d9","type":"text/javascript","exec":[""]}}],"_postman_id":"edd8b32c-48f2-4487-afb5-89d0640b863f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Creating a Payment Method","item":[{"name":"Create Credit Cards","item":[{"name":"Create Payment Method - Good Visa","event":[{"listen":"test","script":{"id":"f5311344-1a3a-418b-b88d-ccadaf7cdc26","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"good_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"c1590bd3-906d-49f8-81d6-6530951f847c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2021\",\n            \"month\": \"01\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": true,\n        \"allow_expired_date\": true,\n        \"allow_blank_date\": true,\n        \"allow_blank_name\": true\n    }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"1e853aae-b2bb-4a16-90e9-a9ac07f73d9a","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"c402482d-a90f-44ee-b4dc-50fefbc8041b","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"},{"id":"525d8a1a-5aff-408a-8a81-f4d1714f753f","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"}],"_postman_id":"c1590bd3-906d-49f8-81d6-6530951f847c"},{"name":"Create Payment Method - Bad Visa","event":[{"listen":"test","script":{"id":"316da4a1-e6a2-4e1e-b46d-696608057c37","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"bad_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"3af005e4-9ed2-4d13-81e3-30fe8cf70d85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4012888888881881\",\n            \"verification_value\": \"423\",\n            \"month\": \"3\",\n            \"year\": \"2032\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": \"true\",\n        \"allow_expired_date\": true,\n        \"allow_blank_date\": false,\n        \"allow_blank_name\": true\n    }\n}\n"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"1804262e-7788-4554-8948-20ea73437330","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"},{"id":"ce26950e-3fb0-4611-afd5-c3c6bc823acf","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"26c508bf-6f7d-45f8-829d-8bbbd2b79853","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"}],"_postman_id":"3af005e4-9ed2-4d13-81e3-30fe8cf70d85"},{"name":"Update Payment Method - Credit Card","id":"2b33e261-4fbc-471c-8d0a-d881a18503e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n    \"first_name\": \"Newfirst\",\n    \"last_name\": \"Newlast\",\n    \"month\": 12,\n    \"year\": 2026,\n    \"metadata\": {\n      \"key\": \"string value\",\n      \"another_key\": 123,\n      \"final_key\": true\n    }\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}.json","description":"<p>Note: This call cannot be used to update PAN or CVV.</p>\n","urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"bd5942d0-fb7f-4796-876d-a5b01d2ceb77","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"2b33e261-4fbc-471c-8d0a-d881a18503e1"}],"id":"e8b1ba98-da68-4c31-becb-b9ce12081213","description":"<p>Within this section we have included samples you can run for the both positive and negative use cases across the different card schemas. Below we have included a few helpful hints as you continue through the transaction flow. </p>\n<p><strong>Helpful Hint 1</strong>: When you create a payment method, the <code>token</code> inside the <code>payment_method</code> object is what you'll use in future transactions. The <code>token</code> at the top level of the <code>transaction</code> object in the JSON response is the Transaction ID. </p>\n<p><strong>Helpful Hint 2</strong>: In use cases where you may need to add a payment method from an insecure environment, you can reference our <a href=\"https://docs.spreedly.com/guides/adding-payment-methods/api/#adding-a-payment-method-without-using-an-access-secret\">Unauthenticated Option</a> which does not require the access secret.</p>\n<p><strong>Best Practice Tip</strong>: This is the first step in your process to processing the payment and vaulting the payment method token. We historically see merchants and platforms set the flag for retain_on_success: true on the /POST Purchase (Authorize) request and not the Create Payment Method. The reasoning for why this is most commonly practiced is the avoid vaulting payment methods that have been declinded in the payments flow. </p>\n<p>If you are testing against the Spreedly Test Gateway you can use any of our supported <a href=\"https://docs.spreedly.com/reference/test-data/\">Test Cards</a>. For end to end testing on production or sandbox gateways, you’ll need to check the gateway’s documentation to determine which test cards are supported. </p>\n","event":[{"listen":"prerequest","script":{"id":"d780a493-1591-41d1-aef0-8eb274512961","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e9a45a2-4965-49f3-b505-ed68058fd90d","type":"text/javascript","exec":[""]}}],"_postman_id":"e8b1ba98-da68-4c31-becb-b9ce12081213","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Create Bank Account","item":[{"name":"Create Payment Method - Bank Account","event":[{"listen":"test","script":{"id":"a7ff7a75-1e77-40b0-b83c-22a785a78b63","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"bank_account\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"8c2608b2-ff7b-435b-96b8-336003aa8c8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n    \"bank_account\": {\n      \"full_name\": \"John Doe\",\n      \"bank_routing_number\": \"021000021\",\n      \"bank_account_number\": \"9876543210\",\n      \"bank_account_type\": \"checking\",\n      \"bank_account_holder_type\": \"personal\",\n      \"bank_name\": \"Test Bank\"\n    },\n    \"email\": \"john.doe@example.com\",\n    \"data\": {\n      \"my_payment_method_identifier\": 448,\n      \"extra_stuff\": {\n        \"some_other_things\": \"Can be anything really\"\n      }\n    },\n    \"retained\": true\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"b04d1f6a-8556-44d4-b66b-b888d835cad9","name":"Create Payment Method - bank account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n    \"bank_account\": {\n      \"first_name\": \"Jon\",\n      \"last_name\": \"Doe\",\n      \"bank_routing_number\": \"021000021\",\n      \"bank_account_number\": \"9876543210\",\n      \"bank_account_type\": \"checking\",\n      \"bank_account_holder_type\": \"personal\"\n    },\n    \"email\": \"jon.doe@example.com\",\n    \"data\": {\n      \"my_payment_method_identifier\": 448,\n      \"extra_stuff\": {\n        \"some_other_things\": \"Can be anything really\"\n      }\n    }\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Nov 2018 20:41:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1034"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"a1607854dfaf11a5f029e0394948787b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b6sme4iktlbciu7fqhj0.core_344e7532010b5b66"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"H7mUSBRmajNyuY8GdYzxrZngEYE\",\n        \"created_at\": \"2018-11-05T20:41:56Z\",\n        \"updated_at\": \"2018-11-05T20:41:56Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"1mbJR6ewqWjBZp7mlnEh35JzPX0\",\n            \"created_at\": \"2018-11-05T20:41:56Z\",\n            \"updated_at\": \"2018-11-05T20:41:56Z\",\n            \"email\": \"jon.doe@example.com\",\n            \"data\": {\n                \"my_payment_method_identifier\": 448,\n                \"extra_stuff\": {\n                    \"some_other_things\": \"Can be anything really\"\n                }\n            },\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"full_name\": \"Jon Doe\",\n            \"bank_name\": null,\n            \"account_type\": \"checking\",\n            \"account_holder_type\": \"personal\",\n            \"routing_number_display_digits\": \"021\",\n            \"account_number_display_digits\": \"3210\",\n            \"first_name\": \"Jon\",\n            \"last_name\": \"Doe\",\n            \"address1\": null,\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"payment_method_type\": \"bank_account\",\n            \"errors\": [],\n            \"routing_number\": \"021*\",\n            \"account_number\": \"*3210\"\n        }\n    }\n}"},{"id":"e50a6cf5-6a11-4d8f-816b-554aa03e9050","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"8c2608b2-ff7b-435b-96b8-336003aa8c8b"},{"name":"Update Payment Method - Bank Account","id":"b31758de-c391-425b-9c69-224a76d33e18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n    \"full_name\": \"John Smith\",\n    \"data\": {\n      \"my_payment_method_identifier\": 697\n    }\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods/{{bank_account}}.json","urlObject":{"protocol":"https","path":["v1","payment_methods","{{bank_account}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"ea9c883f-948e-4b70-9130-e58b9d197d44","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"b31758de-c391-425b-9c69-224a76d33e18"}],"id":"ebcfd187-48fd-4e3f-94f2-d88ed28e75bd","description":"<p>The only required fields for a bank account are <code>full_name</code> (or <code>first_name</code>/<code>last_name</code>), <code>bank_routing_number</code>, and <code>bank_account_number</code>. The rest are optional at the Spreedly level, and whether you want to collect them will depend on what your gateway requires.</p>\n<p>Currently only US bank accounts are supported, so the <code>bank_routing_number</code> must be a valid US ABA Number.</p>\n<p>Valid values for <code>bank_account_type</code> are <code>checking</code> and <code>savings</code>, and valid values for <code>bank_account_holder_type</code> are <code>personal</code> and <code>business</code>.</p>\n<p>If you are testing against the Spreedly Test Gateway you can use our <a href=\"https://docs.spreedly.com/reference/test-data/#bank-accounts\">Bank Account Test Data </a></p>\n","event":[{"listen":"prerequest","script":{"id":"b758e986-25da-42cd-85db-bc9248bb2c15","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ca5b3aad-6d31-495f-a643-375671d5e9af","type":"text/javascript","exec":[""]}}],"_postman_id":"ebcfd187-48fd-4e3f-94f2-d88ed28e75bd","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Create Apple Pay","item":[{"name":"Create Payment Method - Apple Pay","event":[{"listen":"test","script":{"id":"a89c9848-bf56-4a23-b62d-44027433fcfd","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"apple_pay\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"6ec42679-41e9-47a2-acc8-34dc3144d80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"apple_pay\": {\n            \"payment_data\": {\n                \"version\": \"EC_v1\",\n                \"data\": \"QlzLxRFnNP9/GTaMhBwgmZ2ywntbr9iOcBY4TjPZyNrnCwsJd2cq61bDQjo3agVU0LuEot2VIHHocVrp5jdy0FkxdFhGd+j7hPvutFYGwZPcuuBgROb0beA1wfGDi09I+OWL+8x5+8QPl+y8EAGJdWHXr4CuL7hEj4CjtUhfj5GYLMceUcvwgGaWY7WzqnEO9UwUowlDP9C3cD21cW8osn/IKROTInGcZB0mzM5bVHM73NSFiFepNL6rQtomp034C+p9mikB4nc+vR49oVop0Pf+uO7YVq7cIWrrpgMG7ussnc3u4bmr3JhCNtKZzRQ2MqTxKv/CfDq099JQIvTj8hbqswv1t+yQ5ZhJ3m4bcPwrcyIVej5J241R7dNPu9xVjM6LSOX9KeGZQGud\",\n                \"signature\": \"MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCAMIID4jCCA4igAwIBAgIIJEPyqAad9XcwCgYIKoZIzj0EAwIwejEuMCwGA1UEAwwlQXBwbGUgQXBwbGljYXRpb24gSW50ZWdyYXRpb24gQ0EgLSBHMzEmMCQGA1UECwwdQXBwbGUgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxEzARBgNVBAoMCkFwcGxlIEluYy4xCzAJBgNVBAYTAlVTMB4XDTE0MDkyNTIyMDYxMVoXDTE5MDkyNDIyMDYxMVowXzElMCMGA1UEAwwcZWNjLXNtcC1icm9rZXItc2lnbl9VQzQtUFJPRDEUMBIGA1UECwwLaU9TIFN5c3RlbXMxEzARBgNVBAoMCkFwcGxlIEluYy4xCzAJBgNVBAYTAlVTMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEwhV37evWx7Ihj2jdcJChIY3HsL1vLCg9hGCV2Ur0pUEbg0IO2BHzQH6DMx8cVMP36zIg1rrV1O/0komJPnwPE6OCAhEwggINMEUGCCsGAQUFBwEBBDkwNzA1BggrBgEFBQcwAYYpaHR0cDovL29jc3AuYXBwbGUuY29tL29jc3AwNC1hcHBsZWFpY2EzMDEwHQYDVR0OBBYEFJRX22/VdIGGiYl2L35XhQfnm1gkMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUI/JJxE+T5O8n5sT2KGw/orv9LkswggEdBgNVHSAEggEUMIIBEDCCAQwGCSqGSIb3Y2QFATCB/jCBwwYIKwYBBQUHAgIwgbYMgbNSZWxpYW5jZSBvbiB0aGlzIGNlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBhc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFyZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRlIHBvbGljeSBhbmQgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnRzLjA2BggrBgEFBQcCARYqaHR0cDovL3d3dy5hcHBsZS5jb20vY2VydGlmaWNhdGVhdXRob3JpdHkvMDQGA1UdHwQtMCswKaAnoCWGI2h0dHA6Ly9jcmwuYXBwbGUuY29tL2FwcGxlYWljYTMuY3JsMA4GA1UdDwEB/wQEAwIHgDAPBgkqhkiG92NkBh0EAgUAMAoGCCqGSM49BAMCA0gAMEUCIHKKnw+Soyq5mXQr1V62c0BXKpaHodYu9TWXEPUWPpbpAiEAkTecfW6+W5l0r0ADfzTCPq2YtbS39w01XIayqBNy8bEwggLuMIICdaADAgECAghJbS+/OpjalzAKBggqhkjOPQQDAjBnMRswGQYDVQQDDBJBcHBsZSBSb290IENBIC0gRzMxJjAkBgNVBAsMHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRMwEQYDVQQKDApBcHBsZSBJbmMuMQswCQYDVQQGEwJVUzAeFw0xNDA1MDYyMzQ2MzBaFw0yOTA1MDYyMzQ2MzBaMHoxLjAsBgNVBAMMJUFwcGxlIEFwcGxpY2F0aW9uIEludGVncmF0aW9uIENBIC0gRzMxJjAkBgNVBAsMHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRMwEQYDVQQKDApBcHBsZSBJbmMuMQswCQYDVQQGEwJVUzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABPAXEYQZ12SF1RpeJYEHduiAou/ee65N4I38S5PhM1bVZls1riLQl3YNIk57ugj9dhfOiMt2u2ZwvsjoKYT/VEWjgfcwgfQwRgYIKwYBBQUHAQEEOjA4MDYGCCsGAQUFBzABhipodHRwOi8vb2NzcC5hcHBsZS5jb20vb2NzcDA0LWFwcGxlcm9vdGNhZzMwHQYDVR0OBBYEFCPyScRPk+TvJ+bE9ihsP6K7/S5LMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUu7DeoVgziJqkipnevr3rr9rLJKswNwYDVR0fBDAwLjAsoCqgKIYmaHR0cDovL2NybC5hcHBsZS5jb20vYXBwbGVyb290Y2FnMy5jcmwwDgYDVR0PAQH/BAQDAgEGMBAGCiqGSIb3Y2QGAg4EAgUAMAoGCCqGSM49BAMCA2cAMGQCMDrPcoNRFpmxhvs1w1bKYr/0F+3ZD3VNoo6+8ZyBXkK3ifiY95tZn5jVQQ2PnenC/gIwMi3VRCGwowV3bF3zODuQZ/0XfCwhbZZPxnJpghJvVPh6fRuZy5sJiSFhBpkPCZIdAAAxggFfMIIBWwIBATCBhjB6MS4wLAYDVQQDDCVBcHBsZSBBcHBsaWNhdGlvbiBJbnRlZ3JhdGlvbiBDQSAtIEczMSYwJAYDVQQLDB1BcHBsZSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTETMBEGA1UECgwKQXBwbGUgSW5jLjELMAkGA1UEBhMCVVMCCCRD8qgGnfV3MA0GCWCGSAFlAwQCAQUAoGkwGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTUwMjI0MTgzNTU5WjAvBgkqhkiG9w0BCQQxIgQgohbm8d0A42OAyMnc5fsgQoCNYjtEd/W/dW6+yezIwoAwCgYIKoZIzj0EAwIERzBFAiEAtEkap+JHypwfL1EdabD7RWPZol3na0LhMk9XzLhis0oCIGwxzOhQnMw+Td8WglTMNYcidqeYILTGzn3zMEXmW3j7AAAAAAAA\",\n                \"header\": {\n                    \"ephemeralPublicKey\": \"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQwjaSlnZ3EXpwKfWAd2e1VnbS6vmioMyF6bNcq/Qd65NLQsjrPatzHWbJzG7v5vJtAyrf6WhoNx3C1VchQxYuw==\",\n                    \"transactionId\": \"e220cc1504ec15835a375e9e8659e27dcbc1abe1f959a179d8308dd8211c9371\",\n                    \"publicKeyHash\": \"/4UKqrtx7AmlRvLatYt9LDt64IYo+G9eaqqS6LFOAdI=\"\n                }\n            },\n        \"test_card_number\": \"4111111111111111\"\n    },\n    \"first_name\": \"John\",\n    \"last_name\": \"Smith\",\n    \"email\": \"john.smith@example.com\",\n    \"metadata\": {\n      \"key\": \"string value\",\n      \"another_key\": 123,\n      \"final_key\": true\n    },\n    \"address1\": \"12345 Example Way\",\n    \"city\": \"Atlanta\",\n    \"state\": \"GA\",\n    \"zip\": \"30301\",\n    \"country\": \"USA\",\n    \"shipping_address1\": \"12345 Example Way\",\n    \"shipping_city\": \"Atlanta\",\n    \"shipping_state\": \"GA\",\n    \"shipping_zip\": \"30301\",\n    \"shipping_country\": \"USA\"\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"678c741a-8740-4d56-b1a8-c828aeac0a6e","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"6ec42679-41e9-47a2-acc8-34dc3144d80f"}],"id":"a085edd9-c35a-4190-b068-16b67c928d62","description":"<p>The intention of this call is to help expedite the testing process before you have to follow the formal steps of creating a signed certificate with Spreedly and Apple. </p>\n<p>Transacting with an Apple Pay payment method is very similar to using a credit card. Depending on your gateway’s support, you can initiate an authorize or purchase, passing in the Apple Pay payment data string (you can also add an Apple Pay payment method as a separate call from the actual transaction).</p>\n<p>The <code>test_card_number</code> parameter is available when you want to override the alias PAN contained in the payment data so it can be processed as a test transaction (since Apple doesn’t provide a way to generate test Apple Pay transactions, you must explicity mark it as such). You can use any test card number recognized by Spreedly here.</p>\n<p><strong>Helpful Hint</strong>: please note that this example is simply to be an example of what the request would look like - we recommend syncing with your business contact to ensure that a Apple Certificate has been created for your an account as this is needed to transact successfully. </p>\n","event":[{"listen":"prerequest","script":{"id":"999b02ef-a98e-4558-8b64-22148d60993b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6f69b40-a15f-4a6c-b24c-f1cd82a467f8","type":"text/javascript","exec":[""]}}],"_postman_id":"a085edd9-c35a-4190-b068-16b67c928d62","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Create Google Pay","item":[{"name":"Create Payment Method - Google Pay","event":[{"listen":"test","script":{"id":"9ae9439a-c28c-40f1-9064-4c28cd5b44f6","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"google_pay\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"ccc81940-5210-469a-bd90-536bed0f12b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\"payment_method\":{\"email\":\"aarondimet@gmail.com\",\"google_pay\":{\"address1\":\"1410 15th Street\",\"address2\":\"\",\"city\":\"San Francisco\",\"country\":\"US\",\"first_name\":\"Aaron\",\"last_name\":\"Dimet\",\"payment_data\":{\"signature\":\"MEQCIFYn6SEZ6g1vStSZLY75N0+V/yJejT9GY/7EqZzbjRsUAiA2JfcpB+WWtRewXu8J3Y4oR0PYgPTnovsvioRKti9neQ\\u003d\\u003d\",\"protocolVersion\":\"ECv1\",\"signedMessage\":\"{\\\"encryptedMessage\\\":\\\"tFi+ASqgMznQMLd3WQdwrCeuabnC8EL/0EPDySwnOlZqCIvG0Ni1/Xz7k31hH0BRAb7Wb455gJb1AQgwjd0j7pu44h5Yx5jE+2s7XmEKfX99jkEew+mNAbbfWmpUVFcJoRRa5xtIyWycMDJ0Ryet03Td4/cjaEcTOjIZb00zGcUtq1/I8gZmGKmfUARGVQrXfi0crKeMs+FsN11nUfjrvlFd7SbU6VumkgFLKKXkNQkMWiWb7fVBmzRytDELIn9i7/V3y+0kXqP1psGsY33KRYZQE1JGrM0ijUFjXcfICMCmMV27zw+06GBW85sBR4UE+8yHtunUn9UalhTe3Js69uoA7JWstMOGHpIln/LIGh0Pa2CcqkYXhNIZuy3jfBZKNMNuSUQUaiQF7QeomXI9o01OLuWEdUCJN/kfvMfyTBu+biHZrgZunULMlLx3dkSHnprxOe8KupjAWFCTDsZSBOy6FZwQVu2569DenjrRbDmLfFxwQpP1gzTEuKZj/87CKEOKaUYvQjlvr66YP/kP0KVI/qtilYTCaWrqGSRrHujjKJpunnz64okWjkJIpHFTSuirTAWsXa1+Fa4AwXVeWievjmg4TtOTIXUBgxPAnw\\\\u003d\\\\u003d\\\",\\\"ephemeralPublicKey\\\":\\\"BHI1nPuB6kAqSTh5WNCDvSvn0pCARtS7CvyQMjabYUhD8YNofzDvMnvP8rxlTH5y/7EtJdiMjrsowoiHUIiAlXE\\\\u003d\\\",\\\"tag\\\":\\\"oScSAJn9qUiWDqU2Azboqz+CTMYlW/H72He1rOufuXQ\\\\u003d\\\"}\"},\"state\":\"CA\",\"zip\":\"94103\"\n\t\n}\n,\"retained\":true\n}\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"abe27864-787b-4621-b1c5-295a92f88880","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"ccc81940-5210-469a-bd90-536bed0f12b7"}],"id":"83f00374-61dc-4cd2-95d4-b92333a35523","description":"<p>When a customer adds a credit or debit card to their Google Pay app, Google Pay requests a token, from the bank that issued that card, to represent the card being added. Once the token is issued, this card is now “tokenized,” meaning it has a unique identification number associated with it. Google Pay encrypts the newly tokenized card and it is ready to be used for payments. At the time of sale, Google Pay sends the customer’s tokenized card and a cryptogram, which acts as a one-time-use password used in the encryption process, to the merchant app along with basic transaction information. The next step, typically handled by the merchant app when using a traditional workflow without Spreedly, is to decrypt the payload from Google and send the payment token and related transaction information to a supporting processor. The token is sent to one of the few gateways that natively support Google Pay.</p>\n<p>The overall transaction flow is very similar to the traditional Google Pay process. The only difference is that Spreedly receives the encrypted Google Pay payload from the merchant app and is responsible for decrypting the payment token and relaying the transaction information to a chosen gateway or receiver.</p>\n<p><strong>Helpful Hint</strong>: the customer owns the certificate in this use case </p>\n","event":[{"listen":"prerequest","script":{"id":"77dfbb12-e9b1-4e9d-aa02-b4d4b5daab08","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9dcd7ef0-416e-4e56-94b1-5bdc1ea17e26","type":"text/javascript","exec":[""]}}],"_postman_id":"83f00374-61dc-4cd2-95d4-b92333a35523","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Create Third Party Token","item":[{"name":"Create Payment Method - Third Party Token","event":[{"listen":"test","script":{"id":"0cf8203d-009b-4d95-ab3a-1d0adc28d767","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"third_party_token\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"356d585b-8774-4d48-ada3-6b6a917488b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n    \"payment_method_type\": \"third_party_token\",\n    \"reference\": \";;;;;;5912020455276451604008\",\n    \"gateway_type\": \"cyber_source\",\n    \"retained\": true\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"4270635d-a8d4-4657-89f7-919c8ebf08fc","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"356d585b-8774-4d48-ada3-6b6a917488b3"}],"id":"10d882c6-56c8-4dc1-829a-79199bb37caf","description":"<p>Third party tokens are payment methods stored in the Spreedly vault, that are a reference to another payment method stored at the gateway’s vault. </p>\n<p>In addition to the built-in credit card vault, Spreedly also supports a variety of third party vaults. There are a few use cases for third party vaults that stand out:</p>\n<p>If you want to store cards in multiple vaults for extra redundancy, the Third Party Vault API enables you to easily vault cards with two or more vaulting providers without having to leave the comfort of the Spreedly API.</p>\n<p>If you would like to export credit cards when you or one of your customers is leaving for another payments provider.</p>\n","event":[{"listen":"prerequest","script":{"id":"a707d796-886e-4aee-a877-3a9cb39304d6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8211e2d4-d698-4e6c-8a57-731d738861c3","type":"text/javascript","exec":[""]}}],"_postman_id":"10d882c6-56c8-4dc1-829a-79199bb37caf","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Ancillary Requests","item":[{"name":"List Payment Methods","id":"964e6f34-9ab0-45ea-87e3-354dee2e3b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json","description":"<p>Retrieve an <a href=\"https://docs.spreedly.com/reference/api/v1/?json#order-and-pagination\">ordered and paginated</a> list of all retained payment methods in the authenticated environment.</p>\n","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[{"disabled":true,"key":"metadata[email]","value":"dante@example.com"},{"disabled":true,"key":"metadata[customer]","value":"\"a\""}],"variable":[]}},"response":[{"id":"0a592490-d24d-4072-9d32-f2fd4669ef14","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"964e6f34-9ab0-45ea-87e3-354dee2e3b24"},{"name":"Show Payment Method","id":"4b224a9f-67c2-4fe5-b9e4-f5a54475816f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}.json","urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"7d44d7d1-547e-4e0e-a8bf-07ccfcd2f41b","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"4b224a9f-67c2-4fe5-b9e4-f5a54475816f"},{"name":"Delete Metadata","id":"3cc3d26f-839b-42b7-932c-1b695997dc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"keys\": [\n    \"another_key\",\n    \"final_key\"\n  ]\n}"},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}/metadata.json","description":"<p>Provide an array of metadata keys whose key/value pairs will be removed from the payment method's metadata. If a metadata key does not exist, it will be ignored.</p>\n","urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}","metadata.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"b005844f-6b7a-4f27-9238-4b7012eaf09a","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"3cc3d26f-839b-42b7-932c-1b695997dc71"},{"name":"Redact Payment Method","event":[{"listen":"test","script":{"id":"0e340672-c231-4923-bba8-8a749e701aec","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"bad_3ds\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"e8567132-b289-4d1a-808e-3927b6d253ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}/redact.json","description":"<p>When you no longer need to store a card and want to remove it from Spreedly, you can redact it. Redacting a card will wipe all sensitive information related to the payment method and make the card inoperable.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}","redact.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8567132-b289-4d1a-808e-3927b6d253ca"},{"name":"Recache","id":"3525e45a-80ba-4b02-ad60-80ee67b4016f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"verification_value\": \"111\"\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}/recache.json","description":"<p>Update a credit card’s verification value (CVV) so the card can be transacted against.</p>\n<p>Note: this call works only for retained payment methods.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}","recache.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"5fb61d61-d9b1-4d93-9eee-c605c74cc66e","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"3525e45a-80ba-4b02-ad60-80ee67b4016f"},{"name":"List Transactions for Payment Method","id":"59a42ccc-c7ab-4401-aa29-7dd60fa49dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods/{{good_visa}}/transactions.json","description":"<p>Retrieve an <a href=\"https://docs.spreedly.com/reference/api/v1/?json#order-and-pagination\">ordered and paginated</a> list of all transactions executed against a payment method.</p>\n","urlObject":{"protocol":"https","path":["v1","payment_methods","{{good_visa}}","transactions.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"5c13578a-9a04-4c83-8717-8fb3eb91df7f","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"59a42ccc-c7ab-4401-aa29-7dd60fa49dd3"}],"id":"9c8dada0-b6b5-470b-8421-da96943af0d4","description":"<p>Spreedly has a variety of calls outside of the core payments flow allowing you to see, manage and dispose of payment methods. Within this folder we have included these calls that can be used at different points. </p>\n","_postman_id":"9c8dada0-b6b5-470b-8421-da96943af0d4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"f5f82075-d607-492e-b5b0-2a5c022c0ba7","description":"<p>Before Spreedly can run a transaction against your provisioned gateway, you will need to store your users' credit card information (more generally called a payment method). To minimize your PCI scope, this sensitive cardholder data should be added without ever touching your server. </p>\n<p>The most common method of collecting this information is through the Spreedly iFrame through our JavaScript library and invoking the functions described in these docs using the Spreedly object. For additional information please reference <a href=\"https://docs.spreedly.com/reference/iframe/v1/\">iFrame Reference Guide </a></p>\n","event":[{"listen":"prerequest","script":{"id":"545d0cc1-5f7c-4c44-873a-bde92fe93508","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bf3ad5aa-71f5-4a81-9e8f-08769b9a852e","type":"text/javascript","exec":[""]}}],"_postman_id":"f5f82075-d607-492e-b5b0-2a5c022c0ba7","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Completing a Transaction","item":[{"name":"Verify","item":[{"name":"Verify - Card","event":[{"listen":"test","script":{"id":"c75d3bfe-9082-4be6-84e3-00d707a33fe8","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript"}}],"id":"9d65f19d-4d42-49d8-bc1d-8181bf2c2eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"credit_card\": {\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2025\"\n    }\n  }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/verify.json","urlObject":{"path":["v1","gateways","{{test_gateway}}","verify.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d65f19d-4d42-49d8-bc1d-8181bf2c2eb6"},{"name":"Verify - Token","event":[{"listen":"test","script":{"id":"9cef4ee9-a29b-4dca-a21a-7d52618d6baa","exec":["var token=JSON.parse(responseBody);","pm.environment.set(\"auth_token\", token.transaction.token)"],"type":"text/javascript"}}],"id":"12314f9d-0e08-46ad-b3cd-4cfc0b33198c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{good_visa}}\"\n  }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/verify.json","urlObject":{"path":["v1","gateways","{{test_gateway}}","verify.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12314f9d-0e08-46ad-b3cd-4cfc0b33198c"}],"id":"8112ddd4-215a-4d2b-9cb3-975033f5d0ec","description":"<p>Determine if a credit card is chargeable card and available for purchases. </p>\n<p>The <code>retain_on_success</code> request parameter will automatically retain the card if successfully verified.</p>\n<p>It is important to note that support for this endpoint is dependent on the Gateway/PSP. Spreedly will perform the lowest value ($0.00 or $1.00) verification allowed by the requirements of the Gateway/PSP.</p>\n","event":[{"listen":"prerequest","script":{"id":"b9abcbdf-ef5f-438b-96a1-ac24877b47cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dcf4b9ff-d7cc-4e5c-9d9d-fe0a128080b8","type":"text/javascript","exec":[""]}}],"_postman_id":"8112ddd4-215a-4d2b-9cb3-975033f5d0ec","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Purchase","item":[{"name":"Purchase - Token","event":[{"listen":"test","script":{"id":"1f72ed87-e310-4bdd-99b4-48307faf3efa","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"4ca40e11-4bb7-4b67-a43c-3215e4993304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n        \"transaction\": {\n          \"payment_method_token\": \"{{good_visa}}\",\n          \"amount\": 100,\n          \"currency_code\": \"USD\"\n        }\n      }"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ca40e11-4bb7-4b67-a43c-3215e4993304"},{"name":"Purchase - Pass-in credit card","event":[{"listen":"test","script":{"id":"6263289a-c25c-4f7b-81f2-1f9f02cb8622","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript"}}],"id":"f4dcde72-c462-4471-8a5e-1970a1ee0d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"credit_card\": {\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2023\"\n    },\n    \"amount\": 100,\n    \"currency_code\": \"USD\"\n  }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","description":"<p>Pass a credit card payment method directly into the purchase request. If the card is valid, it will automatically be tokenized at Spreedly before sending to the gateway.</p>\n","urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4dcde72-c462-4471-8a5e-1970a1ee0d10"},{"name":"Purchase - Pass-in Bank Account","event":[{"listen":"test","script":{"id":"9c41f6b8-5611-41fd-a466-36f99f657580","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript"}}],"id":"f84a8317-2d9c-49c0-970b-c7761933ea1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"bank_account\": {\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"bank_routing_number\": \"021000021\",\n      \"bank_account_number\": \"9876543210\"\n    },\n    \"amount\": 100,\n    \"currency_code\": \"USD\"\n  }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","description":"<p>Pass a bank account/eCheck payment method directly into the purchase request. If the bank account is valid, it will automatically be tokenized at Spreedly before sending to the gateway.</p>\n","urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f84a8317-2d9c-49c0-970b-c7761933ea1d"}],"id":"cf72b738-ef59-4455-85cf-1f251172e4ff","description":"<p>The Purchase API is intended for Spreedly to run the authorization and capture request/responses on behalf of the merchant, please note this API is supported on certain PSPs please reference your gateway in our <a href=\"https://docs.spreedly.com/reference/supported-gateways/\">Supported Gateways Page<a> </a></a></p>\n<p>Using the token of the gateway you want to transact against and the token of the payment method you want to charge, you can create a purchase by sending a POST request to the Spreedly API endpoint at <code>https://core.spreedly.com/v1/gateways/&lt;gateway_token&gt;/purchase.&lt;format&gt;</code></p>\n","event":[{"listen":"prerequest","script":{"id":"29b75488-8284-4eff-8866-6291f16e14fc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"71a8cd8b-535f-4491-948e-196ab7828c9d","type":"text/javascript","exec":[""]}}],"_postman_id":"cf72b738-ef59-4455-85cf-1f251172e4ff","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Authorize","item":[{"name":"Authorize - Token","event":[{"listen":"test","script":{"id":"6e870d43-546d-45e5-ac70-b996af5fd015","exec":["var token=JSON.parse(responseBody);","pm.environment.set(\"auth_token\", token.transaction.token)"],"type":"text/javascript"}}],"id":"840426d2-a27e-4941-ad76-76a446178cf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{good_visa}}\",\n    \"amount\": 2500,\n    \"currency_code\": \"USD\"\n  }\n}\n"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/authorize.json","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","authorize.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"840426d2-a27e-4941-ad76-76a446178cf9"}],"id":"f1a314ab-6d89-48f9-8715-bf0aeedb7ce0","description":"<p>Authorize a payment method to be charged a specific amount at the target gateway. No funds are taken with an authorize – a follow-up <code>capture</code> transaction is required to actually move the funds.</p>\n<p>The referenced gateway must exist in the environment whose environment key is being used to authenticate the API call.</p>\n","event":[{"listen":"prerequest","script":{"id":"6c1870ef-ddbc-4c22-a41d-8943c83ec0fb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5f163181-4c76-4925-9f14-e0c33abf73dd","type":"text/javascript","exec":[""]}}],"_postman_id":"f1a314ab-6d89-48f9-8715-bf0aeedb7ce0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Smart Routing","item":[{"name":"Purchase - Token (Smart Routing)","event":[{"listen":"test","script":{"id":"dff247b1-47de-4e63-9456-8c7791eaf5ca","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"67ec6532-3e0c-467e-889f-a1b640f3a00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"payment_method_token\": \"{{good_visa}}\",\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": true\n    }\n}"},"url":"{{base}}/v1/transactions/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment. Smart routing will determine which gateway to send this purchase request to.</p>\n","urlObject":{"path":["v1","transactions","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"67ec6532-3e0c-467e-889f-a1b640f3a00b"},{"name":"Purchase - Pass-in Credit Card (Smart Routing)","event":[{"listen":"test","script":{"id":"c83770ff-05ca-4296-b553-4da45e258cdc","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"5c8d5c69-5517-4397-8de2-c45116919cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"010\",\n            \"month\": \"12\",\n            \"year\": \"2023\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"gateway_specific_fields\": {}\n    }\n}"},"url":"{{base}}/v1/transactions/purchase.json","urlObject":{"path":["v1","transactions","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c8d5c69-5517-4397-8de2-c45116919cc8"},{"name":"Authorize - Token (Smart Routing)","event":[{"listen":"test","script":{"id":"43d86d34-beb8-4951-98ff-1cf5e2ad0f62","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"5c47f9ff-fa38-460c-a21b-4163b6b0f6ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"payment_method_token\": \"{{good_visa}}\",\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": true\n    }\n}"},"url":"{{base}}/v1/transactions/authorize.json","urlObject":{"path":["v1","transactions","authorize.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c47f9ff-fa38-460c-a21b-4163b6b0f6ef"},{"name":"Authorize - Pass-in Credit Card (Smart Routing)","event":[{"listen":"test","script":{"id":"338caf3a-f201-4cfd-a299-18cf2e2333bd","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"c3f832a4-4f65-4d29-9b51-9f4b94e9f215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"010\",\n            \"month\": \"12\",\n            \"year\": \"2023\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"gateway_specific_fields\": {}\n    }\n}"},"url":"{{base}}/v1/transactions/authorize.json","urlObject":{"path":["v1","transactions","authorize.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3f832a4-4f65-4d29-9b51-9f4b94e9f215"}],"id":"c13cb07b-943e-4a06-b6a5-e6b1fcc2396f","description":"<p>Smart Routing enables merchants and payment managers to increase payment success rates, promoting a better experience for their customers and increasing top line revenue. Additionally, it will reduce costs and complexity for engineers who have limited capacity to build and support complicated routing rules.</p>\n<p>Your account must have Smart Routing enabled to use this feature. Please see the Smart Routing guide for more information.</p>\n","event":[{"listen":"prerequest","script":{"id":"4db356c0-d0d6-464d-9731-c77a6d5fc083","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"328e2c88-958b-47d7-8c0f-67347078f5b3","type":"text/javascript","exec":[""]}}],"_postman_id":"c13cb07b-943e-4a06-b6a5-e6b1fcc2396f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Capture","item":[{"name":"Capture","id":"0247c69a-08a5-4144-91e4-8e19a59be06c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{auth_token}}/capture.json","description":"<p>By default, the entire <code>amount</code> authorized in the reference transaction will be captured.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{auth_token}}","capture.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0247c69a-08a5-4144-91e4-8e19a59be06c"},{"name":"Capture - Partial","id":"66b012b5-99ca-4ad6-b994-08ccd9254d29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"amount\": 50,\n    \"currency_code\": \"USD\"\n  }\n}"},"url":"https://core.spreedly.com/v1/transactions/{{auth_token}}/capture.json","description":"<p>Capture a partial amount from a previous authorization by specifying the <code>amount</code> in your request body.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{auth_token}}","capture.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"66b012b5-99ca-4ad6-b994-08ccd9254d29"}],"id":"411d00ed-5c9a-4760-a42a-2df055f27967","description":"<p>Capture all funds previously reserved via authorization, using the transaction token from the <code>authorize</code> call. This record will directly correlate to your settlement file.</p>\n","event":[{"listen":"prerequest","script":{"id":"a92c561d-8eb9-494d-8ce4-9047c6e53559","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14741065-f7fc-4e78-a866-e2008690a11c","type":"text/javascript","exec":[""]}}],"_postman_id":"411d00ed-5c9a-4760-a42a-2df055f27967","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Void","item":[{"name":"Void","id":"15c3d806-69a9-4063-9a64-2eba1545b2b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{auth_token}}/void.json","urlObject":{"protocol":"https","path":["v1","transactions","{{auth_token}}","void.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15c3d806-69a9-4063-9a64-2eba1545b2b1"}],"id":"1ae91b8c-2cc8-446d-9a37-57e8d2e20958","description":"<p>Cancel an authorization transaction.</p>\n<p>This API call can also be used to cancel a capture/purchase transaction that hasn’t yet settled at the merchant account.</p>\n","event":[{"listen":"prerequest","script":{"id":"b11b1f23-0248-49f5-962c-ea91349721ee","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"25778a70-e01a-48b5-9059-0e3a68e72fbc","type":"text/javascript","exec":[""]}}],"_postman_id":"1ae91b8c-2cc8-446d-9a37-57e8d2e20958","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Refunding the Cardholder","item":[{"name":"Credit (Refund)","id":"d2d537a5-81f9-4924-bc29-a95492621568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{successful_transaction}}/credit.json","description":"<p>Refund the full amount of a purchase or capture.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{successful_transaction}}","credit.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d2d537a5-81f9-4924-bc29-a95492621568"},{"name":"Credit (Refund) Partial","id":"e2ccb74f-2396-44b0-9633-732699b06bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"amount\": 80,\n    \"currency_code\": \"USD\"\n }\n}"},"url":"https://core.spreedly.com/v1/transactions/{{successful_transaction}}/credit.json","description":"<p>Refund a partial amount of a purchase by specifying an amount.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{successful_transaction}}","credit.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e2ccb74f-2396-44b0-9633-732699b06bd3"},{"name":"General Credit","id":"3f236c1d-9e8c-4ac9-bac5-0bb78c39a47c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"address1\": \"123 Street\",\n            \"zip\": \"12345\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"123\",\n            \"month\": \"12\",\n            \"year\": \"2025\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": true\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/general_credit.json","description":"<p>Add funds to a payment method outside the scope of a previous reference transaction. This is different from <code>credit</code>, which refunds money only up to the amount captured in a previous transaction.</p>\n<p>Support for <code>general credit</code> depends on the gateway.</p>\n","urlObject":{"path":["v1","gateways","{{test_gateway}}","general_credit.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f236c1d-9e8c-4ac9-bac5-0bb78c39a47c"}],"id":"3b96198a-6c76-4940-a0ca-f93fa764f8b4","description":"<p>Within this section we have structured two common calls used by merchants to refund their customers: </p>\n<ul>\n<li><strong>Credit</strong> is tied to a specific reference transaction. </li>\n<li><strong>General Credit</strong> adds funds to a payment method outside of the scope of a previous transaction. This operation may not be supported by all gateways. Consult our <a href=\"https://docs.spreedly.com/reference/supported-gateways/\">Gateway Guide</a> documentation for your specific Gateway/PSP.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"78a56721-4354-4c21-8ae8-63e34d1874e2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5accad4e-5b3e-450e-ab70-0e57f8bf06ed","type":"text/javascript","exec":[""]}}],"_postman_id":"3b96198a-6c76-4940-a0ca-f93fa764f8b4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"3DS","item":[{"name":"Create Merchant Profile","event":[{"listen":"test","script":{"id":"ba75bc8e-21c9-40f7-8e2b-dd32f92002c4","exec":["var merchant_profile=JSON.parse(responseBody);","pm.environment.set(\"sandbox_merchant_profile\", merchant_profile.merchant_profile.token);",""],"type":"text/javascript"}}],"id":"d92f15bc-ca79-4d1a-8fab-27b3e24ad5c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"merchant_profile\": {\n    \"visa\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    },\n    \"mastercard\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    },\n    \"amex\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/merchant_profiles.json","description":"<p>In order to perform the transaction, a 3DS2 Server needs to know information about the merchant that is requesting the 3DS2 Authentication. Some Spreedly customers may be platforms with many merchants that use a single environment. To help differentiate between which merchant is requesting authentication, Spreedly has created an entity called a Merchant Profile that allows our customers to save merchant information, such as their category and country codes.</p>\n<p>A Merchant Profile is associated with a single Spreedly environment, and an environment may have many profiles associated with it.</p>\n<p><strong>Helpful Hint</strong>: the merchant profile token is important for future transactions. </p>\n","urlObject":{"protocol":"https","path":["v1","merchant_profiles.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"5ea85aa7-a0de-4044-bec2-bcbadfc979e8","name":"ZU07FSdoawaNjPgqXRTI7aVg5gy - Test Gateway","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\",\n    \"account_id\": \"test\",\n    \"account_token\": \"test\",\n    \"application_id\": \"123\",\n    \"acceptor_id\": \"123\",\n    \"application_name\": \"b_test\",\n    \"application_version\": \"6\"\n  }\n}"},"url":"https://core.spreedly.com/v1/gateways.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:56:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"587d87605ee4847c93081c5083cee15f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja6gtatllltgr1dci0.core_a50204995ea999f8"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"gateway\": {\n        \"token\": \"ZU07FSdoawaNjPgqXRTI7aVg5gy\",\n        \"gateway_type\": \"test\",\n        \"description\": null,\n        \"payment_methods\": [\n            \"credit_card\",\n            \"sprel\",\n            \"third_party_token\",\n            \"bank_account\",\n            \"apple_pay\",\n            \"android_pay\",\n            \"google_pay\"\n        ],\n        \"state\": \"retained\",\n        \"created_at\": \"2018-12-10T23:56:34Z\",\n        \"updated_at\": \"2018-12-10T23:56:34Z\",\n        \"name\": \"Spreedly Test\",\n        \"characteristics\": [\n            \"purchase\",\n            \"authorize\",\n            \"capture\",\n            \"credit\",\n            \"general_credit\",\n            \"void\",\n            \"verify\",\n            \"reference_purchase\",\n            \"purchase_via_preauthorization\",\n            \"offsite_purchase\",\n            \"offsite_authorize\",\n            \"3dsecure_purchase\",\n            \"3dsecure_authorize\",\n            \"store\",\n            \"remove\",\n            \"reference_authorization\"\n        ],\n        \"credentials\": [],\n        \"gateway_specific_fields\": [],\n        \"redacted\": false\n    }\n}"}],"_postman_id":"d92f15bc-ca79-4d1a-8fab-27b3e24ad5c2"},{"name":"Create Sandbox Spreedly SCA Provider","event":[{"listen":"test","script":{"id":"93e84746-0650-4d38-b166-69b7c354e7f8","exec":["var sca_provider=JSON.parse(responseBody);","pm.environment.set(\"sandbox_sca_provider\", sca_provider.sca_provider.token);",""],"type":"text/javascript"}}],"id":"3f97d02f-2fdf-4e90-bd37-ccb861d793de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"sca_provider\": {\n    \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n    \"type\": \"spreedly\",\n    \"sandbox\": true,\n    \"mastercard\": {\n        \"acquirer_bin\": \"4444444444\",\n        \"merchant_url\": \"https://spreedly.com\",\n        \"merchant_password\": \"password\",\n        \"three_ds_requestor_name\": \"Spreedly\"\n    },\n    \"visa\": {\n        \"acquirer_bin\": \"4444444444\",\n        \"merchant_url\": \"https://spreedly.com\",\n        \"merchant_password\": \"password\",\n        \"three_ds_requestor_name\": \"Spreedly\"\n    },\n    \"amex\": {\n        \"acquirer_bin\": \"4444444444\",\n        \"merchant_url\": \"https://spreedly.com\",\n        \"merchant_password\": \"password\",\n        \"three_ds_requestor_name\": \"Spreedly\"\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/sca/providers.json","description":"<p>Just like a Gateway allows our customers to make transactions like purchase and authorize, an SCA Provider is a new entity that allows customers to make 3DS2 Authentication transactions. Also like a Gateway, an SCA Provider holds the credentials required for Spreedly to interact with a 3DS2 server on behalf of our merchants.</p>\n<p>An SCA Provider is associated with a single Merchant Profile, and a Merchant Profile may have many SCA Providers associated with it.</p>\n<p><strong>Helpful Hint 1</strong>: the merchant profile key needs to be inserted in the request </p>\n<p><strong>Helpful Hint 2</strong>: the Acquiring BIN and Password for testing purposes can be dummy values, but for production you will need to talk to your gateway/PSP for these credentials. </p>\n","urlObject":{"protocol":"https","path":["v1","sca","providers.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"bd243674-ee18-4661-b951-8a9d03b6d694","name":"ZU07FSdoawaNjPgqXRTI7aVg5gy - Test Gateway","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\",\n    \"account_id\": \"test\",\n    \"account_token\": \"test\",\n    \"application_id\": \"123\",\n    \"acceptor_id\": \"123\",\n    \"application_name\": \"b_test\",\n    \"application_version\": \"6\"\n  }\n}"},"url":"https://core.spreedly.com/v1/gateways.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:56:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"587d87605ee4847c93081c5083cee15f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja6gtatllltgr1dci0.core_a50204995ea999f8"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"gateway\": {\n        \"token\": \"ZU07FSdoawaNjPgqXRTI7aVg5gy\",\n        \"gateway_type\": \"test\",\n        \"description\": null,\n        \"payment_methods\": [\n            \"credit_card\",\n            \"sprel\",\n            \"third_party_token\",\n            \"bank_account\",\n            \"apple_pay\",\n            \"android_pay\",\n            \"google_pay\"\n        ],\n        \"state\": \"retained\",\n        \"created_at\": \"2018-12-10T23:56:34Z\",\n        \"updated_at\": \"2018-12-10T23:56:34Z\",\n        \"name\": \"Spreedly Test\",\n        \"characteristics\": [\n            \"purchase\",\n            \"authorize\",\n            \"capture\",\n            \"credit\",\n            \"general_credit\",\n            \"void\",\n            \"verify\",\n            \"reference_purchase\",\n            \"purchase_via_preauthorization\",\n            \"offsite_purchase\",\n            \"offsite_authorize\",\n            \"3dsecure_purchase\",\n            \"3dsecure_authorize\",\n            \"store\",\n            \"remove\",\n            \"reference_authorization\"\n        ],\n        \"credentials\": [],\n        \"gateway_specific_fields\": [],\n        \"redacted\": false\n    }\n}"}],"_postman_id":"3f97d02f-2fdf-4e90-bd37-ccb861d793de"},{"name":"Create Payment Method - Spreedly SCA Provider","event":[{"listen":"test","script":{"id":"5a2f2de9-6d9a-4338-83b6-12f5ed89df6e","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"spreedly_sca_pm\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"597ca6a2-9365-47b9-901e-2601b6b439cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n      \"address1\": \"123 Street\",\n      \"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"5555555555554444\",\n      \"verification_value\": \"123\",\n      \"month\": \"10\",\n      \"year\": \"2029\"\n    },\n    \"retained\": true\n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","description":"<p><strong>Helpful Hint 1</strong>: don't forget that you will need to enter in the payment method token that you received back from creating the payment method</p>\n<p><strong>Helpful Hint 2</strong>: don't forget that the SCA Provider Key must be entered. </p>\n","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"955096d6-26c7-4c7d-bf6c-0738b784e17a","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"597ca6a2-9365-47b9-901e-2601b6b439cd"},{"name":"Purchase - Test - SCA Provider 3DS2","id":"74c374bc-b48f-4673-9e3e-d55c4bb99695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{spreedly_sca_pm}}\",\n    \"amount\": 100,\n    \"currency_code\": \"USD\",\n    \"sca_provider_key\": \"{{sandbox_sca_provider}}\",\n    \"browser_info\": \"eyJ3aWR0aCI6MjEzMywiaGVpZ2h0IjoxMjAwLCJkZXB0aCI6MjQsInRpbWV6b25lIjozMDAsInVzZXJfYWdlbnQiOiJTcHJlZWRseSBBZ2VudCIsImphdmEiOmZhbHNlLCJsYW5ndWFnZSI6ImVuLVVTIiwiYnJvd3Nlcl9zaXplIjoiMDQiLCJhY2NlcHRfaGVhZGVyIjoidGV4dC9odG1sLGFwcGxpY2F0aW9uL3hodG1sK3htbCxhcHBsaWNhdGlvbi94bWw7cT0wLjksaW1hZ2Uvd2VicCwqLyo7cT0wLjgifQ==\",\n    \"ip\": \"127.0.0.1\"\n  }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json","description":"<p>Test cards for running through the 3DS2 Global solution can be found <a href=\"https://docs.spreedly.com/guides/spreedly-3dsecure2-web/#test-data-for-spreedly-3ds2-global\n\">here</a>.</p>\n<p>Please note the password/PIN for the challenge session is 123456 when the iFrame is rendered.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74c374bc-b48f-4673-9e3e-d55c4bb99695"},{"name":"Gateway Direct - 3DS ","id":"c031e2a4-0eea-4d59-974f-bd507be5cb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"amount\": \"1000\",\n        \"attempt_3dsecure\": \"true\",\n        \"three_ds_version\": 2,\n        \"callback_url\": \"http://example.com/handle_callback\",\n        \"currency_code\": \"USD\",\n        \"email\": \"testemail@email.com\",\n        \"gateway_specific_fields\": {},\n        \"ip\": \"1.2.3.4\",\n        \"payment_method_token\": \"{{good_visa}}\",\n        \"redirect_url\": \"http://example.com/handle_redirect\",\n        \"shipping_address\": {\n            \"name\": \"John Doe\",\n            \"address1\": \"123 Main St\",\n            \"address2\": \"Suite 100\",\n            \"city\": \"city\",\n            \"zip\": 1234,\n            \"country\": \"US\",\n            \"phone\": \"123-456-7890\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{gateway_token}}/purchase.json","description":"<p>Spreedly 3DS2 Gateway Specific allows our users to integrate with the 3DS solutions on gateways that they are doing transactions on. In this flow, users register their merchant credentials directly with their gateway and then provide the gateway credentials to Spreedly. The result of a 3DS authentication performed on a gateway-specific solution can only be used on that gateway and is not portable. There are also some differences in the way that 3DS is performed per gateway; please visit the gateway guide for the specific gateway that will be used for more information.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{gateway_token}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c031e2a4-0eea-4d59-974f-bd507be5cb47"}],"id":"32f9b9dc-fe2f-4cee-b0f5-7b0d888fabe5","description":"<p>The Spreedly 3DS2 Global solution allows users to integrate with a single 3DS2 Server and bring their authentication parameters to any gateway that accepts third party 3DS fields. Instead of registering merchant credentials and integrating with different 3D Secure flows per gateway, our solution lets platforms and merchants sign up via our API and start making 3DS requests faster. Merchants can now meet SCA requirements across multiple gateways in order to increase success rates instead of being tied to using only one 3DS2 solution on one gateway.</p>\n","event":[{"listen":"prerequest","script":{"id":"d471f6ad-c2ca-4228-8657-16f5a07be707","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"176d5e0e-d1ab-443d-a19f-cae037fe03d8","type":"text/javascript","exec":[""]}}],"_postman_id":"32f9b9dc-fe2f-4cee-b0f5-7b0d888fabe5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Protect","item":[{"name":"Common","item":[{"name":"Create Merchant Profile","event":[{"listen":"test","script":{"id":"ba75bc8e-21c9-40f7-8e2b-dd32f92002c4","exec":["var merchant_profile=JSON.parse(responseBody);","pm.environment.set(\"sandbox_merchant_profile\", merchant_profile.merchant_profile.token);",""],"type":"text/javascript","packages":{}}}],"id":"15ac64f9-51c5-4dcc-952d-9b8a3f59c1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"merchant_profile\": {\n    \"visa\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    },\n    \"mastercard\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    },\n    \"amex\": {\n      \"acquirer_merchant_id\": \"spreedlys_mid\",\n      \"merchant_name\": \"Spreedly\",\n      \"country_code\": \"840\",\n      \"mcc\": \"5978\"\n    }\n  }\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/merchant_profiles.json","description":"<p>In order to perform the transaction, a 3DS2 Server needs to know information about the merchant that is requesting the 3DS2 Authentication. Some Spreedly customers may be platforms with many merchants that use a single environment. To help differentiate between which merchant is requesting authentication, Spreedly has created an entity called a Merchant Profile that allows our customers to save merchant information, such as their category and country codes.</p>\n<p>A Merchant Profile is associated with a single Spreedly environment, and an environment may have many profiles associated with it.</p>\n<p><strong>Helpful Hint</strong>: the merchant profile token is important for future transactions. </p>\n","urlObject":{"path":["v1","merchant_profiles.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"a90938ec-53f9-4498-9507-02595a453632","name":"ZU07FSdoawaNjPgqXRTI7aVg5gy - Test Gateway","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\",\n    \"account_id\": \"test\",\n    \"account_token\": \"test\",\n    \"application_id\": \"123\",\n    \"acceptor_id\": \"123\",\n    \"application_name\": \"b_test\",\n    \"application_version\": \"6\"\n  }\n}"},"url":"{{base}}/v1/gateways.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:56:34 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"656"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"587d87605ee4847c93081c5083cee15f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja6gtatllltgr1dci0.core_a50204995ea999f8"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"gateway\": {\n        \"token\": \"ZU07FSdoawaNjPgqXRTI7aVg5gy\",\n        \"gateway_type\": \"test\",\n        \"description\": null,\n        \"payment_methods\": [\n            \"credit_card\",\n            \"sprel\",\n            \"third_party_token\",\n            \"bank_account\",\n            \"apple_pay\",\n            \"android_pay\",\n            \"google_pay\"\n        ],\n        \"state\": \"retained\",\n        \"created_at\": \"2018-12-10T23:56:34Z\",\n        \"updated_at\": \"2018-12-10T23:56:34Z\",\n        \"name\": \"Spreedly Test\",\n        \"characteristics\": [\n            \"purchase\",\n            \"authorize\",\n            \"capture\",\n            \"credit\",\n            \"general_credit\",\n            \"void\",\n            \"verify\",\n            \"reference_purchase\",\n            \"purchase_via_preauthorization\",\n            \"offsite_purchase\",\n            \"offsite_authorize\",\n            \"3dsecure_purchase\",\n            \"3dsecure_authorize\",\n            \"store\",\n            \"remove\",\n            \"reference_authorization\"\n        ],\n        \"credentials\": [],\n        \"gateway_specific_fields\": [],\n        \"redacted\": false\n    }\n}"}],"_postman_id":"15ac64f9-51c5-4dcc-952d-9b8a3f59c1a5"}],"id":"e0ea2ea7-167a-492f-a34b-649ecb577305","_postman_id":"e0ea2ea7-167a-492f-a34b-649ecb577305","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Forter Remote Sandbox","item":[{"name":"Fraud Only","item":[{"name":"Create Spreedly Protection Provider - 3DS Not Enabled (Fraud Only)","event":[{"listen":"test","script":{"id":"38ad1857-cf79-4fde-8acd-2c64a506d8ee","exec":["var protection_provider=JSON.parse(pm.response.text());","pm.environment.set(\"forter_protection_provider_3ds_not_enabled\", protection_provider.protection_provider.token);",""],"type":"text/javascript","packages":{}}}],"id":"d6f77be3-6cd3-4264-9879-ad189661bfee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"protection_provider\": {\n        \"type\": \"spreedly\",\n        \"sandbox\": true,\n        \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\",\n            \"three_ds_requestor_name\": \"Spreedly\"\n        },\n        \"three_ds_enabled\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/protection/providers.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","protection","providers.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"4117713f-2083-4163-b6a6-aeb9b6283fec","name":"Create Spreedly Protection Provider - 3DS Not Enabled (Fraud Only)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"// If running this locally, make sure self.supports_sandbox_mode? is set to true\n// And Forter sandbox credentials are included in .env.base.rb\n\n{\n    \"protection_provider\": {\n        \"sandbox\": true,\n        \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\",\n            \"three_ds_requestor_name\": \"Spreedly\"\n        },\n        \"three_ds_enabled\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/protection/providers.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"840"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-request-id","value":"a1e8c844-5b38-470b-9c6f-01f65f8acc19"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"etag","value":"W/\"b30d74c06e261154c76e504457f530f2\""},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"accept-ranges","value":"bytes"},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Mon, 14 Apr 2025 18:14:07 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200109-IAD, cache-iad-kcgs7200126-IAD, cache-dfw-kdal2120091-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1744654447.847043,VS0,VE550"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"protection_provider\": {\n        \"token\": \"7DRQMQ6X669MXBYPZJBGEP0YPX\",\n        \"sandbox\": true,\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\"\n        },\n        \"cartes_bancaires\": {},\n        \"union_pay\": {},\n        \"dankort\": {},\n        \"jcb\": {},\n        \"diners\": {},\n        \"sub_merchant_site_id\": null,\n        \"created_at\": \"2025-04-14T18:14:07Z\",\n        \"updated_at\": \"2025-04-14T18:14:07Z\",\n        \"three_ds_enabled\": false,\n        \"type\": \"Protection::Provider::Spreedly\"\n    }\n}"}],"_postman_id":"d6f77be3-6cd3-4264-9879-ad189661bfee"},{"name":"Purchase - Fraud Only - APPROVE","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"d009811b-129e-4cb8-86fd-3b187b47a729","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"dd00fbf2-7bb1-489c-8c45-b3be3d164a25","name":"Purchase - Fraud Only - APPROVE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6142"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"ea7d8c5a7ed4eb7504a6d9ff847242e1\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"server","value":"openresty"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"x-download-options","value":"noopen"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"56b6c1a3-0792-4185-b00b-62f5cb5b05d0"},{"key":"Date","value":"Mon, 14 Apr 2025 18:12:58 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100165-IAD, cache-iad-kjyo7100133-IAD, cache-dfw-kdal2120091-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1744654377.587378,VS0,VE1462"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": true,\n        \"created_at\": \"2025-04-14T18:12:56Z\",\n        \"updated_at\": \"2025-04-14T18:12:57Z\",\n        \"succeeded\": true,\n        \"state\": \"succeeded\",\n        \"token\": \"UQSKG3qeut6W0k9KChZo7tk0LGv\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"1.127.0.1\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": \"UQSKG3qeut6W0k9KChZo7tk0LGv\",\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": 18,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        },\n        \"amount\": 100,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"gateway_token\": \"5MNAD66Y979P1ST9D75SVD7VQW\",\n        \"gateway_type\": \"test\",\n        \"response\": {\n            \"success\": true,\n            \"message\": \"Successful purchase\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": false,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": null,\n            \"created_at\": \"2025-04-14T18:12:57Z\",\n            \"updated_at\": \"2025-04-14T18:12:57Z\"\n        },\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JRTR285A2F54DZG5WCPHAK3X\",\n            \"created_at\": \"2025-04-14T18:12:57.130Z\",\n            \"updated_at\": \"2025-04-14T18:12:57.130Z\",\n            \"email\": \"approve@forter.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"41111111\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"CONOTOXIA SP. Z O.O\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"CLASSIC\",\n                \"issuing_country_iso_number\": \"616\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"PL\",\n                \"issuing_country_iso_a3_code\": \"POL\",\n                \"issuing_country_iso_name\": \"POLAND\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"744269181a6958cf05b6f487fe056b8e542a\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-14T18:12:57Z\",\n            \"created_at\": \"2025-04-14T18:12:57Z\",\n            \"protection_provider_key\": \"5TWJSJYW5D9XATR8QP15GAGQQZ\",\n            \"succeeded\": true,\n            \"state\": \"succeeded\",\n            \"token\": \"5kKInOjRgupDRk25OTjC1HFtxie\",\n            \"message\": null,\n            \"amount\": 100,\n            \"currency_code\": \"USD\",\n            \"ip\": \"1.127.0.1\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"UQSKG3qeut6W0k9KChZo7tk0LGv\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"trans_status_reason\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"approve\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"Test\",\n            \"vendor_response\": {\n                \"forterDecision\": \"APPROVE\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {},\n                \"decisionReason\": \"Test\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"5kKInOjRgupDRk25OTjC1HFtxie\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/5kKInOjRgupDRk25OTjC1HFtxie\"\n            }\n        }\n    }\n}"}],"_postman_id":"d009811b-129e-4cb8-86fd-3b187b47a729"},{"name":"Purchase - Fraud Only - DECLINE","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"4bf8069c-fe63-4b8b-9d82-c3e93fde8f0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"decline@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"02b78b1c-fef6-4e73-869e-6e4ef16f7ce6","name":"Purchase - Fraud Only - DECLINE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"decline@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Unknown Error","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"server","value":"openresty"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"x-download-options","value":"noopen"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"d2ad8b56-1626-4042-8398-d9ee45d08d8c"},{"key":"Date","value":"Mon, 14 Apr 2025 18:13:20 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100068-IAD, cache-iad-kjyo7100068-IAD, cache-dfw-kdal2120091-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1744654399.043525,VS0,VE1057"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-14T18:13:19Z\",\n        \"updated_at\": \"2025-04-14T18:13:19Z\",\n        \"succeeded\": false,\n        \"state\": \"failed\",\n        \"token\": \"6Og0A5GlOuyWsVxmlfHicb2AL2R\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"1.127.0.1\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        },\n        \"amount\": 100,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.failed_protection_check\",\n        \"message\": \"Gateway transaction not attempted due to failed protection check.\",\n        \"gateway_token\": \"5MNAD66Y979P1ST9D75SVD7VQW\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JRTR2Y2J51GHN82PQGVTRP4J\",\n            \"created_at\": \"2025-04-14T18:13:19.570Z\",\n            \"updated_at\": \"2025-04-14T18:13:19.570Z\",\n            \"email\": \"decline@forter.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"41111111\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"CONOTOXIA SP. Z O.O\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"CLASSIC\",\n                \"issuing_country_iso_number\": \"616\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"PL\",\n                \"issuing_country_iso_a3_code\": \"POL\",\n                \"issuing_country_iso_name\": \"POLAND\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"744269181a6958cf05b6f487fe056b8e542a\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-14T18:13:19Z\",\n            \"created_at\": \"2025-04-14T18:13:19Z\",\n            \"protection_provider_key\": \"5TWJSJYW5D9XATR8QP15GAGQQZ\",\n            \"succeeded\": false,\n            \"state\": \"failed\",\n            \"token\": \"UBZTiR6zhzu14LBhWF3DY9SeLCP\",\n            \"message\": null,\n            \"amount\": 100,\n            \"currency_code\": \"USD\",\n            \"ip\": \"1.127.0.1\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"6Og0A5GlOuyWsVxmlfHicb2AL2R\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"trans_status_reason\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"decline\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"Test\",\n            \"vendor_response\": {\n                \"forterDecision\": \"DECLINE\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {},\n                \"decisionReason\": \"Test\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"UBZTiR6zhzu14LBhWF3DY9SeLCP\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/UBZTiR6zhzu14LBhWF3DY9SeLCP\"\n            }\n        }\n    }\n}"}],"_postman_id":"4bf8069c-fe63-4b8b-9d82-c3e93fde8f0b"},{"name":"Purchase - Fraud Only - NOT REVIEWED","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"d360fe15-2118-4be4-93e8-1dcaaba883d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"notreviewed@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"8fc34941-e552-4e92-b791-78f69adb258e","name":"Purchase - Fraud Only - NOT REVIEWED","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"notreviewed@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/purchase.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6156"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"2b0397032a3d281d92a623838e4fa673\""},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"server","value":"openresty"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"x-download-options","value":"noopen"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"dad26607-dcc7-487f-b169-42268a277ee3"},{"key":"Date","value":"Mon, 14 Apr 2025 18:43:19 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100139-IAD, cache-iad-kjyo7100167-IAD, cache-dfw-ktki8620080-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1744656198.734706,VS0,VE1478"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": true,\n        \"created_at\": \"2025-04-14T18:43:17Z\",\n        \"updated_at\": \"2025-04-14T18:43:19Z\",\n        \"succeeded\": true,\n        \"state\": \"succeeded\",\n        \"token\": \"XIUqZAgaG8QUPGATugjShCRY9LK\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"1.127.0.1\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": \"XIUqZAgaG8QUPGATugjShCRY9LK\",\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": 18,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extention\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        },\n        \"amount\": 100,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"response\": {\n            \"success\": true,\n            \"message\": \"Successful purchase\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": false,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": null,\n            \"created_at\": \"2025-04-14T18:43:18Z\",\n            \"updated_at\": \"2025-04-14T18:43:19Z\"\n        },\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JRTSSTNBWGT6EYDY94A9CAAZ\",\n            \"created_at\": \"2025-04-14T18:43:18.315Z\",\n            \"updated_at\": \"2025-04-14T18:43:18.315Z\",\n            \"email\": \"notreviewed@forter.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"41111111\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"CONOTOXIA SP. Z O.O\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"CLASSIC\",\n                \"issuing_country_iso_number\": \"616\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"PL\",\n                \"issuing_country_iso_a3_code\": \"POL\",\n                \"issuing_country_iso_name\": \"POLAND\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"744269181a6958cf05b6f487fe056b8e542a\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-14T18:43:18Z\",\n            \"created_at\": \"2025-04-14T18:43:18Z\",\n            \"protection_provider_key\": \"4CJZ9CXTRY921B9BH732MYXBEQ\",\n            \"succeeded\": true,\n            \"state\": \"succeeded\",\n            \"token\": \"UpKJ8NXJZ5bK6ANyOTHpErSHShf\",\n            \"message\": null,\n            \"amount\": 100,\n            \"currency_code\": \"USD\",\n            \"ip\": \"1.127.0.1\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"XIUqZAgaG8QUPGATugjShCRY9LK\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"trans_status_reason\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"not reviewed\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"Test\",\n            \"vendor_response\": {\n                \"forterDecision\": \"NOT REVIEWED\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {},\n                \"decisionReason\": \"Test\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"UpKJ8NXJZ5bK6ANyOTHpErSHShf\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/UpKJ8NXJZ5bK6ANyOTHpErSHShf\"\n            }\n        }\n    }\n}"}],"_postman_id":"d360fe15-2118-4be4-93e8-1dcaaba883d1"}],"id":"5addb4a4-aadb-4623-ba36-d24eb64de8e3","_postman_id":"5addb4a4-aadb-4623-ba36-d24eb64de8e3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Fraud + 3DS Global","item":[{"name":"Create Forter Protection Provider - 3DS Enabled","event":[{"listen":"test","script":{"id":"38ad1857-cf79-4fde-8acd-2c64a506d8ee","exec":["var protection_provider=JSON.parse(pm.response.text());","pm.environment.set(\"forter_protection_provider\", protection_provider.protection_provider.token);",""],"type":"text/javascript","packages":{}}}],"id":"bf9b30bf-2c09-483d-922a-10b92a7dc799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"protection_provider\": {\n        \"type\": \"spreedly\",\n        \"sandbox\": true,\n        \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\",\n            \"three_ds_requestor_name\": \"Spreedly\"\n        },\n        \"three_ds_enabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/protection/providers.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","protection","providers.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf9b30bf-2c09-483d-922a-10b92a7dc799"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Success","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"a209fe4f-e979-4ff3-b908-c8a2882627e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"b5e4b137-027e-4b45-b142-7fa3a77c5413","name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"b5d6f9e0-e563-4531-a4e2-1c7f05cb1499"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:20:51 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000075-IAD, cache-iad-kiad7000075-IAD, cache-dfw-kdal2120135-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533250.780767,VS0,VE1865"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:20:49Z\",\n        \"updated_at\": \"2025-04-24T22:20:51Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMY7AQJ6PSYHYQJZF6EYYP3\",\n            \"created_at\": \"2025-04-24T22:20:50.290Z\",\n            \"updated_at\": \"2025-04-24T22:20:50.290Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0005\",\n            \"first_six_digits\": \"522222\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"52222200\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"UNITED OVERSEAS BANK (MALAYSIA) BERHAD\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"PLATINUM\",\n                \"issuing_country_iso_number\": \"458\",\n                \"issuing_bank_website\": \"HTTPS://WWW.UOB.COM.MY/\",\n                \"issuing_bank_phone_number\": \"60-3-2612-3312\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"MY\",\n                \"issuing_country_iso_a3_code\": \"MYS\",\n                \"issuing_country_iso_name\": \"MALAYSIA\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"724e4b55df6f61d1071bfc23fde60938cd4c\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0005\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:20:51Z\",\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"BrIxg5qxmrn3fPDHR2upJ3CvmsH\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"created_at\": \"2025-04-24T22:20:50Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"ZpkSa4VorKHz0nqya5oOP0u7aZd\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n            }\n        }\n    }\n}"},{"id":"55a8fb74-173a-4b75-93e4-89b5e3545045","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3900"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"98f58d6f-fc46-4ffd-981a-c3dd883e09a1"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"512bbaf893096d8767953b42ed308bf3\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:27:17 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200035-IAD, cache-iad-kcgs7200035-IAD, cache-dfw-kdal2120134-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533637.068384,VS0,VE159"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": \"none\",\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n        \"updated_at\": \"2025-04-24T22:24:20Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"succeeded\",\n        \"error_code\": null,\n        \"message\": \"messages.transaction_succeeded\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6Im5vbmUiLCJ0aHJlZV9kc19jb250ZXh0IjpudWxsLCJ0aHJlZV9kc192ZXJzaW9uIjoiMi4yLjAiLCJzY2FfcHJvdmlkZXJfdHlwZSI6bnVsbCwibWFuYWdlZF9vcmRlcl90b2tlbiI6ImV5SmhiR2NpT2lKU1V6STFOaUlzSW5SNWNDSTZJa3BYVkNJc0ltdHBaQ0k2SWpJd01qTXRNRFV0TWpNaWZRLmV5SnRZVzVoWjJWa1QzSmtaWEpKWkNJNkltVmtNR016TmpabUxUZ3pZamd0TkdZNU1pMWlPVEF5TFdJMk5tSXlZMkUxWkRWaU15SXNJbTFsZEdodlpGVlNUQ0k2SW1oMGRIQnpPaTh2Ym1SdExYQnlaWFl1TTJSemN5MXViMjR0Y0hKdlpDNWpiRzkxWkM1dVpYUmpaWFJsY21FdVkyOXRMMkZqY3k4elpITXRiV1YwYUc5a0lpd2lkR2h5WldWRVUxTmxjblpsY2xSeVlXNXpTVVFpT2lKbU1UQmhNV1E1TnkwellqWXdMVFF6T1RZdE9HWTFNeTB6T1RGbU9XVmxOemRrTUdRaUxDSjJaWEp6YVc5dUlqb2lNaTR5TGpBaUxDSmtjMGxrWlc1MGFXWnBaWElpT2lKQk1EQXdNREF3TURBMElpd2lZWFZrSWpvaVkyaGxZMnR2ZFhSMGIyOXNjeUlzSW1semN5STZJbWgwZEhCek9pOHZZWEJwTG1Ob1pXTnJiM1YwZEc5dmJITXVZMjl0TDNZekwyMWhibUZuWldRdmIzSmtaWEp6SWl3aVpYaHdJam94TnpRMU5UTTJPRFV4ZlEuamVXMTNnTE1fbHFjNlJpNS00Y29pWGFrblJ3ZkdoTkI2UE42dGhValN6d25FX2d2S1BLeEwxaWdVWkpnTlRHZVVXYTVlVHBkSEE3QWZ0QUFady1HX1lEbnNleUVYRWRmRDJVQ00wcFk5ZjBYUjZhVGxfUjViWkxKYkd0OHA3aGtfU3M2MVdQY192b3lRbVhiMGl3aml3NDVtZTZrajg3YjVXUTVaNUhTck9WMHNHUWpyVkJVR0Y1d3FLeTducGJIOFNGRzlMM3hhQzVFRUhWWE5rRmhNdnIxYTl0LU85dlU5cko4WU9vZVhkbHVkZHlwX1Z1b3FMMl9pS2hRdzlkV2diTjl0LUJ4b09aN2ZsX0hHck1VRHVrUkJrN2VwSnpxbXJZYTdORjFZUlBHYTh0TGFYMnN2Tk9JenhHVWlHZVVqZmlickRPOG1LSGRrdWptOVhwTHdPa0RGaEpOM3YwaVRJaW54My1PU2Z5TzRQOFgxU2NjdnNFVER6U3dwXzRGUXhJWXRGbzcxUG9WVHNzRDRFdVJFM3dRdUdCb0xfN25NbzZ3RU0zLWI4eksyM2x5UTJVeV90cklJa2JKNGI0ZWktZkVtRHVwNDBobTFBU24tNl9EZUtaSXdIV1pyNmg2ZDJPV1RwX3hOOTdFTmJ2Mk9MRnJQUFRfRUdpdlZ2NHJpNkZzU1dnVG11LTVuTVJRQWpWRU1vZll0dGFSNG1VLXdvMnRDbkxBUl9sM3djcHpzbUYyaHBUcFcyS0cySzVLMER1RFp5VGM0U283bGVIYjJrSWlzSEdpY0tPb0hMVnEzbXI4Vl9RUFpYaXk0bHpoSmVFTjFaYnB3TXNqd1ZXbDRlUnJDUzN4VlQ2azducFoyZUgyUDNjaHNZQ3pPSm1WQ1Z1OEx3MVVxSWMiLCJ1cGRhdGVkX2F0IjoiMjAyNS0wNC0yNCAyMjoyNDoyMCArMDAwMCIsImdhdGV3YXlfdHlwZSI6InRlc3QiLCJzdGF0ZSI6InN1Y2NlZWRlZCIsImVycm9yX2NvZGUiOm51bGwsIm1lc3NhZ2UiOiJtZXNzYWdlcy50cmFuc2FjdGlvbl9zdWNjZWVkZWQifQ==\"\n    }\n}"}],"_postman_id":"a209fe4f-e979-4ff3-b908-c8a2882627e9"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Exclusion","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"cd560d2a-fdb8-4a56-a6dd-19e663fa7b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"ff7262df-d7f5-4d6a-906b-a7753a775f40","name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"b5d6f9e0-e563-4531-a4e2-1c7f05cb1499"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:20:51 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000075-IAD, cache-iad-kiad7000075-IAD, cache-dfw-kdal2120135-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533250.780767,VS0,VE1865"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:20:49Z\",\n        \"updated_at\": \"2025-04-24T22:20:51Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMY7AQJ6PSYHYQJZF6EYYP3\",\n            \"created_at\": \"2025-04-24T22:20:50.290Z\",\n            \"updated_at\": \"2025-04-24T22:20:50.290Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0005\",\n            \"first_six_digits\": \"522222\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"52222200\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"UNITED OVERSEAS BANK (MALAYSIA) BERHAD\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"PLATINUM\",\n                \"issuing_country_iso_number\": \"458\",\n                \"issuing_bank_website\": \"HTTPS://WWW.UOB.COM.MY/\",\n                \"issuing_bank_phone_number\": \"60-3-2612-3312\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"MY\",\n                \"issuing_country_iso_a3_code\": \"MYS\",\n                \"issuing_country_iso_name\": \"MALAYSIA\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"724e4b55df6f61d1071bfc23fde60938cd4c\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0005\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:20:51Z\",\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"BrIxg5qxmrn3fPDHR2upJ3CvmsH\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"created_at\": \"2025-04-24T22:20:50Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"ZpkSa4VorKHz0nqya5oOP0u7aZd\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n            }\n        }\n    }\n}"},{"id":"c25d0bf8-9271-470f-ad62-81d1bfd3dc53","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3900"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"98f58d6f-fc46-4ffd-981a-c3dd883e09a1"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"512bbaf893096d8767953b42ed308bf3\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:27:17 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200035-IAD, cache-iad-kcgs7200035-IAD, cache-dfw-kdal2120134-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533637.068384,VS0,VE159"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": \"none\",\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n        \"updated_at\": \"2025-04-24T22:24:20Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"succeeded\",\n        \"error_code\": null,\n        \"message\": \"messages.transaction_succeeded\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6Im5vbmUiLCJ0aHJlZV9kc19jb250ZXh0IjpudWxsLCJ0aHJlZV9kc192ZXJzaW9uIjoiMi4yLjAiLCJzY2FfcHJvdmlkZXJfdHlwZSI6bnVsbCwibWFuYWdlZF9vcmRlcl90b2tlbiI6ImV5SmhiR2NpT2lKU1V6STFOaUlzSW5SNWNDSTZJa3BYVkNJc0ltdHBaQ0k2SWpJd01qTXRNRFV0TWpNaWZRLmV5SnRZVzVoWjJWa1QzSmtaWEpKWkNJNkltVmtNR016TmpabUxUZ3pZamd0TkdZNU1pMWlPVEF5TFdJMk5tSXlZMkUxWkRWaU15SXNJbTFsZEdodlpGVlNUQ0k2SW1oMGRIQnpPaTh2Ym1SdExYQnlaWFl1TTJSemN5MXViMjR0Y0hKdlpDNWpiRzkxWkM1dVpYUmpaWFJsY21FdVkyOXRMMkZqY3k4elpITXRiV1YwYUc5a0lpd2lkR2h5WldWRVUxTmxjblpsY2xSeVlXNXpTVVFpT2lKbU1UQmhNV1E1TnkwellqWXdMVFF6T1RZdE9HWTFNeTB6T1RGbU9XVmxOemRrTUdRaUxDSjJaWEp6YVc5dUlqb2lNaTR5TGpBaUxDSmtjMGxrWlc1MGFXWnBaWElpT2lKQk1EQXdNREF3TURBMElpd2lZWFZrSWpvaVkyaGxZMnR2ZFhSMGIyOXNjeUlzSW1semN5STZJbWgwZEhCek9pOHZZWEJwTG1Ob1pXTnJiM1YwZEc5dmJITXVZMjl0TDNZekwyMWhibUZuWldRdmIzSmtaWEp6SWl3aVpYaHdJam94TnpRMU5UTTJPRFV4ZlEuamVXMTNnTE1fbHFjNlJpNS00Y29pWGFrblJ3ZkdoTkI2UE42dGhValN6d25FX2d2S1BLeEwxaWdVWkpnTlRHZVVXYTVlVHBkSEE3QWZ0QUFady1HX1lEbnNleUVYRWRmRDJVQ00wcFk5ZjBYUjZhVGxfUjViWkxKYkd0OHA3aGtfU3M2MVdQY192b3lRbVhiMGl3aml3NDVtZTZrajg3YjVXUTVaNUhTck9WMHNHUWpyVkJVR0Y1d3FLeTducGJIOFNGRzlMM3hhQzVFRUhWWE5rRmhNdnIxYTl0LU85dlU5cko4WU9vZVhkbHVkZHlwX1Z1b3FMMl9pS2hRdzlkV2diTjl0LUJ4b09aN2ZsX0hHck1VRHVrUkJrN2VwSnpxbXJZYTdORjFZUlBHYTh0TGFYMnN2Tk9JenhHVWlHZVVqZmlickRPOG1LSGRrdWptOVhwTHdPa0RGaEpOM3YwaVRJaW54My1PU2Z5TzRQOFgxU2NjdnNFVER6U3dwXzRGUXhJWXRGbzcxUG9WVHNzRDRFdVJFM3dRdUdCb0xfN25NbzZ3RU0zLWI4eksyM2x5UTJVeV90cklJa2JKNGI0ZWktZkVtRHVwNDBobTFBU24tNl9EZUtaSXdIV1pyNmg2ZDJPV1RwX3hOOTdFTmJ2Mk9MRnJQUFRfRUdpdlZ2NHJpNkZzU1dnVG11LTVuTVJRQWpWRU1vZll0dGFSNG1VLXdvMnRDbkxBUl9sM3djcHpzbUYyaHBUcFcyS0cySzVLMER1RFp5VGM0U283bGVIYjJrSWlzSEdpY0tPb0hMVnEzbXI4Vl9RUFpYaXk0bHpoSmVFTjFaYnB3TXNqd1ZXbDRlUnJDUzN4VlQ2azducFoyZUgyUDNjaHNZQ3pPSm1WQ1Z1OEx3MVVxSWMiLCJ1cGRhdGVkX2F0IjoiMjAyNS0wNC0yNCAyMjoyNDoyMCArMDAwMCIsImdhdGV3YXlfdHlwZSI6InRlc3QiLCJzdGF0ZSI6InN1Y2NlZWRlZCIsImVycm9yX2NvZGUiOm51bGwsIm1lc3NhZ2UiOiJtZXNzYWdlcy50cmFuc2FjdGlvbl9zdWNjZWVkZWQifQ==\"\n    }\n}"}],"_postman_id":"cd560d2a-fdb8-4a56-a6dd-19e663fa7b0e"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Exemption","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"96f84912-aa37-42c2-96c5-a2db5c0130d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"bf7167f2-a5d7-498a-b2a6-5455ad81a66f","name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5222220000000005\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"b5d6f9e0-e563-4531-a4e2-1c7f05cb1499"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:20:51 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000075-IAD, cache-iad-kiad7000075-IAD, cache-dfw-kdal2120135-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533250.780767,VS0,VE1865"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:20:49Z\",\n        \"updated_at\": \"2025-04-24T22:20:51Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMY7AQJ6PSYHYQJZF6EYYP3\",\n            \"created_at\": \"2025-04-24T22:20:50.290Z\",\n            \"updated_at\": \"2025-04-24T22:20:50.290Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0005\",\n            \"first_six_digits\": \"522222\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"52222200\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"UNITED OVERSEAS BANK (MALAYSIA) BERHAD\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"PLATINUM\",\n                \"issuing_country_iso_number\": \"458\",\n                \"issuing_bank_website\": \"HTTPS://WWW.UOB.COM.MY/\",\n                \"issuing_bank_phone_number\": \"60-3-2612-3312\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"MY\",\n                \"issuing_country_iso_a3_code\": \"MYS\",\n                \"issuing_country_iso_name\": \"MALAYSIA\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"724e4b55df6f61d1071bfc23fde60938cd4c\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0005\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:20:51Z\",\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"BrIxg5qxmrn3fPDHR2upJ3CvmsH\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:20:51Z\",\n            \"created_at\": \"2025-04-24T22:20:50Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"ZpkSa4VorKHz0nqya5oOP0u7aZd\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"9BUaxQtolfyQYvhPfyg8trML1zm\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\"\n            }\n        }\n    }\n}"},{"id":"03d1f03a-b353-48d9-bb1d-1ded2341c24c","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3900"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"98f58d6f-fc46-4ffd-981a-c3dd883e09a1"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"512bbaf893096d8767953b42ed308bf3\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:27:17 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200035-IAD, cache-iad-kcgs7200035-IAD, cache-dfw-kdal2120134-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745533637.068384,VS0,VE159"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": \"none\",\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImVkMGMzNjZmLTgzYjgtNGY5Mi1iOTAyLWI2NmIyY2E1ZDViMyIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJmMTBhMWQ5Ny0zYjYwLTQzOTYtOGY1My0zOTFmOWVlNzdkMGQiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM2ODUxfQ.jeW13gLM_lqc6Ri5-4coiXaknRwfGhNB6PN6thUjSzwnE_gvKPKxL1igUZJgNTGeUWa5eTpdHA7AftAAZw-G_YDnseyEXEdfD2UCM0pY9f0XR6aTl_R5bZLJbGt8p7hk_Ss61WPc_voyQmXb0iwjiw45me6kj87b5WQ5Z5HSrOV0sGQjrVBUGF5wqKy7npbH8SFG9L3xaC5EEHVXNkFhMvr1a9t-O9vU9rJ8YOoeXdluddyp_VuoqL2_iKhQw9dWgbN9t-BxoOZ7fl_HGrMUDukRBk7epJzqmrYa7NF1YRPGa8tLaX2svNOIzxGUiGeUjfibrDO8mKHdkujm9XpLwOkDFhJN3v0iTIinx3-OSfyO4P8X1SccvsETDzSwp_4FQxIYtFo71PoVTssD4EuRE3wQuGBoL_7nMo6wEM3-b8zK23lyQ2Uy_trIIkbJ4b4ei-fEmDup40hm1ASn-6_DeKZIwHWZr6h6d2OWTp_xN97ENbv2OLFrPPT_EGivVv4ri6FsSWgTmu-5nMRQAjVEMofYttaR4mU-wo2tCnLAR_l3wcpzsmF2hpTpW2KG2K5K0DuDZyTc4So7leHb2kIisHGicKOoHLVq3mr8V_QPZXiy4lzhJeEN1ZbpwMsjwVWl4eRrCS3xVT6k7npZ2eH2P3chsYCzOJmVCVu8Lw1UqIc\",\n        \"updated_at\": \"2025-04-24T22:24:20Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"succeeded\",\n        \"error_code\": null,\n        \"message\": \"messages.transaction_succeeded\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6Im5vbmUiLCJ0aHJlZV9kc19jb250ZXh0IjpudWxsLCJ0aHJlZV9kc192ZXJzaW9uIjoiMi4yLjAiLCJzY2FfcHJvdmlkZXJfdHlwZSI6bnVsbCwibWFuYWdlZF9vcmRlcl90b2tlbiI6ImV5SmhiR2NpT2lKU1V6STFOaUlzSW5SNWNDSTZJa3BYVkNJc0ltdHBaQ0k2SWpJd01qTXRNRFV0TWpNaWZRLmV5SnRZVzVoWjJWa1QzSmtaWEpKWkNJNkltVmtNR016TmpabUxUZ3pZamd0TkdZNU1pMWlPVEF5TFdJMk5tSXlZMkUxWkRWaU15SXNJbTFsZEdodlpGVlNUQ0k2SW1oMGRIQnpPaTh2Ym1SdExYQnlaWFl1TTJSemN5MXViMjR0Y0hKdlpDNWpiRzkxWkM1dVpYUmpaWFJsY21FdVkyOXRMMkZqY3k4elpITXRiV1YwYUc5a0lpd2lkR2h5WldWRVUxTmxjblpsY2xSeVlXNXpTVVFpT2lKbU1UQmhNV1E1TnkwellqWXdMVFF6T1RZdE9HWTFNeTB6T1RGbU9XVmxOemRrTUdRaUxDSjJaWEp6YVc5dUlqb2lNaTR5TGpBaUxDSmtjMGxrWlc1MGFXWnBaWElpT2lKQk1EQXdNREF3TURBMElpd2lZWFZrSWpvaVkyaGxZMnR2ZFhSMGIyOXNjeUlzSW1semN5STZJbWgwZEhCek9pOHZZWEJwTG1Ob1pXTnJiM1YwZEc5dmJITXVZMjl0TDNZekwyMWhibUZuWldRdmIzSmtaWEp6SWl3aVpYaHdJam94TnpRMU5UTTJPRFV4ZlEuamVXMTNnTE1fbHFjNlJpNS00Y29pWGFrblJ3ZkdoTkI2UE42dGhValN6d25FX2d2S1BLeEwxaWdVWkpnTlRHZVVXYTVlVHBkSEE3QWZ0QUFady1HX1lEbnNleUVYRWRmRDJVQ00wcFk5ZjBYUjZhVGxfUjViWkxKYkd0OHA3aGtfU3M2MVdQY192b3lRbVhiMGl3aml3NDVtZTZrajg3YjVXUTVaNUhTck9WMHNHUWpyVkJVR0Y1d3FLeTducGJIOFNGRzlMM3hhQzVFRUhWWE5rRmhNdnIxYTl0LU85dlU5cko4WU9vZVhkbHVkZHlwX1Z1b3FMMl9pS2hRdzlkV2diTjl0LUJ4b09aN2ZsX0hHck1VRHVrUkJrN2VwSnpxbXJZYTdORjFZUlBHYTh0TGFYMnN2Tk9JenhHVWlHZVVqZmlickRPOG1LSGRrdWptOVhwTHdPa0RGaEpOM3YwaVRJaW54My1PU2Z5TzRQOFgxU2NjdnNFVER6U3dwXzRGUXhJWXRGbzcxUG9WVHNzRDRFdVJFM3dRdUdCb0xfN25NbzZ3RU0zLWI4eksyM2x5UTJVeV90cklJa2JKNGI0ZWktZkVtRHVwNDBobTFBU24tNl9EZUtaSXdIV1pyNmg2ZDJPV1RwX3hOOTdFTmJ2Mk9MRnJQUFRfRUdpdlZ2NHJpNkZzU1dnVG11LTVuTVJRQWpWRU1vZll0dGFSNG1VLXdvMnRDbkxBUl9sM3djcHpzbUYyaHBUcFcyS0cySzVLMER1RFp5VGM0U283bGVIYjJrSWlzSEdpY0tPb0hMVnEzbXI4Vl9RUFpYaXk0bHpoSmVFTjFaYnB3TXNqd1ZXbDRlUnJDUzN4VlQ2azducFoyZUgyUDNjaHNZQ3pPSm1WQ1Z1OEx3MVVxSWMiLCJ1cGRhdGVkX2F0IjoiMjAyNS0wNC0yNCAyMjoyNDoyMCArMDAwMCIsImdhdGV3YXlfdHlwZSI6InRlc3QiLCJzdGF0ZSI6InN1Y2NlZWRlZCIsImVycm9yX2NvZGUiOm51bGwsIm1lc3NhZ2UiOiJtZXNzYWdlcy50cmFuc2FjdGlvbl9zdWNjZWVkZWQifQ==\"\n    }\n}"}],"_postman_id":"96f84912-aa37-42c2-96c5-a2db5c0130d9"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Failure","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"bed15696-5ed3-4186-b936-3d77949e4e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5248481111200179\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"a6edb7ca-d7eb-4a13-bec0-5f10c92b1e66","name":"Purchase - Fraud + 3DS Global - APPROVE / Frictionless Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5248481111200179\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Unknown Error","code":422,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"server","value":"openresty"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"593fc16c-cdb0-4a78-b4f9-335ed6c6cb5d"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cache-control","value":"no-cache"},{"key":"accept-ranges","value":"bytes"},{"key":"Date","value":"Tue, 29 Apr 2025 17:47:10 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000149-IAD, cache-iad-kiad7000149-IAD, cache-dfw-kdal2120058-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745948829.658535,VS0,VE1860"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": true,\n        \"created_at\": \"2025-04-29T17:47:08Z\",\n        \"updated_at\": \"2025-04-29T17:47:10Z\",\n        \"succeeded\": false,\n        \"state\": \"gateway_processing_failed\",\n        \"token\": \"Ua2fX50F8uYJsc6MNVMcwiyuMg0\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": 19,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message\": \"Unable to process the purchase transaction.\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"response\": {\n            \"success\": false,\n            \"message\": \"Unable to process the purchase transaction.\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": false,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": null,\n            \"created_at\": \"2025-04-29T17:47:10Z\",\n            \"updated_at\": \"2025-04-29T17:47:10Z\"\n        },\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JT1AHSFWNZ8BEV3ZZ23BMQZN\",\n            \"created_at\": \"2025-04-29T17:47:09.180Z\",\n            \"updated_at\": \"2025-04-29T17:47:09.180Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0179\",\n            \"first_six_digits\": \"524848\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"52484811\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"JAJA FINANCE LIMITED\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"STANDARD\",\n                \"issuing_country_iso_number\": \"826\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"GB\",\n                \"issuing_country_iso_a3_code\": \"GBR\",\n                \"issuing_country_iso_name\": \"UNITED KINGDOM\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"1d28d129ed036a2efbcc48eb32ff670c8e4a\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0179\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-29T17:47:10Z\",\n            \"created_at\": \"2025-04-29T17:47:09Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": true,\n            \"state\": \"succeeded\",\n            \"token\": \"4rTd9WLQYzo4BX6AO9RgMv6M4Ie\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"Ua2fX50F8uYJsc6MNVMcwiyuMg0\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"approve\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"\",\n            \"vendor_response\": {\n                \"forterDecision\": \"APPROVE\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {\n                    \"correlationId\": \"2025-04-29T174710132-dc6a32ae-v3\",\n                    \"status\": \"NETWORK_ERROR\"\n                },\n                \"decisionReason\": \"\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"4rTd9WLQYzo4BX6AO9RgMv6M4Ie\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/4rTd9WLQYzo4BX6AO9RgMv6M4Ie\"\n            }\n        }\n    }\n}"},{"id":"c62b82e2-ca3d-473c-9f80-85f9e3c32e74","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"1157"},{"key":"accept-ranges","value":"bytes"},{"key":"cache-control","value":"no-cache"},{"key":"x-request-id","value":"fb6ac95b-f5ac-4e94-b2d0-6f9d73290a3e"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"server","value":"openresty"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"etag","value":"W/\"ed000b21a61b25103296994ec5904391\""},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 29 Apr 2025 17:47:54 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200020-IAD, cache-iad-kcgs7200043-IAD, cache-dfw-kdal2120058-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745948875.798158,VS0,VE136"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": null,\n        \"three_ds_context\": null,\n        \"three_ds_version\": null,\n        \"sca_provider_type\": null,\n        \"managed_order_token\": null,\n        \"updated_at\": \"2025-04-29T17:47:10Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"gateway_processing_failed\",\n        \"error_code\": null,\n        \"message\": \"Unable to process the purchase transaction.\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6bnVsbCwidGhyZWVfZHNfY29udGV4dCI6bnVsbCwidGhyZWVfZHNfdmVyc2lvbiI6bnVsbCwic2NhX3Byb3ZpZGVyX3R5cGUiOm51bGwsIm1hbmFnZWRfb3JkZXJfdG9rZW4iOm51bGwsInVwZGF0ZWRfYXQiOiIyMDI1LTA0LTI5IDE3OjQ3OjEwICswMDAwIiwiZ2F0ZXdheV90eXBlIjoidGVzdCIsInN0YXRlIjoiZ2F0ZXdheV9wcm9jZXNzaW5nX2ZhaWxlZCIsImVycm9yX2NvZGUiOm51bGwsIm1lc3NhZ2UiOiJVbmFibGUgdG8gcHJvY2VzcyB0aGUgcHVyY2hhc2UgdHJhbnNhY3Rpb24uIn0=\"\n    }\n}"}],"_postman_id":"bed15696-5ed3-4186-b936-3d77949e4e00"},{"name":"Purchase - Fraud + 3DS Global - DECLINE / Frictionless Failure","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"c900b3bb-4409-4e7a-a01d-4f3337b242ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4000000000001992\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"2040c5ff-4612-43aa-9680-472a0f10ee2e","name":"Purchase - Fraud + 3DS Global - DECLINE / Frictionless Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4000000000001992\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"a2f736c7-c27c-4f34-a143-e2057249394a"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:34:41 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100037-IAD, cache-iad-kjyo7100034-IAD, cache-dfw-kdal2120026-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534080.331838,VS0,VE1061"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:34:40Z\",\n        \"updated_at\": \"2025-04-24T22:34:41Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"LesoYuoex3Iwjj9JnXtmWRYxtlx\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMZ0NTP9RKWHB02MDSWJ5AD\",\n            \"created_at\": \"2025-04-24T22:34:40.854Z\",\n            \"updated_at\": \"2025-04-24T22:34:40.854Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"1992\",\n            \"first_six_digits\": \"400000\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"40000000\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"INTL HDQTRS-CENTER OWNED\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"TRADITIONAL\",\n                \"issuing_country_iso_number\": \"840\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"US\",\n                \"issuing_country_iso_a3_code\": \"USA\",\n                \"issuing_country_iso_name\": \"UNITED STATES\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"7a4ff4483cc0a36c43b6bb10934de6d7e0d0\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1992\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:34:41Z\",\n            \"updated_at\": \"2025-04-24T22:34:41Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"5xidyqPhVcL3HZ2EblXW1xatRdj\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"LesoYuoex3Iwjj9JnXtmWRYxtlx\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjM1M2QxYWNlLWY0NjQtNDM0Mi04NjE4LWNhZDMwODAyOTJiNCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiIyM2MwOTlhOS1mZmIxLTQ5ZjUtYjE5Mi0yMmUzZTY3YjRiZTMiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM3NjgxfQ.QWNlSNGrqyaM_yLzh-Wu2mXEj0MqkaTb2LUe0bpYeUySbgfDLSaL357QG-X1fJDNXK4mTQjCBuipTTliC74KlmHSXHNxCjAIjvy8cnQj2W1APmY1o2OEgd0M3PZN4SEe3gQyvaZS0bVSxNGt1oqb4_TQ1rn1LanFZG-YLnnulJUtt1wZLzACTTF9Yx3iSnc8g-AlJRCbLpn4iQceVrvH_Ovv8R_6ahgchLscNifAAzJsiEfFHqJ7-_cCW_l-6q7Gf7LUO4Z9cL5kD1NofZTeJbFsPvm0jAOaiH8YIgagGKD6dtQ4Pz_lwzKSvwDmNCntrbIkco6ObSBs1y2i5zR8mDfsgNYJh7wHB6cdV2phg17oybYQObtirDJdN2fD3Jz_GGl23b35UvrGRLd_OtLgCpCVo-lV0WZQFTn23fc3nk1KibAxBt7oEMYwW8pJKDlh2DqeF2MwapWO1rhQHXmHO2CFf9Yjg5pYZznnRDAVb3VDGT6tVz7MoAf0GaUSDnTNvg2mz8fvV--rSi9gL0tNmD138yQ1xoQydrhj0QHrpcD6pUHlDPqsD0A21HRcDUGbs0ZN01YnodUUbiXQ84M3P0PCHZXm8CPK7WjuswyXEHSt-EpshDgOmZnAdUHNglp4Q9GauLp5eejofxNoGnVA9_ydTe0GMIl0RWpZWPMHPNQ\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:34:41Z\",\n            \"created_at\": \"2025-04-24T22:34:41Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"9sHi9csbUcBydRdFhjtNxFdoeEf\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"LesoYuoex3Iwjj9JnXtmWRYxtlx\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjM1M2QxYWNlLWY0NjQtNDM0Mi04NjE4LWNhZDMwODAyOTJiNCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiIyM2MwOTlhOS1mZmIxLTQ5ZjUtYjE5Mi0yMmUzZTY3YjRiZTMiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM3NjgxfQ.QWNlSNGrqyaM_yLzh-Wu2mXEj0MqkaTb2LUe0bpYeUySbgfDLSaL357QG-X1fJDNXK4mTQjCBuipTTliC74KlmHSXHNxCjAIjvy8cnQj2W1APmY1o2OEgd0M3PZN4SEe3gQyvaZS0bVSxNGt1oqb4_TQ1rn1LanFZG-YLnnulJUtt1wZLzACTTF9Yx3iSnc8g-AlJRCbLpn4iQceVrvH_Ovv8R_6ahgchLscNifAAzJsiEfFHqJ7-_cCW_l-6q7Gf7LUO4Z9cL5kD1NofZTeJbFsPvm0jAOaiH8YIgagGKD6dtQ4Pz_lwzKSvwDmNCntrbIkco6ObSBs1y2i5zR8mDfsgNYJh7wHB6cdV2phg17oybYQObtirDJdN2fD3Jz_GGl23b35UvrGRLd_OtLgCpCVo-lV0WZQFTn23fc3nk1KibAxBt7oEMYwW8pJKDlh2DqeF2MwapWO1rhQHXmHO2CFf9Yjg5pYZznnRDAVb3VDGT6tVz7MoAf0GaUSDnTNvg2mz8fvV--rSi9gL0tNmD138yQ1xoQydrhj0QHrpcD6pUHlDPqsD0A21HRcDUGbs0ZN01YnodUUbiXQ84M3P0PCHZXm8CPK7WjuswyXEHSt-EpshDgOmZnAdUHNglp4Q9GauLp5eejofxNoGnVA9_ydTe0GMIl0RWpZWPMHPNQ\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjM1M2QxYWNlLWY0NjQtNDM0Mi04NjE4LWNhZDMwODAyOTJiNCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiIyM2MwOTlhOS1mZmIxLTQ5ZjUtYjE5Mi0yMmUzZTY3YjRiZTMiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM3NjgxfQ.QWNlSNGrqyaM_yLzh-Wu2mXEj0MqkaTb2LUe0bpYeUySbgfDLSaL357QG-X1fJDNXK4mTQjCBuipTTliC74KlmHSXHNxCjAIjvy8cnQj2W1APmY1o2OEgd0M3PZN4SEe3gQyvaZS0bVSxNGt1oqb4_TQ1rn1LanFZG-YLnnulJUtt1wZLzACTTF9Yx3iSnc8g-AlJRCbLpn4iQceVrvH_Ovv8R_6ahgchLscNifAAzJsiEfFHqJ7-_cCW_l-6q7Gf7LUO4Z9cL5kD1NofZTeJbFsPvm0jAOaiH8YIgagGKD6dtQ4Pz_lwzKSvwDmNCntrbIkco6ObSBs1y2i5zR8mDfsgNYJh7wHB6cdV2phg17oybYQObtirDJdN2fD3Jz_GGl23b35UvrGRLd_OtLgCpCVo-lV0WZQFTn23fc3nk1KibAxBt7oEMYwW8pJKDlh2DqeF2MwapWO1rhQHXmHO2CFf9Yjg5pYZznnRDAVb3VDGT6tVz7MoAf0GaUSDnTNvg2mz8fvV--rSi9gL0tNmD138yQ1xoQydrhj0QHrpcD6pUHlDPqsD0A21HRcDUGbs0ZN01YnodUUbiXQ84M3P0PCHZXm8CPK7WjuswyXEHSt-EpshDgOmZnAdUHNglp4Q9GauLp5eejofxNoGnVA9_ydTe0GMIl0RWpZWPMHPNQ\"\n            }\n        }\n    }\n}"},{"id":"012bb5fd-c19a-45e5-ba29-d29151c9d02b","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3895"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"11078ed6-fd49-443e-bb8a-d1fefbafb8e3"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"a4133a02d437767cfd5e7e81c198d621\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:38:05 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100104-IAD, cache-iad-kjyo7100121-IAD, cache-dfw-kdal2120052-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534285.361371,VS0,VE160"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": null,\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjM1M2QxYWNlLWY0NjQtNDM0Mi04NjE4LWNhZDMwODAyOTJiNCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiIyM2MwOTlhOS1mZmIxLTQ5ZjUtYjE5Mi0yMmUzZTY3YjRiZTMiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDA0IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM3NjgxfQ.QWNlSNGrqyaM_yLzh-Wu2mXEj0MqkaTb2LUe0bpYeUySbgfDLSaL357QG-X1fJDNXK4mTQjCBuipTTliC74KlmHSXHNxCjAIjvy8cnQj2W1APmY1o2OEgd0M3PZN4SEe3gQyvaZS0bVSxNGt1oqb4_TQ1rn1LanFZG-YLnnulJUtt1wZLzACTTF9Yx3iSnc8g-AlJRCbLpn4iQceVrvH_Ovv8R_6ahgchLscNifAAzJsiEfFHqJ7-_cCW_l-6q7Gf7LUO4Z9cL5kD1NofZTeJbFsPvm0jAOaiH8YIgagGKD6dtQ4Pz_lwzKSvwDmNCntrbIkco6ObSBs1y2i5zR8mDfsgNYJh7wHB6cdV2phg17oybYQObtirDJdN2fD3Jz_GGl23b35UvrGRLd_OtLgCpCVo-lV0WZQFTn23fc3nk1KibAxBt7oEMYwW8pJKDlh2DqeF2MwapWO1rhQHXmHO2CFf9Yjg5pYZznnRDAVb3VDGT6tVz7MoAf0GaUSDnTNvg2mz8fvV--rSi9gL0tNmD138yQ1xoQydrhj0QHrpcD6pUHlDPqsD0A21HRcDUGbs0ZN01YnodUUbiXQ84M3P0PCHZXm8CPK7WjuswyXEHSt-EpshDgOmZnAdUHNglp4Q9GauLp5eejofxNoGnVA9_ydTe0GMIl0RWpZWPMHPNQ\",\n        \"updated_at\": \"2025-04-24T22:35:24Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"failed\",\n        \"error_code\": null,\n        \"message\": \"messages.failed_sca_authentication\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6bnVsbCwidGhyZWVfZHNfY29udGV4dCI6bnVsbCwidGhyZWVfZHNfdmVyc2lvbiI6IjIuMi4wIiwic2NhX3Byb3ZpZGVyX3R5cGUiOm51bGwsIm1hbmFnZWRfb3JkZXJfdG9rZW4iOiJleUpoYkdjaU9pSlNVekkxTmlJc0luUjVjQ0k2SWtwWFZDSXNJbXRwWkNJNklqSXdNak10TURVdE1qTWlmUS5leUp0WVc1aFoyVmtUM0prWlhKSlpDSTZJak0xTTJReFlXTmxMV1kwTmpRdE5ETTBNaTA0TmpFNExXTmhaRE13T0RBeU9USmlOQ0lzSW0xbGRHaHZaRlZTVENJNkltaDBkSEJ6T2k4dmJtUnRMWEJ5WlhZdU0yUnpjeTF1YjI0dGNISnZaQzVqYkc5MVpDNXVaWFJqWlhSbGNtRXVZMjl0TDJGamN5OHpaSE10YldWMGFHOWtJaXdpZEdoeVpXVkVVMU5sY25abGNsUnlZVzV6U1VRaU9pSXlNMk13T1RsaE9TMW1abUl4TFRRNVpqVXRZakU1TWkweU1tVXpaVFkzWWpSaVpUTWlMQ0oyWlhKemFXOXVJam9pTWk0eUxqQWlMQ0prYzBsa1pXNTBhV1pwWlhJaU9pSkJNREF3TURBd01EQTBJaXdpWVhWa0lqb2lZMmhsWTJ0dmRYUjBiMjlzY3lJc0ltbHpjeUk2SW1oMGRIQnpPaTh2WVhCcExtTm9aV05yYjNWMGRHOXZiSE11WTI5dEwzWXpMMjFoYm1GblpXUXZiM0prWlhKeklpd2laWGh3SWpveE56UTFOVE0zTmpneGZRLlFXTmxTTkdycXlhTV95THpoLVd1Mm1YRWowTXFrYVRiMkxVZTBicFllVXlTYmdmRExTYUwzNTdRRy1YMWZKRE5YSzRtVFFqQ0J1aXBUVGxpQzc0S2xtSFNYSE54Q2pBSWp2eThjblFqMlcxQVBtWTFvMk9FZ2QwTTNQWk40U0VlM2dReXZhWlMwYlZTeE5HdDFvcWI0X1RRMXJuMUxhbkZaRy1ZTG5udWxKVXR0MXdaTHpBQ1RURjlZeDNpU25jOGctQWxKUkNiTHBuNGlRY2VWcnZIX092djhSXzZhaGdjaExzY05pZkFBekpzaUVmRkhxSjctX2NDV19sLTZxN0dmN0xVTzRaOWNMNWtEMU5vZlpUZUpiRnNQdm0wakFPYWlIOFlJZ2FnR0tENmR0UTRQel9sd3pLU3Z3RG1OQ250cmJJa2NvNk9iU0JzMXkyaTV6UjhtRGZzZ05ZSmg3d0hCNmNkVjJwaGcxN295YllRT2J0aXJESmROMmZEM0p6X0dHbDIzYjM1VXZyR1JMZF9PdExnQ3BDVm8tbFYwV1pRRlRuMjNmYzNuazFLaWJBeEJ0N29FTVl3VzhwSktEbGgyRHFlRjJNd2FwV08xcmhRSFhtSE8yQ0ZmOVlqZzVwWVp6bm5SREFWYjNWREdUNnRWejdNb0FmMEdhVVNEblROdmcybXo4ZnZWLS1yU2k5Z0wwdE5tRDEzOHlRMXhvUXlkcmhqMFFIcnBjRDZwVUhsRFBxc0QwQTIxSFJjRFVHYnMwWk4wMVlub2RVVWJpWFE4NE0zUDBQQ0haWG04Q1BLN1dqdXN3eVhFSFN0LUVwc2hEZ09tWm5BZFVITmdscDRROUdhdUxwNWVlam9meE5vR25WQTlfeWRUZTBHTUlsMFJXcFpXUE1IUE5RIiwidXBkYXRlZF9hdCI6IjIwMjUtMDQtMjQgMjI6MzU6MjQgKzAwMDAiLCJnYXRld2F5X3R5cGUiOiJ0ZXN0Iiwic3RhdGUiOiJmYWlsZWQiLCJlcnJvcl9jb2RlIjpudWxsLCJtZXNzYWdlIjoibWVzc2FnZXMuZmFpbGVkX3NjYV9hdXRoZW50aWNhdGlvbiJ9\"\n    }\n}"}],"_postman_id":"c900b3bb-4409-4e7a-a01d-4f3337b242ea"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Challenge Success","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"70d51a7f-160c-4ad2-888f-5cd96dcfba97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"b3dcd56f-e62c-4952-b8ec-2280423ccebd","name":"Purchase - Fraud + 3DS Global - APPROVE / Challenge Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"38787c22-4ceb-4e10-b077-fffd9745e509"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:41:15 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100070-IAD, cache-iad-kjyo7100119-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534474.467589,VS0,VE1476"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:41:14Z\",\n        \"updated_at\": \"2025-04-24T22:41:15Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"4lsqMLGDtnVPL1bIjcHgYeC4ic2\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMZCPQJ5QGCQAE5ACYRR3MA\",\n            \"created_at\": \"2025-04-24T22:41:14.994Z\",\n            \"updated_at\": \"2025-04-24T22:41:14.994Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0009\",\n            \"first_six_digits\": \"511122\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"51112200\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"GREEN DOT BANK\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"PREPAID RELOADABLE\",\n                \"issuing_country_iso_number\": \"840\",\n                \"issuing_bank_website\": \"HTTP://WWW.GREENDOT.COM/\",\n                \"issuing_bank_phone_number\": \"1-866-795-7597\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"US\",\n                \"issuing_country_iso_a3_code\": \"USA\",\n                \"issuing_country_iso_name\": \"UNITED STATES\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"b4663fc8686217796a82dadd8a51903264e8\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0009\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:41:15Z\",\n            \"updated_at\": \"2025-04-24T22:41:15Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"6sRXHgKNJO48e8UxuT7CkrFl1Os\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"4lsqMLGDtnVPL1bIjcHgYeC4ic2\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImNhMTJmOTVmLTFiMWQtNDA1YS05N2ZlLWYzZTUxMTFmZjMwZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJlNzVmNjQ5MS00M2MzLTQ3ZmEtODVkYi04NTc0MzRhMmM2MzAiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MDc1fQ.BBk5iUz08ONsgB_1dwRxR541psyG1I2ift65yPL91DNXI6z9OONDtKPdBRDMJz7mKI4KpPXYHSEp7EcELIpZHZkaI-mK-dhLqHs8ZGywaSSPZ1BDqsWA_CTywFmwuhWlJFTkRZJnkoYHLMnlgh82qlhC6zIxITEdffsSGJYm4jzwKLIojN2mcWCIEfs0dX3mXGdEuDJHYK-T7gDuX97__6lYfT4yGlL9P-uy0ta8G_rFGclsO5rThKC96RvFmi7qJzMMRuH-oCqN_lfd1PK5dsCjxwXFnRrqt43xvdAkxbIVeH4UNCYLnm4bzj56rI0jRPInkyzwwuGmxIFOkk0LEeNpwoYi5a3X8zaO8Tp65i45sQW5AE_nQVgcoYQ0gI0wpefQek2E-9zizxRif6iCAadHnP6g7A9xr8T3pZ9BvAw8BBkwnsW8TGVWVfG16gnR3j93GmD6PjoQMJEbPwByl7xqnKbrVStD9EXKsnZW3fYv-a3xTIjQRkX6njQBsgiiPFQWShTlBFTK-fgYzkXC1ZvZzuineM0gmw8Q2qCD6TXZ1vjvJZByAPds_n1YAX_-mQGMRH9tY6IYYEr-N-I-RKWiMjCNGzFzmeIvmKlhv82VPCVb7C65Tq_g7qVpddFn1Kvs1lMRDFZRt364dXSidIQ48g6ge6Eswsc8JqN0EJY\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:41:15Z\",\n            \"created_at\": \"2025-04-24T22:41:15Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"3PwVvB1C2nRmJP4eZnp115okVjW\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"4lsqMLGDtnVPL1bIjcHgYeC4ic2\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImNhMTJmOTVmLTFiMWQtNDA1YS05N2ZlLWYzZTUxMTFmZjMwZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJlNzVmNjQ5MS00M2MzLTQ3ZmEtODVkYi04NTc0MzRhMmM2MzAiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MDc1fQ.BBk5iUz08ONsgB_1dwRxR541psyG1I2ift65yPL91DNXI6z9OONDtKPdBRDMJz7mKI4KpPXYHSEp7EcELIpZHZkaI-mK-dhLqHs8ZGywaSSPZ1BDqsWA_CTywFmwuhWlJFTkRZJnkoYHLMnlgh82qlhC6zIxITEdffsSGJYm4jzwKLIojN2mcWCIEfs0dX3mXGdEuDJHYK-T7gDuX97__6lYfT4yGlL9P-uy0ta8G_rFGclsO5rThKC96RvFmi7qJzMMRuH-oCqN_lfd1PK5dsCjxwXFnRrqt43xvdAkxbIVeH4UNCYLnm4bzj56rI0jRPInkyzwwuGmxIFOkk0LEeNpwoYi5a3X8zaO8Tp65i45sQW5AE_nQVgcoYQ0gI0wpefQek2E-9zizxRif6iCAadHnP6g7A9xr8T3pZ9BvAw8BBkwnsW8TGVWVfG16gnR3j93GmD6PjoQMJEbPwByl7xqnKbrVStD9EXKsnZW3fYv-a3xTIjQRkX6njQBsgiiPFQWShTlBFTK-fgYzkXC1ZvZzuineM0gmw8Q2qCD6TXZ1vjvJZByAPds_n1YAX_-mQGMRH9tY6IYYEr-N-I-RKWiMjCNGzFzmeIvmKlhv82VPCVb7C65Tq_g7qVpddFn1Kvs1lMRDFZRt364dXSidIQ48g6ge6Eswsc8JqN0EJY\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImNhMTJmOTVmLTFiMWQtNDA1YS05N2ZlLWYzZTUxMTFmZjMwZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJlNzVmNjQ5MS00M2MzLTQ3ZmEtODVkYi04NTc0MzRhMmM2MzAiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MDc1fQ.BBk5iUz08ONsgB_1dwRxR541psyG1I2ift65yPL91DNXI6z9OONDtKPdBRDMJz7mKI4KpPXYHSEp7EcELIpZHZkaI-mK-dhLqHs8ZGywaSSPZ1BDqsWA_CTywFmwuhWlJFTkRZJnkoYHLMnlgh82qlhC6zIxITEdffsSGJYm4jzwKLIojN2mcWCIEfs0dX3mXGdEuDJHYK-T7gDuX97__6lYfT4yGlL9P-uy0ta8G_rFGclsO5rThKC96RvFmi7qJzMMRuH-oCqN_lfd1PK5dsCjxwXFnRrqt43xvdAkxbIVeH4UNCYLnm4bzj56rI0jRPInkyzwwuGmxIFOkk0LEeNpwoYi5a3X8zaO8Tp65i45sQW5AE_nQVgcoYQ0gI0wpefQek2E-9zizxRif6iCAadHnP6g7A9xr8T3pZ9BvAw8BBkwnsW8TGVWVfG16gnR3j93GmD6PjoQMJEbPwByl7xqnKbrVStD9EXKsnZW3fYv-a3xTIjQRkX6njQBsgiiPFQWShTlBFTK-fgYzkXC1ZvZzuineM0gmw8Q2qCD6TXZ1vjvJZByAPds_n1YAX_-mQGMRH9tY6IYYEr-N-I-RKWiMjCNGzFzmeIvmKlhv82VPCVb7C65Tq_g7qVpddFn1Kvs1lMRDFZRt364dXSidIQ48g6ge6Eswsc8JqN0EJY\"\n            }\n        }\n    }\n}"},{"id":"880034f6-833b-4717-8f5b-77e03f34b353","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3900"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"d910dbcf-958a-4fb4-b0d5-9ca40a457155"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"38f941db207439ff5b04d032340261e5\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:41:57 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200037-IAD, cache-iad-kiad7000082-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534518.637032,VS0,VE136"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": \"none\",\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6ImNhMTJmOTVmLTFiMWQtNDA1YS05N2ZlLWYzZTUxMTFmZjMwZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJlNzVmNjQ5MS00M2MzLTQ3ZmEtODVkYi04NTc0MzRhMmM2MzAiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MDc1fQ.BBk5iUz08ONsgB_1dwRxR541psyG1I2ift65yPL91DNXI6z9OONDtKPdBRDMJz7mKI4KpPXYHSEp7EcELIpZHZkaI-mK-dhLqHs8ZGywaSSPZ1BDqsWA_CTywFmwuhWlJFTkRZJnkoYHLMnlgh82qlhC6zIxITEdffsSGJYm4jzwKLIojN2mcWCIEfs0dX3mXGdEuDJHYK-T7gDuX97__6lYfT4yGlL9P-uy0ta8G_rFGclsO5rThKC96RvFmi7qJzMMRuH-oCqN_lfd1PK5dsCjxwXFnRrqt43xvdAkxbIVeH4UNCYLnm4bzj56rI0jRPInkyzwwuGmxIFOkk0LEeNpwoYi5a3X8zaO8Tp65i45sQW5AE_nQVgcoYQ0gI0wpefQek2E-9zizxRif6iCAadHnP6g7A9xr8T3pZ9BvAw8BBkwnsW8TGVWVfG16gnR3j93GmD6PjoQMJEbPwByl7xqnKbrVStD9EXKsnZW3fYv-a3xTIjQRkX6njQBsgiiPFQWShTlBFTK-fgYzkXC1ZvZzuineM0gmw8Q2qCD6TXZ1vjvJZByAPds_n1YAX_-mQGMRH9tY6IYYEr-N-I-RKWiMjCNGzFzmeIvmKlhv82VPCVb7C65Tq_g7qVpddFn1Kvs1lMRDFZRt364dXSidIQ48g6ge6Eswsc8JqN0EJY\",\n        \"updated_at\": \"2025-04-24T22:41:34Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"succeeded\",\n        \"error_code\": null,\n        \"message\": \"messages.transaction_succeeded\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6Im5vbmUiLCJ0aHJlZV9kc19jb250ZXh0IjpudWxsLCJ0aHJlZV9kc192ZXJzaW9uIjoiMi4yLjAiLCJzY2FfcHJvdmlkZXJfdHlwZSI6bnVsbCwibWFuYWdlZF9vcmRlcl90b2tlbiI6ImV5SmhiR2NpT2lKU1V6STFOaUlzSW5SNWNDSTZJa3BYVkNJc0ltdHBaQ0k2SWpJd01qTXRNRFV0TWpNaWZRLmV5SnRZVzVoWjJWa1QzSmtaWEpKWkNJNkltTmhNVEptT1RWbUxURmlNV1F0TkRBMVlTMDVOMlpsTFdZelpUVXhNVEZtWmpNd1pDSXNJbTFsZEdodlpGVlNUQ0k2SW1oMGRIQnpPaTh2Ym1SdExYQnlaWFl1TTJSemN5MXViMjR0Y0hKdlpDNWpiRzkxWkM1dVpYUmpaWFJsY21FdVkyOXRMMkZqY3k4elpITXRiV1YwYUc5a0lpd2lkR2h5WldWRVUxTmxjblpsY2xSeVlXNXpTVVFpT2lKbE56Vm1OalE1TVMwME0yTXpMVFEzWm1FdE9EVmtZaTA0TlRjME16UmhNbU0yTXpBaUxDSjJaWEp6YVc5dUlqb2lNaTR5TGpBaUxDSmtjMGxrWlc1MGFXWnBaWElpT2lKQk1EQXdNREF3TURJMUlpd2lZWFZrSWpvaVkyaGxZMnR2ZFhSMGIyOXNjeUlzSW1semN5STZJbWgwZEhCek9pOHZZWEJwTG1Ob1pXTnJiM1YwZEc5dmJITXVZMjl0TDNZekwyMWhibUZuWldRdmIzSmtaWEp6SWl3aVpYaHdJam94TnpRMU5UTTRNRGMxZlEuQkJrNWlVejA4T05zZ0JfMWR3UnhSNTQxcHN5RzFJMmlmdDY1eVBMOTFETlhJNno5T09ORHRLUGRCUkRNSno3bUtJNEtwUFhZSFNFcDdFY0VMSXBaSFprYUktbUstZGhMcUhzOFpHeXdhU1NQWjFCRHFzV0FfQ1R5d0Ztd3VoV2xKRlRrUlpKbmtvWUhMTW5sZ2g4MnFsaEM2ekl4SVRFZGZmc1NHSlltNGp6d0tMSW9qTjJtY1dDSUVmczBkWDNtWEdkRXVESkhZSy1UN2dEdVg5N19fNmxZZlQ0eUdsTDlQLXV5MHRhOEdfckZHY2xzTzVyVGhLQzk2UnZGbWk3cUp6TU1SdUgtb0NxTl9sZmQxUEs1ZHNDanh3WEZuUnJxdDQzeHZkQWt4YklWZUg0VU5DWUxubTRiemo1NnJJMGpSUElua3l6d3d1R214SUZPa2swTEVlTnB3b1lpNWEzWDh6YU84VHA2NWk0NXNRVzVBRV9uUVZnY29ZUTBnSTB3cGVmUWVrMkUtOXppenhSaWY2aUNBYWRIblA2ZzdBOXhyOFQzcFo5QnZBdzhCQmt3bnNXOFRHVldWZkcxNmduUjNqOTNHbUQ2UGpvUU1KRWJQd0J5bDd4cW5LYnJWU3REOUVYS3NuWlczZll2LWEzeFRJalFSa1g2bmpRQnNnaWlQRlFXU2hUbEJGVEstZmdZemtYQzFadlp6dWluZU0wZ213OFEycUNENlRYWjF2anZKWkJ5QVBkc19uMVlBWF8tbVFHTVJIOXRZNklZWUVyLU4tSS1SS1dpTWpDTkd6RnptZUl2bUtsaHY4MlZQQ1ZiN0M2NVRxX2c3cVZwZGRGbjFLdnMxbE1SREZaUnQzNjRkWFNpZElRNDhnNmdlNkVzd3NjOEpxTjBFSlkiLCJ1cGRhdGVkX2F0IjoiMjAyNS0wNC0yNCAyMjo0MTozNCArMDAwMCIsImdhdGV3YXlfdHlwZSI6InRlc3QiLCJzdGF0ZSI6InN1Y2NlZWRlZCIsImVycm9yX2NvZGUiOm51bGwsIm1lc3NhZ2UiOiJtZXNzYWdlcy50cmFuc2FjdGlvbl9zdWNjZWVkZWQifQ==\"\n    }\n}"}],"_postman_id":"70d51a7f-160c-4ad2-888f-5cd96dcfba97"},{"name":"Purchase - Fraud + 3DS Global - APPROVE / Challenge Failure","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"54363123-c3c6-4bac-8997-3a22dc525a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5200000000004447\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"336d2c6b-27f8-413b-ad2a-e94213cef3a2","name":"Purchase - Fraud + 3DS Global - APPROVE / Challenge Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5200000000004447\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"169bf4ee-d56d-44a4-82f9-4aed7885b81b"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:42:39 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100139-IAD, cache-iad-kjyo7100121-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534558.861320,VS0,VE1259"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:42:37Z\",\n        \"updated_at\": \"2025-04-24T22:42:38Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"WYxbGebswy7M9piruXUwM5QfeCj\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMZF85H0VCS9676EA3G7T87\",\n            \"created_at\": \"2025-04-24T22:42:38.385Z\",\n            \"updated_at\": \"2025-04-24T22:42:38.385Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"4447\",\n            \"first_six_digits\": \"520000\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"52000000\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"PUBLIC BANK BERHAD\",\n                \"card_type\": \"CREDIT\",\n                \"card_category\": \"STANDARD\",\n                \"issuing_country_iso_number\": \"458\",\n                \"issuing_bank_website\": \"HTTPS://WWW.PBEBANK.COM/\",\n                \"issuing_bank_phone_number\": \"1-800-22-5555\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"MY\",\n                \"issuing_country_iso_a3_code\": \"MYS\",\n                \"issuing_country_iso_name\": \"MALAYSIA\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"253f1debd02eb7ff15d3acd62b006ee59c30\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-4447\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:42:38Z\",\n            \"updated_at\": \"2025-04-24T22:42:38Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"2vrcgnw3LFWPItbKyIftFdXhGHG\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"WYxbGebswy7M9piruXUwM5QfeCj\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjA0N2M2OGJjLTYyZGEtNDBlYS05ZTY0LWZkY2EzOGFiZGM2ZSIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJhYzVhNTRlNC0zN2UwLTQ5MjUtOWZjMC0wNDNhZDk3NDBhZWIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MTU4fQ.C9CWYJjTeYj9iO65By9vqhZA8ry6MENYU0ytos_ozEg-owtr6JCJ0fmpoAP4aq58ThZziOopSu3fzrcBrV6tXGtzbX28ncuYAj28iP8jkGaVMVISkrnXmrLzVFZl41YwMlNbBWybBLbc5Wpnqvd23rWeUzZF3S7JB235HPQ_a1flUfrxru8X-Dso_DDgnEKS1wq5WeV8ovJ6erjDW7Za0Ey-1vXuqUgWnYechV1z4yogy3xhNhVj98zFDvZKkEUngKBeFCguWjoL_dpCicXacf-UOwOcE_8mmTECB5hGUan4ZEimEtPIIEEQcSlxlb6wC4K-eCFT19YcbKoEwBv2xu0LFW-6OYzJR8c4nizZwvvbnAg_7MpdX-X931k7Z0mHPNN8HaQmnxJ6alf_UHlp2XFibuLEfXz7DaOM5lgX9iPuDIw-kcDmCe6O6nm6TmCFUVQko7fN4YRINAAwRI5xR5WDAXYILiwTChqCmxVSDCiBPapYRR-cMyqs7UE0j8CGscEuuhsyAVYiJLZCvPKBqZ7zxkokChO3cwL4evav8XnVJy_h1CmuVv574546SxrVEN-XB3WYFJKgKdpewc3Xlu-1ObgrfWmZ9GX2vg-mNY-SdDiSokjKLs74L3cSpJmghfynKq7aw5-A5zPpFcl9sKIanXZtz1HtJgKivyQ3C2A\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:42:38Z\",\n            \"created_at\": \"2025-04-24T22:42:38Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"ESj0jGP11B5cnRgKI6ClriBUkA5\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"WYxbGebswy7M9piruXUwM5QfeCj\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjA0N2M2OGJjLTYyZGEtNDBlYS05ZTY0LWZkY2EzOGFiZGM2ZSIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJhYzVhNTRlNC0zN2UwLTQ5MjUtOWZjMC0wNDNhZDk3NDBhZWIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MTU4fQ.C9CWYJjTeYj9iO65By9vqhZA8ry6MENYU0ytos_ozEg-owtr6JCJ0fmpoAP4aq58ThZziOopSu3fzrcBrV6tXGtzbX28ncuYAj28iP8jkGaVMVISkrnXmrLzVFZl41YwMlNbBWybBLbc5Wpnqvd23rWeUzZF3S7JB235HPQ_a1flUfrxru8X-Dso_DDgnEKS1wq5WeV8ovJ6erjDW7Za0Ey-1vXuqUgWnYechV1z4yogy3xhNhVj98zFDvZKkEUngKBeFCguWjoL_dpCicXacf-UOwOcE_8mmTECB5hGUan4ZEimEtPIIEEQcSlxlb6wC4K-eCFT19YcbKoEwBv2xu0LFW-6OYzJR8c4nizZwvvbnAg_7MpdX-X931k7Z0mHPNN8HaQmnxJ6alf_UHlp2XFibuLEfXz7DaOM5lgX9iPuDIw-kcDmCe6O6nm6TmCFUVQko7fN4YRINAAwRI5xR5WDAXYILiwTChqCmxVSDCiBPapYRR-cMyqs7UE0j8CGscEuuhsyAVYiJLZCvPKBqZ7zxkokChO3cwL4evav8XnVJy_h1CmuVv574546SxrVEN-XB3WYFJKgKdpewc3Xlu-1ObgrfWmZ9GX2vg-mNY-SdDiSokjKLs74L3cSpJmghfynKq7aw5-A5zPpFcl9sKIanXZtz1HtJgKivyQ3C2A\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjA0N2M2OGJjLTYyZGEtNDBlYS05ZTY0LWZkY2EzOGFiZGM2ZSIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJhYzVhNTRlNC0zN2UwLTQ5MjUtOWZjMC0wNDNhZDk3NDBhZWIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MTU4fQ.C9CWYJjTeYj9iO65By9vqhZA8ry6MENYU0ytos_ozEg-owtr6JCJ0fmpoAP4aq58ThZziOopSu3fzrcBrV6tXGtzbX28ncuYAj28iP8jkGaVMVISkrnXmrLzVFZl41YwMlNbBWybBLbc5Wpnqvd23rWeUzZF3S7JB235HPQ_a1flUfrxru8X-Dso_DDgnEKS1wq5WeV8ovJ6erjDW7Za0Ey-1vXuqUgWnYechV1z4yogy3xhNhVj98zFDvZKkEUngKBeFCguWjoL_dpCicXacf-UOwOcE_8mmTECB5hGUan4ZEimEtPIIEEQcSlxlb6wC4K-eCFT19YcbKoEwBv2xu0LFW-6OYzJR8c4nizZwvvbnAg_7MpdX-X931k7Z0mHPNN8HaQmnxJ6alf_UHlp2XFibuLEfXz7DaOM5lgX9iPuDIw-kcDmCe6O6nm6TmCFUVQko7fN4YRINAAwRI5xR5WDAXYILiwTChqCmxVSDCiBPapYRR-cMyqs7UE0j8CGscEuuhsyAVYiJLZCvPKBqZ7zxkokChO3cwL4evav8XnVJy_h1CmuVv574546SxrVEN-XB3WYFJKgKdpewc3Xlu-1ObgrfWmZ9GX2vg-mNY-SdDiSokjKLs74L3cSpJmghfynKq7aw5-A5zPpFcl9sKIanXZtz1HtJgKivyQ3C2A\"\n            }\n        }\n    }\n}"},{"id":"39fd057b-7d65-4330-b2b8-8c3908cae053","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3888"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"96a5703d-e542-41c2-a992-50b350321746"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"cdf8be292a47b9d5bfad5b129418714d\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:43:37 GMT"},{"key":"X-Served-By","value":"cache-iad-kjyo7100179-IAD, cache-iad-kjyo7100057-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534618.678811,VS0,VE136"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": null,\n        \"three_ds_context\": null,\n        \"three_ds_version\": null,\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjA0N2M2OGJjLTYyZGEtNDBlYS05ZTY0LWZkY2EzOGFiZGM2ZSIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJhYzVhNTRlNC0zN2UwLTQ5MjUtOWZjMC0wNDNhZDk3NDBhZWIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4MTU4fQ.C9CWYJjTeYj9iO65By9vqhZA8ry6MENYU0ytos_ozEg-owtr6JCJ0fmpoAP4aq58ThZziOopSu3fzrcBrV6tXGtzbX28ncuYAj28iP8jkGaVMVISkrnXmrLzVFZl41YwMlNbBWybBLbc5Wpnqvd23rWeUzZF3S7JB235HPQ_a1flUfrxru8X-Dso_DDgnEKS1wq5WeV8ovJ6erjDW7Za0Ey-1vXuqUgWnYechV1z4yogy3xhNhVj98zFDvZKkEUngKBeFCguWjoL_dpCicXacf-UOwOcE_8mmTECB5hGUan4ZEimEtPIIEEQcSlxlb6wC4K-eCFT19YcbKoEwBv2xu0LFW-6OYzJR8c4nizZwvvbnAg_7MpdX-X931k7Z0mHPNN8HaQmnxJ6alf_UHlp2XFibuLEfXz7DaOM5lgX9iPuDIw-kcDmCe6O6nm6TmCFUVQko7fN4YRINAAwRI5xR5WDAXYILiwTChqCmxVSDCiBPapYRR-cMyqs7UE0j8CGscEuuhsyAVYiJLZCvPKBqZ7zxkokChO3cwL4evav8XnVJy_h1CmuVv574546SxrVEN-XB3WYFJKgKdpewc3Xlu-1ObgrfWmZ9GX2vg-mNY-SdDiSokjKLs74L3cSpJmghfynKq7aw5-A5zPpFcl9sKIanXZtz1HtJgKivyQ3C2A\",\n        \"updated_at\": \"2025-04-24T22:43:03Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"failed\",\n        \"error_code\": null,\n        \"message\": \"messages.failed_sca_authentication\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6bnVsbCwidGhyZWVfZHNfY29udGV4dCI6bnVsbCwidGhyZWVfZHNfdmVyc2lvbiI6bnVsbCwic2NhX3Byb3ZpZGVyX3R5cGUiOm51bGwsIm1hbmFnZWRfb3JkZXJfdG9rZW4iOiJleUpoYkdjaU9pSlNVekkxTmlJc0luUjVjQ0k2SWtwWFZDSXNJbXRwWkNJNklqSXdNak10TURVdE1qTWlmUS5leUp0WVc1aFoyVmtUM0prWlhKSlpDSTZJakEwTjJNMk9HSmpMVFl5WkdFdE5EQmxZUzA1WlRZMExXWmtZMkV6T0dGaVpHTTJaU0lzSW0xbGRHaHZaRlZTVENJNkltaDBkSEJ6T2k4dmJtUnRMWEJ5WlhZdU0yUnpjeTF1YjI0dGNISnZaQzVqYkc5MVpDNXVaWFJqWlhSbGNtRXVZMjl0TDJGamN5OHpaSE10YldWMGFHOWtJaXdpZEdoeVpXVkVVMU5sY25abGNsUnlZVzV6U1VRaU9pSmhZelZoTlRSbE5DMHpOMlV3TFRRNU1qVXRPV1pqTUMwd05ETmhaRGszTkRCaFpXSWlMQ0oyWlhKemFXOXVJam9pTWk0eUxqQWlMQ0prYzBsa1pXNTBhV1pwWlhJaU9pSkJNREF3TURBd01ESTFJaXdpWVhWa0lqb2lZMmhsWTJ0dmRYUjBiMjlzY3lJc0ltbHpjeUk2SW1oMGRIQnpPaTh2WVhCcExtTm9aV05yYjNWMGRHOXZiSE11WTI5dEwzWXpMMjFoYm1GblpXUXZiM0prWlhKeklpd2laWGh3SWpveE56UTFOVE00TVRVNGZRLkM5Q1dZSmpUZVlqOWlPNjVCeTl2cWhaQThyeTZNRU5ZVTB5dG9zX296RWctb3d0cjZKQ0owZm1wb0FQNGFxNThUaFp6aU9vcFN1M2Z6cmNCclY2dFhHdHpiWDI4bmN1WUFqMjhpUDhqa0dhVk1WSVNrcm5YbXJMelZGWmw0MVl3TWxOYkJXeWJCTGJjNVdwbnF2ZDIzcldlVXpaRjNTN0pCMjM1SFBRX2ExZmxVZnJ4cnU4WC1Ec29fRERnbkVLUzF3cTVXZVY4b3ZKNmVyakRXN1phMEV5LTF2WHVxVWdXblllY2hWMXo0eW9neTN4aE5oVmo5OHpGRHZaS2tFVW5nS0JlRkNndVdqb0xfZHBDaWNYYWNmLVVPd09jRV84bW1URUNCNWhHVWFuNFpFaW1FdFBJSUVFUWNTbHhsYjZ3QzRLLWVDRlQxOVljYktvRXdCdjJ4dTBMRlctNk9ZekpSOGM0bml6Wnd2dmJuQWdfN01wZFgtWDkzMWs3WjBtSFBOTjhIYVFtbnhKNmFsZl9VSGxwMlhGaWJ1TEVmWHo3RGFPTTVsZ1g5aVB1REl3LWtjRG1DZTZPNm5tNlRtQ0ZVVlFrbzdmTjRZUklOQUF3Ukk1eFI1V0RBWFlJTGl3VENocUNteFZTRENpQlBhcFlSUi1jTXlxczdVRTBqOENHc2NFdXVoc3lBVllpSkxaQ3ZQS0JxWjd6eGtva0NoTzNjd0w0ZXZhdjhYblZKeV9oMUNtdVZ2NTc0NTQ2U3hyVkVOLVhCM1dZRkpLZ0tkcGV3YzNYbHUtMU9iZ3JmV21aOUdYMnZnLW1OWS1TZERpU29raktMczc0TDNjU3BKbWdoZnluS3E3YXc1LUE1elBwRmNsOXNLSWFuWFp0ejFIdEpnS2l2eVEzQzJBIiwidXBkYXRlZF9hdCI6IjIwMjUtMDQtMjQgMjI6NDM6MDMgKzAwMDAiLCJnYXRld2F5X3R5cGUiOiJ0ZXN0Iiwic3RhdGUiOiJmYWlsZWQiLCJlcnJvcl9jb2RlIjpudWxsLCJtZXNzYWdlIjoibWVzc2FnZXMuZmFpbGVkX3NjYV9hdXRoZW50aWNhdGlvbiJ9\"\n    }\n}"}],"_postman_id":"54363123-c3c6-4bac-8997-3a22dc525a7e"},{"name":"Purchase - Fraud + 3DS Global - DECLINE / Challenge Failure","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"1cb9f4b3-5b6c-4974-b154-de716bf1f393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"5b62a025-bac1-4d09-b431-97590bfe298d","name":"Purchase - Fraud + 3DS Global - DECLINE / Challenge Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-request-id","value":"8a70542e-477e-4fe4-88a7-9b806d3967b6"},{"key":"server","value":"openresty"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-spreedly-test","value":"true"},{"key":"Date","value":"Thu, 24 Apr 2025 22:44:35 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000141-IAD, cache-iad-kiad7000065-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534674.076708,VS0,VE1465"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": false,\n        \"created_at\": \"2025-04-24T22:44:34Z\",\n        \"updated_at\": \"2025-04-24T22:44:35Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"21piJ1KIOIMnhU7a4qNw05JE7JF\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"127.0.1.0\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": null,\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 100,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\"\n        },\n        \"amount\": 2999,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"attempt_3dsecure\": false,\n        \"payment_method\": {\n            \"token\": \"01JSMZJSMSRY0CV5VFGPTYBH0A\",\n            \"created_at\": \"2025-04-24T22:44:34.585Z\",\n            \"updated_at\": \"2025-04-24T22:44:34.585Z\",\n            \"email\": \"test@example.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": false,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"0009\",\n            \"first_six_digits\": \"511122\",\n            \"card_type\": \"master\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2025,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"51112200\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"MASTERCARD\",\n                \"issuing_bank\": \"GREEN DOT BANK\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"PREPAID RELOADABLE\",\n                \"issuing_country_iso_number\": \"840\",\n                \"issuing_bank_website\": \"HTTP://WWW.GREENDOT.COM/\",\n                \"issuing_bank_phone_number\": \"1-866-795-7597\",\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"US\",\n                \"issuing_country_iso_a3_code\": \"USA\",\n                \"issuing_country_iso_name\": \"UNITED STATES\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"b4663fc8686217796a82dadd8a51903264e8\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-0009\"\n        },\n        \"sca_authentication\": {\n            \"created_at\": \"2025-04-24T22:44:35Z\",\n            \"updated_at\": \"2025-04-24T22:44:35Z\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"70I2An7RyUigr0omvbIYqfS7MPW\",\n            \"flow_performed\": null,\n            \"message\": null,\n            \"sca_provider_key\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"order_id\": null,\n            \"three_ds_version\": null,\n            \"ecommerce_indicator\": null,\n            \"authentication_value\": null,\n            \"directory_server_transaction_id\": null,\n            \"authentication_value_algorithm\": null,\n            \"directory_response_status\": null,\n            \"authentication_response_status\": null,\n            \"required_action\": null,\n            \"acs_reference_number\": null,\n            \"acs_rendering_type\": null,\n            \"acs_signed_content\": null,\n            \"acs_transaction_id\": null,\n            \"sdk_transaction_id\": null,\n            \"challenge_form\": null,\n            \"challenge_form_embed_url\": null,\n            \"three_ds_server_trans_id\": null,\n            \"xid\": null,\n            \"enrolled\": null,\n            \"transaction_type\": \"Sca::Authentication\",\n            \"gateway_transaction_key\": \"21piJ1KIOIMnhU7a4qNw05JE7JF\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"three_ds_requestor_challenge_ind\": null,\n            \"trans_status_reason\": null,\n            \"exemption_type\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"warning\": null,\n            \"daf\": false,\n            \"force_daf\": false,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjZjOGQ4MDJlLThmOWMtNGI4Mi04NmQ2LTI4OThiYjFmYjFiZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJjOWJhNmVkZC1jYjJkLTQwMDctYjMxMS1kZTMyYjdkNjJiODIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4Mjc1fQ.f2R1TBf6XNstSD0rw8UgT4YUzwVitTSu2GKt7uK4n1cUHMb8C8h0JxV8acZTKLvNrFYzXmxicucc5dxkhGFLRNH4kP_jJ34pI1sp_stmzRkWFe9J-6qRm69ysBwHRs9EvIrJvQr8RrEAjR6fdOIyWEok5tzalnRnOuqRZJRtx5VPqnmClIGrt0GeQvaWoz74srY11M8T5QCT97AiWkYRrL6zuLkC7J2JZOcA2XLBkmdksKcimBQXq6k-cdBEXGsY_ZmA9bYKiK8OrJjwhsmVzvd8QaBvfWvxEzDVXJqkcBkLq-lpWluO9-Q7nxH1gyrB5IJ7Nx24-IeKXrHX0Q8ZdPLUfNKU9PvejesfNykvl7Kji6_tNIyXR5jFV9U0s6DHBd_oBcMhEaklV9tD_pTTgLvX-RNq1AVf3aLJlBr48i6ww8Xe5nCd36cLquWRvYCLoJqYiX3lEwteXcYt6hWiCWzpoTZ8_dlqzMkuj8EQ2i_VOpUi6wnpDRPP5ImmDr2OWGiVpMHdSbDV85mvdKfrw5xnFmkZ3Og7AVMS1bMz_zaauVCVzOGDpINRL4uuSXqqXDjOtBNCa15PORka5tdYPB78bmXHtmxvyQY8BcsjZm87yq8_b9vdKdNytwoWnj9_DJCUUQH2YcEdC_L3xqhf_DSZpNfeRiWG0LIL5E6m6Mc\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-24T22:44:35Z\",\n            \"created_at\": \"2025-04-24T22:44:34Z\",\n            \"protection_provider_key\": \"7JRSSVSSNB99Y9295QZNT4V3FA\",\n            \"succeeded\": false,\n            \"state\": \"pending\",\n            \"token\": \"ZN63lpKVFdo3A5HKL40uGKMAWWX\",\n            \"message\": null,\n            \"amount\": 2999,\n            \"currency_code\": \"USD\",\n            \"ip\": \"127.0.1.0\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"21piJ1KIOIMnhU7a4qNw05JE7JF\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"warning\": null,\n            \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjZjOGQ4MDJlLThmOWMtNGI4Mi04NmQ2LTI4OThiYjFmYjFiZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJjOWJhNmVkZC1jYjJkLTQwMDctYjMxMS1kZTMyYjdkNjJiODIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4Mjc1fQ.f2R1TBf6XNstSD0rw8UgT4YUzwVitTSu2GKt7uK4n1cUHMb8C8h0JxV8acZTKLvNrFYzXmxicucc5dxkhGFLRNH4kP_jJ34pI1sp_stmzRkWFe9J-6qRm69ysBwHRs9EvIrJvQr8RrEAjR6fdOIyWEok5tzalnRnOuqRZJRtx5VPqnmClIGrt0GeQvaWoz74srY11M8T5QCT97AiWkYRrL6zuLkC7J2JZOcA2XLBkmdksKcimBQXq6k-cdBEXGsY_ZmA9bYKiK8OrJjwhsmVzvd8QaBvfWvxEzDVXJqkcBkLq-lpWluO9-Q7nxH1gyrB5IJ7Nx24-IeKXrHX0Q8ZdPLUfNKU9PvejesfNykvl7Kji6_tNIyXR5jFV9U0s6DHBd_oBcMhEaklV9tD_pTTgLvX-RNq1AVf3aLJlBr48i6ww8Xe5nCd36cLquWRvYCLoJqYiX3lEwteXcYt6hWiCWzpoTZ8_dlqzMkuj8EQ2i_VOpUi6wnpDRPP5ImmDr2OWGiVpMHdSbDV85mvdKfrw5xnFmkZ3Og7AVMS1bMz_zaauVCVzOGDpINRL4uuSXqqXDjOtBNCa15PORka5tdYPB78bmXHtmxvyQY8BcsjZm87yq8_b9vdKdNytwoWnj9_DJCUUQH2YcEdC_L3xqhf_DSZpNfeRiWG0LIL5E6m6Mc\",\n            \"fraud_decision\": null,\n            \"fraud_recommendation\": null,\n            \"fraud_decision_reason\": null,\n            \"vendor_response\": {\n                \"managedOrderToken\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjZjOGQ4MDJlLThmOWMtNGI4Mi04NmQ2LTI4OThiYjFmYjFiZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJjOWJhNmVkZC1jYjJkLTQwMDctYjMxMS1kZTMyYjdkNjJiODIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4Mjc1fQ.f2R1TBf6XNstSD0rw8UgT4YUzwVitTSu2GKt7uK4n1cUHMb8C8h0JxV8acZTKLvNrFYzXmxicucc5dxkhGFLRNH4kP_jJ34pI1sp_stmzRkWFe9J-6qRm69ysBwHRs9EvIrJvQr8RrEAjR6fdOIyWEok5tzalnRnOuqRZJRtx5VPqnmClIGrt0GeQvaWoz74srY11M8T5QCT97AiWkYRrL6zuLkC7J2JZOcA2XLBkmdksKcimBQXq6k-cdBEXGsY_ZmA9bYKiK8OrJjwhsmVzvd8QaBvfWvxEzDVXJqkcBkLq-lpWluO9-Q7nxH1gyrB5IJ7Nx24-IeKXrHX0Q8ZdPLUfNKU9PvejesfNykvl7Kji6_tNIyXR5jFV9U0s6DHBd_oBcMhEaklV9tD_pTTgLvX-RNq1AVf3aLJlBr48i6ww8Xe5nCd36cLquWRvYCLoJqYiX3lEwteXcYt6hWiCWzpoTZ8_dlqzMkuj8EQ2i_VOpUi6wnpDRPP5ImmDr2OWGiVpMHdSbDV85mvdKfrw5xnFmkZ3Og7AVMS1bMz_zaauVCVzOGDpINRL4uuSXqqXDjOtBNCa15PORka5tdYPB78bmXHtmxvyQY8BcsjZm87yq8_b9vdKdNytwoWnj9_DJCUUQH2YcEdC_L3xqhf_DSZpNfeRiWG0LIL5E6m6Mc\"\n            }\n        }\n    }\n}"},{"id":"1a447b37-e9ba-4037-b96b-b42e813ca342","name":"Status","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base}}/api/internal/v1/transactions/{{successful_transaction}}/status.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"3895"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-request-id","value":"acfd467e-f5a0-4bfc-8128-798d0a09ab88"},{"key":"server","value":"openresty"},{"key":"etag","value":"W/\"5d923d52a7204b46fab152334d892783\""},{"key":"x-download-options","value":"noopen"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cache-control","value":"no-cache"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 24 Apr 2025 22:45:22 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000064-IAD, cache-iad-kiad7000074-IAD, cache-dfw-kdal2120054-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745534722.011472,VS0,VE116"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"challenge_form\": null,\n        \"challenge_form_embed_url\": null,\n        \"challenge_url\": null,\n        \"checkout_form\": null,\n        \"checkout_url\": null,\n        \"device_fingerprint_form\": null,\n        \"device_fingerprint_form_embed_url\": null,\n        \"required_action\": null,\n        \"three_ds_context\": null,\n        \"three_ds_version\": \"2.2.0\",\n        \"sca_provider_type\": null,\n        \"managed_order_token\": \"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjIwMjMtMDUtMjMifQ.eyJtYW5hZ2VkT3JkZXJJZCI6IjZjOGQ4MDJlLThmOWMtNGI4Mi04NmQ2LTI4OThiYjFmYjFiZCIsIm1ldGhvZFVSTCI6Imh0dHBzOi8vbmRtLXByZXYuM2Rzcy1ub24tcHJvZC5jbG91ZC5uZXRjZXRlcmEuY29tL2Fjcy8zZHMtbWV0aG9kIiwidGhyZWVEU1NlcnZlclRyYW5zSUQiOiJjOWJhNmVkZC1jYjJkLTQwMDctYjMxMS1kZTMyYjdkNjJiODIiLCJ2ZXJzaW9uIjoiMi4yLjAiLCJkc0lkZW50aWZpZXIiOiJBMDAwMDAwMDI1IiwiYXVkIjoiY2hlY2tvdXR0b29scyIsImlzcyI6Imh0dHBzOi8vYXBpLmNoZWNrb3V0dG9vbHMuY29tL3YzL21hbmFnZWQvb3JkZXJzIiwiZXhwIjoxNzQ1NTM4Mjc1fQ.f2R1TBf6XNstSD0rw8UgT4YUzwVitTSu2GKt7uK4n1cUHMb8C8h0JxV8acZTKLvNrFYzXmxicucc5dxkhGFLRNH4kP_jJ34pI1sp_stmzRkWFe9J-6qRm69ysBwHRs9EvIrJvQr8RrEAjR6fdOIyWEok5tzalnRnOuqRZJRtx5VPqnmClIGrt0GeQvaWoz74srY11M8T5QCT97AiWkYRrL6zuLkC7J2JZOcA2XLBkmdksKcimBQXq6k-cdBEXGsY_ZmA9bYKiK8OrJjwhsmVzvd8QaBvfWvxEzDVXJqkcBkLq-lpWluO9-Q7nxH1gyrB5IJ7Nx24-IeKXrHX0Q8ZdPLUfNKU9PvejesfNykvl7Kji6_tNIyXR5jFV9U0s6DHBd_oBcMhEaklV9tD_pTTgLvX-RNq1AVf3aLJlBr48i6ww8Xe5nCd36cLquWRvYCLoJqYiX3lEwteXcYt6hWiCWzpoTZ8_dlqzMkuj8EQ2i_VOpUi6wnpDRPP5ImmDr2OWGiVpMHdSbDV85mvdKfrw5xnFmkZ3Og7AVMS1bMz_zaauVCVzOGDpINRL4uuSXqqXDjOtBNCa15PORka5tdYPB78bmXHtmxvyQY8BcsjZm87yq8_b9vdKdNytwoWnj9_DJCUUQH2YcEdC_L3xqhf_DSZpNfeRiWG0LIL5E6m6Mc\",\n        \"updated_at\": \"2025-04-24T22:44:52Z\",\n        \"gateway_type\": \"test\",\n        \"state\": \"failed\",\n        \"error_code\": null,\n        \"message\": \"messages.failed_sca_authentication\",\n        \"context\": \"eyJjaGFsbGVuZ2VfZm9ybSI6bnVsbCwiY2hhbGxlbmdlX2Zvcm1fZW1iZWRfdXJsIjpudWxsLCJjaGFsbGVuZ2VfdXJsIjpudWxsLCJjaGVja291dF9mb3JtIjpudWxsLCJjaGVja291dF91cmwiOm51bGwsImRldmljZV9maW5nZXJwcmludF9mb3JtIjpudWxsLCJkZXZpY2VfZmluZ2VycHJpbnRfZm9ybV9lbWJlZF91cmwiOm51bGwsInJlcXVpcmVkX2FjdGlvbiI6bnVsbCwidGhyZWVfZHNfY29udGV4dCI6bnVsbCwidGhyZWVfZHNfdmVyc2lvbiI6IjIuMi4wIiwic2NhX3Byb3ZpZGVyX3R5cGUiOm51bGwsIm1hbmFnZWRfb3JkZXJfdG9rZW4iOiJleUpoYkdjaU9pSlNVekkxTmlJc0luUjVjQ0k2SWtwWFZDSXNJbXRwWkNJNklqSXdNak10TURVdE1qTWlmUS5leUp0WVc1aFoyVmtUM0prWlhKSlpDSTZJalpqT0dRNE1ESmxMVGhtT1dNdE5HSTRNaTA0Tm1RMkxUSTRPVGhpWWpGbVlqRmlaQ0lzSW0xbGRHaHZaRlZTVENJNkltaDBkSEJ6T2k4dmJtUnRMWEJ5WlhZdU0yUnpjeTF1YjI0dGNISnZaQzVqYkc5MVpDNXVaWFJqWlhSbGNtRXVZMjl0TDJGamN5OHpaSE10YldWMGFHOWtJaXdpZEdoeVpXVkVVMU5sY25abGNsUnlZVzV6U1VRaU9pSmpPV0poTm1Wa1pDMWpZakprTFRRd01EY3RZak14TVMxa1pUTXlZamRrTmpKaU9ESWlMQ0oyWlhKemFXOXVJam9pTWk0eUxqQWlMQ0prYzBsa1pXNTBhV1pwWlhJaU9pSkJNREF3TURBd01ESTFJaXdpWVhWa0lqb2lZMmhsWTJ0dmRYUjBiMjlzY3lJc0ltbHpjeUk2SW1oMGRIQnpPaTh2WVhCcExtTm9aV05yYjNWMGRHOXZiSE11WTI5dEwzWXpMMjFoYm1GblpXUXZiM0prWlhKeklpd2laWGh3SWpveE56UTFOVE00TWpjMWZRLmYyUjFUQmY2WE5zdFNEMHJ3OFVnVDRZVXp3Vml0VFN1MkdLdDd1SzRuMWNVSE1iOEM4aDBKeFY4YWNaVEtMdk5yRll6WG14aWN1Y2M1ZHhraEdGTFJOSDRrUF9qSjM0cEkxc3Bfc3RtelJrV0ZlOUotNnFSbTY5eXNCd0hSczlFdklySnZRcjhSckVBalI2ZmRPSXlXRW9rNXR6YWxuUm5PdXFSWkpSdHg1VlBxbm1DbElHcnQwR2VRdmFXb3o3NHNyWTExTThUNVFDVDk3QWlXa1lSckw2enVMa0M3SjJKWk9jQTJYTEJrbWRrc0tjaW1CUVhxNmstY2RCRVhHc1lfWm1BOWJZS2lLOE9ySmp3aHNtVnp2ZDhRYUJ2Zld2eEV6RFZYSnFrY0JrTHEtbHBXbHVPOS1RN254SDFneXJCNUlKN054MjQtSWVLWHJIWDBROFpkUExVZk5LVTlQdmVqZXNmTnlrdmw3S2ppNl90Tkl5WFI1akZWOVUwczZESEJkX29CY01oRWFrbFY5dERfcFRUZ0x2WC1STnExQVZmM2FMSmxCcjQ4aTZ3dzhYZTVuQ2QzNmNMcXVXUnZZQ0xvSnFZaVgzbEV3dGVYY1l0NmhXaUNXenBvVFo4X2RscXpNa3VqOEVRMmlfVk9wVWk2d25wRFJQUDVJbW1EcjJPV0dpVnBNSGRTYkRWODVtdmRLZnJ3NXhuRm1rWjNPZzdBVk1TMWJNel96YWF1VkNWek9HRHBJTlJMNHV1U1hxcVhEak90Qk5DYTE1UE9Sa2E1dGRZUEI3OGJtWEh0bXh2eVFZOEJjc2pabTg3eXE4X2I5dmRLZE55dHdvV25qOV9ESkNVVVFIMlljRWRDX0wzeHFoZl9EU1pwTmZlUmlXRzBMSUw1RTZtNk1jIiwidXBkYXRlZF9hdCI6IjIwMjUtMDQtMjQgMjI6NDQ6NTIgKzAwMDAiLCJnYXRld2F5X3R5cGUiOiJ0ZXN0Iiwic3RhdGUiOiJmYWlsZWQiLCJlcnJvcl9jb2RlIjpudWxsLCJtZXNzYWdlIjoibWVzc2FnZXMuZmFpbGVkX3NjYV9hdXRoZW50aWNhdGlvbiJ9\"\n    }\n}"}],"_postman_id":"1cb9f4b3-5b6c-4974-b154-de716bf1f393"},{"name":"Purchase - Fraud + 3DS SJ Global Copy","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"9348c239-3f7a-4867-9246-a48c3900d5c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"test@example.com\"\n        },\n        \"amount\": 2999,\n        \"currency_code\": \"USD\",\n        \"ip\": \"127.0.1.0\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"protection_provider_key\": \"{{forter_protection_provider}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9348c239-3f7a-4867-9246-a48c3900d5c6"}],"id":"2b79e7b8-4faa-48a3-913c-7aed6078b6dd","_postman_id":"2b79e7b8-4faa-48a3-913c-7aed6078b6dd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Fraud + 3DS Gateway Specific","item":[{"name":"Create Forter Protection Provider - 3DS Not Enabled (3DS Gateway Specific)","event":[{"listen":"test","script":{"id":"38ad1857-cf79-4fde-8acd-2c64a506d8ee","exec":["var protection_provider=JSON.parse(pm.response.text());","pm.environment.set(\"forter_protection_provider_3ds_not_enabled\", protection_provider.protection_provider.token);",""],"type":"text/javascript","packages":{}}}],"id":"56c4460a-9577-45d1-bece-e98fcaa76a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"protection_provider\": {\n        \"type\": \"spreedly\",\n        \"sandbox\": true,\n        \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\",\n            \"three_ds_requestor_name\": \"Spreedly\"\n        },\n        \"three_ds_enabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/protection/providers.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","protection","providers.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56c4460a-9577-45d1-bece-e98fcaa76a04"},{"name":"Purchase - Fraud + 3DS Gateway Specific - APPROVE / Frictionless","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"5f455ecf-e7eb-4102-bc25-74804f43a3fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"123\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2029\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 3001,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"attempt_3dsecure\": true, // required for 3DS gateway specific\n        \"three_ds_version\": \"2\", // required for 3DS gateway specific\n        \"redirect_url\": \"http://example.com/handle_redirect\", // required for 3DS gateway specific\n        \"callback_url\": \"http://example.com/handle_callback\", // required for 3DS gateway specific\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"cda650e0-a6de-4645-a820-cfb6614c8116","name":"Purchase - Fraud + 3DS Gateway Specific - APPROVE - Frictionless","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4556761029983886\",\n            \"verification_value\": \"123\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2029\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 3001,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"attempt_3dsecure\": true, // required for 3DS gateway specific\n        \"three_ds_version\": \"2\", // required for 3DS gateway specific\n        \"redirect_url\": \"http://example.com/handle_redirect\", // required for 3DS gateway specific\n        \"callback_url\": \"http://example.com/handle_callback\", // required for 3DS gateway specific\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 3001,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extension\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"6300"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-request-id","value":"21f0ce9b-3ecd-4b19-b0c5-c2ebe72dfbb6"},{"key":"server","value":"openresty"},{"key":"cache-control","value":"max-age=0, private, must-revalidate"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"accept-ranges","value":"bytes"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"etag","value":"W/\"e6f88c59d07be006c994ef47eeb3becd\""},{"key":"Date","value":"Tue, 22 Apr 2025 13:33:33 GMT"},{"key":"X-Served-By","value":"cache-iad-kiad7000066-IAD, cache-iad-kiad7000117-IAD, cache-dfw-kdal2120065-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745328812.219149,VS0,VE1057"},{"key":"Strict-Transport-Security","value":"max-age=31557600"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": true,\n        \"created_at\": \"2025-04-22T13:33:32Z\",\n        \"updated_at\": \"2025-04-22T13:33:33Z\",\n        \"succeeded\": true,\n        \"state\": \"succeeded\",\n        \"token\": \"TY8sqjk61SiJVReOLKXQdwahP28\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"1.127.0.1\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": \"TY8sqjk61SiJVReOLKXQdwahP28\",\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 3001,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extension\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        },\n        \"amount\": 3001,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"response\": {\n            \"success\": true,\n            \"message\": \"Exemption applied\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": false,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": null,\n            \"created_at\": \"2025-04-22T13:33:33Z\",\n            \"updated_at\": \"2025-04-22T13:33:33Z\"\n        },\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"redirect_url\": \"http://example.com/handle_redirect\",\n        \"callback_url\": \"http://example.com/handle_callback\",\n        \"three_ds_version\": \"2\",\n        \"attempt_3dsecure\": true,\n        \"payment_method\": {\n            \"token\": \"01JSEV8CP06GVTY0GZ8YE5RTR1\",\n            \"created_at\": \"2025-04-22T13:33:32.736Z\",\n            \"updated_at\": \"2025-04-22T13:33:32.736Z\",\n            \"email\": \"approve@forter.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"3886\",\n            \"first_six_digits\": \"455676\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2029,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"45567610\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"MUTUAL FIRST FEDERAL CREDIT UNION\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"PREPAID CLASSIC\",\n                \"issuing_country_iso_number\": \"840\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"US\",\n                \"issuing_country_iso_a3_code\": \"USA\",\n                \"issuing_country_iso_name\": \"UNITED STATES\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"b26ef0a7aab7bc874be5f8c7223c91159a87\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-3886\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-22T13:33:33Z\",\n            \"created_at\": \"2025-04-22T13:33:32Z\",\n            \"protection_provider_key\": \"4KNGW13AX58DFRG7EE34RM7YHM\",\n            \"succeeded\": true,\n            \"state\": \"succeeded\",\n            \"token\": \"5AopGaZeVBptUqj8XUs4W7UPbQm\",\n            \"message\": null,\n            \"amount\": 3001,\n            \"currency_code\": \"USD\",\n            \"ip\": \"1.127.0.1\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"TY8sqjk61SiJVReOLKXQdwahP28\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"trans_status_reason\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"approve\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"Test\",\n            \"vendor_response\": {\n                \"forterDecision\": \"APPROVE\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {},\n                \"decisionReason\": \"Test\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"5AopGaZeVBptUqj8XUs4W7UPbQm\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/5AopGaZeVBptUqj8XUs4W7UPbQm\"\n            }\n        }\n    }\n}"}],"_postman_id":"5f455ecf-e7eb-4102-bc25-74804f43a3fe"},{"name":"Purchase - Fraud + 3DS Gateway Specific - APPROVE / Challenge","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"ea749f0d-dd02-420c-85d7-451888513e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"5111220000000009\",\n            \"verification_value\": \"123\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2029\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 3004,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"attempt_3dsecure\": true, // required for 3DS gateway specific\n        \"three_ds_version\": \"2\", // required for 3DS gateway specific\n        \"redirect_url\": \"http://example.com/handle_redirect\", // required for 3DS gateway specific\n        \"callback_url\": \"http://example.com/handle_callback\", // required for 3DS gateway specific\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            // \"email\": \"decline@forter.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"c01b94d2-f46f-4f2a-ab74-4f3cd8380d0e","name":"Purchase - Fraud + 3DS Gateway Specific - APPROVE - Challenge","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4556761029983886\",\n            \"verification_value\": \"123\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2029\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 3004,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"attempt_3dsecure\": true, // required for 3DS gateway specific\n        \"three_ds_version\": \"2\", // required for 3DS gateway specific\n        \"redirect_url\": \"http://example.com/handle_redirect\", // required for 3DS gateway specific\n        \"callback_url\": \"http://example.com/handle_callback\", // required for 3DS gateway specific\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds_not_enabled}}\",\n        \"protection_parameters\": {\n            \"order_amount\": 3001,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extension\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"via","value":"1.1 varnish, 1.1 varnish, 1.1 varnish"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"x-request-id","value":"84ae769f-05c5-4ac9-8bd0-fe81b790e2f5"},{"key":"server","value":"openresty"},{"key":"cache-control","value":"no-cache"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-spreedly-test","value":"true"},{"key":"x-content-type-options","value":"nosniff"},{"key":"accept-ranges","value":"bytes"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"referrer-policy","value":"strict-origin-when-cross-origin"},{"key":"x-download-options","value":"noopen"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"Date","value":"Tue, 22 Apr 2025 13:36:24 GMT"},{"key":"X-Served-By","value":"cache-iad-kcgs7200065-IAD, cache-iad-kcgs7200065-IAD, cache-dfw-kdal2120061-DFW"},{"key":"X-Cache","value":"MISS, MISS, MISS"},{"key":"X-Cache-Hits","value":"0, 0, 0"},{"key":"X-Timer","value":"S1745328984.794053,VS0,VE1056"},{"key":"Strict-Transport-Security","value":"max-age=31557600"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"on_test_gateway\": true,\n        \"created_at\": \"2025-04-22T13:36:23Z\",\n        \"updated_at\": \"2025-04-22T13:36:24Z\",\n        \"succeeded\": false,\n        \"state\": \"pending\",\n        \"token\": \"9QHgexypmrNkvZvYgL9m5yntZVR\",\n        \"transaction_type\": \"Purchase\",\n        \"order_id\": null,\n        \"ip\": \"1.127.0.1\",\n        \"description\": null,\n        \"email\": null,\n        \"merchant_name_descriptor\": null,\n        \"merchant_location_descriptor\": null,\n        \"merchant_profile_key\": null,\n        \"gateway_specific_fields\": null,\n        \"gateway_specific_response_fields\": {},\n        \"gateway_transaction_id\": \"9QHgexypmrNkvZvYgL9m5yntZVR\",\n        \"sub_merchant_key\": null,\n        \"gateway_latency_ms\": null,\n        \"warning\": null,\n        \"application_id\": null,\n        \"risk_data\": null,\n        \"merchant_metadata\": null,\n        \"customer_data\": null,\n        \"order_data\": null,\n        \"workflow_key\": null,\n        \"protection_parameters\": {\n            \"order_amount\": 3001,\n            \"checkout_time\": 1655841719,\n            \"forter_token_cookie\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"primary_recipient_first_name\": \"Joe\",\n            \"primary_recipient_last_name\": \"Green\",\n            \"primary_recipient_email\": \"john_s@test.com\",\n            \"primary_recipient_country\": \"US\",\n            \"primary_recipient_address1\": \"123 Test St\",\n            \"primary_recipient_address2\": \"Apt.2\",\n            \"primary_recipient_zip\": \"12345\",\n            \"merchant_id\": \"eh629dK9\",\n            \"merchant_domain\": \"HandbagsExpressDiscounts.com\",\n            \"merchant_name\": \"Handbags Express Discounts\",\n            \"merchant_device_identifier\": \"QWERTYIY\",\n            \"additional_order_id\": \"RDSFHK12\",\n            \"order_segment\": \"Regular Checkout\",\n            \"coupon_code_used\": \"FATHERSDAY2022\",\n            \"discount_type\": \"COUPON\",\n            \"account_owner_first_name\": \"John\",\n            \"account_owner_last_name\": \"Smith\",\n            \"account_owner_email\": \"john_s@test.com\",\n            \"account_owner_account_id\": \"e520-ba9a-367-60b\",\n            \"account_owner_created\": 1415273168,\n            \"account_owner_past_orders_count\": 51,\n            \"account_owner_past_orders_sum\": 1702.5,\n            \"account_owner_lastLogin_ip\": \"203.12.55.12\",\n            \"account_owner_registration_ip\": \"203.12.55.12\",\n            \"billing_region\": \"FL\",\n            \"billing_address_type\": \"home\",\n            \"suggested_correct_billing_address\": true,\n            \"billing_address_creation_time\": 1415273168,\n            \"billing_address_last_modified_time\": 1415273168,\n            \"billing_address_last_used_time\": 1415273168,\n            \"billing_address_removal_time\": 1415273168,\n            \"used_saved_billing_address_data\": true,\n            \"chose_to_save_billing_address_data\": true,\n            \"billing_phone_type\": \"home\",\n            \"billing_phone_extension\": \"23\",\n            \"billing_phone_creation_time\": 1415273168,\n            \"billing_phone_last_modified_time\": 1415273168,\n            \"billing_phone_last_used_time\": 1415273168,\n            \"billing_phone_removal_time\": 1415273168,\n            \"loyalty_points_count\": 10,\n            \"loyalty_points_source\": \"IN_ACCOUNT_PURCHASES\",\n            \"loyalty_points_merchant_payment_id\": \"kskjd\",\n            \"credit_used_amount\": 1\n        },\n        \"amount\": 3004,\n        \"local_amount\": null,\n        \"currency_code\": \"USD\",\n        \"retain_on_success\": false,\n        \"payment_method_added\": true,\n        \"smart_routed\": false,\n        \"stored_credential_initiator\": null,\n        \"stored_credential_reason_type\": null,\n        \"stored_credential_alternate_gateway\": null,\n        \"stored_credential_final_payment\": false,\n        \"message_key\": \"messages.transaction_pending\",\n        \"message\": \"Pending\",\n        \"gateway_token\": \"6GKWGK94018C18YPF5ZJBH3NWT\",\n        \"gateway_type\": \"test\",\n        \"response\": {\n            \"success\": true,\n            \"message\": \"Device fingerprint required\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": true,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": false,\n            \"created_at\": \"2025-04-22T13:36:24Z\",\n            \"updated_at\": \"2025-04-22T13:36:24Z\"\n        },\n        \"shipping_address\": {\n            \"name\": \"Joe Jones\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"819.331.3313\"\n        },\n        \"api_urls\": [\n            {\n                \"callback_conversations\": [\n                    \"https://core.spreedly.com/v1/callbacks/4EJ0WJZM9Y8W9TS58CYMWC1XRM/conversations.xml\"\n                ]\n            },\n            {\n                \"referencing_transaction\": []\n            },\n            {\n                \"failover_transaction\": []\n            }\n        ],\n        \"redirect_url\": \"http://example.com/handle_redirect\",\n        \"callback_url\": \"http://example.com/handle_callback\",\n        \"three_ds_version\": \"2\",\n        \"attempt_3dsecure\": true,\n        \"device_fingerprint_form\": {\n            \"cdata\": \"\\n<form action=\\\"https://core.spreedly.com/test/6GKWGK94018C18YPF5ZJBH3NWT/acs/9QHgexypmrNkvZvYgL9m5yntZVR\\\" method=\\\"POST\\\">\\n  <input name=\\\"three_ds_method_data\\\" value=\\\"eyJzZXJ2ZXJfdHJhbnNfaWQiOiIyYjI2MTczMC0yNzc3LTQ1NmItOWE2Yi0zMDZmODc5OWIyZmUiLCJub3RpZmljYXRpb25fdXJsIjoiaHR0cHM6Ly9jb3JlLnNwcmVlZGx5LmNvbS90cmFuc2FjdGlvbi85UUhnZXh5cG1yTmt2WnZZZ0w5bTV5bnRaVlIvdGhyZWVfZHNfYXV0b21hdGVkX2NvbXBsZXRlIn0=\\\" type=\\\"hidden\\\"/>\\n</form>\\n\"\n        },\n        \"challenge_url\": null,\n        \"required_action\": \"device_fingerprint\",\n        \"three_ds_context\": null,\n        \"setup_response\": {\n            \"success\": true,\n            \"message\": \"Device fingerprint required\",\n            \"avs_code\": null,\n            \"avs_message\": null,\n            \"cvv_code\": null,\n            \"cvv_message\": null,\n            \"pending\": true,\n            \"result_unknown\": false,\n            \"error_code\": null,\n            \"error_detail\": null,\n            \"cancelled\": false,\n            \"fraud_review\": false,\n            \"created_at\": \"2025-04-22T13:36:24Z\",\n            \"updated_at\": \"2025-04-22T13:36:24Z\"\n        },\n        \"payment_method\": {\n            \"token\": \"01JSEVDM8CJGVY9NERGJWZT31W\",\n            \"created_at\": \"2025-04-22T13:36:24.332Z\",\n            \"updated_at\": \"2025-04-22T13:36:24.332Z\",\n            \"email\": \"approve@forter.com\",\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"callback_url\": null,\n            \"last_four_digits\": \"3886\",\n            \"first_six_digits\": \"455676\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"month\": 10,\n            \"year\": 2029,\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"company\": \"Acme Inc.\",\n            \"full_name\": \"Joe Jones\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"issuer_identification_number\": \"45567610\",\n            \"click_to_pay\": false,\n            \"managed\": true,\n            \"bin_metadata\": {\n                \"card_brand\": \"VISA\",\n                \"issuing_bank\": \"MUTUAL FIRST FEDERAL CREDIT UNION\",\n                \"card_type\": \"DEBIT\",\n                \"card_category\": \"PREPAID CLASSIC\",\n                \"issuing_country_iso_number\": \"840\",\n                \"issuing_bank_website\": null,\n                \"issuing_bank_phone_number\": null,\n                \"max_pan_length\": 16,\n                \"bin_type\": \"PERSONAL\",\n                \"regulated\": \"N\",\n                \"issuing_country_iso_a2_code\": \"US\",\n                \"issuing_country_iso_a3_code\": \"USA\",\n                \"issuing_country_iso_name\": \"UNITED STATES\"\n            },\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"b26ef0a7aab7bc874be5f8c7223c91159a87\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-3886\"\n        },\n        \"protect_fraud_check\": {\n            \"updated_at\": \"2025-04-22T13:36:24Z\",\n            \"created_at\": \"2025-04-22T13:36:24Z\",\n            \"protection_provider_key\": \"4KNGW13AX58DFRG7EE34RM7YHM\",\n            \"succeeded\": true,\n            \"state\": \"succeeded\",\n            \"token\": \"RyTSY6DQW0PEUqii6AfsXSh91Lp\",\n            \"message\": null,\n            \"amount\": 3004,\n            \"currency_code\": \"USD\",\n            \"ip\": \"1.127.0.1\",\n            \"email\": null,\n            \"transaction_type\": \"Protection::Check\",\n            \"gateway_transaction_key\": \"9QHgexypmrNkvZvYgL9m5yntZVR\",\n            \"callback_url\": null,\n            \"test_scenario\": null,\n            \"acquiring_bank_fraud_rate\": null,\n            \"exemption_type\": null,\n            \"trans_status_reason\": null,\n            \"warning\": null,\n            \"managed_order_token\": null,\n            \"fraud_decision\": \"approve\",\n            \"fraud_recommendation\": \"\",\n            \"fraud_decision_reason\": \"Test\",\n            \"vendor_response\": {\n                \"forterDecision\": \"APPROVE\",\n                \"recommendation\": \"\",\n                \"verificationMethod\": {},\n                \"decisionReason\": \"Test\",\n                \"merchantPolicyId\": \"\",\n                \"orderId\": \"RyTSY6DQW0PEUqii6AfsXSh91Lp\",\n                \"linkToEventInDashboard\": \"https://portal.forter.com/dashboard/RyTSY6DQW0PEUqii6AfsXSh91Lp\"\n            }\n        }\n    }\n}"}],"_postman_id":"ea749f0d-dd02-420c-85d7-451888513e14"}],"id":"54a4f31d-1868-45b7-8d35-21cffc45828c","_postman_id":"54a4f31d-1868-45b7-8d35-21cffc45828c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"84fbc048-9e37-466c-88ba-f8d6b41f79f9","_postman_id":"84fbc048-9e37-466c-88ba-f8d6b41f79f9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Spreedly Test Provider","item":[{"name":"1. Create Test Gateway","event":[{"listen":"test","script":{"id":"8af8bb47-3305-4ec5-8759-16f40f890c9b","exec":["var response=JSON.parse(pm.response.text());","var gateway_token=response.gateway.token","pm.environment.set(\"test_gateway\", gateway_token);"],"type":"text/javascript","packages":{}}}],"id":"ec16f6c5-ab95-4d9e-bc68-e21ba6b1b960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"gateway\": {\n    \"gateway_type\": \"test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/gateways.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec16f6c5-ab95-4d9e-bc68-e21ba6b1b960"},{"name":"2. Create Merchant Profile","event":[{"listen":"test","script":{"id":"5f7ede5d-b640-43c5-b1e5-cd6b85b0ab6f","exec":["var transaction=JSON.parse(responseBody);","pm.environment.set(\"sandbox_merchant_profile\", transaction.merchant_profile.token);"],"type":"text/javascript","packages":{}}}],"id":"2e1b0d51-2c80-4dfb-b8a4-484074e1cf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"merchant_profile\": {\n        \"visa\": {\n            \"acquirer_merchant_id\": \"spreedlys_mid\",\n            \"merchant_name\": \"Spreedly\",\n            \"country_code\": \"840\",\n            \"mcc\": \"5978\"\n        },\n        \"mastercard\": {\n            \"acquirer_merchant_id\": \"spreedlys_mid\",\n            \"merchant_name\": \"Spreedly\",\n            \"country_code\": \"840\",\n            \"mcc\": \"5978\"\n        },\n        \"amex\": {\n            \"acquirer_merchant_id\": \"spreedlys_mid\",\n            \"merchant_name\": \"Spreedly\",\n            \"country_code\": \"840\",\n            \"mcc\": \"5978\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/merchant_profiles.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","merchant_profiles.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e1b0d51-2c80-4dfb-b8a4-484074e1cf9b"},{"name":"3. Create Test Protection Provider - FRAUD + 3DS","event":[{"listen":"test","script":{"id":"38ad1857-cf79-4fde-8acd-2c64a506d8ee","exec":["var protection_provider=JSON.parse(pm.response.text());","pm.environment.set(\"forter_protection_provider_3ds\", protection_provider.protection_provider.token);",""],"type":"text/javascript","packages":{}}}],"id":"4b1738d3-f722-4680-9d73-761c483e6e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"// If running this locally, make sure self.supports_sandbox_mode? is set to true\n// And Forter sandbox credentials are included in .env.base.rb\n\n{\n    \"protection_provider\": {\n        \"type\": \"test\",\n        \"sandbox\": false,\n        \"merchant_profile_key\": \"{{sandbox_merchant_profile}}\",\n        \"mastercard\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"visa\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"amex\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"optional\",\n            \"merchant_brand_id\": \"Spreedly\"\n        },\n        \"discover\": {\n            \"acquirer_bin\": \"4444444444\",\n            \"merchant_url\": \"https://spreedly.com\",\n            \"merchant_password\": \"password\",\n            \"three_ds_requestor_name\": \"Spreedly\"\n        },\n        \"three_ds_enabled\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/v1/protection/providers.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","protection","providers.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b1738d3-f722-4680-9d73-761c483e6e13"},{"name":"Purchase - Protect APPROVE","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"524ea25b-4f57-450d-a12a-bb7716d0224c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds}}\",\n        \"protection_parameters\": {\n            \"test_scenario\": {\"scenario\": \"protect_approved\"},\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"test@test.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"524ea25b-4f57-450d-a12a-bb7716d0224c"},{"name":"Purchase - Protect DECLINE","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"94412bba-1721-46ec-9975-80aa86083aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds}}\",\n        \"protection_parameters\": {\n            \"test_scenario\": {\"scenario\": \"protect_declined\"},\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"test@test.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"94412bba-1721-46ec-9975-80aa86083aa8"},{"name":"Purchase - Protect RECOMMEND SCA CHALLENGE","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"d55e3d45-b999-4bff-8a1b-f1fea09bd289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds}}\",\n        \"protection_parameters\": {\n            \"test_scenario\": {\"scenario\": \"protect_sca_recommended_challenge\"},\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"test@test.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d55e3d45-b999-4bff-8a1b-f1fea09bd289"},{"name":"Purchase - Protect RECOMMEND SCA AUTHENTICATED","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"715962bf-604f-4876-9ff9-e963dac3859e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds}}\",\n        \"protection_parameters\": {\n            \"test_scenario\": {\"scenario\": \"protect_sca_recommended_authenticated\"},\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"test@test.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"715962bf-604f-4876-9ff9-e963dac3859e"},{"name":"Purchase - Protect RECOMMEND SCA NOT AUTHENTICATED","event":[{"listen":"test","script":{"id":"405c8861-42d4-4d73-a7c2-fe2810e443a7","exec":["var success=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", success.transaction.token)"],"type":"text/javascript","packages":{}}}],"id":"123f9888-a442-4746-a811-6e9bd131cffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2025\",\n            \"month\": \"10\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"819.331.3313\",\n            \"email\": \"approve@forter.com\"\n        },\n        \"amount\": 100,\n        \"currency_code\": \"USD\",\n        \"browser_info\": \"eyJ3aWR0aCI6MjU2MCwiaGVpZ2h0IjoxNDQwLCJkZXB0aCI6MzAsInRpbWV6b25lIjoyNDAsInVzZXJfYWdlbnQiOiJNb3ppbGxhLzUuMCAoTWFjaW50b3NoOyBJbnRlbCBNYWMgT1MgWCAxMC4xNTsgcnY6MTIzLjApIEdlY2tvLzIwMTAwMTAxIEZpcmVmb3gvMTIzLjAiLCJqYXZhIjpmYWxzZSwibGFuZ3VhZ2UiOiJlbi1VUyIsImFjY2VwdF9oZWFkZXIiOiJ0ZXh0L2h0bWwsYXBwbGljYXRpb24veGh0bWwreG1sLGFwcGxpY2F0aW9uL3htbCJ9==\",\n        \"ip\": \"1.127.0.1\",\n        \"protection_provider_key\": \"{{forter_protection_provider_3ds}}\",\n        \"protection_parameters\": {\n            \"test_scenario\": {\"scenario\": \"protect_sca_recommended_not_authenticated\"},\n            \"forter_mobile_uid\": \"\",\n            \"fraud_token\": \"dsjhsudeu\",\n            \"user_agent\": \"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\",\n            \"cart_items\": [\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                },\n                {\n                    \"name\": \"White GenericBrand handbag\",\n                    \"quantity\": 1,\n                    \"type\": \"TANGIBLE\",\n                    \"price\": \"1000\"\n                }\n            ],\n            \"delivery_type\": \"PHYSICAL\",\n            \"delivery_method\": \"FedEx\",\n            \"customer_account_id\": \"1234567\",\n            \"customer_account_type\": \"BUSINESS\",\n            \"customer_account_creation_date\": 1234567,\n            \"billing_first_name\": \"Firstname\",\n            \"billing_last_name\": \"Lastname\",\n            \"email\": \"test@test.com\",\n            \"billing_country\": \"US\",\n            \"billing_address1\": \"123 Fake St\",\n            \"billing_address2\": \"\",\n            \"billing_city\": \"Durham\",\n            \"billing_zip\": \"01435\",\n            \"billing_phone_number\": \"1234567890\",\n            \"shipping_name\": \"Same Name\",\n            \"shipping_first_name\": \"Same\",\n            \"shipping_last_name\": \"Name\",\n            \"shipping_email\": \"email@email.com\",\n            \"shipping_address1\": \"321 Real St\",\n            \"shipping_address2\": \"\",\n            \"shipping_city\": \"Orlando\",\n            \"shipping_state\": \"FL\",\n            \"shipping_phone_number\": \"0987654321\"\n        }\n    }\n}"},"url":"{{base}}/v1/gateways/{{test_gateway}}/purchase.json","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"path":["v1","gateways","{{test_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"123f9888-a442-4746-a811-6e9bd131cffc"}],"id":"6e4fbc02-dedc-4a94-aac4-437d874f2620","_postman_id":"6e4fbc02-dedc-4a94-aac4-437d874f2620","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"2bf10f42-a9b8-429b-a170-b1970dcee7d5","_postman_id":"2bf10f42-a9b8-429b-a170-b1970dcee7d5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Third Party Vault","item":[{"name":"Store","event":[{"listen":"test","script":{"id":"d9de8707-f183-4110-807c-98bdcd041722","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"third_party_token\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"92b66f60-a231-4ca8-8048-848468da2144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{good_visa}}\"\n  }\n}\n"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/store.json","description":"<p>The Store API allows you to tokenize the payment method at the gateway/PSP - the reference to the payment method at the gateway is called a  and is a separate pasyment method from the origional Spreedly created one. </p>\n<p><strong>Helpful Hint</strong>: if you are looking for resiliency and redundancy is when we most often see Third Party Vaulting being used. </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","store.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"67a4a477-27ac-41fe-bd60-68f62b219357","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"92b66f60-a231-4ca8-8048-848468da2144"}],"id":"a83dbdba-7bc4-42c5-a85c-00db6f073e3f","description":"<p>This transaction copies the payment method information from the Spreedly vault to the gateway’s vault and creates a new Spreedly payment method to represent the gateway’s version. The reference to the payment method at the gateway is called a ThirdPartyToken and is a separate payment method from the original payment method. It is up to you to manage the lifecycle of these linked payment methods – Spreedly does not keep them in sync in any way.</p>\n","_postman_id":"a83dbdba-7bc4-42c5-a85c-00db6f073e3f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Ancillary Requests","item":[{"name":"List Transactions for Environment","id":"7f041db4-59b3-4de9-b49d-8f42cf15542f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions.json","description":"<p>Retrieve an <a href=\"https://docs.spreedly.com/reference/api/v1/?json#order-and-pagination\">ordered and paginated</a> list of all transactions executed within a Spreedly environment.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions.json"],"host":["core","spreedly","com"],"query":[{"disabled":true,"key":"metadata[email]","value":"dante@example.com"},{"disabled":true,"key":"metadata[customer]","value":"\"a\""}],"variable":[]}},"response":[{"id":"f8d29167-531b-4e40-92a7-a6ce9880a308","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"7f041db4-59b3-4de9-b49d-8f42cf15542f"},{"name":"GET Transcript","id":"65849036-7169-49f1-b24e-41942ba21e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{successful_transaction}}/transcript","description":"<p>View the exchange between Spreedly and the external service (gateway, receiver, etc…) for the given transaction in a human-readable, text format. The transcript is scrubbed of sensitive information so you can email it to external support representatives to help in debugging and other support tasks.</p>\n<p>Note: Transactions executed on the Spreedly Test Gateway will not return a transcript.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{successful_transaction}}","transcript"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"65849036-7169-49f1-b24e-41942ba21e40"},{"name":"GET Transaction","id":"aa3757b6-8b93-4ce0-8653-e4050e1b93c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{successful_transaction}}.json","description":"<p>Get the transaction with the given token.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{successful_transaction}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa3757b6-8b93-4ce0-8653-e4050e1b93c5"}],"id":"569639d4-e0f5-437b-9ec1-ceedb00eb09c","description":"<p>The ability to see transactions and leverage for your own reporting or transaction research. </p>\n","event":[{"listen":"prerequest","script":{"id":"89ce2e0f-f106-43a0-80a7-630cfd7a313a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c2d37d7d-ce9e-44b3-a631-b2eb38a5434e","type":"text/javascript","exec":[""]}}],"_postman_id":"569639d4-e0f5-437b-9ec1-ceedb00eb09c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"5a467555-33b7-4866-be10-79f855be0ae2","description":"<p>Within the below section our goal is to illustrate the different transaction calls that you can make into the Spreedly platform to complete a payment. </p>\n<p>Please reference our supported <a href=\"https://docs.spreedly.com/reference/test-data\">Test Cards </a> to use when completing your transactions. </p>\n<p><strong>Helpful Hint 1:</strong> Please ensure that your gateway token is included in the request URL </p>\n<p><strong>Helpful Hint 2:</strong> Consult our <a href=\"https://docs.spreedly.com/reference/supported-gateways/\">Gateway Guide</a> documentation to verify which of these operations are supported by your specific Gateway/PSP in the production environment.</p>\n","event":[{"listen":"prerequest","script":{"id":"1ab938db-c5f9-4da8-84e8-6bce7556ac10","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22285c90-0c1c-46b4-99e7-63bb5ce65f9d","type":"text/javascript","exec":[""]}}],"_postman_id":"5a467555-33b7-4866-be10-79f855be0ae2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Payment Method Distribution (PMD) Receivers","item":[{"name":"Create Test Receiver","event":[{"listen":"test","script":{"id":"c87a4c48-cb2d-4eff-b990-e51143cfefd1","exec":["var receiver=JSON.parse(responseBody);","var receiver_type=receiver.receiver.receiver_type","pm.environment.set(receiver_type+\"_receiver\", receiver.receiver.token);",""],"type":"text/javascript"}}],"id":"d56c1139-b852-4b4a-a7e5-cea69a1e8654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"receiver\": {\n    \"receiver_type\": \"test\",\n    \"hostnames\": \"{{base}}\"\n  }\n}"},"url":"https://core.spreedly.com/v1/receivers.json","description":"<p>Spreedly provides a test receiver that simulates the functionality of a production receiver, but does not deliver the request to a third-party endpoint. The test receiver will ‘echo’ the parsed and formatted request in the delivery response, with sensitive data scrubbed. This allows you to validate the deliver API request while ensuring the request is properly formatted using our provided receiver variables and functions.</p>\n","urlObject":{"protocol":"https","path":["v1","receivers.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d56c1139-b852-4b4a-a7e5-cea69a1e8654"},{"name":"Create Receiver","event":[{"listen":"test","script":{"id":"2d877638-b0a6-43a2-a21f-265a10c15fd3","exec":["var receiver=JSON.parse(responseBody);","pm.environment.set(receiver.receiver.receiver_type+\"_receiver\", receiver.receiver.token);",""],"type":"text/javascript"}}],"id":"982e6738-e3c7-401f-aea5-2f124e130def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"receiver\": {\n        \"receiver_type\": \"spreedly\"\n    }\n}"},"url":"https://core.spreedly.com/v1/receivers.json","urlObject":{"protocol":"https","path":["v1","receivers.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"982e6738-e3c7-401f-aea5-2f124e130def"},{"name":"Create SFTP Receiver","event":[{"listen":"test","script":{"id":"982dce0f-a3dc-4660-ada7-e2ca09e5aae2","exec":["var receiver=JSON.parse(responseBody);","pm.environment.set(\"sftp_receiver\", receiver.receiver.token);",""],"type":"text/javascript"}}],"id":"c394aa06-842c-4469-87a6-0890b39d944d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"receiver\": {\n        \"receiver_type\": \"test\",\n        \"hostnames\": \"sftp://3.94.179.83\",\n        \"protocol\": {\n            \"user\": \"support_engineering\",\n            \"password\": \"\"\n        }\n    }\n}"},"url":"https://core.spreedly.com/v1/receivers.json","urlObject":{"protocol":"https","path":["v1","receivers.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c394aa06-842c-4469-87a6-0890b39d944d"},{"name":"Deliver","id":"b79b9781-434a-4063-9f7a-119b71342348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"delivery\": {\n        \"payment_method_token\": \"ZUbHtXK2wrZzuYl1QVSVACmpanv\",\n        \"url\": \"{{base}}\",\n        \"headers\": \"Content-Type:application/json\",\n        \"body\": \"{{#base64}}{{#hmac}}SHA256,hello,hello{{/hmac}}{{/base64}}\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://core.spreedly.com/v1/receivers/FgnpYzVARQG7W9buOlsnfDozmuo/deliver.json","description":"<p>Once you’ve specified where to deliver card data (i.e., the receiver), you have to specify what to deliver (i.e., the payment method and any other required fields). The best way to think about payment method distribution is that you send Spreedly the raw HTTP request structure and then Spreedly populates your request with the sensitive data from your credit card vault before sending the request to the receiver. Once you have a receiver provisioned, you need to tell Spreedly how to build the HTTP request, including the sensitive card data. This request structure is built using a simple templating language and the <code>deliver</code> API endpoint.</p>\n<p>There are five basic properties that define the distribution of a payment method:</p>\n<ol>\n<li>the token representing the payment method to be distributed,</li>\n<li>the URL to distribute the payment method to,</li>\n<li>the HTTP request headers,</li>\n<li>the HTTP request method, and</li>\n<li>the HTTP request body.</li>\n</ol>\n","urlObject":{"protocol":"https","path":["v1","receivers","FgnpYzVARQG7W9buOlsnfDozmuo","deliver.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b79b9781-434a-4063-9f7a-119b71342348"},{"name":"Update Receivers","id":"5a2c2b54-1e9a-4130-a35d-12e8ef29e7be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"receiver\": {\n        \"hostnames\": \"https://10335235.ngrok.io\"\n    }\n}"},"url":"https://core.spreedly.com/v1/receivers/{{test_receiver}}.json","urlObject":{"protocol":"https","path":["v1","receivers","{{test_receiver}}.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a2c2b54-1e9a-4130-a35d-12e8ef29e7be"}],"id":"ef95f23f-9323-4948-b1db-b4787e244238","description":"<p>Payment method distribution (PMD) allows you to transact against another service’s API while still controlling your customer’s card data by vaulting with Spreedly.</p>\n","event":[{"listen":"prerequest","script":{"id":"71f0bea9-d02f-4e86-849e-ff412eb1c5ca","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bed39ade-e0b1-47bd-9ebf-5458f23f7e56","type":"text/javascript","exec":[""]}}],"_postman_id":"ef95f23f-9323-4948-b1db-b4787e244238","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Certificates","item":[{"name":"Create Certificate","event":[{"listen":"test","script":{"id":"1422e38f-d391-4477-8097-80f0332ccb96","exec":[""],"type":"text/javascript"}}],"id":"87ab884e-7fde-44f7-ba57-8821699df657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": {\n    \"pem\": \"-----BEGIN CERTIFICATE-----\\nMIIEbzCCBBWgAwIBAgIIBh1a8RdgT2wwCgYIKoZIzj0EAwIwgYAxNDAyBgNVBAMM\\nK0FwcGxlIFdvcmxkd2lkZSBEZXZlbG9wZXIgUmVsYXRpb25zIENBIC0gRzIxJjAk\\nBgNVBAsMHUFwcGxlIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRMwEQYDVQQKDApB\\ncHBsZSBJbmMuMQswCQYDVQQGEwJVUzAeFw0xOTA4MjIyMDAwMzlaFw0yMTA5MjAy\\nMDAwMzlaMIGgMSYwJAYKCZImiZPyLGQBAQwWbWVyY2hhbnQuY29tLnByaWNlbGlu\\nZTE8MDoGA1UEAwwzQXBwbGUgUGF5IFBheW1lbnQgUHJvY2Vzc2luZzptZXJjaGFu\\ndC5jb20ucHJpY2VsaW5lMRMwEQYDVQQLDAo3NzRBS0NVNllKMRYwFAYDVQQKDA1w\\ncmljZWxpbmUuY29tMQswCQYDVQQGEwJVUzBZMBMGByqGSM49AgEGCCqGSM49AwEH\\nA0IABETcLm9P619wEwJ/ju66dCIHCY7tQMsmV2LAO3uwhUKefQKOCPwOdQsEG7Mi\\n3Mie0RX+Mb5e4WRpYjHQx5XXzZCjggJVMIICUTAMBgNVHRMBAf8EAjAAMB8GA1Ud\\nIwQYMBaAFIS2hMw6hmJyFlmU6BqjvUjfOt8LMEcGCCsGAQUFBwEBBDswOTA3Bggr\\nBgEFBQcwAYYraHR0cDovL29jc3AuYXBwbGUuY29tL29jc3AwNC1hcHBsZXd3ZHJj\\nYTIwMTCCAR0GA1UdIASCARQwggEQMIIBDAYJKoZIhvdjZAUBMIH+MIHDBggrBgEF\\nBQcCAjCBtgyBs1JlbGlhbmNlIG9uIHRoaXMgY2VydGlmaWNhdGUgYnkgYW55IHBh\\ncnR5IGFzc3VtZXMgYWNjZXB0YW5jZSBvZiB0aGUgdGhlbiBhcHBsaWNhYmxlIHN0\\nYW5kYXJkIHRlcm1zIGFuZCBjb25kaXRpb25zIG9mIHVzZSwgY2VydGlmaWNhdGUg\\ncG9saWN5IGFuZCBjZXJ0aWZpY2F0aW9uIHByYWN0aWNlIHN0YXRlbWVudHMuMDYG\\nCCsGAQUFBwIBFipodHRwOi8vd3d3LmFwcGxlLmNvbS9jZXJ0aWZpY2F0ZWF1dGhv\\ncml0eS8wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5hcHBsZS5jb20vYXBw\\nbGV3d2RyY2EyLmNybDAdBgNVHQ4EFgQUKyhQfust0ALQXjUVNnueXEVXPYcwDgYD\\nVR0PAQH/BAQDAgMoME8GCSqGSIb3Y2QGIARCDEA4MUQ0NTBFODRGQ0U5MDkzMDE5\\nRUY1QkJBQzlDQzlDOUM0REJGNDZCNUM5MzFGMzU3NjBCMzY2QUYwM0ZDMDZGMAoG\\nCCqGSM49BAMCA0gAMEUCIDX3AqjbJN1N577qkhgcyXoU1LOt1cGbu8b6Zrs80FiT\\nAiEAt7YLqTWbbzOc8/578F64uQt5b1utD43Aq/iCAKyJRzQ=\\n-----END CERTIFICATE-----\"\n  }\n}"},"url":"https://core.spreedly.com/v1/certificates.json","urlObject":{"protocol":"https","path":["v1","certificates.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"87ab884e-7fde-44f7-ba57-8821699df657"},{"name":"Generate Certificate","event":[{"listen":"test","script":{"id":"c9d9e8ba-0ae2-4da9-ab4e-ae5913f8d59c","exec":[""],"type":"text/javascript"}}],"id":"7c5fb307-1fd1-4dcf-b27b-a33e9a8aa727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"certificate\": {\n    \"algorithm\": \"ec-prime256v1\",\n    \"cn\": \"MyApp ApplePay Production Certificate\",\n    \"email_address\": \"security@yourorg.com\"\n  }\n}"},"url":"https://core.spreedly.com/v1/certificates/generate.json","urlObject":{"protocol":"https","path":["v1","certificates","generate.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c5fb307-1fd1-4dcf-b27b-a33e9a8aa727"}],"id":"da076390-49a4-4da3-b9f9-29995ba3cb47","_postman_id":"da076390-49a4-4da3-b9f9-29995ba3cb47","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Use Case 1: One-Time Payment","item":[{"name":"Step 1:  Creating a Payment Method","item":[{"name":"Create Payment Method","event":[{"listen":"test","script":{"id":"415792d2-5d9c-484c-8311-289b4cf61e3a","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"good_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"a32fbe5d-2410-4932-a850-eaa415569666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2021\",\n            \"month\": \"01\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": true,\n            \"allow_expired_date\": true,\n    \"allow_blank_date\": true,\n    \"allow_blank_name\": true\n    },\n    \"data\": {}\n\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"495e7043-e881-4ab0-86bf-97cf7c128997","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"f4548062-ac44-4570-8cd9-8345caf91503","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"ecf9df1e-0291-4391-9f50-a3394bf247b2","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"a32fbe5d-2410-4932-a850-eaa415569666"}],"id":"298fedda-3267-449f-bdc6-942597667ca6","_postman_id":"298fedda-3267-449f-bdc6-942597667ca6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 2:  Authorizing Payment Method","item":[{"name":"Authorize - Token","event":[{"listen":"test","script":{"id":"88cbf854-24b1-4883-9332-6c214af47679","exec":["var token=JSON.parse(responseBody);","pm.environment.set(\"auth_token\", token.transaction.token)"],"type":"text/javascript"}}],"id":"727c8c11-b0bc-4cf2-8e59-e0d20961d4e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{good_visa}}\",\n    \"amount\": 2500,\n    \"currency_code\": \"USD\",\n    \"order_id\": 123,\n    \"gateway_specific_fields\":{\n    \t\"stripe\": {\n    \t}\n    }\n  }\n  }\n"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/authorize.json","description":"<p>Authorize a payment method to be charged a specific amount at the target gateway. No funds are taken with an authorize – a follow-up capture transaction is required to actually move the funds.</p>\n<p>The referenced gateway must exist in the environment whose environment key is being used to authenticate the API call.</p>\n","urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","authorize.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"727c8c11-b0bc-4cf2-8e59-e0d20961d4e6"}],"id":"21d476e6-c370-44a1-9fae-01135c59a6c1","description":"<p><strong>Helpful Hint</strong>: take the payment method token from the Create Payment Method (Step 1) and insert into your request</p>\n","event":[{"listen":"prerequest","script":{"id":"2a61ae8a-c52a-4a2d-a3d7-0bb639150060","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ee55740-35e4-4b4e-8cef-3d8b1b56b14e","type":"text/javascript","exec":[""]}}],"_postman_id":"21d476e6-c370-44a1-9fae-01135c59a6c1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 3:  Capture an Authorization","item":[{"name":"Capture","id":"55c47feb-ff48-44cb-a098-7bd3af15bc5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/transactions/{{auth_token}}/capture.json","description":"<p>Capture all funds previously reserved via an authorize. This record will directly correlate to your settlement file.</p>\n","urlObject":{"protocol":"https","path":["v1","transactions","{{auth_token}}","capture.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"55c47feb-ff48-44cb-a098-7bd3af15bc5b"}],"id":"64eab44b-bc5e-48f5-8f3a-f4c00fa2457e","_postman_id":"64eab44b-bc5e-48f5-8f3a-f4c00fa2457e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"fff6fa8f-8ccd-47fd-ba98-f5a82c95ea09","description":"<p>Included below are the necessary calls needed to complete a One-Time Payment for a consumer to checkout of your webstore. The most common use case this reflects a Guest and Returning Customer. </p>\n","event":[{"listen":"prerequest","script":{"id":"721f3124-9a86-426b-8a58-0d1f2300dd3f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc3f7689-726b-41cc-8c38-f9b17a49f21f","type":"text/javascript","exec":[""]}}],"_postman_id":"fff6fa8f-8ccd-47fd-ba98-f5a82c95ea09","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Use Case 2: One-Time Payment - Spreedly Purchase ","item":[{"name":"Step 1:  Creating a Payment Method","item":[{"name":"Create Payment Method","event":[{"listen":"test","script":{"id":"c83762cb-002d-4990-9abb-e3a639d014d4","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"good_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"07b6c63b-8277-49d8-abfe-f4b75afe63e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2021\",\n            \"month\": \"01\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": true,\n        \"allow_expired_date\": true,\n        \"allow_blank_date\": true,\n        \"allow_blank_name\": true\n    },\n    \"data\": {}\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"59ef0dae-64ff-4ddb-be8b-6adbd3dca180","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"},{"id":"d6da92af-2dc9-4ee7-96ad-8e87120e2a50","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"fc490e72-8bbe-4cc6-a675-8b52d26d1cbf","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"}],"_postman_id":"07b6c63b-8277-49d8-abfe-f4b75afe63e7"}],"id":"666ad5e4-8f6e-433d-b4bb-80e751e288ed","_postman_id":"666ad5e4-8f6e-433d-b4bb-80e751e288ed","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 2:  Purchase Payment Method","item":[{"name":"Purchase - Token","event":[{"listen":"test","script":{"id":"403a49e5-759a-4626-bc5e-699cd57b5c36","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"5b7b61c5-9555-44ad-9069-94e342cb4a63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n        \"transaction\": {\n          \"payment_method_token\": \"{{good_mc}}\",\n          \"amount\": 100,\n          \"currency_code\": \"USD\"\n        }\n      }"},"url":"{{base}}/v1/gateways/{{cyber_source_gateway}}/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment.</p>\n","urlObject":{"path":["v1","gateways","{{cyber_source_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b7b61c5-9555-44ad-9069-94e342cb4a63"}],"id":"4cdf0d12-2bdd-4b29-b3f4-86dca1f16ffb","description":"<p>Reminder - the purchase request when supported will run the Authorize and Capture before returning the response to you. </p>\n<p><strong>Helpful Hint</strong>: it is most commonly seen this is the stage in which a merchant will retain and vault the payment method - you will want to ensure that the flag for retain on success: true </p>\n<p><strong>Helpful Hint</strong>: Use Case 3 references a recurring or subscription transaction this will be the payment method that is sent in on the request for all future transactions</p>\n","event":[{"listen":"prerequest","script":{"id":"aa75aee7-c4d8-47db-8496-9018249e8c26","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"44d2e3c7-703e-44f2-9761-0e30da57cbb3","type":"text/javascript","exec":[""]}}],"_postman_id":"4cdf0d12-2bdd-4b29-b3f4-86dca1f16ffb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"2159441f-3885-47b6-9fca-b6ae3e1e63cb","description":"<p>The Spreedly Purchase call allows the merchant to only send in 1 API Request for the Authorization and Capture. You will still need to create the payment method token before sending in the Purchase request.</p>\n","event":[{"listen":"prerequest","script":{"id":"91d5081e-8fbf-4eca-84dc-5cb30f8b234b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b0fa3c14-d925-4cc2-b580-de10055982aa","type":"text/javascript","exec":[""]}}],"_postman_id":"2159441f-3885-47b6-9fca-b6ae3e1e63cb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Use Case 3: Recurring Transaction","item":[{"name":"Step 1:  Purchase Payment Method","item":[{"name":"Purchase - Token","event":[{"listen":"test","script":{"id":"95b8dca6-c61f-4e75-affc-1c9a2a9994cc","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"fa118951-4712-4ee4-aca1-9632b9f9b720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n        \"transaction\": {\n          \"payment_method_token\": \"{{good_mc}}\",\n          \"amount\": 100,\n          \"currency_code\": \"USD\"\n        }\n      }"},"url":"{{base}}/v1/gateways/{{cyber_source_gateway}}/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment.</p>\n","urlObject":{"path":["v1","gateways","{{cyber_source_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa118951-4712-4ee4-aca1-9632b9f9b720"}],"id":"648bffe1-d308-45ee-8fa7-a7b3f61d6288","event":[{"listen":"prerequest","script":{"id":"46a7629b-61bf-4b5d-a0fc-2c49a9cf936e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0df36f4b-d2f6-4b85-a89a-efea35861d50","type":"text/javascript","exec":[""]}}],"_postman_id":"648bffe1-d308-45ee-8fa7-a7b3f61d6288","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"22c0f6a0-0176-489b-bf55-7f8f4f61d65e","description":"<p>Merchants will want to save the Payment Method Token and attach it to a user profile for anytime they are managing a wallet or recurring/subscription payments. The reccomended approach here is to the send the Purchase call in with the Payment Method Token. </p>\n<p><strong>Helpful Hint</strong> the Payment Method Token is agnostic and can be used at different PSP or Gateway providers, but you will need to change the Gateway Token in the URL request. </p>\n","event":[{"listen":"prerequest","script":{"id":"dd3689dd-9509-4af7-a83e-01f2442b4c6d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9383c6c8-df15-43b6-98d8-675566f96e5e","type":"text/javascript","exec":[""]}}],"_postman_id":"22c0f6a0-0176-489b-bf55-7f8f4f61d65e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Use Case 4: Payment and Third Party Vault","item":[{"name":"Step 1:  Creating a Payment Method","item":[{"name":"Create Payment Method - Good Visa","event":[{"listen":"test","script":{"id":"01ed709c-1ed3-44f2-abce-26351d8aca77","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"good_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"3e1ac3c4-d844-4784-a96f-9453a8740718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2021\",\n            \"month\": \"01\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": true,\n            \"allow_expired_date\": true,\n    \"allow_blank_date\": true,\n    \"allow_blank_name\": true\n    },\n    \"data\": {}\n\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"1a1755e9-039e-40ad-a421-b75915d4b801","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"03cfaad9-8363-4809-8f09-1e60643bd89c","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"9f055497-2a16-4e41-af37-a44941a5d503","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"3e1ac3c4-d844-4784-a96f-9453a8740718"}],"id":"e3c8ab13-2fa4-43e6-99c9-83413b0e2d54","_postman_id":"e3c8ab13-2fa4-43e6-99c9-83413b0e2d54","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 2:  Purchase Payment Method","item":[{"name":"Purchase - Token","event":[{"listen":"test","script":{"id":"4cebf676-8f26-446a-8091-b21e58e923c2","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript"}}],"id":"78bbebf8-bde0-4c0a-9060-6fb26e9436fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n        \"transaction\": {\n          \"payment_method_token\": \"{{good_mc}}\",\n          \"amount\": 100,\n          \"currency_code\": \"USD\"\n        }\n      }"},"url":"{{base}}/v1/gateways/{{cyber_source_gateway}}/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment.</p>\n","urlObject":{"path":["v1","gateways","{{cyber_source_gateway}}","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78bbebf8-bde0-4c0a-9060-6fb26e9436fd"}],"id":"1f499b0f-1b44-42c2-befa-fc5b3cc58232","event":[{"listen":"prerequest","script":{"id":"655466a6-0f42-4811-b0ca-bad9692e3b12","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90b81ca7-9d13-41d9-a4fd-3b31cc7588f1","type":"text/javascript","exec":[""]}}],"_postman_id":"1f499b0f-1b44-42c2-befa-fc5b3cc58232","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 3:  Store Payment Method","item":[{"name":"Store ","event":[{"listen":"test","script":{"id":"757beba0-f57f-44f0-a829-a7436c9e6768","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"third_party_token\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript"}}],"id":"0decd4d2-d391-4a7e-b13d-665471c472b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"transaction\": {\n    \"payment_method_token\": \"{{good_visa}}\",\n    \"gateway_specific_fields\": {\n    \t\"stripe\": {\n    \t}\n    }\n  }\n}\n"},"url":"https://core.spreedly.com/v1/gateways/{{test_gateway}}/store.json","description":"<p><em>remember</em> this is gateway/PSP specific</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","gateways","{{test_gateway}}","store.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"6f029ea0-2ad3-4393-9820-b9cb800d51c9","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"0decd4d2-d391-4a7e-b13d-665471c472b3"}],"id":"b0583e2c-bdb7-4945-bf06-fdc321f452b9","event":[{"listen":"prerequest","script":{"id":"04c87e8f-6231-429d-bce1-a91e4481ed66","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"97754d78-e11b-4323-9afe-4795d5a24435","type":"text/javascript","exec":[""]}}],"_postman_id":"b0583e2c-bdb7-4945-bf06-fdc321f452b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"c49fd669-6779-4b0b-be9d-51f1b7c8b12d","description":"<p>Merchants often use our Third Party Vaulting (TPV) option for redundancy - the checkout flow would continue as normal, after the authorization/capture response returns succesful you will send in our store call. </p>\n<p>Please note that this is Gateway/PSP specific and don't hesitate to reference <a>Third Party Vaulting Page </a></p>\n","event":[{"listen":"prerequest","script":{"id":"b3398540-6550-47a4-ab86-55f11c688581","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"415d1ea0-7e47-458d-96ae-2a78d7c18e8e","type":"text/javascript","exec":[""]}}],"_postman_id":"c49fd669-6779-4b0b-be9d-51f1b7c8b12d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Use Case 5: Routing with Composer","item":[{"name":"Step 1:  Creating a Payment Method","item":[{"name":"Create Payment Method - Good Visa","event":[{"listen":"test","script":{"id":"01ed709c-1ed3-44f2-abce-26351d8aca77","exec":["var paymentMethod=JSON.parse(responseBody);","pm.environment.set(\"good_visa\", paymentMethod.transaction.payment_method.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"01d3f35b-b9c5-453f-a0e5-823081c221cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"payment_method\": {\n        \"credit_card\": {\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Jones\",\n            \"number\": \"4111111111111111\",\n            \"verification_value\": \"423\",\n            \"company\": \"Acme Inc.\",\n            \"address1\": \"33 Lane Road\",\n            \"address2\": \"Apartment 4\",\n            \"year\": \"2029\",\n            \"month\": \"01\",\n            \"city\": \"Wanaque\",\n            \"state\": \"NJ\",\n            \"zip\": \"31331\",\n            \"country\": \"US\",\n            \"phone_number\": \"919.331.3313\",\n            \"shipping_address1\": \"33 Lane Road\",\n            \"shipping_address2\": \"Apartment 4\",\n            \"shipping_city\": \"Wanaque\",\n            \"shipping_state\": \"NJ\",\n            \"shipping_zip\": \"31331\",\n            \"shipping_country\": \"US\",\n            \"shipping_phone_number\": \"919.331.3313\"\n        },\n        \"email\": \"joey@example.com\",\n        \"metadata\": {\n            \"key\": \"string value\",\n            \"another_key\": 123,\n            \"final_key\": true\n        },\n        \"retained\": true,\n            \"allow_expired_date\": true,\n    \"allow_blank_date\": true,\n    \"allow_blank_name\": true\n    },\n    \"data\": {}\n\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json","urlObject":{"protocol":"https","path":["v1","payment_methods.json"],"host":["core","spreedly","com"],"query":[],"variable":[]}},"response":[{"id":"5e64a787-102c-41ca-b58b-2ce2c620cd5b","name":"Lz10E9IgCvYKKTSGKht8eOEpwUa - Good Visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": true \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:55:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1143"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"7a8f581f176be620c1f360b2f1da34e4\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5rclpv8evgkm2p2g.core_e25f79c97de711a6"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"RmWlgpPDr8eGTqCJkAxXTu4P7hp\",\n        \"created_at\": \"2018-12-10T23:55:06Z\",\n        \"updated_at\": \"2018-12-10T23:55:06Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": true,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Lz10E9IgCvYKKTSGKht8eOEpwUa\",\n            \"created_at\": \"2018-12-10T23:55:06Z\",\n            \"updated_at\": \"2018-12-10T23:55:06Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"retained\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"07befcc2-2ff8-4b6c-a6e0-0b60138aaa64","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n  \"payment_method\": {\n\t\"credit_card\": {\n    \t\"address1\": \"123 Street\",\n    \t\"zip\": \"12345\",\n      \"first_name\": \"Joe\",\n      \"last_name\": \"Smith\",\n      \"number\": \"4111111111111111\",\n      \"verification_value\": \"123\",\n      \"month\": \"12\",\n      \"year\": \"2018\"\n  \n    },\n   \"retained\": false \n  }\n}"},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 10 Dec 2018 23:54:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1142"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Vary","value":"Origin"},{"key":"ETag","value":"W/\"4bf78e65d35a8ecf7382f02845dc5adc\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"b7ja5g8jogih4hr2vtq0.core_f55d9c53fde4b43d"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;"}],"cookie":[],"responseTime":null,"body":"{\n    \"transaction\": {\n        \"token\": \"UvbRRPTTnFSrkd9UzIgqHE3o2NX\",\n        \"created_at\": \"2018-12-10T23:54:21Z\",\n        \"updated_at\": \"2018-12-10T23:54:21Z\",\n        \"succeeded\": true,\n        \"transaction_type\": \"AddPaymentMethod\",\n        \"retained\": false,\n        \"state\": \"succeeded\",\n        \"message_key\": \"messages.transaction_succeeded\",\n        \"message\": \"Succeeded!\",\n        \"payment_method\": {\n            \"token\": \"Hsq6ew0QkzLRrgMZrkuJsHT4uff\",\n            \"created_at\": \"2018-12-10T23:54:21Z\",\n            \"updated_at\": \"2018-12-10T23:54:21Z\",\n            \"email\": null,\n            \"data\": null,\n            \"storage_state\": \"cached\",\n            \"test\": true,\n            \"metadata\": null,\n            \"last_four_digits\": \"1111\",\n            \"first_six_digits\": \"411111\",\n            \"card_type\": \"visa\",\n            \"first_name\": \"Joe\",\n            \"last_name\": \"Smith\",\n            \"month\": 12,\n            \"year\": 2018,\n            \"address1\": \"123 Street\",\n            \"address2\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": \"12345\",\n            \"country\": null,\n            \"phone_number\": null,\n            \"company\": null,\n            \"full_name\": \"Joe Smith\",\n            \"eligible_for_card_updater\": true,\n            \"shipping_address1\": null,\n            \"shipping_address2\": null,\n            \"shipping_city\": null,\n            \"shipping_state\": null,\n            \"shipping_zip\": null,\n            \"shipping_country\": null,\n            \"shipping_phone_number\": null,\n            \"payment_method_type\": \"credit_card\",\n            \"errors\": [],\n            \"fingerprint\": \"e3cef43464fc832f6e04f187df25af497994\",\n            \"verification_value\": \"XXX\",\n            \"number\": \"XXXX-XXXX-XXXX-1111\"\n        }\n    }\n}"},{"id":"f0dbec56-3c47-4806-a6d5-1aa1b09ed613","name":"Create Payment Method - good visa","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":""},"url":"https://core.spreedly.com/v1/payment_methods.json"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1128","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 01 Jun 2018 17:09:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"0a41729254afce3afa982b516f03032f\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"nginx","name":"Server","description":"A name for the server"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubdomains;","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":"The only defined value, \"nosniff\", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type"},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":"Clickjacking protection: \"deny\" - no rendering within a frame, \"sameorigin\" - no rendering if origin mismatch"},{"key":"X-Request-Id","value":"b3nh9js4pqjcm9c234c0.core_8ecc020baeb61403","name":"X-Request-Id","description":"Custom header"},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":"Cross-site scripting (XSS) filter"}],"cookie":[],"responseTime":null,"body":"{\"transaction\":{\"token\":\"Aq1B56pIOfeyNcdVor4ovwB2xxV\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"succeeded\":true,\"transaction_type\":\"AddPaymentMethod\",\"retained\":false,\"state\":\"succeeded\",\"message_key\":\"messages.transaction_succeeded\",\"message\":\"Succeeded!\",\"payment_method\":{\"token\":\"GsVPhx7br3v45qa4mYwdwAm41R0\",\"created_at\":\"2018-06-01T17:09:22Z\",\"updated_at\":\"2018-06-01T17:09:22Z\",\"email\":\"joey@example.com\",\"data\":null,\"storage_state\":\"cached\",\"test\":true,\"last_four_digits\":\"1111\",\"first_six_digits\":\"411111\",\"card_type\":\"visa\",\"first_name\":\"Joe\",\"last_name\":\"Jones\",\"month\":3,\"year\":2032,\"address1\":null,\"address2\":null,\"city\":null,\"state\":null,\"zip\":null,\"country\":null,\"phone_number\":null,\"company\":null,\"full_name\":\"Joe Jones\",\"eligible_for_card_updater\":true,\"shipping_address1\":null,\"shipping_address2\":null,\"shipping_city\":null,\"shipping_state\":null,\"shipping_zip\":null,\"shipping_country\":null,\"shipping_phone_number\":null,\"payment_method_type\":\"credit_card\",\"errors\":[],\"fingerprint\":\"e3cef43464fc832f6e04f187df25af497994\",\"verification_value\":\"XXX\",\"number\":\"XXXX-XXXX-XXXX-1111\"}}}"}],"_postman_id":"01d3f35b-b9c5-453f-a0e5-823081c221cf"}],"id":"f860b688-1b90-42ef-8198-99ee29f93511","_postman_id":"f860b688-1b90-42ef-8198-99ee29f93511","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}},{"name":"Step 2:  Purchase Payment Method","item":[{"name":"Purchase - Token","event":[{"listen":"test","script":{"id":"403a49e5-759a-4626-bc5e-699cd57b5c36","exec":["var txn=JSON.parse(responseBody);","pm.environment.set(\"successful_transaction\", txn.transaction.token);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8c1da219-36a5-4a3f-b3f6-5d47797f3724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Host","value":"core.spreedly.com"}],"body":{"mode":"raw","raw":"{\n    \"transaction\": {\n        \"payment_method_token\": \"{{good_visa}}\",\n        \"amount\": 9900,\n        \"currency_code\": \"USD\",\n        \"order_id\": \"1234567\",\n        \"workflow_key\": \"{{workflow_key}}\"\n           }\n}"},"url":"{{base}}/v1/transactions/purchase.json","description":"<p>Charge a tokenized payment method (already stored in the Spreedly environment) the specified amount. The payment method can be of any type (credit card, bank account, Apple Pay, etc…), as long as it exists in the specified environment.</p>\n","urlObject":{"path":["v1","transactions","purchase.json"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c1da219-36a5-4a3f-b3f6-5d47797f3724"}],"id":"02017093-f538-4642-9500-3a4867b72484","description":"<p>When a transaction is sent to <code>/transactions</code>, our Workflow service will determine how the transaction will be processed based on the Workflow you created in our low code <a href=\"https://app.spreedly.com/workflows\">user interface</a>. Both XML and JSON format are supported. A <code>workflow_key</code> should be sent in the request body or left as <code>null</code> to evoke the Default Workflow.</p>\n<p>Although gateway specific fields and gateway specific response fields are supported, below is an example of the many normalized fields supported by Composer.</p>\n","event":[{"listen":"prerequest","script":{"id":"aa75aee7-c4d8-47db-8496-9018249e8c26","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"44d2e3c7-703e-44f2-9761-0e30da57cbb3","type":"text/javascript","exec":[""]}}],"_postman_id":"02017093-f538-4642-9500-3a4867b72484","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"id":"d98854b8-d0ca-4d27-a9b7-ce12417e3ebd","description":"<p>Merchants can use the <a href=\"https://developer.spreedly.com/docs/workflow-user-guide\">Composer Workflows</a> to easily define which payment gateway should receive your transactions with limited changes to our single API. Routing options that are currently available in Workflows include single (static) gateway routing, split volume routing, and conditional routing rules. We will be adding more supported configuration options in future releases!</p>\n<p>Each Workflow is assigned a unique workflow key which you would insert into the transaction request, which is during step 2 below.</p>\n","_postman_id":"d98854b8-d0ca-4d27-a9b7-ce12417e3ebd","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]},"isInherited":true,"source":{"_postman_id":"08597af7-f731-4282-8c5a-733d62ddb66e","id":"08597af7-f731-4282-8c5a-733d62ddb66e","name":"Spreedly's Postman Collection & Documentation","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{environment}}"},{"key":"password","value":"{{access_secret}}"}]}},"event":[{"listen":"prerequest","script":{"id":"d13bcfd3-e56c-4ce1-ba21-757426c1ff28","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a49e9d26-58bf-4cb5-b897-3e9fa8d914c3","type":"text/javascript","exec":[""]}}]}