POST api/Stripe/CreateBankTokenCustomer

Request Information

URI Parameters

None.

Body Parameters

CreateCustomer
NameDescriptionTypeAdditional information
Email

string

None.

Name

string

None.

Phone

string

None.

Description

string

None.

UserId

integer

None.

UserType

string

None.

StripeBankToken

string

None.

PayorCheckDBID

integer

None.

IsSaveDataBase

integer

None.

AmazonRequest

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Name": "sample string 2",
  "Phone": "sample string 3",
  "Description": "sample string 4",
  "UserId": 5,
  "UserType": "sample string 6",
  "StripeBankToken": "sample string 7",
  "PayorCheckDBID": 8,
  "IsSaveDataBase": 1,
  "AmazonRequest": 1
}

text/html

Sample:
{"Email":"sample string 1","Name":"sample string 2","Phone":"sample string 3","Description":"sample string 4","UserId":5,"UserType":"sample string 6","StripeBankToken":"sample string 7","PayorCheckDBID":8,"IsSaveDataBase":1,"AmazonRequest":1}

application/xml, text/xml

Sample:
<CreateCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities.Model.StripeRequest">
  <AmazonRequest>1</AmazonRequest>
  <Description>sample string 4</Description>
  <Email>sample string 1</Email>
  <IsSaveDataBase>1</IsSaveDataBase>
  <Name>sample string 2</Name>
  <PayorCheckDBID>8</PayorCheckDBID>
  <Phone>sample string 3</Phone>
  <StripeBankToken>sample string 7</StripeBankToken>
  <UserId>5</UserId>
  <UserType>sample string 6</UserType>
</CreateCustomer>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Customer
NameDescriptionTypeAdditional information
id

string

None.

object

string

None.

address

Address

None.

balance

integer

None.

created

date

None.

currency

string

None.

default_source_type

string

None.

deleted

boolean

None.

delinquent

boolean

None.

description

string

None.

discount

Discount

None.

email

string

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_exempt

string

None.

tax_ids

Collection of TaxId

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/html

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.