mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user