required | object (PaymentGateway.Contracts.TransactionSettings.L2Settings) |
required | object (PaymentGateway.Contracts.TransactionSettings.L3Settings) |
Success
Bad Request
Not Found
Server Error
{- "l2Settings": {
- "taxRate": 0
}, - "l3Settings": {
- "product": {
- "name": "string",
- "code": "string",
- "unitPrice": 0,
- "measurementUnit": "string",
- "quantity": 0,
- "discountPercentage": 0,
- "description": "string"
}, - "shippingCharge": 0,
- "dutyChargeRate": 0
}
}
{- "errors": {
- "Email": [
- "'Email' is not a valid email address."
]
}, - "details": "Validation failed: \n -- Email: 'Email' is not a valid email address. Severity: Error",
- "statusCode": 400,
- "source": "<Service>",
- "exceptionType": "FluentValidation.ValidationException",
- "correlationId": "aa6cfcd0-0295-4a4c-b074-8c901f114fee",
- "entityId": null,
- "errorCode": null
}
Success
Bad Request
Not Found
Server Error
{- "l2Settings": {
- "taxRate": 0
}, - "l3Settings": {
- "product": {
- "name": "string",
- "code": "string",
- "unitPrice": 0,
- "measurementUnit": "string",
- "quantity": 0,
- "discountPercentage": 0,
- "description": "string"
}, - "shippingCharge": 0,
- "dutyChargeRate": 0
}
}