10.4 Update POS By Id

Request

{
    "name": "Updated Merchant POS Name",
    "clientId": "UpdatedClientId",
    "threedsKey": "UpdatedThreedsKey",
    "merchantPosUsers": [
        {
            "posUsername": "user1",
            "posOperationType": "OperationType1",
            "posUserType": "UserType1"
        },
        {
            "posUsername": "user2",
            "posOperationType": "OperationType2",
            "posUserType": "UserType2"
        }
    ],
    "mode": "Test",
    "hostname": "updated-example.com",
    "path": "/updated-payment",
    "threedsPath": "/updated-threeds",
    "enableForeignCard": true,
    "enableInstallment": true,
    "enablePaymentWithoutCvc": true,
    "orderNumber": 456,
    "port": 8080,
    "enabledPaymentAuthenticationTypes": [
        "AuthType1",
        "AuthType2"
    ],
    "supportedCardAssociations": [
        "MasterCard",
        "AmericanExpress"
    ]
}

Response

Last updated