Update Wallet Configuration
Operation to board or update a merchant's configuration with wallet providers.
Authentication
This operation requires authentication via one of the following methods:
- Certificate authentication.
- 
                            
                                            Basic HTTP authentication as described at
                                            w3.org.
                                            Provide 'merchant.<your gateway merchant ID>' in the userid portion and your API password in the password portion.
Request
URL Parameters
Alphanumeric + additional characters
        REQUIRED
    The unique identifier issued to you by your payment provider.
This identifier can be up to 12 characters in length.
Data may consist of the characters 0-9, a-z, A-Z, '-', '_'
Min length: 1 Max length: 40Fields
To view the optional fields, please toggle on the "Show optional fields" setting.
String
                        
                                            OPTIONAL
                                
                A transient identifier for the request, that can be used to match the response to the request.
The value provided is not validated, does not persist in the gateway, and is returned as provided in the response to the request.
Data can consist of any characters
Provide merchant configuration details for the MasterPass Wallet.
Merchant's address
String
                        REQUIRED
                                        
                Merchant's city
Data can consist of any characters
String
                        REQUIRED
                                        
                Merchant's country.
ISO-3166-1 alpha-2 standard country associated with the merchant's address.
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant's postal code
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant's country subdivision.
ISO-3166-1 alpha-2 standard country and alpha-2 subdivision or province code e.g US-OH, AU-QL, associated with the address.
Data can consist of any characters
String
                        REQUIRED
                                        
                Merchant's address line 1
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant's address line 2
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant's address line 3
Data can consist of any characters
Merchant's business details.
String
                        
                                            OPTIONAL
                                
                Merchant goods description.
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant's email address.
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant federal tax id.
Data can consist of any characters
String
                        REQUIRED
                                        
                Merchant business name.
Data can consist of any characters
Merchant's phone number.
String
                        REQUIRED
                                        
                Country code for the phone number.
Data can consist of any characters
String
                        REQUIRED
                                        
                Merchant's phone number.
Data can consist of any characters
String
                        REQUIRED
                                        
                Merchant trading name.
Data can consist of any characters
Url
                        REQUIRED
                                        
                The URL of the merchant's web site
Ensure that the URL begins with 'https' and is longer than 11 characters.
Merchant's MasterPass wallet checkout brand details.
Url
                        REQUIRED
                                        
                The URL of merchant production merchant website that will call the MasterPass wallet.
Ensure that the URL begins with 'https' and is longer than 11 characters.
Url
                        REQUIRED
                                        
                The URL of merchant test merchant website that will call the MasterPass wallet.
Ensure that the URL begins with 'https' and is longer than 11 characters.
String
                        REQUIRED
                                        
                The merchant's name that will display to payers for MasterPass interactions.
Data can consist of any characters
Url
                        
                                            OPTIONAL
                                
                Merchant's store checkout logo URL.
Ensure that the URL begins with 'https' and is longer than 11 characters.
String
                        REQUIRED
                                        
                Name displayed on MasterPass site during checkout, when no logo is provided.
Data can consist of any characters
String
                        
                                            OPTIONAL
                                
                Merchant ID or Client ID for MasterPass Wallet Provider.
Data can consist of any characters
Enumeration
                        
                                            OPTIONAL
                                
                Merchant's checkout level with the MasterPass wallet provider.
Value must be a member of the following list. The values are case sensitive.
ADVANCED
                                        3D secure authentication
STANDARD
                                        Boolean
                        
                                            OPTIONAL
                                
                If enabled, MasterPass will collect the payer's shipping address on the MasterPass website.
JSON boolean values 'true' or 'false'.
Enumeration
                        
                                            OPTIONAL
                                
                The shipping location defines which countries merchant ship to and restricts the customer's shipping address selection in MasterPass accordingly.
Value must be a member of the following list. The values are case sensitive.
ANZ
                                        Mexico
                                        None
                                        USOnly
                                        Digits
                        REQUIRED
                                        
                The version used for optimistic locking.
Data is a number between 0 and 2147483647 represented as a string.
Response
Fields
To view the conditional fields, please toggle on the "Show conditional fields" setting.
String
                        
                                            CONDITIONAL
                                
                A transient identifier for the request, that can be used to match the response to the request.
The value provided is not validated, does not persist in the gateway, and is returned as provided in the response to the request.
Data can consist of any characters
String
                        
                                            CONDITIONAL
                                
                The merchant's configuration at Wallet Provider.
Data can consist of any characters
Errors
Information on possible error conditions that may occur while processing an operation using the API.
Enumeration
                        
                Broadly categorizes the cause of the error.
For example, errors may occur due to invalid requests or internal system failures.
Value must be a member of the following list. The values are case sensitive.
INVALID_REQUEST
                                        The request was rejected because it did not conform to the API protocol.
REQUEST_REJECTED
                                        The request was rejected due to security reasons such as firewall rules, expired certificate, etc.
SERVER_BUSY
                                        The server did not have enough resources to process the request at the moment.
SERVER_FAILED
                                        There was an internal system failure.
String
                        
                Textual description of the error based on the cause.
This field is returned only if the cause is INVALID_REQUEST or SERVER_BUSY.
Data can consist of any characters
String
                        
                Indicates the name of the field that failed validation.
This field is returned only if the cause is INVALID_REQUEST and a field level validation error was encountered.
Data can consist of any characters
String
                        
                Indicates the code that helps the support team to quickly identify the exact cause of the error.
This field is returned only if the cause is SERVER_FAILED or REQUEST_REJECTED.
Data can consist of any characters
Enumeration
                        
                Indicates the type of field validation error.
This field is returned only if the cause is INVALID_REQUEST and a field level validation error was encountered.
Value must be a member of the following list. The values are case sensitive.
INVALID
                                        The request contained a field with a value that did not pass validation.
MISSING
                                        The request was missing a mandatory field.
UNSUPPORTED
                                        The request contained a field that is unsupported.
Enumeration
                        
                A system-generated high level overall result of the operation.
Value must be a member of the following list. The values are case sensitive.
ERROR
                                        The operation resulted in an error and hence cannot be processed.