Znode

Build Version:

PUT paymentgateways/{paymentGatewayId}

Updates an existing payment gateway.

Request Information

» Parameters

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.

Request Body Formats

Sample:
	{
  "Name": "sample string 1",
  "PaymentGatewayId": 2,
  "Url": "sample string 3"
}