{"title":"Payment authorisation","category":"default","creationDate":1571779260,"content":"<p>For security and compliance reasons, Adyen must authorise any payment made with an Adyen-issued card. When a cardholder attempts a payment, Adyen receives a payment request that starts a payment authorisation flow. This flow results in the payment being approved or refused.<\/p>\n<p>As part of the flow, we perform <a href=\"#adyen-internal-checks\">internal checks and validations<\/a> to ensure that the transaction is legitimate. Additionally, we can perform <a href=\"#custom-verifications\">custom verifications<\/a> created by you. This helps you control the types of transactions that your cardholders can make. You can do this by configuring <a href=\"\/pt\/issuing\/authorisation\/transaction-rules\">transaction rules<\/a> or <a href=\"\/pt\/issuing\/authorisation\/relayed-authorisation\">relayed authorisation<\/a>.<\/p>\n<h2>Adyen internal checks<\/h2>\n<p>As an issuer, Adyen must verify that each transaction complies with financial regulations and manage fraud risk. We perform two types of internal checks:<\/p>\n<ul>\n<li><a href=\"\/pt\/issuing\/validation-checks\">Validations<\/a>: These verify if the card and transaction are legitimate. For example, we check:\n<ul>\n<li>The expiry date of the card<\/li>\n<li>The Card Verification Code (CVC) of the card<\/li>\n<li>The available balance in your account<\/li>\n<\/ul><\/li>\n<li>Internal transaction rules: These are transaction rules created by Adyen for regulatory controls. Some of these rules are:\n<ul>\n<li>Missing payment instrument <a href=\"\/pt\/issuing\/verification-overview\/capabilities\">capabilities<\/a><\/li>\n<li>Contactless limit reached<\/li>\n<li>Missing CVC2 on an ecommerce transaction<\/li>\n<\/ul><\/li>\n<\/ul>\n<h2>Custom verifications<\/h2>\n<p>If Adyen's internal checks are successful, then we perform the custom verifications created by you. Adyen offers two types of custom verifications: <a href=\"\/pt\/issuing\/authorisation\/transaction-rules\">transaction rules<\/a> and <a href=\"\/pt\/issuing\/authorisation\/relayed-authorisation\">relayed authorisation<\/a>. You can use either or both of these features.<\/p>\n<h3>Transaction rules<\/h3>\n<p>You can configure transaction rules to create a logic that automatically approves or declines payment attempts. You can create rules based on various conditions, for example:<\/p>\n<ul>\n<li>Maximum amount<\/li>\n<li>Maximum number of transactions<\/li>\n<li>Types of payments allowed for a payment instrument<\/li>\n<\/ul>\n<p>Transaction rules are automatically applied to each payment attempt. You can also combine them to facilitate different use cases.<\/p>\n<h3>Relayed authorisation<\/h3>\n<p>You can use your own business logic to approve or deny each payment attempt. On each attempt, Adyen sends a webhook to your server. Your server has up to 2000 milliseconds to respond. If we do not receive a response within this timeframe, we apply your <a href=\"\/pt\/issuing\/authorisation\/relayed-authorisation#fallback\">default fallback<\/a>.<\/p>\n<h2>Payment authorisation flow<\/h2>\n<p>The following diagram illustrates the complete payment authorisation flow.<\/p>\n<p><img alt=\"\" src=\"\/user\/pages\/docs\/07.issuing\/24.authorisation\/payment-flow.svg?decoding=auto&amp;fetchpriority=auto\" \/><\/p>\n<p>As shown in the diagram, the flow ends when a payment is approved or refused. The steps of the flow are as follows:<\/p>\n<ol>\n<li>Adyen receives a payment request.<\/li>\n<li>Adyen performs validation checks on the request.<br \/>\nIf the payment complies with the validations, then the flow continues to step 3. Otherwise, the payment is refused.<\/li>\n<li>If you configured transaction rules, then the flow continues to step 4. Otherwise, it continues to step 5.<\/li>\n<li>Adyen checks if the payment complies with your transaction rules. If it complies, then the flow continues to step 5. Otherwise, the payment is refused.<\/li>\n<li>If you configured relayed authorisation, then Adyen sends an authorisation webhook to your server. Otherwise, the payment is approved.<\/li>\n<li>If your server responds within 2000 ms, then Adyen approves or refuses the payment as instructed in the response. Otherwise, Adyen applies your <a href=\"\/pt\/issuing\/authorisation\/relayed-authorisation#fallback\">default fallback<\/a>.<\/li>\n<\/ol>","url":"https:\/\/docs.adyen.com\/pt\/issuing\/authorisation","articleFields":{"description":"Learn about the payment authorisation flow and how you can control payment approvals","feedback_component":true,"next_steps":[{"title":"Use transaction rules","description":"Add rules to evaluate transactions with predefined conditions and outcomes.","url":"\/issuing\/authorisation\/transaction-rules","required":false},{"title":"Use relayed authorisation","description":"Add rules to filter payment attempts by responding to relayed authorisation webhooks.","url":"\/issuing\/authorisation\/relayed-authorisation","required":false}],"last_edit_on":"14-08-2023 13:43","page_id":"cc0572e3-7ece-47f5-8dad-822b8f5e7260","filters_component":false,"parameters":{"directoryPath":"\/issuing"}},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/issuing\/authorisation","title":"Payment authorisation","content":"For security and compliance reasons, Adyen must authorise any payment made with an Adyen-issued card. When a cardholder attempts a payment, Adyen receives a payment request that starts a payment authorisation flow. This flow results in the payment being approved or refused.\nAs part of the flow, we perform internal checks and validations to ensure that the transaction is legitimate. Additionally, we can perform custom verifications created by you. This helps you control the types of transactions that your cardholders can make. You can do this by configuring transaction rules or relayed authorisation.\nAdyen internal checks\nAs an issuer, Adyen must verify that each transaction complies with financial regulations and manage fraud risk. We perform two types of internal checks:\n\nValidations: These verify if the card and transaction are legitimate. For example, we check:\n\nThe expiry date of the card\nThe Card Verification Code (CVC) of the card\nThe available balance in your account\n\nInternal transaction rules: These are transaction rules created by Adyen for regulatory controls. Some of these rules are:\n\nMissing payment instrument capabilities\nContactless limit reached\nMissing CVC2 on an ecommerce transaction\n\n\nCustom verifications\nIf Adyen's internal checks are successful, then we perform the custom verifications created by you. Adyen offers two types of custom verifications: transaction rules and relayed authorisation. You can use either or both of these features.\nTransaction rules\nYou can configure transaction rules to create a logic that automatically approves or declines payment attempts. You can create rules based on various conditions, for example:\n\nMaximum amount\nMaximum number of transactions\nTypes of payments allowed for a payment instrument\n\nTransaction rules are automatically applied to each payment attempt. You can also combine them to facilitate different use cases.\nRelayed authorisation\nYou can use your own business logic to approve or deny each payment attempt. On each attempt, Adyen sends a webhook to your server. Your server has up to 2000 milliseconds to respond. If we do not receive a response within this timeframe, we apply your default fallback.\nPayment authorisation flow\nThe following diagram illustrates the complete payment authorisation flow.\n\nAs shown in the diagram, the flow ends when a payment is approved or refused. The steps of the flow are as follows:\n\nAdyen receives a payment request.\nAdyen performs validation checks on the request.\nIf the payment complies with the validations, then the flow continues to step 3. Otherwise, the payment is refused.\nIf you configured transaction rules, then the flow continues to step 4. Otherwise, it continues to step 5.\nAdyen checks if the payment complies with your transaction rules. If it complies, then the flow continues to step 5. Otherwise, the payment is refused.\nIf you configured relayed authorisation, then Adyen sends an authorisation webhook to your server. Otherwise, the payment is approved.\nIf your server responds within 2000 ms, then Adyen approves or refuses the payment as instructed in the response. Otherwise, Adyen applies your default fallback.\n","type":"page","locale":"pt","boost":18,"hierarchy":{"lvl0":"Home","lvl1":"Adyen Issuing","lvl2":"Payment authorisation"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/issuing","lvl2":"\/pt\/issuing\/authorisation"},"levels":3,"category":"Issuing","category_color":"green","tags":["Payment","authorisation"]},"articleFiles":{"payment-flow.svg":"<img alt=\"\" src=\"https:\/\/docs.adyen.com\/user\/pages\/docs\/07.issuing\/24.authorisation\/payment-flow.svg?decoding=auto&amp;fetchpriority=auto\" \/>"}}
