diff --git a/json/PayoutService-v30.json b/json/PayoutService-v30.json index e8641dd..9a736ef 100644 --- a/json/PayoutService-v30.json +++ b/json/PayoutService-v30.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T16:24:01Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, diff --git a/json/PayoutService-v40.json b/json/PayoutService-v40.json index 31d2dd9..9c50971 100644 --- a/json/PayoutService-v40.json +++ b/json/PayoutService-v40.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T16:24:01Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, diff --git a/json/PayoutService-v50.json b/json/PayoutService-v50.json index 2df6955..138071d 100644 --- a/json/PayoutService-v50.json +++ b/json/PayoutService-v50.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1643,7 +1644,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/json/PayoutService-v51.json b/json/PayoutService-v51.json index 643d08e..31d1e50 100644 --- a/json/PayoutService-v51.json +++ b/json/PayoutService-v51.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1643,7 +1644,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/json/PayoutService-v52.json b/json/PayoutService-v52.json index 186798b..afbb5bc 100644 --- a/json/PayoutService-v52.json +++ b/json/PayoutService-v52.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1643,7 +1644,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/json/PayoutService-v64.json b/json/PayoutService-v64.json index c0f91de..86878d8 100644 --- a/json/PayoutService-v64.json +++ b/json/PayoutService-v64.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1643,7 +1644,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/json/PayoutService-v67.json b/json/PayoutService-v67.json index 2b4386d..a800d17 100644 --- a/json/PayoutService-v67.json +++ b/json/PayoutService-v67.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1635,7 +1636,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/json/PayoutService-v68.json b/json/PayoutService-v68.json index c8be6ce..9797251 100644 --- a/json/PayoutService-v68.json +++ b/json/PayoutService-v68.json @@ -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-22T16:23:36Z", + "x-timestamp" : "2022-08-25T17:24:57Z", "termsOfService" : "https://www.adyen.com/legal/terms-and-conditions", "contact" : { "name" : "Adyen Developer Experience team", @@ -1004,6 +1004,7 @@ "type" : "integer" }, "fundSource" : { + "x-addedInVersion" : "64", "description" : "The person or entity funding the money.", "$ref" : "#/components/schemas/FundSource" }, @@ -1635,7 +1636,7 @@ "additionalProperties" : { "type" : "string" }, - "description" : "Contains additional information about the payment. Some data fields are included only if you select them first: Go to **Customer Area** > **Account** > **API URLs**.", + "description" : "Contains additional information about the payment. Some data fields are included only if you select them first. Go to **Customer Area** > **Developers** > **Additional data**.", "type" : "object" }, "errorCode" : { diff --git a/yaml/PayoutService-v30.yaml b/yaml/PayoutService-v30.yaml index 26f3a44..1fbff00 100644 --- a/yaml/PayoutService-v30.yaml +++ b/yaml/PayoutService-v30.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T16:24:01Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: diff --git a/yaml/PayoutService-v40.yaml b/yaml/PayoutService-v40.yaml index 04280b2..4593d31 100644 --- a/yaml/PayoutService-v40.yaml +++ b/yaml/PayoutService-v40.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T16:24:01Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: diff --git a/yaml/PayoutService-v50.yaml b/yaml/PayoutService-v50.yaml index b11d646..0503381 100644 --- a/yaml/PayoutService-v50.yaml +++ b/yaml/PayoutService-v50.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1686,9 +1687,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message. diff --git a/yaml/PayoutService-v51.yaml b/yaml/PayoutService-v51.yaml index dbb97ae..f2adbcb 100644 --- a/yaml/PayoutService-v51.yaml +++ b/yaml/PayoutService-v51.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1686,9 +1687,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message. diff --git a/yaml/PayoutService-v52.yaml b/yaml/PayoutService-v52.yaml index c52a72a..9f24076 100644 --- a/yaml/PayoutService-v52.yaml +++ b/yaml/PayoutService-v52.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1686,9 +1687,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message. diff --git a/yaml/PayoutService-v64.yaml b/yaml/PayoutService-v64.yaml index 7caaa7e..10949b8 100644 --- a/yaml/PayoutService-v64.yaml +++ b/yaml/PayoutService-v64.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1686,9 +1687,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message. diff --git a/yaml/PayoutService-v67.yaml b/yaml/PayoutService-v67.yaml index 7f91f9f..91bc721 100644 --- a/yaml/PayoutService-v67.yaml +++ b/yaml/PayoutService-v67.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1679,9 +1680,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message. diff --git a/yaml/PayoutService-v68.yaml b/yaml/PayoutService-v68.yaml index 116e768..0c28ffe 100644 --- a/yaml/PayoutService-v68.yaml +++ b/yaml/PayoutService-v68.yaml @@ -40,7 +40,7 @@ info: ' - x-timestamp: '2022-08-22T16:23:36Z' + x-timestamp: '2022-08-25T17:24:57Z' termsOfService: https://www.adyen.com/legal/terms-and-conditions contact: name: Adyen Developer Experience team @@ -769,6 +769,7 @@ components: format: int32 type: integer fundSource: + x-addedInVersion: '64' description: The person or entity funding the money. $ref: '#/components/schemas/FundSource' merchantAccount: @@ -1679,9 +1680,9 @@ components: x-addedInVersion: '46' additionalProperties: type: string - description: 'Contains additional information about the payment. Some data - fields are included only if you select them first: Go to **Customer Area** - > **Account** > **API URLs**.' + description: Contains additional information about the payment. Some data + fields are included only if you select them first. Go to **Customer Area** + > **Developers** > **Additional data**. type: object errorCode: description: The error code mapped to the error message.