GET Integrations/Stripe/Authentication/ConnectionToken?stripeAccountId={stripeAccountId}
Returns a connection token for a given Stripe Account Id
Request Information
URI Parameters
Name | Type | Description | Additional information |
---|---|---|---|
stripeAccountId | string |
The customer's Stripe Account Id |
Body Parameters
None.
Response Information
Resource Description
StripeConnectionTokenDtoName | Type | Description | Additional information |
---|---|---|---|
Secret | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Secret": "sample string 1" }
application/xml, text/xml
Sample:
<StripeConnectionTokenDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tevalis.API.App.Models"> <_x003C_Secret_x003E_k__BackingField>sample string 1</_x003C_Secret_x003E_k__BackingField> </StripeConnectionTokenDto>