addSubscriptionPayment
POST {{url}}/networkoperatorconsole/shoppingcart/addSubscriptionPayment
- Use this API to request subscription at a venue
- Select a serviceplan with BillingCyclePrice.USD > 998 to initiate credit card payment (if configured)
- Selecting a serviceplan with BillingCyclePrice.USD < 999 will create the subscription immediately if the email address has less than MaximumRecurrencePerSubscriberPerVenue subscriptions at the venue. (rolling 365 days)
- Note: See example
switch plan
to modify a subscription's service plan
Request Body
{"AccessToken"=>"{{NetworkOperatorAdmin-AccessToken}}", "UnitID_internal"=>"{{UnitID_internal}}", "ServicePlanID"=>"{{ServicePlanID}}", "EmailAddress"=>"gj@idea-central.com", "dateAddedUTC.ISO8601"=>"2022-11-04T21:54:48.480Z"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
origin | string |