Skip to content

Collection of examples that illustrate how to integrate with Monthio's public API

Notifications You must be signed in to change notification settings

monthio/IntegrationExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntegrationExamples

Collection of examples that illustrate how to integrate with Monthio public API

Here is a high overview flow diagram which explains how does Monthio system works. FlowExample

  1. Create configuration that defines how most of the settings should work. (Callback url, pdf output, redirect url, which modules are enabled, etc.). This needs to be done only once per different configuration. They should be reused.
  2. Create session based on a configuration created in previous step. This endpoint will return a session id that can be used to create a link for consumer.
  3. Deliver the link to the consumer by either sending it or redirecting them in your own flow. You can also use iframe but we would not recommend it as a lot of browser features might be disabled on consumers device when accessing third party iframes.
  4. Now consumer would go thru Monthio flow. Flow depends on configuration settings specified in first step.
  5. After consumer finishes the flow successfully Monthio will send the data to your system based on the configuration settings specified in first step. You can also retrieve the data from smart-check-session endpoint.

API docs - https://budgets.monthio.com/swagger/index.html

About

Collection of examples that illustrate how to integrate with Monthio's public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages