10.1 Create POS
{
"allowedHostnames": ["example.com"],
"bankId": 123,
"bankName": "Bank Name",
"currency": "USD",
"enableForeignCard": true,
"enableInstallment": true,
"enablePaymentWithoutCvc": false,
"enabledPaymentAuthenticationTypes": ["AuthType1", "AuthType2"],
"hostname": "example-host",
"id": 456,
"merchantPosUsers": [
{
"posUsername": "user1",
"posOperationType": "OperationType1",
"posUserType": "UserType1"
},
{
"posUsername": "user2",
"posOperationType": "OperationType2",
"posUserType": "UserType2"
}
],
"mode": "Test",
"name": "MerchantPOS Name",
"orderNumber": 789,
"path": "/payment",
"posCurrencyCode": "USD",
"posIntegrator": "IntegratorName",
"status": "ACTIVE",
"supportedCardAssociations": ["Visa", "MasterCard"]
}
Last updated