Create a creditor
Creates a creditor under the caller’s owner and returns it with its Slate-assigned creditorId; reference it from account writes via the account’s creditorId field.
Authorizations
Owner-scoped bearer token. The owner all requests are scoped to is derived from the token.
Body
Human-readable creditor name.
Custom key/value pairs you can attach to an object for reporting, analytics, or attributes Slate does not model natively — inspired by Stripe metadata. Values are strings. Limits: at most 50 keys, each key at most 40 characters and each value at most 500 characters. On a partial update (PATCH) the keys you send are merged into the existing metadata; send a key with an empty-string value to remove it. An account upsert (full snapshot) replaces the whole map.
Response
A new creditor was created.
A creditor managed by an owner. Accounts reference it by creditorId.
Slate's stable UUID for the creditor — the canonical identifier, assigned by Slate on create.
The organization that manages this creditor.
Human-readable creditor name.
Custom key/value pairs you can attach to an object for reporting, analytics, or attributes Slate does not model natively — inspired by Stripe metadata. Values are strings. Limits: at most 50 keys, each key at most 40 characters and each value at most 500 characters. On a partial update (PATCH) the keys you send are merged into the existing metadata; send a key with an empty-string value to remove it. An account upsert (full snapshot) replaces the whole map.
