Gets information for a customer in Stripe.

Inputs

Outputs

  • Customer
    • CustomerEmail (text): The email of the customer.
    • CustomerPhone (text): The phone number of the customer.
    • CustomerDescription (text): A description of the customer.
    • SourceId (text): Customer payment source
    • TaxPercent (text): Tax percentage.
    • TrialEndDate (text): The end date of their subscription.
  • Plan
    • ID (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’.
    • Amount (text): The number of plans the customer has.
    • Currency (text): The ISO currency code, ie “USD”
    • Interval (text): How often the plan is renewed.
  • 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