Skip to content

CAMS Consolidated Account Statement (CAS) Trigger

This API triggers consolidated account statements email from CAMS to the user's email id. The trigger gets detailed transaction statement from 1st Jan 1990 to the date on which the statement is triggered. CAMS provide 2 types of reports - Detailed and Summary. This API only gives a Detailed report.

RapidAPI key generation

In order to start using our APIs you will have to signup with RapidAPI. On registering with RapidAPI you will receive a X-RapidAPI-Key (for Ex. a980asd621fgh1a2a74737fc10afp18b4a6jsn3b6f0lkj2poi). This needs to be passed in the header of every http call you make to avail our service.

Request

Method Endpoint Description
POST /prod/cams_cas curl request given below
curl --location --request POST 'https://wealth-management.p.rapidapi.com/prod/cams_cas' \
--header 'Content-Type: application/json' \
--header 'X-RapidAPI-Key: Your API key generated from RapidAPI' \
--header 'X-RapidAPI-Host: wealth-management.p.rapidapi.com' \
--data-raw '{
"email": "email id registered in AMC or the apps used for buying the MF",
"password":"Password should have minimum 6 characters and 2 numbers in it"
}'
key Description
email email id of the investor. If the investor has used the same email id with multiple PAN, then those details will also come under this email. CAMS group the investments by email id.
password should have at least 6 characters and at least 2 character in it should be numbers

Try out Trigger API

Response

The API tries to trigger the request immediately from CAMS. If the first request succeeds then API responds back with:

{"message":"Your CAMS + KFintech summary has been sent to your registered email id xxxxx@gmail.com. Your reference number is XXXXXXXXXXXX."}
But many times the CAMS website can be slow to respond back. If CAMS doesn't respond back in 15s, API will start retrying the request with higher timeouts asynchronously. While the attempts are made in the background, API will respond back with following message:
{ "message": "Your portfolio-tracking + KFintech summary request is being processed and report will be sent shortly to your registered email id."}

CAMS report can take up to 24 hours to reach customer's inbox

Depending upon the load on their system, it is noticed that CAMS send email to investor's inbox after up to 24hrs. Most of the time it responds within 1 hours. Appropriate expectation is to be set at the end-user level to avoid the confusion.