get http://{domain}/v1/api/oauth/authorize
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:
- Go to the Params tab,
- Fill in
- client_id should be a unique value provided by Mondia Pay Integration Engineer.
- redirect_uri should be set to a thank you page URL.
- 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.
- 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.
- Example Success Redirect URL:
http://www.myserviceURL.com/thankyou.html?code=Adb74b752-141c-4657-a705-98644a7808b4&message=OK&status=200
- Example Success Redirect URL: