Skip to main content
POST
Update account holder

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Headers

Idempotency-Key
string
required

Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.

Path Parameters

id
string
required

Unique identifier of the account holder.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"68e0a1b2c3d4e5f60718293a"

Body

application/json

New beneficiary details for the account holder

beneficiary_data
US individual · object
required

New beneficiary details replacing the current values. The shape must match the existing account holder's holder_type: use Business for a business holder; otherwise use US individual when country_of_citizenship is US, and Non-US individual for any other country.

Response

200 - application/json

The updated account holder resource

id
string
required

Unique identifier of the account holder.

Pattern: ^[0-9a-fA-F]{24}$
Example:

"68e0a1b2c3d4e5f60718293a"

type
enum<string>
required

Resource type discriminator.

Available options:
account_holder
holder_type
enum<string>
required

Type of the account holder.

Available options:
natural_person,
business
status
enum<string>
required

Current account holder status.

Available options:
pending,
active,
closed
beneficiary_data
US individual · object
required

Beneficiary details used to create this account holder. Which shape is returned follows country_of_citizenship: US individual when it is US, Non-US individual for any other country, Business when holder_type is business.

metadata
object
required

Set of up to 50 key-value string pairs you can attach to store structured information, such as correlating this resource with an object in your own system. Keys may be up to 40 characters and values up to 500 characters.

Example:
created_at
string<date-time>
required

ISO 8601 UTC timestamp when the account holder was created.

Example:

"2026-01-15T10:30:00Z"