POST api/Stripe/ValidateAccountbyStripeAndSave

Request Information

URI Parameters

None.

Body Parameters

StripeBankAccountTokenRequest
NameDescriptionTypeAdditional information
Email

string

None.

Name

string

None.

Phone

string

None.

Country

string

None.

Currency

string

None.

AccountHolderName

string

None.

AccountHolderType

string

None.

RoutingNumber

string

None.

AccountNumber

string

None.

AccountType

string

None.

UserType

string

None.

UserId

integer

None.

BankName

string

None.

PayorCheckDBID

integer

None.

IsSaveDataBase

integer

None.

BankBranchAddress

string

None.

BankBranchCity

string

None.

BankBranchState

string

None.

BankBranchZip

string

None.

AccountHolderAddress

string

None.

AccountHolderCity

string

None.

AccountHolderState

string

None.

AccountHolderZip

string

None.

AmazonRequest

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "Name": "sample string 2",
  "Phone": "sample string 3",
  "Country": "sample string 4",
  "Currency": "sample string 5",
  "AccountHolderName": "sample string 6",
  "AccountHolderType": "sample string 7",
  "RoutingNumber": "sample string 8",
  "AccountNumber": "sample string 9",
  "AccountType": "sample string 10",
  "UserType": "sample string 11",
  "UserId": 12,
  "BankName": "sample string 13",
  "PayorCheckDBID": 14,
  "IsSaveDataBase": 1,
  "BankBranchAddress": "sample string 15",
  "BankBranchCity": "sample string 16",
  "BankBranchState": "sample string 17",
  "BankBranchZip": "sample string 18",
  "AccountHolderAddress": "sample string 19",
  "AccountHolderCity": "sample string 20",
  "AccountHolderState": "sample string 21",
  "AccountHolderZip": "sample string 22",
  "AmazonRequest": 1
}

text/html

Sample:
{"Email":"sample string 1","Name":"sample string 2","Phone":"sample string 3","Country":"sample string 4","Currency":"sample string 5","AccountHolderName":"sample string 6","AccountHolderType":"sample string 7","RoutingNumber":"sample string 8","AccountNumber":"sample string 9","AccountType":"sample string 10","UserType":"sample string 11","UserId":12,"BankName":"sample string 13","PayorCheckDBID":14,"IsSaveDataBase":1,"BankBranchAddress":"sample string 15","BankBranchCity":"sample string 16","BankBranchState":"sample string 17","BankBranchZip":"sample string 18","AccountHolderAddress":"sample string 19","AccountHolderCity":"sample string 20","AccountHolderState":"sample string 21","AccountHolderZip":"sample string 22","AmazonRequest":1}

application/xml, text/xml

Sample:
<StripeBankAccountTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities.Model.StripeRequest">
  <AccountHolderAddress>sample string 19</AccountHolderAddress>
  <AccountHolderCity>sample string 20</AccountHolderCity>
  <AccountHolderName>sample string 6</AccountHolderName>
  <AccountHolderState>sample string 21</AccountHolderState>
  <AccountHolderType>sample string 7</AccountHolderType>
  <AccountHolderZip>sample string 22</AccountHolderZip>
  <AccountNumber>sample string 9</AccountNumber>
  <AccountType>sample string 10</AccountType>
  <AmazonRequest>1</AmazonRequest>
  <BankBranchAddress>sample string 15</BankBranchAddress>
  <BankBranchCity>sample string 16</BankBranchCity>
  <BankBranchState>sample string 17</BankBranchState>
  <BankBranchZip>sample string 18</BankBranchZip>
  <BankName>sample string 13</BankName>
  <Country>sample string 4</Country>
  <Currency>sample string 5</Currency>
  <Email>sample string 1</Email>
  <IsSaveDataBase>1</IsSaveDataBase>
  <Name>sample string 2</Name>
  <PayorCheckDBID>14</PayorCheckDBID>
  <Phone>sample string 3</Phone>
  <RoutingNumber>sample string 8</RoutingNumber>
  <UserId>12</UserId>
  <UserType>sample string 11</UserType>
</StripeBankAccountTokenRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Token
NameDescriptionTypeAdditional information
id

string

None.

object

string

None.

bank_account

BankAccount

None.

card

Card

None.

client_ip

string

None.

created

date

None.

livemode

boolean

None.

type

string

None.

used

boolean

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.