POST api/Stripe/BankAccountVerificationStatus

Request Information

URI Parameters

None.

Body Parameters

StripeBankAccountStatus
NameDescriptionTypeAdditional information
Customerid

string

None.

AccountID

string

None.

VerificationMode

string

None.

PayorCheckDBID

integer

None.

IsSaveDataBase

integer

None.

AmazonRequest

integer

None.

UserId

integer

None.

UserType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Customerid": "sample string 1",
  "AccountID": "sample string 2",
  "VerificationMode": "sample string 3",
  "PayorCheckDBID": 4,
  "IsSaveDataBase": 1,
  "AmazonRequest": 1,
  "UserId": 5,
  "UserType": "sample string 6"
}

text/html

Sample:
{"Customerid":"sample string 1","AccountID":"sample string 2","VerificationMode":"sample string 3","PayorCheckDBID":4,"IsSaveDataBase":1,"AmazonRequest":1,"UserId":5,"UserType":"sample string 6"}

application/xml, text/xml

Sample:
<StripeBankAccountStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities.Model.StripeRequest">
  <UserId>5</UserId>
  <UserType>sample string 6</UserType>
  <AccountID>sample string 2</AccountID>
  <AmazonRequest>1</AmazonRequest>
  <Customerid>sample string 1</Customerid>
  <IsSaveDataBase>1</IsSaveDataBase>
  <PayorCheckDBID>4</PayorCheckDBID>
  <VerificationMode>sample string 3</VerificationMode>
</StripeBankAccountStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BankAccount
NameDescriptionTypeAdditional information
id

string

None.

object

string

None.

account_holder_name

string

None.

account_holder_type

string

None.

available_payout_methods

Collection of string

None.

bank_name

string

None.

country

string

None.

currency

string

None.

default_for_currency

boolean

None.

deleted

boolean

None.

fingerprint

string

None.

last4

string

None.

metadata

Dictionary of string [key] and string [value]

None.

routing_number

string

None.

status

string

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.