GET api/app/VendorPortal/GetStripePaymentIntent?name={name}&email={email}&planSelected={planSelected}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required |
|
| string |
Required |
||
| planSelected | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StripePaymentIntent| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| SubscriptionId | string |
None. |
|
| ClientSecret | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"SubscriptionId": "sample string 2",
"ClientSecret": "sample string 3"
}
application/xml, text/xml
Sample:
<StripePaymentIntent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Central.API.Common.DataProvider.Model.VendorPortal"> <ClientSecret>sample string 3</ClientSecret> <CustomerId>sample string 1</CustomerId> <SubscriptionId>sample string 2</SubscriptionId> </StripePaymentIntent>