An account must always have a current, verified Person who serves as the primary representative for the account, indicated by the relationship[representative]
field. Verified account representative information cannot be updated. However, platforms may unset the current representative to update information or change the account representative for connected accounts with platform-owned verification through the API by doing the following:
verification.status = verified
. Representatives must be verified before they can be changed.relationship.representative = false
on this person. This will trigger a 7-day grace period and will add relationship.representative
back to the requirements hash with a 7-day deadline.relationship.representative = true
.verification.status
.Stripe recommends verifying the Person prior to setting them as the account representative. If you are not able to verify the Person prior to marking them as the new representative, you will need to manage the verification process within the 7-day grace period described above.
business_type=individual
. If changes are required for verified individual accounts, contact Stripe Support.