Partner (2020.12)
Content
Announcements
There are no announcements for this release.
MarketONE Partner Features
This release includes the following new general Partner features:
Merchant Accepted Payment (MAP) Payment Method Support
With this release, MarketONE has added support for the Merchant Accepted Payment (MAP) payment method. This payment method allows for enriching new payment experiences such as Pay Up Front. For MarketONE managed subscriptions, the service provider can define how customers pay for the subscription charges, either upfront for the first payment (by an alternate method via MAP) or adding the charges on their bill (via External Billing payment methods).
Features
- MarketONE supports invoice based payment.
- MarketONE supports the additional parameters to mark that the first invoice has already been paid.
- MarketONE can store the payment ID received from external payment processors, along with subscription invoices and transaction details.
Immediate Subscription Cancellation
The previous MarketONE release supported cancellations effective end of the cycle. With this release, MarketONE now supports immediate subscription cancellations - any subscription can now be canceled, effective immediately.
MarketONE Product and Catalog APIs
MarketONE now supports a set of APIs to allow channels to query and list a set of valid products, billing plans, and campaign offers created by the service providers in MarketONE. This API doesn't require an API Key and can be called from any MarketPlace UI or purchase channel.
The new APIs include the following:
API | Description |
---|---|
GET /slmgw/v1/products | Retrieves a list of all products. |
GET /slmgw/v1/products/{id} | Retrieves a specific product. |
GET /slmgw/v1/campaigns | Retrieves a list of campaigns. |
GET /slmgw/v1/campaigns/{id} | Retrieves a specific campaign. |
GET /slmgw/v1/billingplans | Retrieves a list of billing plans. |
GET /slmgw/v1/billingplans/{id} | Retrieves a specific billing plan. |
GET /slmgw/v1/catalog | Returns a list of available products with supported/related billing options (billing plans and campaigns). Note: Only the respective IDs are returned in this call to show the relationships between the product, billing plan, and campaign objects. |
Billing System Event Support
MarketONE supports the ability to handle various account and device events sent from the service provider's billing system. The event can be leveraged to notify MarketONE whenever there is:
- Account information updates.
- Account terminations.
- Account related Device updates or removals.
MarketONE will handle these events and update the internally stored information accordingly. MarketONE also has cascading support to manage the canceling of all the subscriptions under a deleted account via the Account Termination event. According to a service provider level setting, all subscriptions under the account will be canceled immediately or at the end of the billing cycle.
Bug Fixes
There are no bug fixes for this release.
Known Issues
This release has no known issues.