PUT
Update Creditor

Overview

This endpoint allows you to update creditor information. You can use either PUT (full update) or PATCH (partial update) methods.

Authentication

Requires a valid OAuth 2.0 access token with the creditors:write scope.

Request

string
required
Bearer token for authentication

Path Parameters

string
required
The encrypted creditor ID

Request Body

All fields are optional. Only include the fields you want to update.
string
Creditor’s name
string
Creditor’s email address
string
Creditor’s phone number
string
Creditor’s address
string
Creditor’s city
string
Creditor’s postal code
string
Creditor’s country
string
Creditor’s company registration number
string
Creditor’s tax number
string
Main contact person for the creditor

Example Request

Response

boolean
Always false for successful requests
string
Success message (e.g., “Creditor updated successfully”)
object
The updated creditor object

Success Response

Error Responses

Rate Limiting

This endpoint is subject to rate limiting. See the Rate Limits documentation for details. Rate Limit: 1,000 requests per hour