post http://{domain}/v1/api/purchase/article
To purchase article use this endpoint to initiate the purchase flow, this API can be accessed with Client Access Token obtained from the response of the Client Access Token API.
How to use:
- Fill in Authorization header: Bearer C1234abcde-1234-abcd-1234-abcd1234abcd (Replace with access_token that starts with letter C obtained from response of Client Access Token API request)
- (OPTIONAL) Add marketingCampaign details(conversionId, agency, medium...etc) to be relayed back in later notifications and stored in the purchase details.
- Fill in the rest of the parameters as per guidelines.
Upon success, You'll receive Purchase Token in the response and OTP will be sent to the user.