POST api/stripe/connect/external-account
Request Information
URI Parameters
None.
Body Parameters
ExternalBankAccountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StripeAccountId | string |
None. |
|
| RoutingNumber | string |
None. |
|
| AccountNumber | string |
None. |
|
| AccountHolderName | string |
None. |
|
| BankCountry | string |
None. |
|
| Currency | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StripeAccountId": "sample string 1",
"RoutingNumber": "sample string 2",
"AccountNumber": "sample string 3",
"AccountHolderName": "sample string 4",
"BankCountry": "sample string 5",
"Currency": "sample string 6",
"Type": "sample string 7"
}
application/xml, text/xml
Sample:
<ExternalBankAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reemy.StripeService"> <AccountHolderName>sample string 4</AccountHolderName> <AccountNumber>sample string 3</AccountNumber> <BankCountry>sample string 5</BankCountry> <Currency>sample string 6</Currency> <RoutingNumber>sample string 2</RoutingNumber> <StripeAccountId>sample string 1</StripeAccountId> <Type>sample string 7</Type> </ExternalBankAccountRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.