spec release

This commit is contained in:
Adyen Automation
2025-03-25 14:55:04 +01:00
parent 1960c6ad8e
commit c8db901c7a
22 changed files with 531 additions and 2 deletions

View File

@@ -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"