You are here: API Foundations > Use Cases > Creating a New Active Account with the create Call

Creating a New Active Account with the create Call

To create a new active account, you will be using a number of different objects. The following method uses the create call to create an account, a contact, and a payment method.

Important!

Both the create and subscribe calls will create a new account; however, there are differences.

To create a new active account using create,

  1. Use create to create an instance of Account with the following values set; all these are required for an active account:
  2. Use create to create an instance of Contact parented by the account you are creating.
  3. Use create to create a payment method parented by the account.
  4. Use update to update the account, setting the following values:
Sample Code

See Also

create

Copyright © 2008-2009 Zuora, Inc.