Znode

Build Version:

POST paymentgateways

Creates a new payment gateway.

Request Information

» Parameters

Name Description Additional information
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"
}