Creates a new customer in Stripe.

Input Fields

  • Customer
    • CustomerEmail (text): The email of the new customer.
    • CustomerPhone (text): The phone number of the new customer.
    • CustomerDescription (text): A description of the customer.
    • PlanId (text): Plans are the heart of subscriptions in that they manage the billing cycle. currency, and base cost. The ID can be found in the URL of the plan (https://dashboard.stripe.com/plans/**123345**), under plan details in Stripe, or by using ‘Read Subscription’.
    • PlanQuantity (text): The number of plans the customer has.
    • SourceId (text): Customer payment source
    • TaxPercent (text): Tax percentage.
    • TrialEndDate (text): The end date of their subscription.
  • Address
    • ShippingName (text): The name of the address.
    • ShippingAddressLine1 (text): Street address
    • ShippingAddressLine2 (text): Unit number
    • ShippingCity (text): City
    • ShippingState (text): State
    • ShippingCountry (text): Country
    • ShippingPostalCode (text): Zip/Postal Code

Output Fields

  • Customer
    • CustomerId (text): The identifier for the new customer.