post http://{domain}/v1/api/purchase/article/confirm
To confirm purchase article use this endpoint to confirm the purchase flow initiated by Create Purchase API, this API can be accessed with Purchase Token obtained from the response of the Create Purchase API and OTP provided by user.
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)
- Fill in the Purchase token obtain by calling Create Purchase API and fill in the OTP obtained from user.