Retrieves the details of an Account.
Learn more about calling API v2 endpoints.Parameters
- idstringRequired
The ID of the Account to retrieve.
- includearray of enums
Additional fields to include in the response.
Possible enum valuesconfiguration.
customer Include parameter to expose
configuration.
on an Account.customer configuration.
merchant Include parameter to expose
configuration.
on an Account.merchant configuration.
recipient Include parameter to expose
configuration.
on an Account.recipient configuration.
storer Include parameter to expose
configuration.
on an Account.storer defaults
Include parameter to expose
defaults
on an Account.identity
Include parameter to expose
identity
on an Account.requirements
Include parameter to expose
requirements
on an Account.
Returns
Response attributes
- idstring
Unique identifier for the Account.
- objectstring, value is "v2.core.account"
String representing the object’s type. Objects of the same type share the same value of the object field.
- applied_
configurationsarray of enums Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
Possible enum valuescustomer
The Account can be used as a customer.
merchant
The Account can be used as a merchant.
recipient
The Account can be used as a recipient.
storer
The Account can be used as a storer.
- configurationnullable object
An Account Configuration which allows the Account to take on a key persona across Stripe products.
- contact_
emailnullable string The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
- createdtimestamp
Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- dashboardnullable enum
A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
Possible enum valuesexpress
The Account has access to the Express hosted dashboard.
full
The Account has access to the full Stripe hosted dashboard.
none
The Account does not have access to any Stripe hosted dashboard.
- defaultsnullable object
Default values to be used on Account Configurations.
- display_
namenullable string A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
- identitynullable object
Information about the company, individual, and business represented by the Account.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - metadatanullable map
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- requirementsnullable object
Information about the requirements for the Account, including what information needs to be collected, and by when.
V1 Account ID cannot be used in V2 Account APIs.
V1 Customer ID cannot be used in V2 Account APIs.
The resource wasn’t found.
{ "id": "acct_1Nv0FGQ9RKHgCVdK", "object": "v2.core.account", "applied_configurations": [ "merchant", "customer" ], "configuration": { "merchant": { "card_payments": { "decline_on": { "avs_failure": false, "cvc_failure": false } }, "capabilities": { "card_payments": { "requested": true, "status": "restricted", "status_details": [ { "code": "requirements_past_due", "resolution": "provide_info" } ] } }, "statement_descriptor": { "descriptor": "accessible.stripe.com" }, "mcc": "5734" } }, "contact_email": "furever@example.com", "created": "2024-11-26T16:33:03.000Z", "dashboard": "none", "identity": { "business_details": { "doing_business_as": "FurEver", "id_numbers": [ { "type": "us_ein" } ], "product_description": "Saas pet grooming platform at furever.dev using Connect embedded components", "structure": "sole_proprietorship", "url": "http://accessible.stripe.com" }, "country": "us" }, "display_name": "Furever", "livemode": true, "metadata": {}}
Returns a list of Accounts.
Learn more about calling API v2 endpoints.Parameters
- applied_
configurationsarray of strings Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
- limitinteger
The upper limit on the number of accounts returned by the List Account request.
- pagestring
The page token to navigate to next or previous batch of accounts given by the list request.
Returns
Response attributes
- dataarray of objects
A list of retrieved Account objects.
- next_
page_ urlnullable string URL with page token to navigate to next batch of accounts given by the list request.
- previous_
page_ urlnullable string URL with page token to navigate to previous batch of accounts given by the list request.
{ "data": [ { "id": "acct_1QP3oLBUFVXWiKFB", "object": "v2.core.account", "applied_configurations": [ "customer" ], "contact_email": "jenny.rosen@example.com", "created": "2024-11-25T15:02:50.000Z", "display_name": "Jenny Rosen", "livemode": true, "metadata": {} }, { "id": "acct_1QO24tPeVxUa6gV6", "object": "v2.core.account", "applied_configurations": [ "recipient", "customer", "merchant" ], "contact_email": "jenny.rosen@example.com", "created": "2024-11-22T18:59:45.000Z", "dashboard": "none", "display_name": "Jenny Rosen 2", "livemode": true, "metadata": { "my_key": "my_value" } } ], "next_page_url": "/v2/core/accounts?page=page_5dr8SFDbv7rZ2aj4ZSGuf4J1Dv58yE0YM4BhBqb2tg94CD5PDoUA7RD2AE7VBEH5C0E0qGJi1wMFPf9MEBbh6M125&limit=2&applied_configurations=customer"}
Removes access to the Account and its associated resources.
Learn more about calling API v2 endpoints.Parameters
- idstringRequired
The ID of the Account to close.
- applied_
configurationsarray of enums Configurations on the Account to be closed. All configurations on the Account must be passed in for this request to succeed.
Possible enum valuescustomer
The Account can be used as a customer.
merchant
The Account can be used as a merchant.
recipient
The Account can be used as a recipient.
storer
The Account can be used as a storer.
Returns
Response attributes
- idstring
Unique identifier for the Account.
- objectstring, value is "v2.core.account"
String representing the object’s type. Objects of the same type share the same value of the object field.
- applied_
configurationsarray of enums Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.
Possible enum valuescustomer
The Account can be used as a customer.
merchant
The Account can be used as a merchant.
recipient
The Account can be used as a recipient.
storer
The Account can be used as a storer.
- configurationnullable object
An Account Configuration which allows the Account to take on a key persona across Stripe products.
- contact_
emailnullable string The default contact email address for the Account. Required when configuring the account as a merchant or recipient.
- createdtimestamp
Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.
- dashboardnullable enum
A value indicating the Stripe dashboard this Account has access to. This will depend on which configurations are enabled for this account.
Possible enum valuesexpress
The Account has access to the Express hosted dashboard.
full
The Account has access to the full Stripe hosted dashboard.
none
The Account does not have access to any Stripe hosted dashboard.
- defaultsnullable object
Default values to be used on Account Configurations.
- display_
namenullable string A descriptive name for the Account. This name will be surfaced in the Stripe Dashboard and on any invoices sent to the Account.
- identitynullable object
Information about the company, individual, and business represented by the Account.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - metadatanullable map
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
- requirementsnullable object
Information about the requirements for the Account, including what information needs to be collected, and by when.
Account with Merchant or Recipient configuration with transfers feature cannot be closed because the account has a cash balance.
Account with Customer configuration cannot be closed because the customer has a cash balance.
Account cannot be closed without specifying the right configurations.
Account cannot be closed due to other pending resources.
Platform has not signed up for Connect and cannot create connected accounts.
Account with Stripe-owned loss liability and dashboard cannot be deleted.
V1 Account ID cannot be used in V2 Account APIs.
V1 Customer ID cannot be used in V2 Account APIs.
The resource wasn’t found.
{ "id": "acct_1Nv0FGQ9RKHgCVdK", "object": "v2.core.account", "applied_configurations": [ "merchant" ], "contact_email": "jenny.rosen@example.com", "created": "2024-11-26T16:33:03.000Z", "dashboard": "none", "display_name": "Jenny Rosen", "livemode": true, "metadata": {}}
This is a list of all public thin events we currently send for updates to Account, which are continually evolving and expanding. The payload of thin events is unversioned. During processing, you must fetch the versioned event from the API or fetch the resource’s current state.
Event types
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account.closed"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account.created"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account.updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.customer].capability_status_updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-28T20:33:01.123Z", "id": "evt_test_65SSMJhMl1dA8fh6lLW16RXPD96YSQQWRFoysHSB2ueQ9A", "object": "v2.core.event", "type": "v2.core.account[configuration.customer].capability_status_updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.customer" }}
{ "created": "2025-04-28T20:33:01.123Z", "id": "evt_test_65SSMJhMl1dA8fh6lLW16RXPD96YSQQWRFoysHSB2ueQ9A", "object": "v2.core.event", "type": "v2.core.account[configuration.customer].capability_status_updated", "data": { "updated_capability": "automatic_indirect_tax" }, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.customer" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.customer].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SSMJhhIMgYc9ZsFLW16RXPD96YSQQWRFoysHSB2ueOUy", "object": "v2.core.event", "type": "v2.core.account[configuration.customer].updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.customer" }}
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SSMJhhIMgYc9ZsFLW16RXPD96YSQQWRFoysHSB2ueOUy", "object": "v2.core.event", "type": "v2.core.account[configuration.customer].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.customer" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.merchant].capability_status_updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-28T20:34:42.026Z", "id": "evt_test_65SSMLK1ZTX7OYhyjSr16RXPD96YSQQWRFoysHSB2ueHya", "object": "v2.core.event", "type": "v2.core.account[configuration.merchant].capability_status_updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.merchant" }}
{ "created": "2025-04-28T20:34:42.026Z", "id": "evt_test_65SSMLK1ZTX7OYhyjSr16RXPD96YSQQWRFoysHSB2ueHya", "object": "v2.core.event", "type": "v2.core.account[configuration.merchant].capability_status_updated", "data": { "updated_capability": "card_payments" }, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.merchant" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.merchant].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SSMLJIK4u1GJY5ySr16RXPD96YSQQWRFoysHSB2ueWLg", "object": "v2.core.event", "type": "v2.core.account[configuration.merchant].updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.merchant" }}
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SSMLJIK4u1GJY5ySr16RXPD96YSQQWRFoysHSB2ueWLg", "object": "v2.core.event", "type": "v2.core.account[configuration.merchant].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.merchant" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.recipient].capability_status_updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-01T23:03:17.678Z", "id": "evt_test_65SIbnJV74bY3Gprd8316RXPD96YSQQWRFoysHSB2ueM52", "object": "v2.core.event", "type": "v2.core.account[configuration.recipient].capability_status_updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.recipient" }}
{ "created": "2025-04-01T23:03:17.678Z", "id": "evt_test_65SIbnJV74bY3Gprd8316RXPD96YSQQWRFoysHSB2ueM52", "object": "v2.core.event", "type": "v2.core.account[configuration.recipient].capability_status_updated", "data": { "updated_capability": "stripe_balance.stripe_transfers" }, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.recipient" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.recipient].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SIbnIZpPGoUur818316RXPD96YSQQWRFoysHSB2ue7Qm", "object": "v2.core.event", "type": "v2.core.account[configuration.recipient].updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.recipient" }}
{ "created": "2025-04-01T23:03:16.425Z", "id": "evt_test_65SIbnIZpPGoUur818316RXPD96YSQQWRFoysHSB2ue7Qm", "object": "v2.core.event", "type": "v2.core.account[configuration.recipient].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=configuration.recipient" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.storer].capability_status_updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-06-26T17:32:39.530Z", "id": "evt_test_65SnhcVsdHPetOMGZki16SmWzO0eE9IIrYxa2T2K4MqDdY", "object": "v2.core.event", "type": "v2.core.account[configuration.storer].capability_status_updated", "data": { "updated_capability": "outbound_transfers.financial_accounts" }, "livemode": false, "reason": null, "related_object": { "id": "acct_1Re4Nh05fklPI6a9", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1Re4Nh05fklPI6a9?include=configuration.storer" }, "changes": { "before": null, "after": null }}
{ "id": "evt_test_65SnhcVsdHPetOMGZki16SmWzO0eE9IIrYxa2T2K4MqDdY", "object": "v2.core.event", "changes": { "before": null, "after": null }, "context": "acct_1Rd92306GG1czfwR", "created": "2025-06-26T17:32:39.530Z", "data": null, "reason": null, "related_object": { "id": "acct_1Re4Nh05fklPI6a9", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1Re4Nh05fklPI6a9?include=configuration.storer" }, "type": "v2.core.account[configuration.storer].capability_status_updated", "livemode": false}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[configuration.storer].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-06-26T17:32:40.295Z", "id": "evt_test_65SnhcWJSyXD7prOFki16SmWzO0eE9IIrYxa2T2K4MqLGy", "object": "v2.core.event", "type": "v2.core.account[configuration.storer].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1Re4Nh05fklPI6a9", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1Re4Nh05fklPI6a9?include=configuration.storer" }, "changes": null}
{ "id": "evt_test_65SnhcWJSyXD7prOFki16SmWzO0eE9IIrYxa2T2K4MqLGy", "object": "v2.core.event", "changes": null, "context": "acct_1Rd92306GG1czfwR", "created": "2025-06-26T17:32:40.295Z", "data": null, "reason": null, "related_object": { "id": "acct_1Re4Nh05fklPI6a9", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1Re4Nh05fklPI6a9?include=configuration.storer" }, "type": "v2.core.account[configuration.storer].updated", "livemode": false}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[defaults].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[identity].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-28T20:48:08.710Z", "id": "evt_test_65SSMYK8uw9bZdmkiyd16RXPD96YSQQWRFoysHSB2ueSn2", "object": "v2.core.event", "type": "v2.core.account[identity].updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=identity" }}
{ "created": "2025-04-28T20:48:08.710Z", "id": "evt_test_65SSMYK8uw9bZdmkiyd16RXPD96YSQQWRFoysHSB2ueSn2", "object": "v2.core.event", "type": "v2.core.account[identity].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=identity" }, "changes": null}
Attributes
- idstring
Unique identifier for the event.
- objectstring, value is "v2.core.event"
String representing the object’s type. Objects of the same type share the same value of the object field.
- contextnullable string
Authentication context needed to fetch the event or related object.
- createdtimestamp
Time at which the object was created.
- livemodeboolean
Has the value
true
if the object exists in live mode or the valuefalse
if the object exists in test mode. - reasonnullable object
Reason for the event.
- related_
objectnullable object Object containing the reference to API resource relevant to the event.
- typestring, value is "v2.core.account[requirements].updated"
The type of the event.
Fetched attributes
- dataobject
Additional data about the event.
{ "created": "2025-04-01T23:03:18.235Z", "id": "evt_test_65SIbnKv7aZvHPCht8316RXPD96YSQQWRFoysHSB2ue4iG", "object": "v2.core.event", "type": "v2.core.account[requirements].updated", "livemode": false, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=requirements" }}
{ "created": "2025-04-01T23:03:18.235Z", "id": "evt_test_65SIbnKv7aZvHPCht8316RXPD96YSQQWRFoysHSB2ue4iG", "object": "v2.core.event", "type": "v2.core.account[requirements].updated", "data": {}, "livemode": false, "reason": null, "related_object": { "id": "acct_1RIyMKPt46znscxj", "type": "v2.core.account", "url": "/v2/core/accounts/acct_1RIyMKPt46znscxj?include=requirements" }, "changes": null}
AccountLinks are the means by which a Merchant grants an Account permission to access Stripe-hosted applications, such as Recipient Onboarding. This API is only available for users enrolled in the public preview for Accounts v2.