GET api/PaymentIntentRecurringApiTest?email={email}&name={name}&phone={phone}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

string

Required

name

string

Required

phone

string

Required

Body Parameters

None.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
id

string

None.

object

string

None.

address

Address

None.

balance

integer

None.

business_name

string

None.

cash_balance

CashBalance

None.

created

date

None.

currency

string

None.

customer_account

string

None.

deleted

boolean

None.

delinquent

boolean

None.

description

string

None.

discount

Discount

None.

email

string

None.

individual_name

string

None.

invoice_credit_balance

Dictionary of string [key] and integer [value]

None.

invoice_prefix

string

None.

invoice_settings

CustomerInvoiceSettings

None.

livemode

boolean

None.

metadata

Dictionary of string [key] and string [value]

None.

name

string

None.

next_invoice_sequence

integer

None.

phone

string

None.

preferred_locales

Collection of string

None.

shipping

Shipping

None.

sources

Collection of IPaymentSource

None.

subscriptions

Collection of Subscription

None.

tax

CustomerTax

None.

tax_exempt

string

None.

tax_ids

Collection of TaxId

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'discount' with type 'Stripe.Discount'. Path 'discount.customer'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'discount' with type 'Stripe.Discount'. Path 'discount.customer'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'Stripe.StripeResponse' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'Stripe.StripeResponse' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.