lock_open
POST
api/stripe/v1/CreatePaymentIntent
No documentation available.
EXPANDexpand_more
Request Information
URI Parameters
None.
Body Parameters
PaymentIntentCreateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| items | Collection of Item |
None. |
|
| communityId | string |
None. |
|
| isSaveDetailsForPayments | boolean |
None. |
|
| isEventsPortal | boolean |
None. |
|
| isPayNow | boolean |
None. |
Request Formats
A
{
"items": [
{
"id": "sample string 1",
"value": "sample string 2"
},
{
"id": "sample string 1",
"value": "sample string 2"
}
],
"communityId": "sample string 1",
"isSaveDetailsForPayments": true,
"isEventsPortal": true,
"isPayNow": true
}
<PaymentIntentCreateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.StripePayment">
<CommunityId>sample string 1</CommunityId>
<IsEventsPortal>true</IsEventsPortal>
<IsPayNow>true</IsPayNow>
<IsSaveDetailsForPayments>true</IsSaveDetailsForPayments>
<Items>
<Item>
<Id>sample string 1</Id>
<Value>sample string 2</Value>
</Item>
<Item>
<Id>sample string 1</Id>
<Value>sample string 2</Value>
</Item>
</Items>
</PaymentIntentCreateRequest>
Sample not available.
EXPANDexpand_more