v1
latestOpenAPI 3.1.02026-07-26490301.4 KBSite
Update site
put/site/{id}
Path parameters
idstring required
Gateway site ID (created on the Merchant portal)
Example:983759353
Headers
X-Request-IDstring
Unique ID of request
Request body
Example request
{
"name": "example.com",
"externalId": "14253ms92m0as",
"ipnUrl": "https://google.com/gateway/webhook/245252525252525",
"redirectUrl": "https://google.com/oijhflsfs9"
}Response
Updated
Example response
{
"id": "983759353",
"name": "example.com",
"externalId": "14253ms92m0as",
"ipnUrl": "https://google.com/gateway/webhook/245252525252525",
"redirectUrl": "https://google.com/oijhflsfs9",
"createdAt": "2020-04-17 13:43:02",
"updatedAt": "2020-11-17 13:43:02"
}