spec release

This commit is contained in:
Adyen Automation
2022-09-06 09:44:03 +00:00
parent ad42f14e56
commit 1f3a202861
16 changed files with 56 additions and 304 deletions

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T16:24:01Z",
"x-timestamp" : "2022-09-05T11:19:27Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1394,14 +1394,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T16:24:01Z",
"x-timestamp" : "2022-09-05T11:19:27Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:27Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:27Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:27Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:28Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:28Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Payout API",
"description" : "A set of API endpoints that allow you to store payout details, confirm, or decline a payout.\n\nFor more information, refer to [Online payouts](https://docs.adyen.com/online-payments/online-payouts).\n## Authentication\nTo use the Payout API, you need to have [two API credentials](https://docs.adyen.com/online-payments/online-payouts#payouts-to-bank-accounts-and-wallets): one for storing payout details and submitting payouts, and another one for confirming or declining payouts. If you don't have the required API credentials, contact our [Support Team](https://www.adyen.help/hc/en-us/requests/new).\n\nBoth of these API credentials must be authenticated with [basic authentication](https://docs.adyen.com/development-resources/api-credentials#basic-authentication).The following example shows how to authenticate your request when submitting a payout:\n\n```\ncurl\n-U \"storePayout@Company.[YourCompany]\":\"YourBasicAuthenticationPassword\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new API credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n",
"x-timestamp" : "2022-08-25T17:24:57Z",
"x-timestamp" : "2022-09-05T11:19:28Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -1405,14 +1405,7 @@
"type" : "string"
},
"merchantAdviceCode" : {
"description" : "A code and message that issuers send to provide more details about the payment. This field is especially useful when implementing a retry logic for declined payments.\n\nPossible values:\n\n* **01: New account information available**\n\n* **02: Cannot approve at this time, try again later**\n\n* **03: Do not try again**\n\n* **04: Token requirements not fulfilled for this token type**\n\n* **21: Payment Cancellation** (only for Mastercard)\n\n",
"enum" : [
"01: New account information available",
"02: Cannot approve at this time, try again later",
"03: Do not try again",
"04: Token requirements not fulfilled for this token type",
"21: Payment Cancellation"
],
"description" : "The Merchant Advice Code (MAC) can be returned by Mastercard issuers for refused payments. If present, the MAC contains information about why the payment failed, and whether it can be retried.\n\nFor more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).",
"type" : "string"
},
"merchantReference" : {

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T16:24:01Z'
x-timestamp: '2022-09-05T11:19:27Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1343,36 +1343,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T16:24:01Z'
x-timestamp: '2022-09-05T11:19:27Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:27Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:27Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:27Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:28Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:28Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.

View File

@@ -40,7 +40,7 @@ info:
'
x-timestamp: '2022-08-25T17:24:57Z'
x-timestamp: '2022-09-05T11:19:28Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -1354,36 +1354,12 @@ components:
> Contact Support Team to enable this field.'
type: string
merchantAdviceCode:
description: 'A code and message that issuers send to provide more details
about the payment. This field is especially useful when implementing a
retry logic for declined payments.
description: 'The Merchant Advice Code (MAC) can be returned by Mastercard
issuers for refused payments. If present, the MAC contains information
about why the payment failed, and whether it can be retried.
Possible values:
* **01: New account information available**
* **02: Cannot approve at this time, try again later**
* **03: Do not try again**
* **04: Token requirements not fulfilled for this token type**
* **21: Payment Cancellation** (only for Mastercard)
'
enum:
- '01: New account information available'
- '02: Cannot approve at this time, try again later'
- '03: Do not try again'
- '04: Token requirements not fulfilled for this token type'
- '21: Payment Cancellation'
For more information see [Mastercard Merchant Advice Codes](https://docs.adyen.com/development-resources/raw-acquirer-responses#mastercard-merchant-advice-codes).'
type: string
merchantReference:
description: The reference provided for the transaction.