StepupRequest.MerchantInfo (Object)
Name | Description | Type | Length | Required |
---|---|---|---|---|
AcquirerId | AcquirerId for the merchant performing the purchase request. | String | Up to 11 characters | Optional |
AcquirerCountryCode | Country code of the Acquirer. ISO 3166-1 Numeric format. Issuers need to be aware of the acquirer country code when the acquirer country differs from the merchant country and the acquirer is in the EEA (this could mean that the transaction is within the European Economic Area). Note: Currently only available on EMV 3DS for Visa and Mastercard and 3DS 1.0 Visa transactions when data is present and PSD2 flag is enabled. | String | Up to 3 characters | Optional |
MerchantId | MerchantId for the merchant performing the purchase request. | String | Up to 35 characters | Optional |
MerchantName | Merchant name for the merchant performing the purchase request. | String | Up to 40 characters | Optional |
MerchantURL | URL or App Name for the merchant performing the purchase request. | String | Up to 2048 characters | Required |
MerchantCategoryCode | Code used to describe the merchant’s type of business product or service that is payment network specific. Please refer to each payment network for more details. | String | Up to 4 characters | Optional |
MerchantCountryCode | Country code of the merchant: 3 characters; e.g. 840 | String | Up to 3 characters | Optional |
MerchantAppRedirectURL | Merchant app declaring their URL within the CReq message so that the Authentication app can call the Merchant app after OOB authentication has occurred. Each transaction requires a unique Transaction ID by using the SDK Transaction ID. VCAS will validate the value to ensure it contains a scheme which will route the authentication app to the associated merchant app. Example: merchantScheme://appName?transID=b2385523-a66c-4907-ac3c-91848e8c0067 | String | Up to 256 characters | Optional |
Updated over 1 year ago