POST Api/Subscription/StripePayment/UpdatePaymentIntentStatus
Request Information
URI Parameters
None.
Body Parameters
UpdatePaymentIntentStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentIntentStatus | Collection of InvoiceSummaryModel |
None. |
|
| SubscriptionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentIntentStatus": [
{
"Subscription_Id": "a4eaf46d-3d07-44d8-944c-1c587fb9da36",
"Invoice_Id": 2,
"StartDate": "2025-10-30T08:15:03.5566716-07:00",
"EndDate": "2025-10-30T08:15:03.5566716-07:00",
"InvoiceGeneratedDate": "2025-10-30T08:15:03.5566716-07:00",
"StatementNumber": "sample string 6",
"DueDate": "2025-10-30T08:15:03.5566716-07:00",
"AmountBilled": 1.0,
"IsPaid": true,
"IsPending": true,
"PaymentDisplayText": "sample string 8",
"ClientSecret": "sample string 9",
"PaymentStatus": "sample string 10",
"PaymentStatusMessage": "sample string 11",
"PaymentTransactionId": "sample string 12"
},
{
"Subscription_Id": "a4eaf46d-3d07-44d8-944c-1c587fb9da36",
"Invoice_Id": 2,
"StartDate": "2025-10-30T08:15:03.5566716-07:00",
"EndDate": "2025-10-30T08:15:03.5566716-07:00",
"InvoiceGeneratedDate": "2025-10-30T08:15:03.5566716-07:00",
"StatementNumber": "sample string 6",
"DueDate": "2025-10-30T08:15:03.5566716-07:00",
"AmountBilled": 1.0,
"IsPaid": true,
"IsPending": true,
"PaymentDisplayText": "sample string 8",
"ClientSecret": "sample string 9",
"PaymentStatus": "sample string 10",
"PaymentStatusMessage": "sample string 11",
"PaymentTransactionId": "sample string 12"
}
],
"SubscriptionId": "sample string 1"
}
application/xml, text/xml
Sample:
<UpdatePaymentIntentStatusModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ALOHA.GLOBAL.Models.Subscription">
<PaymentIntentStatus>
<InvoiceSummaryModel>
<AmountBilled>1</AmountBilled>
<ClientSecret>sample string 9</ClientSecret>
<DueDate>2025-10-30T08:15:03.5566716-07:00</DueDate>
<EndDate>2025-10-30T08:15:03.5566716-07:00</EndDate>
<InvoiceGeneratedDate>2025-10-30T08:15:03.5566716-07:00</InvoiceGeneratedDate>
<Invoice_Id>2</Invoice_Id>
<IsPaid>true</IsPaid>
<IsPending>true</IsPending>
<PaymentDisplayText>sample string 8</PaymentDisplayText>
<PaymentStatus>sample string 10</PaymentStatus>
<PaymentStatusMessage>sample string 11</PaymentStatusMessage>
<PaymentTransactionId>sample string 12</PaymentTransactionId>
<StartDate>2025-10-30T08:15:03.5566716-07:00</StartDate>
<StatementNumber>sample string 6</StatementNumber>
<Subscription_Id>a4eaf46d-3d07-44d8-944c-1c587fb9da36</Subscription_Id>
</InvoiceSummaryModel>
<InvoiceSummaryModel>
<AmountBilled>1</AmountBilled>
<ClientSecret>sample string 9</ClientSecret>
<DueDate>2025-10-30T08:15:03.5566716-07:00</DueDate>
<EndDate>2025-10-30T08:15:03.5566716-07:00</EndDate>
<InvoiceGeneratedDate>2025-10-30T08:15:03.5566716-07:00</InvoiceGeneratedDate>
<Invoice_Id>2</Invoice_Id>
<IsPaid>true</IsPaid>
<IsPending>true</IsPending>
<PaymentDisplayText>sample string 8</PaymentDisplayText>
<PaymentStatus>sample string 10</PaymentStatus>
<PaymentStatusMessage>sample string 11</PaymentStatusMessage>
<PaymentTransactionId>sample string 12</PaymentTransactionId>
<StartDate>2025-10-30T08:15:03.5566716-07:00</StartDate>
<StatementNumber>sample string 6</StatementNumber>
<Subscription_Id>a4eaf46d-3d07-44d8-944c-1c587fb9da36</Subscription_Id>
</InvoiceSummaryModel>
</PaymentIntentStatus>
<SubscriptionId>sample string 1</SubscriptionId>
</UpdatePaymentIntentStatusModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |