v1
latestOpenAPI 3.0.32026-07-2488203535.0 KBGateway Features
Settlement Time
Updating Settlement Time
<details> <summary>Usage</summary> This can be done when creating the merchant’s processor in the first place (<a href="../reference/addprocessorservice" title="Add Processors">Add Processors</a>) but you can also update it whenever you’d like using the request below. Please note this is a PATCH request. Attempting a POST will result in an error. The date must be a valid ISO 8601 time string (Example: 13:14:15). Since this is an update to an existing merchant’s processor, we return the processor object, and you can confirm your change was successful by looking at the settlementTime value in this response. </details>❗️ Never Use Real API Keys
Never use real API Keys when testing. The gateway allows Partners to create Test Merchant Accounts. Testing should always use keys from the Test Accounts and never keys from a Standard Account.
patch/v4/processors/{id}
Path parameters
idstring required
The ID that the request should operate on.
Headers
Content-Typestring required
The Content-Type representation header is used to indicate the original media type of the resource (prior to any content encoding applied for sending).
Authorizationstring required
Your v4 API key that was generated in the Partner portal.
Request body
Response
Success