# Accounts Some operations in this section are similar to each other, but are provided for different use scenarios. You should choose the one that best suits your needs. For example, the [Create account](https://developer.zuora.com/api-references/api/operation/POST_Account) operation is used to create an account with a credit card payment method, a bill-to contact, and optionally an sold-to contact or an associated subscription. If you want to create an account without creating any associated objects such as subscriptions, use [CRUD: Create Account](https://developer.zuora.com/api-references/older-api/operation/Object_POSTAccount/) instead. If you want to create an account and the associated subscription at the same time without providing credit card information, use the [Subscribe](https://developer.zuora.com/api-references/older-api/operation/Action_POSTsubscribe/) action. ## CRUD: Create an account - [POST /v1/object/account](https://developer.zuora.com/v1-api-reference/older-api/accounts/object_postaccount.md): Creates an account without creating any associated objects such as subscriptions. ## CRUD: Retrieve an account - [GET /v1/object/account/{id}](https://developer.zuora.com/v1-api-reference/older-api/accounts/object_getaccount.md): Retrieves the information about one specific account. ## CRUD: Update an account - [PUT /v1/object/account/{id}](https://developer.zuora.com/v1-api-reference/older-api/accounts/object_putaccount.md): Updates an account. ## CRUD: Delete an account - [DELETE /v1/object/account/{id}](https://developer.zuora.com/v1-api-reference/older-api/accounts/object_deleteaccount.md): Deletes a specific account asynchronously. Note: When Orders is enabled, before deleting a customer account, you must delete all related orders and subscriptions where this account has been referenced as a subscription owner or invoice owner.