Update the check settings for a specific user, including branding and preferences used when mailing checks.
This endpoint:
user_id belongs to the requesting platformUnique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Unique identifier (UUID) of the user whose check config is being updated.
Public HTTPS URL of the logo to use on checks. Ignored if set_default_logo is true.
"https://cdn.example.com/branding/acme-logo.png"
Public HTTPS URL of the signature image to use on checks.
"https://cdn.example.com/signatures/jane-doe-sign.png"
When true, clears the custom logo and uses the paywint logo.
false
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400