- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AccountHolderDTO
id
stringThe ID of the account holder.
provider_id
stringThe ID of the associated payment provider.
external_id
stringThe external ID of the account holder in the payment provider system.
email
null | stringThe email of the account holder.
data
Record<string, unknown>The data of the account holder, as returned by the payment provider.
created_at
null | string | DateOptionalWhen the account holder was created.
updated_at
null | string | DateOptionalWhen the account holder was updated.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
Was this page helpful?