POST LeaugePaymentConfig/AuthenticateStripe
Request Information
URI Parameters
None.
Body Parameters
StripeTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| client_secret | string |
None. |
|
| code | string |
None. |
|
| leagueId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"client_secret": "sample string 1",
"code": "sample string 2",
"leagueId": 3
}
application/xml, text/xml
Sample:
<StripeTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APA.Model.Domain"> <client_secret>sample string 1</client_secret> <code>sample string 2</code> <leagueId>3</leagueId> </StripeTokenRequest>
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.