Skip to content

Update Charge Keys

Updates the specified charge key(s).

Verb PATCH
Endpoint {base-url}/credit/charge-key
Max Page Size N/A

Request Body

{
  "body": [
    {
      "id": 160,
      "gatewayId": 1,
      "organizationId": 1,
      "merchant": "VendNovation",
      "name": "autogenerated 160 160",
      "key": "025pk8fxrhh3PeJ04vO2uPtkATWju7qw"
    }
  ]
}

Returns

On Success

204 - No Content

Response Body

// 204 - No Content