API Reference

This URL returns a code that can be used later in the User Access Token (Using Authorization Code) API in order to obtain the User Access Token needed to use the Subscription Management section's APIs.

How to use:

  1. Go to the Params tab,
  2. Fill in
    1. client_id should be a unique value provided by Mondia Pay Integration Engineer.
    2. redirect_uri should be set to a thank you page URL.
  3. Use the URL after filling the above parameter, as is. Redirect the user to it so that they can login and expect a redirect with an HTTP Status code from our end.
  4. Upon successful subscription there will be a redirect, that redirect WILL include parameter "code=" with an Authorization Code and an HTTP Status code from our end.
    1. Example Success Redirect URL:
      http://www.myserviceURL.com/thankyou.html?code=Adb74b752-141c-4657-a705-98644a7808b4&message=OK&status=200
Language
URL
Click Try It! to start a request and see the response here!