POST api/Stripe

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
stripe
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "92524004-741e-428e-a221-4a6ee86baa27",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-08-04T21:56:26.1526978+00:00",
  "SubscriptionEndTimeStamp": "2026-08-04T21:56:26.1526978+00:00",
  "CustomerId": "sample string 6",
  "RpsAmount": 7.0,
  "TotalBalanceDue": 1.0,
  "ShopifyStoreId": "2a259692-19f4-4fdb-b964-023c60b6c0aa",
  "CreatedDate": "2026-08-04T21:56:26.1526978+00:00",
  "UpdatedDate": "2026-08-04T21:56:26.1526978+00:00",
  "AppPricingInterval": "sample string 8",
  "SubscriptionAmount": 1.0,
  "CouponCode": "sample string 9",
  "ChargeId": "sample string 10",
  "Source": "sample string 11",
  "Shop": "sample string 12"
}

application/xml, text/xml

Sample:
<WTSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <AppPricingInterval>sample string 8</AppPricingInterval>
  <ChargeId>sample string 10</ChargeId>
  <CouponCode>sample string 9</CouponCode>
  <CreatedDate>2026-08-04T21:56:26.1526978+00:00</CreatedDate>
  <CustomerId>sample string 6</CustomerId>
  <Id>92524004-741e-428e-a221-4a6ee86baa27</Id>
  <IsCustomerActive>true</IsCustomerActive>
  <PaymentMethodId>sample string 3</PaymentMethodId>
  <RpsAmount>7</RpsAmount>
  <Shop>sample string 12</Shop>
  <ShopifyStoreId>2a259692-19f4-4fdb-b964-023c60b6c0aa</ShopifyStoreId>
  <Source>sample string 11</Source>
  <SubscriptionAmount>1</SubscriptionAmount>
  <SubscriptionEndTimeStamp>2026-08-04T21:56:26.1526978+00:00</SubscriptionEndTimeStamp>
  <SubscriptionId>sample string 4</SubscriptionId>
  <SubscriptionStartTimeStamp>2026-08-04T21:56:26.1526978+00:00</SubscriptionStartTimeStamp>
  <SubscriptionStatus>sample string 5</SubscriptionStatus>
  <TenantId>sample string 2</TenantId>
  <TotalBalanceDue>1</TotalBalanceDue>
  <UpdatedDate>2026-08-04T21:56:26.1526978+00:00</UpdatedDate>
</WTSubscription>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WTSubscription'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Id": "c5cff07b-6949-46a9-8ab1-23b6e109f998",
  "IsCustomerActive": true,
  "TenantId": "sample string 2",
  "PaymentMethodId": "sample string 3",
  "SubscriptionId": "sample string 4",
  "SubscriptionStatus": "sample string 5",
  "SubscriptionStartTimeStamp": "2026-08-04T21:56:26.4496666+00:00",
  "SubscriptionEndTimeStamp": "2026-08-04T21:56:26.4496666+00:00",
  "CustomerId": "sample string 6",
  "RpsAmount": 7.0,
  "TotalBalanceDue": 1.0,
  "ShopifyStoreId": "c12f2e7c-00b8-4905-8b73-aa8f743ac399",
  "CreatedDate": "2026-08-04T21:56:26.4496666+00:00",
  "UpdatedDate": "2026-08-04T21:56:26.4496666+00:00",
  "AppPricingInterval": "sample string 8",
  "SubscriptionAmount": 1.0,
  "CouponCode": "sample string 9",
  "ChargeId": "sample string 10",
  "Source": "sample string 11",
  "Shop": "sample string 12"
}

application/xml, text/xml

Sample:
<WTSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <AppPricingInterval>sample string 8</AppPricingInterval>
  <ChargeId>sample string 10</ChargeId>
  <CouponCode>sample string 9</CouponCode>
  <CreatedDate>2026-08-04T21:56:26.4496666+00:00</CreatedDate>
  <CustomerId>sample string 6</CustomerId>
  <Id>c5cff07b-6949-46a9-8ab1-23b6e109f998</Id>
  <IsCustomerActive>true</IsCustomerActive>
  <PaymentMethodId>sample string 3</PaymentMethodId>
  <RpsAmount>7</RpsAmount>
  <Shop>sample string 12</Shop>
  <ShopifyStoreId>c12f2e7c-00b8-4905-8b73-aa8f743ac399</ShopifyStoreId>
  <Source>sample string 11</Source>
  <SubscriptionAmount>1</SubscriptionAmount>
  <SubscriptionEndTimeStamp>2026-08-04T21:56:26.4496666+00:00</SubscriptionEndTimeStamp>
  <SubscriptionId>sample string 4</SubscriptionId>
  <SubscriptionStartTimeStamp>2026-08-04T21:56:26.4496666+00:00</SubscriptionStartTimeStamp>
  <SubscriptionStatus>sample string 5</SubscriptionStatus>
  <TenantId>sample string 2</TenantId>
  <TotalBalanceDue>1</TotalBalanceDue>
  <UpdatedDate>2026-08-04T21:56:26.4496666+00:00</UpdatedDate>
</WTSubscription>