diff --git a/json/PaymentService-v25.json b/json/PaymentService-v25.json index ca9d24e..d5e89a5 100644 --- a/json/PaymentService-v25.json +++ b/json/PaymentService-v25.json @@ -1182,6 +1182,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1190,6 +1194,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -1682,6 +1690,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -1694,6 +1706,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v30.json b/json/PaymentService-v30.json index 576ec3f..f3e8f66 100644 --- a/json/PaymentService-v30.json +++ b/json/PaymentService-v30.json @@ -1418,6 +1418,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1426,6 +1430,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -1918,6 +1926,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -1930,6 +1942,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v40.json b/json/PaymentService-v40.json index f9731e6..fcdaa55 100644 --- a/json/PaymentService-v40.json +++ b/json/PaymentService-v40.json @@ -1884,6 +1884,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1892,6 +1896,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2384,6 +2392,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2396,6 +2408,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v46.json b/json/PaymentService-v46.json index 2b89c2b..a1155ec 100644 --- a/json/PaymentService-v46.json +++ b/json/PaymentService-v46.json @@ -1884,6 +1884,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1892,6 +1896,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2384,6 +2392,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2396,6 +2408,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v49.json b/json/PaymentService-v49.json index 3c82d8c..ad4261e 100644 --- a/json/PaymentService-v49.json +++ b/json/PaymentService-v49.json @@ -1884,6 +1884,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1892,6 +1896,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2384,6 +2392,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2396,6 +2408,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v50.json b/json/PaymentService-v50.json index 1d6953e..dafe2f2 100644 --- a/json/PaymentService-v50.json +++ b/json/PaymentService-v50.json @@ -1894,6 +1894,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -1902,6 +1906,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2394,6 +2402,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2406,6 +2418,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v51.json b/json/PaymentService-v51.json index 9aa6861..9e0f51a 100644 --- a/json/PaymentService-v51.json +++ b/json/PaymentService-v51.json @@ -2008,6 +2008,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -2016,6 +2020,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2508,6 +2516,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2520,6 +2532,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v52.json b/json/PaymentService-v52.json index 1d80a7e..6e1d606 100644 --- a/json/PaymentService-v52.json +++ b/json/PaymentService-v52.json @@ -2008,6 +2008,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -2016,6 +2020,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2508,6 +2516,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2520,6 +2532,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" diff --git a/json/PaymentService-v64.json b/json/PaymentService-v64.json index 5c04f7e..702f12f 100644 --- a/json/PaymentService-v64.json +++ b/json/PaymentService-v64.json @@ -2008,6 +2008,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -2016,6 +2020,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2508,6 +2516,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2520,6 +2532,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" @@ -3621,8 +3637,16 @@ "x-addedInVersion" : "64", "description" : "The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan).\nand [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).\nBy default, this is set to **regular**.\n", "enum" : [ + "bonus", + "buynow_paylater", + "interes_refund_prctg", + "interest_bonus", + "nointeres_refund_prctg", + "nointerest_bonus", + "refund_prctg", "regular", - "revolving" + "revolving", + "with_interest" ], "type" : "string" }, diff --git a/json/PaymentService-v67.json b/json/PaymentService-v67.json index 7f82ec6..d3252fc 100644 --- a/json/PaymentService-v67.json +++ b/json/PaymentService-v67.json @@ -2008,6 +2008,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -2016,6 +2020,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2508,6 +2516,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2520,6 +2532,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" @@ -3621,8 +3637,16 @@ "x-addedInVersion" : "64", "description" : "The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan).\nand [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).\nBy default, this is set to **regular**.\n", "enum" : [ + "bonus", + "buynow_paylater", + "interes_refund_prctg", + "interest_bonus", + "nointeres_refund_prctg", + "nointerest_bonus", + "refund_prctg", "regular", - "revolving" + "revolving", + "with_interest" ], "type" : "string" }, diff --git a/json/PaymentService-v68.json b/json/PaymentService-v68.json index 235c0a9..307a885 100644 --- a/json/PaymentService-v68.json +++ b/json/PaymentService-v68.json @@ -2144,6 +2144,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the three-letter country code of the actual merchant's address.\n* Format: alpha-numeric.\n* Fixed length: 3 characters.", "type" : "string" }, + "subMerchantEmail" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchantID" : { "description" : "This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator must send in this unique ID.\n\nA unique identifier per submerchant that is required if the transaction is performed by a registered payment facilitator.\n* Format: alpha-numeric.\n* Fixed length: 15 characters.", "type" : "string" @@ -2152,6 +2156,10 @@ "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the name of the actual merchant.\n* Format: alpha-numeric.\n* Maximum length: 22 characters.", "type" : "string" }, + "subMerchantPhoneNumber" : { + "description" : "This field is required for transactions performed by registered payment facilitators. This field contains the phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchantPostalCode" : { "description" : "This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code of the actual merchant's address.\n* Format: alpha-numeric.\n* Maximum length: 10 characters.", "type" : "string" @@ -2644,6 +2652,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The three-letter country code of the sub-merchant's address. For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n* Fixed length: 3 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].email" : { + "description" : "Required for transactions performed by registered payment facilitators. The email address of the sub-merchant.\n* Format: Alphanumeric\n* Maximum length: 40 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].id" : { "description" : "Required for transactions performed by registered payment facilitators. A unique identifier that you create for the sub-merchant, used by schemes to identify the sub-merchant. \n* Format: Alphanumeric\n* Maximum length: 15 characters", "type" : "string" @@ -2656,6 +2668,10 @@ "description" : "Required for transactions performed by registered payment facilitators. The name of the sub-merchant. Based on scheme specifications, this value will overwrite the shopper statement that will appear in the card statement.\n* Format: Alphanumeric\n* Maximum length: 22 characters", "type" : "string" }, + "subMerchant.subSeller[subSellerNr].phoneNumber" : { + "description" : "Required for transactions performed by registered payment facilitators. The phone number of the sub-merchant.* Format: Alphanumeric\n* Maximum length: 20 characters", + "type" : "string" + }, "subMerchant.subSeller[subSellerNr].postalCode" : { "description" : "Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant's address, without dashes.\n* Format: Numeric\n* Fixed length: 8 digits", "type" : "string" @@ -3793,6 +3809,7 @@ "x-addedInVersion" : "64", "description" : "The installment plan, used for [card installments in Japan](https://docs.adyen.com/payment-methods/cards/credit-card-installments#make-a-payment-japan).\nand [Mexico](https://docs.adyen.com/payment-methods/cards/credit-card-installments/#getting-paid-mexico).\nBy default, this is set to **regular**.\n", "enum" : [ + "bonus", "buynow_paylater", "interes_refund_prctg", "interest_bonus", diff --git a/yaml/PaymentService-v25.yaml b/yaml/PaymentService-v25.yaml index 71da6b3..f3afdec 100644 --- a/yaml/PaymentService-v25.yaml +++ b/yaml/PaymentService-v25.yaml @@ -1346,6 +1346,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1368,6 +1376,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2081,6 +2096,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2102,6 +2125,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v30.yaml b/yaml/PaymentService-v30.yaml index bc72bc5..91fdaf3 100644 --- a/yaml/PaymentService-v30.yaml +++ b/yaml/PaymentService-v30.yaml @@ -1508,6 +1508,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1530,6 +1538,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2243,6 +2258,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2264,6 +2287,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v40.yaml b/yaml/PaymentService-v40.yaml index 0011dd4..8eb03b4 100644 --- a/yaml/PaymentService-v40.yaml +++ b/yaml/PaymentService-v40.yaml @@ -1887,6 +1887,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1909,6 +1917,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2622,6 +2637,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2643,6 +2666,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v46.yaml b/yaml/PaymentService-v46.yaml index a57df54..eef4964 100644 --- a/yaml/PaymentService-v46.yaml +++ b/yaml/PaymentService-v46.yaml @@ -1887,6 +1887,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1909,6 +1917,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2622,6 +2637,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2643,6 +2666,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v49.yaml b/yaml/PaymentService-v49.yaml index d12c187..de61e7a 100644 --- a/yaml/PaymentService-v49.yaml +++ b/yaml/PaymentService-v49.yaml @@ -1887,6 +1887,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1909,6 +1917,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2622,6 +2637,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2643,6 +2666,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v50.yaml b/yaml/PaymentService-v50.yaml index a9294fd..5402bac 100644 --- a/yaml/PaymentService-v50.yaml +++ b/yaml/PaymentService-v50.yaml @@ -1904,6 +1904,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1926,6 +1934,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2639,6 +2654,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2660,6 +2683,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v51.yaml b/yaml/PaymentService-v51.yaml index a53f8f9..bf4c058 100644 --- a/yaml/PaymentService-v51.yaml +++ b/yaml/PaymentService-v51.yaml @@ -1972,6 +1972,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1994,6 +2002,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2707,6 +2722,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2728,6 +2751,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v52.yaml b/yaml/PaymentService-v52.yaml index 50ccf86..b13b037 100644 --- a/yaml/PaymentService-v52.yaml +++ b/yaml/PaymentService-v52.yaml @@ -1972,6 +1972,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1994,6 +2002,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2707,6 +2722,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2728,6 +2751,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without diff --git a/yaml/PaymentService-v64.yaml b/yaml/PaymentService-v64.yaml index c6d816d..338afd8 100644 --- a/yaml/PaymentService-v64.yaml +++ b/yaml/PaymentService-v64.yaml @@ -1972,6 +1972,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1994,6 +2002,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2707,6 +2722,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2728,6 +2751,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without @@ -3748,8 +3777,16 @@ components: ' enum: + - bonus + - buynow_paylater + - interes_refund_prctg + - interest_bonus + - nointeres_refund_prctg + - nointerest_bonus + - refund_prctg - regular - revolving + - with_interest type: string value: description: 'Defines the number of installments. diff --git a/yaml/PaymentService-v67.yaml b/yaml/PaymentService-v67.yaml index 4f86514..e6e2d16 100644 --- a/yaml/PaymentService-v67.yaml +++ b/yaml/PaymentService-v67.yaml @@ -1972,6 +1972,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -1994,6 +2002,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2707,6 +2722,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2728,6 +2751,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without @@ -3748,8 +3777,16 @@ components: ' enum: + - bonus + - buynow_paylater + - interes_refund_prctg + - interest_bonus + - nointeres_refund_prctg + - nointerest_bonus + - refund_prctg - regular - revolving + - with_interest type: string value: description: 'Defines the number of installments. diff --git a/yaml/PaymentService-v68.yaml b/yaml/PaymentService-v68.yaml index 114b701..d824236 100644 --- a/yaml/PaymentService-v68.yaml +++ b/yaml/PaymentService-v68.yaml @@ -2121,6 +2121,14 @@ components: * Fixed length: 3 characters.' type: string + subMerchantEmail: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchantID: description: 'This field contains an identifier of the actual merchant when a transaction is submitted via a payment facilitator. The payment facilitator @@ -2143,6 +2151,13 @@ components: * Maximum length: 22 characters.' type: string + subMerchantPhoneNumber: + description: 'This field is required for transactions performed by registered + payment facilitators. This field contains the phone number of the sub-merchant.* + Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchantPostalCode: description: 'This field is required if the transaction is performed by a registered payment facilitator. This field must contain the postal code @@ -2856,6 +2871,14 @@ components: \ For example, **BRA** for Brazil. \n* Format: [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3)\n\ * Fixed length: 3 characters" type: string + subMerchant.subSeller[subSellerNr].email: + description: 'Required for transactions performed by registered payment + facilitators. The email address of the sub-merchant. + + * Format: Alphanumeric + + * Maximum length: 40 characters' + type: string subMerchant.subSeller[subSellerNr].id: description: "Required for transactions performed by registered payment\ \ facilitators. A unique identifier that you create for the sub-merchant,\ @@ -2877,6 +2900,12 @@ components: * Maximum length: 22 characters' type: string + subMerchant.subSeller[subSellerNr].phoneNumber: + description: 'Required for transactions performed by registered payment + facilitators. The phone number of the sub-merchant.* Format: Alphanumeric + + * Maximum length: 20 characters' + type: string subMerchant.subSeller[subSellerNr].postalCode: description: 'Required for transactions performed by registered payment facilitators. The postal code of the sub-merchant''s address, without @@ -3931,6 +3960,7 @@ components: ' enum: + - bonus - buynow_paylater - interes_refund_prctg - interest_bonus