POST api/Stripe/VerifyBankAccountDeposit
Request Information
URI Parameters
None.
Body Parameters
VerifyBankAccountTwoACHamountName | Description | Type | Additional information |
---|---|---|---|
Customerid | string |
None. |
|
CustomerSource | string |
None. |
|
Amount1 | decimal number |
None. |
|
Amount2 | decimal number |
None. |
|
VerificationMode | string |
None. |
|
PayorCheckDBID | integer |
None. |
|
AmazonRequest | integer |
None. |
|
UserId | integer |
None. |
|
UserType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Customerid": "sample string 1", "CustomerSource": "sample string 2", "Amount1": 3.0, "Amount2": 4.0, "VerificationMode": "sample string 5", "PayorCheckDBID": 6, "AmazonRequest": 1, "UserId": 7, "UserType": "sample string 8" }
text/html
Sample:
{"Customerid":"sample string 1","CustomerSource":"sample string 2","Amount1":3.0,"Amount2":4.0,"VerificationMode":"sample string 5","PayorCheckDBID":6,"AmazonRequest":1,"UserId":7,"UserType":"sample string 8"}
application/xml, text/xml
Sample:
<VerifyBankAccountTwoACHamount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities.Model.StripeRequest"> <UserId>7</UserId> <UserType>sample string 8</UserType> <AmazonRequest>1</AmazonRequest> <Amount1>3</Amount1> <Amount2>4</Amount2> <CustomerSource>sample string 2</CustomerSource> <Customerid>sample string 1</Customerid> <PayorCheckDBID>6</PayorCheckDBID> <VerificationMode>sample string 5</VerificationMode> </VerifyBankAccountTwoACHamount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BankAccountName | Description | Type | Additional 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.