Updates an existing payment gateway.
Name | Description | Additional information |
---|---|---|
paymentGatewayId | The ID of the payment gateway. |
Define this parameter in the request URI. |
model | The model of the payment gateway. |
Define this parameter in the request body. |
{
"Name": "sample string 1",
"PaymentGatewayId": 2,
"Url": "sample string 3"
}