• Assistance
  • API Reference
  • Sign in
  • EnglishEnglish
    • EnglishEnglish
    • FrançaisFrançais
  • Assistance
  • API Reference
  • Sign in
  • EnglishEnglish
    • EnglishEnglish
    • FrançaisFrançais
accueil/Assistance/Uncategorized/Lightning Fast Integration – Workflow – How to manage Registration for a Freemium Offer

Lightning Fast Integration – Workflow – How to manage Registration for a Freemium Offer

8 vues 0

Prerequisite :

  • You succeed to make your first request via API.
  • A Free Offer has been created.

Workflow – How to manage Registration for a Freemium Offer
proabono-workflow-1

Your site/service must interact with ProAbono only during the Activation Step.

Step 1 : Create/Declare your Customer

POST /Distribution/Customers
{
  "Name" :"Jane Smith",
  "Email" : "jane@smith.com",
  "ReferenceCustomer" : "1234567890"
}

Step 2 : Create the subscription based on the Freemium Offer

POST /Sub/Subscriptions
{
  "ReferenceOffer": "freemium",
  "ReferenceCustomer" : "1234567890"
}
Example Response 
{
  "Id": 149747, //Id of the Subscription is useful for the next step
  ...
}

Step 3 : Activate/Start the subscription of the Customer

PUT /Sub/Subscriptions/149747/StateSubscription
"Running"
API : See our online documentation at :
https://docs.proabono.com/api/
Tags:WorkflowIntegration

Was this helpful?

Yes  No
Related posts
  • Create a Customer
  • URL Redirections – Settings
  • Integration : Registration Welcome Offer
  • Customer Portal – How it works
  • Migrating to ProAbono
  • Responsive Design Hosted Pages
Uncategorized
  • Lightning Fast Integration – Workflow – How to manage Registration for a Freemium Offer
  • Create an Offer
  • Responsive Design Hosted Pages
  • Migrating to ProAbono
  • Customer Portal – How it works
  • Integration : Registration Welcome Offer
  • URL Redirections – Settings
  • Create a Customer
Popular Articles
  • Customer Portal Integration (1/2)
  • Invoice Model
  • Understanding ProAbono
  • Update the billing information of a customer
  • WP Tuto #3 – Display your Offers on your Homepage
Categories
  • Quick Start Guide
  • Integration
    • Zapier
    • Plugin CMS
      • WordPress
    • Events / Webhooks
    • Customer Case Study
  • Offers & Subscriptions
    • Pricing Tables
  • Hosted Pages (Customer Portal
  • Invoicing / Billing
  • Backoffice
  • Customers
  • Payment
  • Doing Business Worldwide
  • Troubleshooting
  • Email Notifications
  • Uncategorized

Ready to go
to the next level ?

Product
  • Overview
  • Charging & Invoicing
  • Online Subscription
  • Usage-based Billing
  • Payment Gateways
Documentation
  • Knowledge Base
  • Developer Zone
  • API Reference
Contact
  • Talk with an expert
  • Customer Support
  • Contact us
  • Terms of Use
  • Privacy Policy
  • ProAbono © 2015-2022 Subscription Tech SAS. Tous droits réservés.