---
title: "Update Gateway"
method: PATCH
path: "/cards/gateways/{gateway_id}"
tags: ["Cards"]
---

# Update Gateway

`PATCH /cards/gateways/{gateway_id}`

Update Authorization Gateway configuration

## Path parameters

- `gateway_id` string, uuid, required — The unique identifier of an Authorization gateway config

## Headers

- `Idempotency-Key` string

## Request body

- UpdateGatewayRequest
  - `active` boolean — Current status of the Authorization gateway
  - `card_products` string[] — List of Card Product unique identifiers that will utilize the Gateway
  - `custom_headers` GatewayCustomHeaders — Custom Headers of the Authorization gateway
  - `standin` GatewayStandin
    - `enabled` boolean
  - `url` string, uri — URL of the Authorization gateway

## Response `200`

Gateway Updated

- GatewayResponse
  - `active` boolean, required — Current status of the Authorization gateway
  - `card_products` string[], required — List of Card Product unique identifiers that will utilize the Gateway
  - `creation_time` string, date-time, required — The timestamp representing when the gateway config request was made
  - `custom_headers` GatewayCustomHeaders — Custom Headers of the Authorization gateway
  - `id` string, uuid, required — Gateway ID
  - `last_modified_time` string, date-time, required — The timestamp representing when the gateway config was last modified at
  - `standin` GatewayStandin
    - `enabled` boolean
  - `url` string, uri, required — URL of the Authorization gateway

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
