{"title":"Offline payments","category":"default","creationDate":1563888960,"content":"<div class=\"additional-info-block output-inline\">\n<h5 class=\"article__heading additional-info-block__title\">3G\/4G alternative<\/h5><div class=\"additional-info-block__body\"><p>An alternative to offline payments is to process payments over the <a href=\"\/point-of-sale\/design-your-integration\/network-and-connectivity\/cellular-failover\">cellular connection<\/a> of your payment terminals when the internet is down.<\/p><\/div><\/div>\n\n<p>To process a transaction, the payment terminal or Mobile SDK needs to have internet access. When there is a temporary loss of internet connectivity, you can continue making point-of-sale payments if offline payments have been enabled.<\/p>\n<p>This page discusses the risk involved with offline payments and the types of offline payments: offline EMV and Store and forward.<\/p>\n<p>This page also explains how to set up, recognize, reconcile, retry, and test offline transactions.<\/p>\n<h2>Requirements<\/h2>\n<p>Before you begin, take into account the following requirements, limitations, and preparations.<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Requirement<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Integration type<\/strong><\/td>\n<td style=\"text-align: left;\">Supported with: <ul><li markdown=\"1\">A Terminal API integration with payment terminals using <a href=\"\/point-of-sale\/design-your-integration\/choose-your-architecture\/local\">local communications<\/a>.<\/li> <li markdown=\"1\"><a href=\"\/point-of-sale\/standalone\">Standalone payment terminals<\/a> with a <strong>built-in printer<\/strong>.<\/li> <li>Mobile SDK solutions: <a href=\"\/point-of-sale\/mobile-ios\">Tap to Pay on iPhone and iOS card reader<\/a>.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong><a href=\"\/development-resources\/webhooks\">Webhooks<\/a><\/strong><\/td>\n<td style=\"text-align: left;\">Setting up webhooks is recommended for refunding offline payments when back online, reconciliation, and automatically retrying failed store-and-forward authorizations.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Limitations<\/strong><\/td>\n<td style=\"text-align: left;\">Take into account the following limitations: <ul><li markdown=\"1\">Store and Forward for Tap to Pay on iPhone is currently only supported in the US.<\/li><li markdown=\"1\">Mobile SDK solutions do not support offline EMV nor refunding while offline.<\/li><li markdown=\"1\">With payment terminals using cloud communications, it is not very useful to enable offline payments. In that situation, an offline payment can only work if the loss of internet access happens <em>after<\/em> the terminal has already received the payment request through the cloud from the Adyen payments platform.<li markdown=\"1\">Offline payments are not available for <a href=\"\/get-started-with-adyen\/adyen-glossary#magnetic-stripe-reader-msrswipe\">Magnetic Stripe Reader (MSR)<\/a> transactions.<\/li><\/ul><\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Setup steps<\/strong><\/td>\n<td style=\"text-align: left;\">You must <a href=\"#enabling-offline-payments\">set up offline payments<\/a>.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Risk with offline payments<\/h2>\n<p>When you enable offline payments, your integration approves payments before the money is received from the shopper's account. That means it is possible that you will not receive the money for the goods that are taken by the shopper. There is also a higher risk that card fraud goes undetected.<\/p>\n<div class=\"notices red\">\n<p>You are fully liable for the risk of failed captures, chargebacks, and disputes related to payments that you process offline.<\/p>\n<\/div>\n<p>To reduce your exposure to these risks, you need to set a transaction <a href=\"\/get-started-with-adyen\/adyen-glossary\/#floor-limit\">floor limit<\/a> before your integration can make offline payments. This is a maximum per-transaction amount that your terminals or the Mobile SDK can approve while offline.<\/p>\n<h2 id=\"types-of-offline-payment\">Types of offline payment<\/h2>\n<p>There are two types of payment that you can do while your integration is offline. Each varies by card type, region, and the risk of the payment being declined by the issuer when it is processed:<\/p>\n<ul>\n<li>\n<p><a id=\"offline-emv\"><\/a><strong>Offline EMV<\/strong>: the payment terminal verifies that the PIN entered by the shopper matches the PIN on the <a href=\"\/get-started-with-adyen\/adyen-glossary\/#europay-mastercard-visa-emv\">EMV<\/a> chip embedded in the card, and then asks the card to approve the payment. Whether the transaction is approved, depends on how the issuer configured the card. Because the card is in control, the payment can be processed in the clearing stream directly. This ensures a higher approval rate.<br \/>\nOffline EMV transactions are supported by most major credit card schemes. Most debit cards do not support this type of payment.<\/p>\n<div class=\"notices green\">\n<p>Mobile solutions do not support offline EMV transactions.<\/p>\n<\/div>\n<\/li>\n<li>\n<p><strong>Store and forward<\/strong>: the payment terminal or Mobile SDK approves payments without any verification. Because of this, the risk of payments being declined by the issuer is higher than for offline EMV transactions. In practice the authorization rates range from 95% in some industries to several percentage points higher. We use Adyen's <a href=\"#retry\">Auto Rescue<\/a> to automatically retry failed store-and-forward payments to increase authorization rates.<\/p>\n<p>Store and forward is supported for contact chip and contactless transactions by the major credit and debit card schemes and also by some local card schemes. Store-and-forward transactions on a payment terminal can be completed using any Cardholder Verification Method (CVM), such as PIN and signature. It is possible to block contactless transactions for store and forward mode. This allows your terminals to only accept chip transactions during offline periods. This means that if a shopper tries to use a contactless card while offline, they need to insert their chip card instead to complete the payment.<\/p>\n<p>In Mobile solutions, offline contactless transactions with PIN cannot be verified. It is possible to configure <a href=\"\/point-of-sale\/enter-payment-manually\/\">Manual key entry (MKE)<\/a> as an entry method. Store-and-forward payments support <a href=\"\/point-of-sale\/pre-authorisation\/\">authorization adjustment<\/a>.<\/p>\n<p>Store and forward is <em>not<\/em> supported for most local card schemes, QR code wallets, magnetic stripe transactions, or cashbacks. Contact our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a> to learn whether store and forward is supported for a specific local card scheme.<\/p>\n<\/li>\n<\/ul>\n<h2 id=\"how-it-works\">Offline payment flow<\/h2>\n<p>When the internet connection drops, transactions take place as follows:<\/p>\n<ol>\n<li>\n<p>You initiate a payment like you usually do.<\/p>\n<\/li>\n<li>\n<p>When the shopper completes the payment, the payment terminal or Mobile SDK tries to reach the Adyen payments platform, but is unable to establish a connection.<\/p>\n<\/li>\n<li>\n<p>The terminal or Mobile SDK verifies whether the payment can be completed offline, by running the following checks:<\/p>\n<ul>\n<li>Are one or more <a href=\"#types-of-offline-payment\">types of offline payment<\/a> enabled? If no, the payment is declined.<\/li>\n<li>Is the card configured by the issuer to process offline payments?<\/li>\n<li>Has the payment terminal or mobile device reached its maximum number of store-and-forward offline payments yet?<\/li>\n<li>Does the transaction amount fall within the maximum transaction amount for the type of offline payment?<\/li>\n<li>Does the payment scheme support offline payments?<\/li>\n<\/ul>\n<div class=\"notices blue\">\n<p>If both types of offline payment are enabled, offline EMV is tried first, then store and forward.<\/p>\n<\/div>\n<\/li>\n<li>\n<p>If approved, the terminal or Mobile SDK stores the card data and details of the transaction.<\/p>\n<ul>\n<li>If you are using a standalone terminal, it will print the receipt.<\/li>\n<li>In a local integration or Mobile solution, the response includes data you can use to generate a receipt.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Later, when the terminal or Mobile SDK is able to connect to the internet again, it sends the stored payments to the Adyen payments platform for further processing.<\/p>\n<\/li>\n<\/ol>\n<h2 id=\"mobile-solution\">Offline payments in a Mobile solution<\/h2>\n<p>In a Mobile solution, transactions are handled through our Mobile SDK. The SDK is integrated into a POS app that runs on a mobile device that is not a payment terminal, such as a phone.<\/p>\n<p>To handle store-and-forward payments, the Adyen payments platform must have attested the security of the mobile device before the internet connectivity was lost. When online, the Mobile SDK evaluates the security of the mobile device at various points, for example, at app initiation, or with every online transaction. Errors that occur during the attestation process must be resolved. Check the <a href=\"\/point-of-sale\/mobile-ios\/troubleshooting\">error handling<\/a> section to see whether an internet connection is required for resolving an error.<\/p>\n<p>In a mobile solution, only <a href=\"\/get-started-with-adyen\/adyen-glossary#offline-pin\">offline PIN<\/a> is supported for store-and-forward transactions.\"<\/p>\n<p>When the Adyen payments platform evaluates the mobile device as secure, the SDK can perform store-and-forward transactions for 24 consecutive hours. Store and forward does not work in the event of an outage of the Adyen payment platform.<\/p>\n<div class=\"sc-notice warning\"><div>\n<p>While offline, you must not:<\/p>\n<ul>\n<li>Delete your POS app: you will lose all stored card data and stored transaction details.<\/li>\n<li>Remove the passcode of your device: you will lose all stored card data and stored transaction details captured while that passcode was set.<\/li>\n<li>Restart your mobile device: your device cannot transact anymore after a restart until it connects to the internet again.\n<\/div><\/div><\/li>\n<\/ul>\n<h2 id=\"enabling-offline-payments\">Set up offline payments<\/h2>\n<p>To set up offline payments:<\/p>\n<ol>\n<li>\n<p>Ask our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a> to enable offline payments and give them the following information:<\/p>\n<ul>\n<li>\n<p>The type of offline payments you want to enable: offline EMV and\/or store and forward.<\/p>\n<\/li>\n<li>\n<p>If you want to make offline unreferenced refunds: the maximum transaction amount for offline refunds.<\/p>\n<\/li>\n<li>\n<p>For offline EMV, the following limits:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Setting<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Chip floor limit<\/strong><\/td>\n<td style=\"text-align: left;\">The maximum transaction amount that the terminal accepts for an offline EMV transaction where the shopper inserts their chip card into the chip card reader. Transactions above this amount will be declined.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Contactless floor limit<\/strong><\/td>\n<td style=\"text-align: left;\">The maximum transaction amount up to which the terminal will approve contactless transactions offline. For payments above this limit the terminal must have an internet connection, to get an online authorization of the payment. For payments below this limit the terminal tries to use offline EMV, without first trying an online authorization.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>\n<p>For store and forward, the following limits:<\/p>\n<table>\n<thead>\n<tr>\n<th style=\"text-align: left;\">Setting<\/th>\n<th style=\"text-align: left;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"text-align: left;\"><strong>Store-and-forward max. amount<\/strong><\/td>\n<td style=\"text-align: left;\">The maximum transaction amount that the terminal accepts for a store-and-forward transaction. Transactions above this amount will be declined.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Max. payments<\/strong><\/td>\n<td style=\"text-align: left;\">The maximum number of store-and-forward transactions per terminal that you can process while offline.<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\"><strong>Supported card types<\/strong><\/td>\n<td style=\"text-align: left;\">Normally, store-and-forward settings apply to all credit, debit, and prepaid cards in your account. Inform our Support team if you have a Mobile solution with a card reader, because in that case all card types must be set to supported. Otherwise, you can choose to exclude some card types.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/li>\n<li>\n<p>For store and forward, the following aspects:<\/p>\n<ul>\n<li>\n<p>Whether to enable store and forward for payments that normally require a PIN as CVM.<br \/>\nThis includes initial transactions that create recurring details for a shopper for <a href=\"\/point-of-sale\/loyalty\">loyalty use cases<\/a> or later <a href=\"\/point-of-sale\/recurring-payments\">recurring payments<\/a> using a token.<\/p>\n<\/li>\n<li>\n<p>Whether to block contactless transactions for store and forward mode. This allows terminals to only accept chip transactions when they are offline.<\/p>\n<\/li>\n<li>\n<p>Whether to enable <a href=\"\/point-of-sale\/enter-payment-manually\/\">Manual key entry (MKE)<\/a> mode. Be aware that there is no liability shift when MKE is enabled. You are fully liable for <a href=\"\/point-of-sale\/what-we-support\/payment-methods\/#pos-chargebacks\/\">fraud chargebacks<\/a>.<\/p>\n<\/li>\n<li>\n<p>Whether to enable <a href=\"\/online-payments\/auto-rescue\/cards\">Auto Rescue<\/a>. This feature <a href=\"#retry\">automatically retries<\/a> failed store-and-forward payments.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>After offline payments have been enabled, check the settings in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Customer Area<\/a>:<\/p>\n<ol>\n<li>Go to <strong>In-person payments<\/strong> &gt; <strong>Terminal settings<\/strong> &gt; <strong>Payment features<\/strong>.<\/li>\n<li>For offline EMV, check the settings under <strong>Offline processing<\/strong>.<\/li>\n<li>For store and forward, check the settings under <strong>Store-and-forward payments<\/strong>.<\/li>\n<\/ol>\n<\/li>\n<li>\n<p>Take care of any extra configuration on your side to <a href=\"#reconcile-offline-transactions\">reconcile payments that are made offline<\/a>.<\/p>\n<\/li>\n<\/ol>\n<div class=\"sc-notice note\"><div>\n<p>Some card schemes have specific requirements that override your offline payments settings. For example:<\/p>\n<ul>\n<li>In Germany, girocard allows offline EMV payments even when this is not enabled for your account. Settlement is guaranteed in these cases.<\/li>\n<li>In Australia, American Express does not accept offline payments.\n<\/div><\/div><\/li>\n<\/ul>\n<h2 id=\"offline-transaction-response\">Recognize the offline payment response<\/h2>\n<p>Compared to an <a href=\"\/point-of-sale\/basic-tapi-integration\/make-a-payment#payment-response\">online payment response<\/a>, the Terminal API <a href=\"#offline-response-details\">response for an offline payment<\/a> differs in some respects. Data that is generated by the Adyen payments platform, such as the PSP reference, is missing because your integration is unable to connect to Adyen. Authorisation data is missing as well, because the issuer has not authorized the payment yet. The response also includes some values to indicate the payment took place offline.<\/p>\n<p>These differences are important because:<\/p>\n<ul>\n<li>They have consequences for <a href=\"#refund-offline-transactions\">refunding<\/a> and <a href=\"#reconcile-offline-transactions\">reconciling<\/a> offline payments.<\/li>\n<li>If your POS system normally uses the PSP reference, you need to make sure it is also able to handle responses that do not include a PSP reference.<\/li>\n<\/ul>\n<p>To recognize store-and-forward payments:<\/p>\n<ul>\n<li>When using your Customer Area, under <strong>Transactions<\/strong> &gt; <strong>Payments<\/strong>, use the gear icon to show the <strong>Store and forward<\/strong> column.<\/li>\n<li>When using the Terminal API response, check the <a href=\"#offline-response-details\">details<\/a> shown in the next section.<\/li>\n<\/ul>\n<h3 id=\"offline-response-details\">Offline payment response details<\/h3>\n<p>The <code>PaymentResponse<\/code> for an offline transaction has the following characteristics:<\/p>\n<ul>\n<li>\n<p><code>POIData.POITransactionID.Transaction.ID<\/code>: misses the PSP reference. Only contains the tender reference.<\/p>\n<\/li>\n<li>\n<p><code>PaymentResult.AuthenticationMethod<\/code>: <span translate=\"no\"><strong>OfflinePIN<\/strong><\/span><\/p>\n<\/li>\n<li>\n<p><code>PaymentResult.OnlineFlag<\/code>: <span translate=\"no\"><strong>false<\/strong><\/span><\/p>\n<\/li>\n<li>\n<p><code>PaymentResult.PaymentAcquirerData<\/code>: misses the <code>AcquirerTransactionID<\/code> and <code>ApprovalCode<\/code> parameters.<\/p>\n<\/li>\n<li>\n<p><code>Response.AdditionalResponse<\/code> includes:<\/p>\n<ul>\n<li>\n<p><code>offline<\/code>: <span translate=\"no\"><strong>true<\/strong><\/span><\/p>\n<\/li>\n<li>\n<p><code>offlineAuthCode<\/code>: indicates the type of offline payment.<\/p>\n<ul>\n<li><span translate=\"no\"><strong>Offline approved<\/strong><\/span> indicates an offline EMV payment.<\/li>\n<li>\n<p><span translate=\"no\"><strong>Failed go online offline declined<\/strong><\/span> indicates a store-and-forward transaction.<\/p>\n<!-- list separator -->\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p><code>unconfirmedBatchCount<\/code>: the number of payments that the terminal hasn't been able to send to the Adyen payments platform.<\/p>\n<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>There are also fields missing from the <code>Response.AdditionalResponse<\/code>. The most important missing data are:<\/p>\n<ul>\n<li>authorization data: <code>authCode<\/code>, <code>authorisationMID<\/code>, <code>authorisedAmountCurrency<\/code>, <code>authorisedAmountValue<\/code>, <code>refusalReasonRaw<\/code><\/li>\n<li>PSP reference: <code>pspReference<\/code>, <code>transactionReferenceNumber<\/code><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Below is an example of an offline EMV or store-and-forward payment response.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Offline EMV or store-and-forward payment response'\" :id=\"'offline-response'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    \\\"SaleToPOIResponse\\\": {\\n        \\\"MessageHeader\\\": {...},\\n        \\\"PaymentResponse\\\": {\\n            \\\"POIData\\\": {\\n                \\\"POIReconciliationID\\\": \\\"1000\\\",\\n                \\\"POITransactionID\\\": {\\n                    \\\"TimeStamp\\\": \\\"2020-12-14T10:27:07.000Z\\\",\\n                    \\\"TransactionID\\\": \\\" {hint:only a tender reference, no PSP reference}57Ra001607941627000\\\"{\\\/hint}\\n                }\\n            },\\n            \\\"PaymentReceipt\\\": [...],\\n            \\\"PaymentResult\\\": {\\n                \\\"AmountsResp\\\": {...},\\n                \\\"{hint:extra parameter}AuthenticationMethod\\\"{\\\/hint}: [\\n                    \\\"OfflinePIN\\\"\\n                ],\\n                \\\"CustomerLanguage\\\": \\\"fr\\\",\\n                \\\"OnlineFlag\\\": {hint:failed to go online}false{\\\/hint},\\n                \\\"{hint:misses AcquirerTransactionID and ApprovalCode parameters}PaymentAcquirerData\\\"{\\\/hint}: {\\n                    \\\"AcquirerPOIID\\\": \\\"P400Plus-123456789\\\",\\n                    \\\"MerchantID\\\": \\\"ADYEN_MERCHANT_ACCOUNT\\\"\\n                },\\n                \\\"PaymentInstrumentData\\\": {...}\\n            },\\n            \\\"Response\\\": {\\n                \\\"{hint:several different or missing fields}AdditionalResponse\\\": \\\"...\\\"{\\\/hint},\\n                \\\"Result\\\": \\\"Success\\\"\\n            },\\n            \\\"SaleData\\\": {...}\\n            }\\n        }\\n    }\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>The next example shows the <code>AdditionalResponse<\/code> (converted to JSON format) for an offline EMV payment.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Offline EMV AdditionalResponse'\" :id=\"'offline-additional-emv2'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    ...\\n    \\\"offline\\\": \\\"{hint:failed to go online}true\\\"{\\\/hint},\\n    \\\"offlineAuthCode\\\": \\\"{hint:indicates this is an offline EMV transaction}Offline approved\\\"{\\\/hint},\\n    ...\\n    \\\"{hint:number of offline transactions stored on the terminal}unconfirmedBatchCount\\\": \\\"3\\\"{\\\/hint}\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<p>The next example shows the <code>AdditionalResponse<\/code> (converted to JSON format) for a store-and-forward payment.<\/p>\n<div data-component-wrapper=\"code-sample\">\n    <code-sample :title=\"'Store-and-forward AdditionalResponse'\" :id=\"'offline-additional-saf2'\" :code-data='[{\"language\":\"json\",\"tabTitle\":\"\",\"content\":\"{\\n    ...\\n    \\\"offline\\\": \\\"{hint:failed to go online}true\\\"{\\\/hint},\\n    \\\"offlineAuthCode\\\": \\\"{hint:indicates this is a store-and-forward transaction}Failed go online offline declined\\\"{\\\/hint},\\n    ...\\n    \\\"{hint:number of offline transactions stored on the terminal}unconfirmedBatchCount\\\": \\\"3\\\"{\\\/hint}\\n}\"}]' :enable-copy-link-to-code-block=\"true\" :code-sample-card-size=\"'fullsize'\"><\/code-sample>\n<\/div>\n<h2 id=\"reconcile-offline-transactions\">Reconciling offline payments<\/h2>\n<p>Because the PSP reference is generated by the Adyen payments platform, the Terminal API response for an offline transaction does not have a PSP reference.<br \/>\nIf you are using the PSP reference for reconciliation, we recommend you set up <a href=\"\/development-resources\/webhooks\">webhooks<\/a>. When your integration is online again, you will receive webhooks for the stored payments, and these webhooks include the PSP reference.<br \/>\nAs an alternative, you can use the <strong>tender reference<\/strong>, which is generated by the terminal, to reconcile your payments.<br \/>\nAlso note that you can add the <strong>POS Store and Forward indicator<\/strong> column to your <a href=\"\/reporting\/received-payment-details-report\">Received payment details report<\/a>.<\/p>\n<p>Because offline payments can be declined by the issuer, your financial operations specialist needs to set up a method of handling this type of declines. This would mean the goods are provided to the shopper and the money is not received for this type of payment. This is the inherent risk of processing store-and-forward transactions.<\/p>\n<h2 id=\"retry\">Retry failed store-and-forward authorizations<\/h2>\n<p>A store-and-forward authorization can fail for reasons such as insufficient funds. It is possible that the authorization will succeed when submitted again at a later point in time. With Adyen's <a href=\"\/online-payments\/auto-rescue\/cards\">Auto Rescue<\/a>, failed store-and-forward payments that are eligible will be automatically retried for one calendar month. Payments that were flagged as fraud are not eligible.<\/p>\n<p>To use Auto Rescue:<\/p>\n<ol>\n<li>\n<p>Ask our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a> to enable Auto Rescue.<br \/>\nIf you want to see all payments initiated by Auto Rescue, also ask them to add the <strong>Payment Requester Type<\/strong> column to your <a href=\"\/online-payments\/auto-rescue\/cards\/#auto-rescue-reports\">Received payment details report<\/a>.<\/p>\n<\/li>\n<li>\n<p>Subscribe to <a href=\"\/online-payments\/auto-rescue\/cards\/#step-2-receive-auto-rescue-updates\">webhook events<\/a> to be informed when a retry attempt is successful or unsuccessful and when the retry period ends.<\/p>\n<\/li>\n<li>\n<p>Recognize retry attempts:<\/p>\n<ul>\n<li>Retry attempts have a unique <code>pspReference<\/code>, but have the same <code>tenderReference<\/code> as the original transaction.<\/li>\n<li>The <code>merchantOrderReference<\/code> of the retry attempt is the <code>pspReference<\/code> of the original transaction.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<h2 id=\"making-refunds-while-offline\">Refunding while offline<\/h2>\n<p>While your integration is offline, there are some restrictions with regard to refunds:<\/p>\n<ul>\n<li>\n<p>You can only make unreferenced refunds. Referenced refunds are not supported.<\/p>\n<\/li>\n<li>\n<p>Offline unreferenced refunds are processed as <a href=\"#offline-emv\">offline EMV<\/a> transactions. This means refunds can fail because not all cards support offline EMV.<br \/>\nThis also means that Mobile solutions do not support refunds while offline.<\/p>\n<\/li>\n<li>\n<p>To allow making refunds while offline, you need to contact our <a href=\"https:\/\/ca-test.adyen.com\/ca\/ca\/contactUs\/support.shtml?form=other\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">Support Team<\/a> to set a maximum transaction amount for offline refunds.<\/p>\n<\/li>\n<\/ul>\n<p>To refund a payment when there is no internet access:<\/p>\n<ul>\n<li>Make an <a href=\"\/point-of-sale\/basic-tapi-integration\/refund-payment\/unreferenced\">unreferenced refund<\/a> using a <code>PaymentRequest<\/code> with <code>PaymentType<\/code> <span translate=\"no\"><strong>Refund<\/strong><\/span>. To make reconciliation easier, we recommend including the <strong>tender reference<\/strong> of the original payment in <code>SaleData.SaleTransactionID.TransactionID<\/code>.<\/li>\n<\/ul>\n<h2 id=\"refund-offline-transactions\">Refunding offline payments when back online<\/h2>\n<p>If your internet connection is restored and you want to refund a payment that was completed offline, you need to manage the fact that the <a href=\"#offline-transaction-response\">response for the offline payment<\/a> does not contain the PSP reference.<\/p>\n<p>Use one of these options, taking into account that referenced refunds are safer than unreferenced refunds:<\/p>\n<ul>\n<li>\n<p>Make an <a href=\"\/point-of-sale\/basic-tapi-integration\/refund-payment\/unreferenced\">unreferenced refund<\/a> using a <code>PaymentRequest<\/code> with <code>PaymentType<\/code> <span translate=\"no\"><strong>Refund<\/strong><\/span>. To make reconciliation easier, we recommend including the <strong>tender reference<\/strong> of the original payment in <code>SaleData.SaleTransactionID.TransactionID<\/code>.<\/p>\n<\/li>\n<li>\n<p>Make a <a href=\"\/point-of-sale\/basic-tapi-integration\/refund-payment\/referenced#refund-offline-payment\">referenced refund<\/a> using a <code>ReversalRequest<\/code> with the <strong>tender reference<\/strong> of the offline payment and the <span translate=\"no\"><strong>POIID<\/strong><\/span> of the payment terminal that was used for the offline payment. In a mobile solution, the <span translate=\"no\"><strong>POIID<\/strong><\/span> is either:<\/p>\n<ul>\n<li>the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/softpos-configuration-api\/latest\/post\/auth\/certificate#responses-201-installationId\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">installationId<\/a> (for example <span translate=\"no\"><strong>AC2ABBE8-EDD8-4E2B-AF45-8770FA2347DC.924<\/strong><\/span>) of the SDK for a Tap To Pay transaction.<\/li>\n<li>the <a href=\"\/point-of-sale\/mobile-ios\/build\/card-reader#add-the-card-reader-id-to-the-payment-request\">card reader ID<\/a> (for example <span translate=\"no\"><strong>NYC1-0207111104<\/strong><\/span>) for an NYC1 transaction.<\/li>\n<\/ul>\n<p>Even though you do not know the PSP reference, you can still make a referenced refund in this way.<\/p>\n<\/li>\n<li>\n<p>Find the PSP reference for the offline payment in your Customer Area or in the <a href=\"\/development-resources\/webhooks\">webhook<\/a> (if you set that up). Then make a regular <a href=\"\/point-of-sale\/basic-tapi-integration\/refund-payment\/referenced#referenced-request\">referenced refund<\/a> using a <code>ReversalRequest<\/code> with the <strong>PSP reference<\/strong>.<\/p>\n<\/li>\n<\/ul>\n<h2>Test offline payments<\/h2>\n<p>To test an offline payment, proceed as follows.<\/p>\n<ol>\n<li>\n<p>Make sure offline payments are <a href=\"#enabling-offline-payments\">set up<\/a>.<\/p>\n<\/li>\n<li>\n<p>Initiate a payment and force an internet connection failure.<br \/>\nThe most convenient way to force an internet connection failure depends on your situation.<br \/>\nFor example:<\/p>\n<ul>\n<li>In a Mobile solution or on an Android payment terminal, turn on airplane mode.<\/li>\n<li>Unplug the Ethernet cable from a switch.<\/li>\n<li>If you are using a terminal with a wired network connection, unplug the Ethernet cable from the payment terminal.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Complete the offline payment using your <a href=\"\/point-of-sale\/testing-pos-payments\/test-card-v2\">test card<\/a>. The test card enforces the configured offline limits.<\/p>\n<\/li>\n<li>\n<p>Verify that you are handling the <a href=\"#offline-transaction-response\">offline payment response<\/a> correctly.<\/p>\n<\/li>\n<li>\n<p>Re-enable the internet connection.<\/p>\n<\/li>\n<li>\n<p>Verify the result:<\/p>\n<ul>\n<li>View the details of the test payment in your <a href=\"https:\/\/ca-test.adyen.com\/\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" class=\"external-link no-image\">test Customer Area<\/a> under <strong>Transactions<\/strong> &gt; <strong>Payments<\/strong>.<\/li>\n<li>View the webhooks received for the test payment (if you set up webhooks).<\/li>\n<li>View the <a href=\"\/reporting\/received-payment-details-report\">Received payment details report<\/a>.<\/li>\n<\/ul>\n<p>This information should help your financial operations specialist to adapt your financial system to offline payments.<\/p>\n<\/li>\n<\/ol>\n<h2>See also<\/h2>\n<div class=\"see-also-links output-inline\" id=\"see-also\">\n<ul><li><a href=\"\/point-of-sale\/design-your-integration\/choose-your-architecture\/local\"\n                        target=\"_self\"\n                        >\n                    Building a local integration\n                <\/a><\/li><li><a href=\"\/point-of-sale\/design-your-integration\/terminal-api\"\n                        target=\"_self\"\n                        >\n                    Terminal API fundamentals\n                <\/a><\/li><li><a href=\"\/development-resources\/webhooks\"\n                        target=\"_self\"\n                        >\n                    Webhooks\n                <\/a><\/li><li><a href=\"\/reporting\/received-payment-details-report\"\n                        target=\"_self\"\n                        >\n                    Received payment detail report\n                <\/a><\/li><li><a href=\"\/point-of-sale\/design-your-integration\/network-and-connectivity\/network-configuration\"\n                        target=\"_self\"\n                        >\n                    Network recommendations\n                <\/a><\/li><li><a href=\"\/online-payments\/auto-rescue\/cards\"\n                        target=\"_self\"\n                        >\n                    AutoRescue for card payments\n                <\/a><\/li><\/ul><\/div>\n","url":"https:\/\/docs.adyen.com\/point-of-sale\/offline-payment","articleFields":{"description":"Continue accepting payments when your integration is offline.","feedback_component":true,"last_edit_on":"04-05-2026 10:32","filters_component":false,"decision_tree":"[]","page_id":"36f912da-3931-4a1d-932a-6d1a113b7009"},"algolia":{"url":"https:\/\/docs.adyen.com\/point-of-sale\/offline-payment","title":"Offline payments","content":"\n3G\/4G alternativeAn alternative to offline payments is to process payments over the cellular connection of your payment terminals when the internet is down.\n\nTo process a transaction, the payment terminal or Mobile SDK needs to have internet access. When there is a temporary loss of internet connectivity, you can continue making point-of-sale payments if offline payments have been enabled.\nThis page discusses the risk involved with offline payments and the types of offline payments: offline EMV and Store and forward.\nThis page also explains how to set up, recognize, reconcile, retry, and test offline transactions.\nRequirements\nBefore you begin, take into account the following requirements, limitations, and preparations.\n\n\n\nRequirement\nDescription\n\n\n\n\nIntegration type\nSupported with: A Terminal API integration with payment terminals using local communications. Standalone payment terminals with a built-in printer. Mobile SDK solutions: Tap to Pay on iPhone and iOS card reader.\n\n\nWebhooks\nSetting up webhooks is recommended for refunding offline payments when back online, reconciliation, and automatically retrying failed store-and-forward authorizations.\n\n\nLimitations\nTake into account the following limitations: Store and Forward for Tap to Pay on iPhone is currently only supported in the US.Mobile SDK solutions do not support offline EMV nor refunding while offline.With payment terminals using cloud communications, it is not very useful to enable offline payments. In that situation, an offline payment can only work if the loss of internet access happens after the terminal has already received the payment request through the cloud from the Adyen payments platform.Offline payments are not available for Magnetic Stripe Reader (MSR) transactions.\n\n\nSetup steps\nYou must set up offline payments.\n\n\n\nRisk with offline payments\nWhen you enable offline payments, your integration approves payments before the money is received from the shopper's account. That means it is possible that you will not receive the money for the goods that are taken by the shopper. There is also a higher risk that card fraud goes undetected.\n\nYou are fully liable for the risk of failed captures, chargebacks, and disputes related to payments that you process offline.\n\nTo reduce your exposure to these risks, you need to set a transaction floor limit before your integration can make offline payments. This is a maximum per-transaction amount that your terminals or the Mobile SDK can approve while offline.\nTypes of offline payment\nThere are two types of payment that you can do while your integration is offline. Each varies by card type, region, and the risk of the payment being declined by the issuer when it is processed:\n\n\nOffline EMV: the payment terminal verifies that the PIN entered by the shopper matches the PIN on the EMV chip embedded in the card, and then asks the card to approve the payment. Whether the transaction is approved, depends on how the issuer configured the card. Because the card is in control, the payment can be processed in the clearing stream directly. This ensures a higher approval rate.\nOffline EMV transactions are supported by most major credit card schemes. Most debit cards do not support this type of payment.\n\nMobile solutions do not support offline EMV transactions.\n\n\n\nStore and forward: the payment terminal or Mobile SDK approves payments without any verification. Because of this, the risk of payments being declined by the issuer is higher than for offline EMV transactions. In practice the authorization rates range from 95% in some industries to several percentage points higher. We use Adyen's Auto Rescue to automatically retry failed store-and-forward payments to increase authorization rates.\nStore and forward is supported for contact chip and contactless transactions by the major credit and debit card schemes and also by some local card schemes. Store-and-forward transactions on a payment terminal can be completed using any Cardholder Verification Method (CVM), such as PIN and signature. It is possible to block contactless transactions for store and forward mode. This allows your terminals to only accept chip transactions during offline periods. This means that if a shopper tries to use a contactless card while offline, they need to insert their chip card instead to complete the payment.\nIn Mobile solutions, offline contactless transactions with PIN cannot be verified. It is possible to configure Manual key entry (MKE) as an entry method. Store-and-forward payments support authorization adjustment.\nStore and forward is not supported for most local card schemes, QR code wallets, magnetic stripe transactions, or cashbacks. Contact our Support Team to learn whether store and forward is supported for a specific local card scheme.\n\n\nOffline payment flow\nWhen the internet connection drops, transactions take place as follows:\n\n\nYou initiate a payment like you usually do.\n\n\nWhen the shopper completes the payment, the payment terminal or Mobile SDK tries to reach the Adyen payments platform, but is unable to establish a connection.\n\n\nThe terminal or Mobile SDK verifies whether the payment can be completed offline, by running the following checks:\n\nAre one or more types of offline payment enabled? If no, the payment is declined.\nIs the card configured by the issuer to process offline payments?\nHas the payment terminal or mobile device reached its maximum number of store-and-forward offline payments yet?\nDoes the transaction amount fall within the maximum transaction amount for the type of offline payment?\nDoes the payment scheme support offline payments?\n\n\nIf both types of offline payment are enabled, offline EMV is tried first, then store and forward.\n\n\n\nIf approved, the terminal or Mobile SDK stores the card data and details of the transaction.\n\nIf you are using a standalone terminal, it will print the receipt.\nIn a local integration or Mobile solution, the response includes data you can use to generate a receipt.\n\n\n\nLater, when the terminal or Mobile SDK is able to connect to the internet again, it sends the stored payments to the Adyen payments platform for further processing.\n\n\nOffline payments in a Mobile solution\nIn a Mobile solution, transactions are handled through our Mobile SDK. The SDK is integrated into a POS app that runs on a mobile device that is not a payment terminal, such as a phone.\nTo handle store-and-forward payments, the Adyen payments platform must have attested the security of the mobile device before the internet connectivity was lost. When online, the Mobile SDK evaluates the security of the mobile device at various points, for example, at app initiation, or with every online transaction. Errors that occur during the attestation process must be resolved. Check the error handling section to see whether an internet connection is required for resolving an error.\nIn a mobile solution, only offline PIN is supported for store-and-forward transactions.\"\nWhen the Adyen payments platform evaluates the mobile device as secure, the SDK can perform store-and-forward transactions for 24 consecutive hours. Store and forward does not work in the event of an outage of the Adyen payment platform.\n\nWhile offline, you must not:\n\nDelete your POS app: you will lose all stored card data and stored transaction details.\nRemove the passcode of your device: you will lose all stored card data and stored transaction details captured while that passcode was set.\nRestart your mobile device: your device cannot transact anymore after a restart until it connects to the internet again.\n\n\nSet up offline payments\nTo set up offline payments:\n\n\nAsk our Support Team to enable offline payments and give them the following information:\n\n\nThe type of offline payments you want to enable: offline EMV and\/or store and forward.\n\n\nIf you want to make offline unreferenced refunds: the maximum transaction amount for offline refunds.\n\n\nFor offline EMV, the following limits:\n\n\n\nSetting\nDescription\n\n\n\n\nChip floor limit\nThe maximum transaction amount that the terminal accepts for an offline EMV transaction where the shopper inserts their chip card into the chip card reader. Transactions above this amount will be declined.\n\n\nContactless floor limit\nThe maximum transaction amount up to which the terminal will approve contactless transactions offline. For payments above this limit the terminal must have an internet connection, to get an online authorization of the payment. For payments below this limit the terminal tries to use offline EMV, without first trying an online authorization.\n\n\n\n\n\nFor store and forward, the following limits:\n\n\n\nSetting\nDescription\n\n\n\n\nStore-and-forward max. amount\nThe maximum transaction amount that the terminal accepts for a store-and-forward transaction. Transactions above this amount will be declined.\n\n\nMax. payments\nThe maximum number of store-and-forward transactions per terminal that you can process while offline.\n\n\nSupported card types\nNormally, store-and-forward settings apply to all credit, debit, and prepaid cards in your account. Inform our Support team if you have a Mobile solution with a card reader, because in that case all card types must be set to supported. Otherwise, you can choose to exclude some card types.\n\n\n\n\n\nFor store and forward, the following aspects:\n\n\nWhether to enable store and forward for payments that normally require a PIN as CVM.\nThis includes initial transactions that create recurring details for a shopper for loyalty use cases or later recurring payments using a token.\n\n\nWhether to block contactless transactions for store and forward mode. This allows terminals to only accept chip transactions when they are offline.\n\n\nWhether to enable Manual key entry (MKE) mode. Be aware that there is no liability shift when MKE is enabled. You are fully liable for fraud chargebacks.\n\n\nWhether to enable Auto Rescue. This feature automatically retries failed store-and-forward payments.\n\n\n\n\n\n\nAfter offline payments have been enabled, check the settings in your Customer Area:\n\nGo to In-person payments &gt; Terminal settings &gt; Payment features.\nFor offline EMV, check the settings under Offline processing.\nFor store and forward, check the settings under Store-and-forward payments.\n\n\n\nTake care of any extra configuration on your side to reconcile payments that are made offline.\n\n\n\nSome card schemes have specific requirements that override your offline payments settings. For example:\n\nIn Germany, girocard allows offline EMV payments even when this is not enabled for your account. Settlement is guaranteed in these cases.\nIn Australia, American Express does not accept offline payments.\n\n\nRecognize the offline payment response\nCompared to an online payment response, the Terminal API response for an offline payment differs in some respects. Data that is generated by the Adyen payments platform, such as the PSP reference, is missing because your integration is unable to connect to Adyen. Authorisation data is missing as well, because the issuer has not authorized the payment yet. The response also includes some values to indicate the payment took place offline.\nThese differences are important because:\n\nThey have consequences for refunding and reconciling offline payments.\nIf your POS system normally uses the PSP reference, you need to make sure it is also able to handle responses that do not include a PSP reference.\n\nTo recognize store-and-forward payments:\n\nWhen using your Customer Area, under Transactions &gt; Payments, use the gear icon to show the Store and forward column.\nWhen using the Terminal API response, check the details shown in the next section.\n\nOffline payment response details\nThe PaymentResponse for an offline transaction has the following characteristics:\n\n\nPOIData.POITransactionID.Transaction.ID: misses the PSP reference. Only contains the tender reference.\n\n\nPaymentResult.AuthenticationMethod: OfflinePIN\n\n\nPaymentResult.OnlineFlag: false\n\n\nPaymentResult.PaymentAcquirerData: misses the AcquirerTransactionID and ApprovalCode parameters.\n\n\nResponse.AdditionalResponse includes:\n\n\noffline: true\n\n\nofflineAuthCode: indicates the type of offline payment.\n\nOffline approved indicates an offline EMV payment.\n\nFailed go online offline declined indicates a store-and-forward transaction.\n\n\n\n\n\nunconfirmedBatchCount: the number of payments that the terminal hasn't been able to send to the Adyen payments platform.\n\n\n\n\nThere are also fields missing from the Response.AdditionalResponse. The most important missing data are:\n\nauthorization data: authCode, authorisationMID, authorisedAmountCurrency, authorisedAmountValue, refusalReasonRaw\nPSP reference: pspReference, transactionReferenceNumber\n\n\n\nBelow is an example of an offline EMV or store-and-forward payment response.\n\n    \n\nThe next example shows the AdditionalResponse (converted to JSON format) for an offline EMV payment.\n\n    \n\nThe next example shows the AdditionalResponse (converted to JSON format) for a store-and-forward payment.\n\n    \n\nReconciling offline payments\nBecause the PSP reference is generated by the Adyen payments platform, the Terminal API response for an offline transaction does not have a PSP reference.\nIf you are using the PSP reference for reconciliation, we recommend you set up webhooks. When your integration is online again, you will receive webhooks for the stored payments, and these webhooks include the PSP reference.\nAs an alternative, you can use the tender reference, which is generated by the terminal, to reconcile your payments.\nAlso note that you can add the POS Store and Forward indicator column to your Received payment details report.\nBecause offline payments can be declined by the issuer, your financial operations specialist needs to set up a method of handling this type of declines. This would mean the goods are provided to the shopper and the money is not received for this type of payment. This is the inherent risk of processing store-and-forward transactions.\nRetry failed store-and-forward authorizations\nA store-and-forward authorization can fail for reasons such as insufficient funds. It is possible that the authorization will succeed when submitted again at a later point in time. With Adyen's Auto Rescue, failed store-and-forward payments that are eligible will be automatically retried for one calendar month. Payments that were flagged as fraud are not eligible.\nTo use Auto Rescue:\n\n\nAsk our Support Team to enable Auto Rescue.\nIf you want to see all payments initiated by Auto Rescue, also ask them to add the Payment Requester Type column to your Received payment details report.\n\n\nSubscribe to webhook events to be informed when a retry attempt is successful or unsuccessful and when the retry period ends.\n\n\nRecognize retry attempts:\n\nRetry attempts have a unique pspReference, but have the same tenderReference as the original transaction.\nThe merchantOrderReference of the retry attempt is the pspReference of the original transaction.\n\n\n\nRefunding while offline\nWhile your integration is offline, there are some restrictions with regard to refunds:\n\n\nYou can only make unreferenced refunds. Referenced refunds are not supported.\n\n\nOffline unreferenced refunds are processed as offline EMV transactions. This means refunds can fail because not all cards support offline EMV.\nThis also means that Mobile solutions do not support refunds while offline.\n\n\nTo allow making refunds while offline, you need to contact our Support Team to set a maximum transaction amount for offline refunds.\n\n\nTo refund a payment when there is no internet access:\n\nMake an unreferenced refund using a PaymentRequest with PaymentType Refund. To make reconciliation easier, we recommend including the tender reference of the original payment in SaleData.SaleTransactionID.TransactionID.\n\nRefunding offline payments when back online\nIf your internet connection is restored and you want to refund a payment that was completed offline, you need to manage the fact that the response for the offline payment does not contain the PSP reference.\nUse one of these options, taking into account that referenced refunds are safer than unreferenced refunds:\n\n\nMake an unreferenced refund using a PaymentRequest with PaymentType Refund. To make reconciliation easier, we recommend including the tender reference of the original payment in SaleData.SaleTransactionID.TransactionID.\n\n\nMake a referenced refund using a ReversalRequest with the tender reference of the offline payment and the POIID of the payment terminal that was used for the offline payment. In a mobile solution, the POIID is either:\n\nthe  installationId (for example AC2ABBE8-EDD8-4E2B-AF45-8770FA2347DC.924) of the SDK for a Tap To Pay transaction.\nthe card reader ID (for example NYC1-0207111104) for an NYC1 transaction.\n\nEven though you do not know the PSP reference, you can still make a referenced refund in this way.\n\n\nFind the PSP reference for the offline payment in your Customer Area or in the webhook (if you set that up). Then make a regular referenced refund using a ReversalRequest with the PSP reference.\n\n\nTest offline payments\nTo test an offline payment, proceed as follows.\n\n\nMake sure offline payments are set up.\n\n\nInitiate a payment and force an internet connection failure.\nThe most convenient way to force an internet connection failure depends on your situation.\nFor example:\n\nIn a Mobile solution or on an Android payment terminal, turn on airplane mode.\nUnplug the Ethernet cable from a switch.\nIf you are using a terminal with a wired network connection, unplug the Ethernet cable from the payment terminal.\n\n\n\nComplete the offline payment using your test card. The test card enforces the configured offline limits.\n\n\nVerify that you are handling the offline payment response correctly.\n\n\nRe-enable the internet connection.\n\n\nVerify the result:\n\nView the details of the test payment in your test Customer Area under Transactions &gt; Payments.\nView the webhooks received for the test payment (if you set up webhooks).\nView the Received payment details report.\n\nThis information should help your financial operations specialist to adapt your financial system to offline payments.\n\n\nSee also\n\n\n                    Building a local integration\n                \n                    Terminal API fundamentals\n                \n                    Webhooks\n                \n                    Received payment detail report\n                \n                    Network recommendations\n                \n                    AutoRescue for card payments\n                \n","type":"page","locale":"en","boost":18,"hierarchy":{"lvl0":"Home","lvl1":"In-person payments","lvl2":"Offline payments"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/","lvl1":"https:\/\/docs.adyen.com\/point-of-sale","lvl2":"\/point-of-sale\/offline-payment"},"levels":3,"category":"In-person payments","category_color":"green","tags":["Offline","payments"]},"articleFiles":{"offline-additional-emv2.json":"<p alt=\"\">offline-additional-emv2.json<\/p>","offline-additional-saf2.json":"<p alt=\"\">offline-additional-saf2.json<\/p>","offline-response.json":"<p alt=\"\">offline-response.json<\/p>"}}
